aws-sdk-opensearchservice 1.57.0 → 1.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,7 @@ module Aws::OpenSearchService
20
20
  ARN = Shapes::StringShape.new(name: 'ARN')
21
21
  AWSAccount = Shapes::StringShape.new(name: 'AWSAccount')
22
22
  AWSDomainInformation = Shapes::StructureShape.new(name: 'AWSDomainInformation')
23
+ AWSServicePrincipal = Shapes::StringShape.new(name: 'AWSServicePrincipal')
23
24
  AcceptInboundConnectionRequest = Shapes::StructureShape.new(name: 'AcceptInboundConnectionRequest')
24
25
  AcceptInboundConnectionResponse = Shapes::StructureShape.new(name: 'AcceptInboundConnectionResponse')
25
26
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
@@ -37,6 +38,15 @@ module Aws::OpenSearchService
37
38
  AdvancedSecurityOptions = Shapes::StructureShape.new(name: 'AdvancedSecurityOptions')
38
39
  AdvancedSecurityOptionsInput = Shapes::StructureShape.new(name: 'AdvancedSecurityOptionsInput')
39
40
  AdvancedSecurityOptionsStatus = Shapes::StructureShape.new(name: 'AdvancedSecurityOptionsStatus')
41
+ AppConfig = Shapes::StructureShape.new(name: 'AppConfig')
42
+ AppConfigType = Shapes::StringShape.new(name: 'AppConfigType')
43
+ AppConfigValue = Shapes::StringShape.new(name: 'AppConfigValue')
44
+ AppConfigs = Shapes::ListShape.new(name: 'AppConfigs')
45
+ ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
46
+ ApplicationStatus = Shapes::StringShape.new(name: 'ApplicationStatus')
47
+ ApplicationStatuses = Shapes::ListShape.new(name: 'ApplicationStatuses')
48
+ ApplicationSummaries = Shapes::ListShape.new(name: 'ApplicationSummaries')
49
+ ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
40
50
  AssociatePackageRequest = Shapes::StructureShape.new(name: 'AssociatePackageRequest')
41
51
  AssociatePackageResponse = Shapes::StructureShape.new(name: 'AssociatePackageResponse')
42
52
  AuthorizeVpcEndpointAccessRequest = Shapes::StructureShape.new(name: 'AuthorizeVpcEndpointAccessRequest')
@@ -93,6 +103,8 @@ module Aws::OpenSearchService
93
103
  ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
94
104
  ConnectionProperties = Shapes::StructureShape.new(name: 'ConnectionProperties')
95
105
  ConnectionStatusMessage = Shapes::StringShape.new(name: 'ConnectionStatusMessage')
106
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
107
+ CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
96
108
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
97
109
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
98
110
  CreateOutboundConnectionRequest = Shapes::StructureShape.new(name: 'CreateOutboundConnectionRequest')
@@ -103,12 +115,16 @@ module Aws::OpenSearchService
103
115
  CreateVpcEndpointResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointResponse')
104
116
  CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
105
117
  CrossClusterSearchConnectionProperties = Shapes::StructureShape.new(name: 'CrossClusterSearchConnectionProperties')
118
+ DataSource = Shapes::StructureShape.new(name: 'DataSource')
106
119
  DataSourceDescription = Shapes::StringShape.new(name: 'DataSourceDescription')
107
120
  DataSourceDetails = Shapes::StructureShape.new(name: 'DataSourceDetails')
108
121
  DataSourceList = Shapes::ListShape.new(name: 'DataSourceList')
109
122
  DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
110
123
  DataSourceStatus = Shapes::StringShape.new(name: 'DataSourceStatus')
111
124
  DataSourceType = Shapes::UnionShape.new(name: 'DataSourceType')
125
+ DataSources = Shapes::ListShape.new(name: 'DataSources')
126
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
127
+ DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
112
128
  DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
113
129
  DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
114
130
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
@@ -212,6 +228,8 @@ module Aws::OpenSearchService
212
228
  FilterList = Shapes::ListShape.new(name: 'FilterList')
213
229
  GUID = Shapes::StringShape.new(name: 'GUID')
214
230
  GUIDList = Shapes::ListShape.new(name: 'GUIDList')
231
+ GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
232
+ GetApplicationResponse = Shapes::StructureShape.new(name: 'GetApplicationResponse')
215
233
  GetCompatibleVersionsRequest = Shapes::StructureShape.new(name: 'GetCompatibleVersionsRequest')
216
234
  GetCompatibleVersionsResponse = Shapes::StructureShape.new(name: 'GetCompatibleVersionsResponse')
217
235
  GetDataSourceRequest = Shapes::StructureShape.new(name: 'GetDataSourceRequest')
@@ -227,7 +245,16 @@ module Aws::OpenSearchService
227
245
  HostedZoneId = Shapes::StringShape.new(name: 'HostedZoneId')
228
246
  IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
229
247
  IPAddressTypeStatus = Shapes::StructureShape.new(name: 'IPAddressTypeStatus')
248
+ IamIdentityCenterOptions = Shapes::StructureShape.new(name: 'IamIdentityCenterOptions')
249
+ IamIdentityCenterOptionsInput = Shapes::StructureShape.new(name: 'IamIdentityCenterOptionsInput')
250
+ Id = Shapes::StringShape.new(name: 'Id')
251
+ IdentityCenterApplicationARN = Shapes::StringShape.new(name: 'IdentityCenterApplicationARN')
252
+ IdentityCenterInstanceARN = Shapes::StringShape.new(name: 'IdentityCenterInstanceARN')
253
+ IdentityCenterOptions = Shapes::StructureShape.new(name: 'IdentityCenterOptions')
254
+ IdentityCenterOptionsInput = Shapes::StructureShape.new(name: 'IdentityCenterOptionsInput')
255
+ IdentityCenterOptionsStatus = Shapes::StructureShape.new(name: 'IdentityCenterOptionsStatus')
230
256
  IdentityPoolId = Shapes::StringShape.new(name: 'IdentityPoolId')
257
+ IdentityStoreId = Shapes::StringShape.new(name: 'IdentityStoreId')
231
258
  InboundConnection = Shapes::StructureShape.new(name: 'InboundConnection')
232
259
  InboundConnectionStatus = Shapes::StructureShape.new(name: 'InboundConnectionStatus')
233
260
  InboundConnectionStatusCode = Shapes::StringShape.new(name: 'InboundConnectionStatusCode')
@@ -258,6 +285,8 @@ module Aws::OpenSearchService
258
285
  LimitValueList = Shapes::ListShape.new(name: 'LimitValueList')
259
286
  Limits = Shapes::StructureShape.new(name: 'Limits')
260
287
  LimitsByRole = Shapes::MapShape.new(name: 'LimitsByRole')
288
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
289
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
261
290
  ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
262
291
  ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
263
292
  ListDomainMaintenancesRequest = Shapes::StructureShape.new(name: 'ListDomainMaintenancesRequest')
@@ -303,7 +332,11 @@ module Aws::OpenSearchService
303
332
  NaturalLanguageQueryGenerationOptionsInput = Shapes::StructureShape.new(name: 'NaturalLanguageQueryGenerationOptionsInput')
304
333
  NaturalLanguageQueryGenerationOptionsOutput = Shapes::StructureShape.new(name: 'NaturalLanguageQueryGenerationOptionsOutput')
305
334
  NextToken = Shapes::StringShape.new(name: 'NextToken')
335
+ NodeConfig = Shapes::StructureShape.new(name: 'NodeConfig')
306
336
  NodeId = Shapes::StringShape.new(name: 'NodeId')
337
+ NodeOption = Shapes::StructureShape.new(name: 'NodeOption')
338
+ NodeOptionsList = Shapes::ListShape.new(name: 'NodeOptionsList')
339
+ NodeOptionsNodeType = Shapes::StringShape.new(name: 'NodeOptionsNodeType')
307
340
  NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
308
341
  NodeToNodeEncryptionOptions = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptions')
309
342
  NodeToNodeEncryptionOptionsStatus = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptionsStatus')
@@ -367,6 +400,7 @@ module Aws::OpenSearchService
367
400
  RevokeVpcEndpointAccessResponse = Shapes::StructureShape.new(name: 'RevokeVpcEndpointAccessResponse')
368
401
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
369
402
  RolesKey = Shapes::StringShape.new(name: 'RolesKey')
403
+ RolesKeyIdCOption = Shapes::StringShape.new(name: 'RolesKeyIdCOption')
370
404
  RollbackOnDisable = Shapes::StringShape.new(name: 'RollbackOnDisable')
371
405
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
372
406
  S3GlueDataCatalog = Shapes::StructureShape.new(name: 'S3GlueDataCatalog')
@@ -410,15 +444,19 @@ module Aws::OpenSearchService
410
444
  String = Shapes::StringShape.new(name: 'String')
411
445
  StringList = Shapes::ListShape.new(name: 'StringList')
412
446
  SubjectKey = Shapes::StringShape.new(name: 'SubjectKey')
447
+ SubjectKeyIdCOption = Shapes::StringShape.new(name: 'SubjectKeyIdCOption')
413
448
  TLSSecurityPolicy = Shapes::StringShape.new(name: 'TLSSecurityPolicy')
414
449
  Tag = Shapes::StructureShape.new(name: 'Tag')
415
450
  TagKey = Shapes::StringShape.new(name: 'TagKey')
416
451
  TagList = Shapes::ListShape.new(name: 'TagList')
417
452
  TagValue = Shapes::StringShape.new(name: 'TagValue')
418
453
  TimeUnit = Shapes::StringShape.new(name: 'TimeUnit')
454
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
419
455
  TotalNumberOfStages = Shapes::IntegerShape.new(name: 'TotalNumberOfStages')
420
456
  UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
421
457
  UncompressedPluginSizeInBytes = Shapes::IntegerShape.new(name: 'UncompressedPluginSizeInBytes')
458
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
459
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
422
460
  UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
423
461
  UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
424
462
  UpdateDomainConfigRequest = Shapes::StructureShape.new(name: 'UpdateDomainConfigRequest')
@@ -540,6 +578,25 @@ module Aws::OpenSearchService
540
578
  AdvancedSecurityOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
541
579
  AdvancedSecurityOptionsStatus.struct_class = Types::AdvancedSecurityOptionsStatus
542
580
 
581
+ AppConfig.add_member(:key, Shapes::ShapeRef.new(shape: AppConfigType, location_name: "key"))
582
+ AppConfig.add_member(:value, Shapes::ShapeRef.new(shape: AppConfigValue, location_name: "value"))
583
+ AppConfig.struct_class = Types::AppConfig
584
+
585
+ AppConfigs.member = Shapes::ShapeRef.new(shape: AppConfig)
586
+
587
+ ApplicationStatuses.member = Shapes::ShapeRef.new(shape: ApplicationStatus)
588
+
589
+ ApplicationSummaries.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
590
+
591
+ ApplicationSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "id"))
592
+ ApplicationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
593
+ ApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
594
+ ApplicationSummary.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
595
+ ApplicationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationStatus, location_name: "status"))
596
+ ApplicationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
597
+ ApplicationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
598
+ ApplicationSummary.struct_class = Types::ApplicationSummary
599
+
543
600
  AssociatePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: PackageID, required: true, location: "uri", location_name: "PackageID"))
544
601
  AssociatePackageRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
545
602
  AssociatePackageRequest.struct_class = Types::AssociatePackageRequest
@@ -548,7 +605,8 @@ module Aws::OpenSearchService
548
605
  AssociatePackageResponse.struct_class = Types::AssociatePackageResponse
549
606
 
550
607
  AuthorizeVpcEndpointAccessRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
551
- AuthorizeVpcEndpointAccessRequest.add_member(:account, Shapes::ShapeRef.new(shape: AWSAccount, required: true, location_name: "Account"))
608
+ AuthorizeVpcEndpointAccessRequest.add_member(:account, Shapes::ShapeRef.new(shape: AWSAccount, location_name: "Account"))
609
+ AuthorizeVpcEndpointAccessRequest.add_member(:service, Shapes::ShapeRef.new(shape: AWSServicePrincipal, location_name: "Service"))
552
610
  AuthorizeVpcEndpointAccessRequest.struct_class = Types::AuthorizeVpcEndpointAccessRequest
553
611
 
554
612
  AuthorizeVpcEndpointAccessResponse.add_member(:authorized_principal, Shapes::ShapeRef.new(shape: AuthorizedPrincipal, required: true, location_name: "AuthorizedPrincipal"))
@@ -681,6 +739,7 @@ module Aws::OpenSearchService
681
739
  ClusterConfig.add_member(:warm_count, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "WarmCount"))
682
740
  ClusterConfig.add_member(:cold_storage_options, Shapes::ShapeRef.new(shape: ColdStorageOptions, location_name: "ColdStorageOptions"))
683
741
  ClusterConfig.add_member(:multi_az_with_standby_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZWithStandbyEnabled"))
742
+ ClusterConfig.add_member(:node_options, Shapes::ShapeRef.new(shape: NodeOptionsList, location_name: "NodeOptions"))
684
743
  ClusterConfig.struct_class = Types::ClusterConfig
685
744
 
686
745
  ClusterConfigStatus.add_member(:options, Shapes::ShapeRef.new(shape: ClusterConfig, required: true, location_name: "Options"))
@@ -712,6 +771,24 @@ module Aws::OpenSearchService
712
771
  ConnectionProperties.add_member(:cross_cluster_search, Shapes::ShapeRef.new(shape: CrossClusterSearchConnectionProperties, location_name: "CrossClusterSearch"))
713
772
  ConnectionProperties.struct_class = Types::ConnectionProperties
714
773
 
774
+ CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
775
+ CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "name"))
776
+ CreateApplicationRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
777
+ CreateApplicationRequest.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterOptionsInput, location_name: "iamIdentityCenterOptions"))
778
+ CreateApplicationRequest.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
779
+ CreateApplicationRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
780
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
781
+
782
+ CreateApplicationResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "id"))
783
+ CreateApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
784
+ CreateApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
785
+ CreateApplicationResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
786
+ CreateApplicationResponse.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterOptions, location_name: "iamIdentityCenterOptions"))
787
+ CreateApplicationResponse.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
788
+ CreateApplicationResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
789
+ CreateApplicationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
790
+ CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
791
+
715
792
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
716
793
  CreateDomainRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: VersionString, location_name: "EngineVersion"))
717
794
  CreateDomainRequest.add_member(:cluster_config, Shapes::ShapeRef.new(shape: ClusterConfig, location_name: "ClusterConfig"))
@@ -727,6 +804,7 @@ module Aws::OpenSearchService
727
804
  CreateDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
728
805
  CreateDomainRequest.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
729
806
  CreateDomainRequest.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsInput, location_name: "AdvancedSecurityOptions"))
807
+ CreateDomainRequest.add_member(:identity_center_options, Shapes::ShapeRef.new(shape: IdentityCenterOptionsInput, location_name: "IdentityCenterOptions"))
730
808
  CreateDomainRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
731
809
  CreateDomainRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsInput, location_name: "AutoTuneOptions"))
732
810
  CreateDomainRequest.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
@@ -773,6 +851,10 @@ module Aws::OpenSearchService
773
851
  CrossClusterSearchConnectionProperties.add_member(:skip_unavailable, Shapes::ShapeRef.new(shape: SkipUnavailableStatus, location_name: "SkipUnavailable"))
774
852
  CrossClusterSearchConnectionProperties.struct_class = Types::CrossClusterSearchConnectionProperties
775
853
 
854
+ DataSource.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "dataSourceArn"))
855
+ DataSource.add_member(:data_source_description, Shapes::ShapeRef.new(shape: DataSourceDescription, location_name: "dataSourceDescription"))
856
+ DataSource.struct_class = Types::DataSource
857
+
776
858
  DataSourceDetails.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
777
859
  DataSourceDetails.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "Name"))
778
860
  DataSourceDetails.add_member(:description, Shapes::ShapeRef.new(shape: DataSourceDescription, location_name: "Description"))
@@ -787,6 +869,13 @@ module Aws::OpenSearchService
787
869
  DataSourceType.add_member_subclass(:unknown, Types::DataSourceType::Unknown)
788
870
  DataSourceType.struct_class = Types::DataSourceType
789
871
 
872
+ DataSources.member = Shapes::ShapeRef.new(shape: DataSource)
873
+
874
+ DeleteApplicationRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "id"))
875
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
876
+
877
+ DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
878
+
790
879
  DeleteDataSourceRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
791
880
  DeleteDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location: "uri", location_name: "DataSourceName"))
792
881
  DeleteDataSourceRequest.struct_class = Types::DeleteDataSourceRequest
@@ -985,6 +1074,7 @@ module Aws::OpenSearchService
985
1074
  DomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
986
1075
  DomainConfig.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptionsStatus, location_name: "DomainEndpointOptions"))
987
1076
  DomainConfig.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsStatus, location_name: "AdvancedSecurityOptions"))
1077
+ DomainConfig.add_member(:identity_center_options, Shapes::ShapeRef.new(shape: IdentityCenterOptionsStatus, location_name: "IdentityCenterOptions"))
988
1078
  DomainConfig.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsStatus, location_name: "AutoTuneOptions"))
989
1079
  DomainConfig.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
990
1080
  DomainConfig.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptionsStatus, location_name: "OffPeakWindowOptions"))
@@ -1078,6 +1168,7 @@ module Aws::OpenSearchService
1078
1168
  DomainStatus.add_member(:service_software_options, Shapes::ShapeRef.new(shape: ServiceSoftwareOptions, location_name: "ServiceSoftwareOptions"))
1079
1169
  DomainStatus.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
1080
1170
  DomainStatus.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptions, location_name: "AdvancedSecurityOptions"))
1171
+ DomainStatus.add_member(:identity_center_options, Shapes::ShapeRef.new(shape: IdentityCenterOptions, location_name: "IdentityCenterOptions"))
1081
1172
  DomainStatus.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsOutput, location_name: "AutoTuneOptions"))
1082
1173
  DomainStatus.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
1083
1174
  DomainStatus.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
@@ -1143,6 +1234,21 @@ module Aws::OpenSearchService
1143
1234
 
1144
1235
  GUIDList.member = Shapes::ShapeRef.new(shape: GUID)
1145
1236
 
1237
+ GetApplicationRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "id"))
1238
+ GetApplicationRequest.struct_class = Types::GetApplicationRequest
1239
+
1240
+ GetApplicationResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "id"))
1241
+ GetApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
1242
+ GetApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
1243
+ GetApplicationResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
1244
+ GetApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationStatus, location_name: "status"))
1245
+ GetApplicationResponse.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterOptions, location_name: "iamIdentityCenterOptions"))
1246
+ GetApplicationResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
1247
+ GetApplicationResponse.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
1248
+ GetApplicationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1249
+ GetApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
1250
+ GetApplicationResponse.struct_class = Types::GetApplicationResponse
1251
+
1146
1252
  GetCompatibleVersionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location: "querystring", location_name: "domainName"))
1147
1253
  GetCompatibleVersionsRequest.struct_class = Types::GetCompatibleVersionsRequest
1148
1254
 
@@ -1202,6 +1308,35 @@ module Aws::OpenSearchService
1202
1308
  IPAddressTypeStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
1203
1309
  IPAddressTypeStatus.struct_class = Types::IPAddressTypeStatus
1204
1310
 
1311
+ IamIdentityCenterOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
1312
+ IamIdentityCenterOptions.add_member(:iam_identity_center_instance_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "iamIdentityCenterInstanceArn"))
1313
+ IamIdentityCenterOptions.add_member(:iam_role_for_identity_center_application_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "iamRoleForIdentityCenterApplicationArn"))
1314
+ IamIdentityCenterOptions.add_member(:iam_identity_center_application_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "iamIdentityCenterApplicationArn"))
1315
+ IamIdentityCenterOptions.struct_class = Types::IamIdentityCenterOptions
1316
+
1317
+ IamIdentityCenterOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
1318
+ IamIdentityCenterOptionsInput.add_member(:iam_identity_center_instance_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "iamIdentityCenterInstanceArn"))
1319
+ IamIdentityCenterOptionsInput.add_member(:iam_role_for_identity_center_application_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "iamRoleForIdentityCenterApplicationArn"))
1320
+ IamIdentityCenterOptionsInput.struct_class = Types::IamIdentityCenterOptionsInput
1321
+
1322
+ IdentityCenterOptions.add_member(:enabled_api_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnabledAPIAccess"))
1323
+ IdentityCenterOptions.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceARN, location_name: "IdentityCenterInstanceARN"))
1324
+ IdentityCenterOptions.add_member(:subject_key, Shapes::ShapeRef.new(shape: SubjectKeyIdCOption, location_name: "SubjectKey"))
1325
+ IdentityCenterOptions.add_member(:roles_key, Shapes::ShapeRef.new(shape: RolesKeyIdCOption, location_name: "RolesKey"))
1326
+ IdentityCenterOptions.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationARN, location_name: "IdentityCenterApplicationARN"))
1327
+ IdentityCenterOptions.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, location_name: "IdentityStoreId"))
1328
+ IdentityCenterOptions.struct_class = Types::IdentityCenterOptions
1329
+
1330
+ IdentityCenterOptionsInput.add_member(:enabled_api_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnabledAPIAccess"))
1331
+ IdentityCenterOptionsInput.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceARN, location_name: "IdentityCenterInstanceARN"))
1332
+ IdentityCenterOptionsInput.add_member(:subject_key, Shapes::ShapeRef.new(shape: SubjectKeyIdCOption, location_name: "SubjectKey"))
1333
+ IdentityCenterOptionsInput.add_member(:roles_key, Shapes::ShapeRef.new(shape: RolesKeyIdCOption, location_name: "RolesKey"))
1334
+ IdentityCenterOptionsInput.struct_class = Types::IdentityCenterOptionsInput
1335
+
1336
+ IdentityCenterOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: IdentityCenterOptions, required: true, location_name: "Options"))
1337
+ IdentityCenterOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
1338
+ IdentityCenterOptionsStatus.struct_class = Types::IdentityCenterOptionsStatus
1339
+
1205
1340
  InboundConnection.add_member(:local_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "LocalDomainInfo"))
1206
1341
  InboundConnection.add_member(:remote_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "RemoteDomainInfo"))
1207
1342
  InboundConnection.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
@@ -1268,6 +1403,15 @@ module Aws::OpenSearchService
1268
1403
  LimitsByRole.key = Shapes::ShapeRef.new(shape: InstanceRole)
1269
1404
  LimitsByRole.value = Shapes::ShapeRef.new(shape: Limits)
1270
1405
 
1406
+ ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1407
+ ListApplicationsRequest.add_member(:statuses, Shapes::ShapeRef.new(shape: ApplicationStatuses, location: "querystring", location_name: "statuses"))
1408
+ ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1409
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
1410
+
1411
+ ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaries, location_name: "ApplicationSummaries"))
1412
+ ListApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1413
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
1414
+
1271
1415
  ListDataSourcesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1272
1416
  ListDataSourcesRequest.struct_class = Types::ListDataSourcesRequest
1273
1417
 
@@ -1398,6 +1542,17 @@ module Aws::OpenSearchService
1398
1542
  NaturalLanguageQueryGenerationOptionsOutput.add_member(:current_state, Shapes::ShapeRef.new(shape: NaturalLanguageQueryGenerationCurrentState, location_name: "CurrentState"))
1399
1543
  NaturalLanguageQueryGenerationOptionsOutput.struct_class = Types::NaturalLanguageQueryGenerationOptionsOutput
1400
1544
 
1545
+ NodeConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1546
+ NodeConfig.add_member(:type, Shapes::ShapeRef.new(shape: OpenSearchPartitionInstanceType, location_name: "Type"))
1547
+ NodeConfig.add_member(:count, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "Count"))
1548
+ NodeConfig.struct_class = Types::NodeConfig
1549
+
1550
+ NodeOption.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeOptionsNodeType, location_name: "NodeType"))
1551
+ NodeOption.add_member(:node_config, Shapes::ShapeRef.new(shape: NodeConfig, location_name: "NodeConfig"))
1552
+ NodeOption.struct_class = Types::NodeOption
1553
+
1554
+ NodeOptionsList.member = Shapes::ShapeRef.new(shape: NodeOption)
1555
+
1401
1556
  NodeToNodeEncryptionOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1402
1557
  NodeToNodeEncryptionOptions.struct_class = Types::NodeToNodeEncryptionOptions
1403
1558
 
@@ -1532,7 +1687,8 @@ module Aws::OpenSearchService
1532
1687
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1533
1688
 
1534
1689
  RevokeVpcEndpointAccessRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1535
- RevokeVpcEndpointAccessRequest.add_member(:account, Shapes::ShapeRef.new(shape: AWSAccount, required: true, location_name: "Account"))
1690
+ RevokeVpcEndpointAccessRequest.add_member(:account, Shapes::ShapeRef.new(shape: AWSAccount, location_name: "Account"))
1691
+ RevokeVpcEndpointAccessRequest.add_member(:service, Shapes::ShapeRef.new(shape: AWSServicePrincipal, location_name: "Service"))
1536
1692
  RevokeVpcEndpointAccessRequest.struct_class = Types::RevokeVpcEndpointAccessRequest
1537
1693
 
1538
1694
  RevokeVpcEndpointAccessResponse.struct_class = Types::RevokeVpcEndpointAccessResponse
@@ -1645,6 +1801,21 @@ module Aws::OpenSearchService
1645
1801
 
1646
1802
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
1647
1803
 
1804
+ UpdateApplicationRequest.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "id"))
1805
+ UpdateApplicationRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
1806
+ UpdateApplicationRequest.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
1807
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
1808
+
1809
+ UpdateApplicationResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "id"))
1810
+ UpdateApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
1811
+ UpdateApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
1812
+ UpdateApplicationResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
1813
+ UpdateApplicationResponse.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterOptions, location_name: "iamIdentityCenterOptions"))
1814
+ UpdateApplicationResponse.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
1815
+ UpdateApplicationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1816
+ UpdateApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
1817
+ UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
1818
+
1648
1819
  UpdateDataSourceRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1649
1820
  UpdateDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location: "uri", location_name: "DataSourceName"))
1650
1821
  UpdateDataSourceRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "DataSourceType"))
@@ -1669,6 +1840,7 @@ module Aws::OpenSearchService
1669
1840
  UpdateDomainConfigRequest.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
1670
1841
  UpdateDomainConfigRequest.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
1671
1842
  UpdateDomainConfigRequest.add_member(:advanced_security_options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptionsInput, location_name: "AdvancedSecurityOptions"))
1843
+ UpdateDomainConfigRequest.add_member(:identity_center_options, Shapes::ShapeRef.new(shape: IdentityCenterOptionsInput, location_name: "IdentityCenterOptions"))
1672
1844
  UpdateDomainConfigRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptions, location_name: "AutoTuneOptions"))
1673
1845
  UpdateDomainConfigRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
1674
1846
  UpdateDomainConfigRequest.add_member(:dry_run_mode, Shapes::ShapeRef.new(shape: DryRunMode, location_name: "DryRunMode"))
@@ -1911,6 +2083,20 @@ module Aws::OpenSearchService
1911
2083
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1912
2084
  end)
1913
2085
 
2086
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
2087
+ o.name = "CreateApplication"
2088
+ o.http_method = "POST"
2089
+ o.http_request_uri = "/2021-01-01/opensearch/application"
2090
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
2091
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
2092
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2094
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2096
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2097
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
2098
+ end)
2099
+
1914
2100
  api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
1915
2101
  o.name = "CreateDomain"
1916
2102
  o.http_method = "POST"
@@ -1967,6 +2153,21 @@ module Aws::OpenSearchService
1967
2153
  o.errors << Shapes::ShapeRef.new(shape: BaseException)
1968
2154
  end)
1969
2155
 
2156
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
2157
+ o.name = "DeleteApplication"
2158
+ o.http_method = "DELETE"
2159
+ o.http_request_uri = "/2021-01-01/opensearch/application/{id}"
2160
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
2161
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
2162
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
2163
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2164
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2165
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2166
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2167
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2168
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
2169
+ end)
2170
+
1970
2171
  api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
1971
2172
  o.name = "DeleteDataSource"
1972
2173
  o.http_method = "DELETE"
@@ -2271,6 +2472,20 @@ module Aws::OpenSearchService
2271
2472
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2272
2473
  end)
2273
2474
 
2475
+ api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
2476
+ o.name = "GetApplication"
2477
+ o.http_method = "GET"
2478
+ o.http_request_uri = "/2021-01-01/opensearch/application/{id}"
2479
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationRequest)
2480
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationResponse)
2481
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
2482
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2483
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2484
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2485
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2486
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
2487
+ end)
2488
+
2274
2489
  api.add_operation(:get_compatible_versions, Seahorse::Model::Operation.new.tap do |o|
2275
2490
  o.name = "GetCompatibleVersions"
2276
2491
  o.http_method = "GET"
@@ -2362,6 +2577,26 @@ module Aws::OpenSearchService
2362
2577
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
2363
2578
  end)
2364
2579
 
2580
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
2581
+ o.name = "ListApplications"
2582
+ o.http_method = "GET"
2583
+ o.http_request_uri = "/2021-01-01/opensearch/list-applications"
2584
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
2585
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
2586
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
2587
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2588
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2589
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2590
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2591
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
2592
+ o[:pager] = Aws::Pager.new(
2593
+ limit_key: "max_results",
2594
+ tokens: {
2595
+ "next_token" => "next_token"
2596
+ }
2597
+ )
2598
+ end)
2599
+
2365
2600
  api.add_operation(:list_data_sources, Seahorse::Model::Operation.new.tap do |o|
2366
2601
  o.name = "ListDataSources"
2367
2602
  o.http_method = "GET"
@@ -2618,6 +2853,21 @@ module Aws::OpenSearchService
2618
2853
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2619
2854
  end)
2620
2855
 
2856
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
2857
+ o.name = "UpdateApplication"
2858
+ o.http_method = "PUT"
2859
+ o.http_request_uri = "/2021-01-01/opensearch/application/{id}"
2860
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
2861
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
2862
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
2863
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2864
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2865
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2866
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2867
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2868
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
2869
+ end)
2870
+
2621
2871
  api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
2622
2872
  o.name = "UpdateDataSource"
2623
2873
  o.http_method = "PUT"