def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'UpdateABTestFixedFlowDividers','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/scenes/[sceneId]/groups/[groupId]/experiments/[experimentId]/fixed-flow-dividers')
		self.set_method('PUT')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'DescribeRegions','opensearch')
		self.set_uri_pattern('/v4/openapi/regions')
		self.set_method('GET')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'ListQueryProcessorNers','opensearch')
		self.set_uri_pattern('/v4/openapi/query-processor/ner/default-priorities')
		self.set_method('GET')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'ListSortExpressions','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/sort-expressions')
		self.set_method('GET')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'RemoveApp','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]')
		self.set_method('DELETE')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #6
0
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'DescribeABTestExperiment','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/scenes/[sceneId]/groups/[groupId]/experiments/[experimentId]')
		self.set_method('GET')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #7
0
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'CreateSortScript','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/apps/[appVersionId]/sort-scripts')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'ListSlowQueryCategories','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/optimizers/slow-query/categories')
		self.set_method('GET')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #9
0
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'CreateModel','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/algorithm/models')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'ModifySecondRank','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/second-ranks/[name]')
		self.set_method('PUT')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #11
0
	def __init__(self):
		RoaRequest.__init__(self, 'OpenSearch', '2017-12-25', 'DeleteSortScriptFile','opensearch')
		self.set_uri_pattern('/v4/openapi/app-groups/[appGroupIdentity]/apps/[appVersionId]/sort-scripts/[scriptName]/files/src/[fileName]')
		self.set_method('DELETE')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'CreateUserAnalyzer', 'opensearch')
     self.set_uri_pattern('/v4/openapi/user-analyzers')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'CreateInterventionDictionary', 'opensearch')
     self.set_uri_pattern('/v4/openapi/intervention-dictionaries')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'GenerateMergedTable', 'opensearch')
     self.set_uri_pattern('/v4/openapi/assist/schema/actions/merge')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'ListDataSourceTableFields', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/assist/data-sources/[dataSourceType]/fields')
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'PushUserAnalyzerEntries', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/user-analyzers/[name]/entries/actions/bulk')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'ListQuotaReviewTasks', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/quota-review-tasks')
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'StartSlowQueryAnalyzer', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/optimizers/slow-query/actions/run'
     )
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
Example #19
0
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'ReplaceAppGroupCommodityCode', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/actions/to-instance-typed'
     )
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'DescribeDataCollction', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/data-collections/[dataCollectionIdentity]'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
Example #21
0
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'ListInterventionDictionaryRelatedEntities',
                         'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/intervention-dictionaries/[name]/related')
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
Example #22
0
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'DescribeScheduledTask', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/scheduled-tasks/[taskId]'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'GetValidationError', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/algorithm/data/validation-error'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'ListStatisticLogs', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/statistic-logs/[moduleName]'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
Example #25
0
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'DescribeQueryProcessor', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/query-processors/[name]'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
Example #26
0
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'GetModelProgress', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/simple-models/[modelId]/progress'
     )
     self.set_method('GET')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RoaRequest.__init__(self, 'OpenSearch', '2017-12-25',
                         'UpdateFetchFields', 'opensearch')
     self.set_uri_pattern(
         '/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/fetch-fields'
     )
     self.set_method('PUT')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())