aws-sdk-opensearchservice 1.58.0 → 1.60.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')
@@ -371,6 +400,7 @@ module Aws::OpenSearchService
371
400
  RevokeVpcEndpointAccessResponse = Shapes::StructureShape.new(name: 'RevokeVpcEndpointAccessResponse')
372
401
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
373
402
  RolesKey = Shapes::StringShape.new(name: 'RolesKey')
403
+ RolesKeyIdCOption = Shapes::StringShape.new(name: 'RolesKeyIdCOption')
374
404
  RollbackOnDisable = Shapes::StringShape.new(name: 'RollbackOnDisable')
375
405
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
376
406
  S3GlueDataCatalog = Shapes::StructureShape.new(name: 'S3GlueDataCatalog')
@@ -414,15 +444,19 @@ module Aws::OpenSearchService
414
444
  String = Shapes::StringShape.new(name: 'String')
415
445
  StringList = Shapes::ListShape.new(name: 'StringList')
416
446
  SubjectKey = Shapes::StringShape.new(name: 'SubjectKey')
447
+ SubjectKeyIdCOption = Shapes::StringShape.new(name: 'SubjectKeyIdCOption')
417
448
  TLSSecurityPolicy = Shapes::StringShape.new(name: 'TLSSecurityPolicy')
418
449
  Tag = Shapes::StructureShape.new(name: 'Tag')
419
450
  TagKey = Shapes::StringShape.new(name: 'TagKey')
420
451
  TagList = Shapes::ListShape.new(name: 'TagList')
421
452
  TagValue = Shapes::StringShape.new(name: 'TagValue')
422
453
  TimeUnit = Shapes::StringShape.new(name: 'TimeUnit')
454
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
423
455
  TotalNumberOfStages = Shapes::IntegerShape.new(name: 'TotalNumberOfStages')
424
456
  UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
425
457
  UncompressedPluginSizeInBytes = Shapes::IntegerShape.new(name: 'UncompressedPluginSizeInBytes')
458
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
459
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
426
460
  UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
427
461
  UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
428
462
  UpdateDomainConfigRequest = Shapes::StructureShape.new(name: 'UpdateDomainConfigRequest')
@@ -544,6 +578,25 @@ module Aws::OpenSearchService
544
578
  AdvancedSecurityOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
545
579
  AdvancedSecurityOptionsStatus.struct_class = Types::AdvancedSecurityOptionsStatus
546
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
+
547
600
  AssociatePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: PackageID, required: true, location: "uri", location_name: "PackageID"))
548
601
  AssociatePackageRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
549
602
  AssociatePackageRequest.struct_class = Types::AssociatePackageRequest
@@ -552,7 +605,8 @@ module Aws::OpenSearchService
552
605
  AssociatePackageResponse.struct_class = Types::AssociatePackageResponse
553
606
 
554
607
  AuthorizeVpcEndpointAccessRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
555
- 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"))
556
610
  AuthorizeVpcEndpointAccessRequest.struct_class = Types::AuthorizeVpcEndpointAccessRequest
557
611
 
558
612
  AuthorizeVpcEndpointAccessResponse.add_member(:authorized_principal, Shapes::ShapeRef.new(shape: AuthorizedPrincipal, required: true, location_name: "AuthorizedPrincipal"))
@@ -717,6 +771,24 @@ module Aws::OpenSearchService
717
771
  ConnectionProperties.add_member(:cross_cluster_search, Shapes::ShapeRef.new(shape: CrossClusterSearchConnectionProperties, location_name: "CrossClusterSearch"))
718
772
  ConnectionProperties.struct_class = Types::ConnectionProperties
719
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
+
720
792
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
721
793
  CreateDomainRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: VersionString, location_name: "EngineVersion"))
722
794
  CreateDomainRequest.add_member(:cluster_config, Shapes::ShapeRef.new(shape: ClusterConfig, location_name: "ClusterConfig"))
@@ -732,6 +804,7 @@ module Aws::OpenSearchService
732
804
  CreateDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
733
805
  CreateDomainRequest.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
734
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"))
735
808
  CreateDomainRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
736
809
  CreateDomainRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsInput, location_name: "AutoTuneOptions"))
737
810
  CreateDomainRequest.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
@@ -778,6 +851,10 @@ module Aws::OpenSearchService
778
851
  CrossClusterSearchConnectionProperties.add_member(:skip_unavailable, Shapes::ShapeRef.new(shape: SkipUnavailableStatus, location_name: "SkipUnavailable"))
779
852
  CrossClusterSearchConnectionProperties.struct_class = Types::CrossClusterSearchConnectionProperties
780
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
+
781
858
  DataSourceDetails.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
782
859
  DataSourceDetails.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "Name"))
783
860
  DataSourceDetails.add_member(:description, Shapes::ShapeRef.new(shape: DataSourceDescription, location_name: "Description"))
@@ -792,6 +869,13 @@ module Aws::OpenSearchService
792
869
  DataSourceType.add_member_subclass(:unknown, Types::DataSourceType::Unknown)
793
870
  DataSourceType.struct_class = Types::DataSourceType
794
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
+
795
879
  DeleteDataSourceRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
796
880
  DeleteDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location: "uri", location_name: "DataSourceName"))
797
881
  DeleteDataSourceRequest.struct_class = Types::DeleteDataSourceRequest
@@ -990,6 +1074,7 @@ module Aws::OpenSearchService
990
1074
  DomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
991
1075
  DomainConfig.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptionsStatus, location_name: "DomainEndpointOptions"))
992
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"))
993
1078
  DomainConfig.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsStatus, location_name: "AutoTuneOptions"))
994
1079
  DomainConfig.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
995
1080
  DomainConfig.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptionsStatus, location_name: "OffPeakWindowOptions"))
@@ -1083,6 +1168,7 @@ module Aws::OpenSearchService
1083
1168
  DomainStatus.add_member(:service_software_options, Shapes::ShapeRef.new(shape: ServiceSoftwareOptions, location_name: "ServiceSoftwareOptions"))
1084
1169
  DomainStatus.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
1085
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"))
1086
1172
  DomainStatus.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptionsOutput, location_name: "AutoTuneOptions"))
1087
1173
  DomainStatus.add_member(:change_progress_details, Shapes::ShapeRef.new(shape: ChangeProgressDetails, location_name: "ChangeProgressDetails"))
1088
1174
  DomainStatus.add_member(:off_peak_window_options, Shapes::ShapeRef.new(shape: OffPeakWindowOptions, location_name: "OffPeakWindowOptions"))
@@ -1148,6 +1234,21 @@ module Aws::OpenSearchService
1148
1234
 
1149
1235
  GUIDList.member = Shapes::ShapeRef.new(shape: GUID)
1150
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
+
1151
1252
  GetCompatibleVersionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location: "querystring", location_name: "domainName"))
1152
1253
  GetCompatibleVersionsRequest.struct_class = Types::GetCompatibleVersionsRequest
1153
1254
 
@@ -1207,6 +1308,35 @@ module Aws::OpenSearchService
1207
1308
  IPAddressTypeStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
1208
1309
  IPAddressTypeStatus.struct_class = Types::IPAddressTypeStatus
1209
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
+
1210
1340
  InboundConnection.add_member(:local_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "LocalDomainInfo"))
1211
1341
  InboundConnection.add_member(:remote_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "RemoteDomainInfo"))
1212
1342
  InboundConnection.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
@@ -1273,6 +1403,15 @@ module Aws::OpenSearchService
1273
1403
  LimitsByRole.key = Shapes::ShapeRef.new(shape: InstanceRole)
1274
1404
  LimitsByRole.value = Shapes::ShapeRef.new(shape: Limits)
1275
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
+
1276
1415
  ListDataSourcesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1277
1416
  ListDataSourcesRequest.struct_class = Types::ListDataSourcesRequest
1278
1417
 
@@ -1548,7 +1687,8 @@ module Aws::OpenSearchService
1548
1687
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1549
1688
 
1550
1689
  RevokeVpcEndpointAccessRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1551
- 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"))
1552
1692
  RevokeVpcEndpointAccessRequest.struct_class = Types::RevokeVpcEndpointAccessRequest
1553
1693
 
1554
1694
  RevokeVpcEndpointAccessResponse.struct_class = Types::RevokeVpcEndpointAccessResponse
@@ -1661,6 +1801,21 @@ module Aws::OpenSearchService
1661
1801
 
1662
1802
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
1663
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
+
1664
1819
  UpdateDataSourceRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
1665
1820
  UpdateDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location: "uri", location_name: "DataSourceName"))
1666
1821
  UpdateDataSourceRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "DataSourceType"))
@@ -1685,6 +1840,7 @@ module Aws::OpenSearchService
1685
1840
  UpdateDomainConfigRequest.add_member(:domain_endpoint_options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, location_name: "DomainEndpointOptions"))
1686
1841
  UpdateDomainConfigRequest.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: NodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
1687
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"))
1688
1844
  UpdateDomainConfigRequest.add_member(:auto_tune_options, Shapes::ShapeRef.new(shape: AutoTuneOptions, location_name: "AutoTuneOptions"))
1689
1845
  UpdateDomainConfigRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: DryRun, location_name: "DryRun"))
1690
1846
  UpdateDomainConfigRequest.add_member(:dry_run_mode, Shapes::ShapeRef.new(shape: DryRunMode, location_name: "DryRunMode"))
@@ -1927,6 +2083,20 @@ module Aws::OpenSearchService
1927
2083
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1928
2084
  end)
1929
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
+
1930
2100
  api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
1931
2101
  o.name = "CreateDomain"
1932
2102
  o.http_method = "POST"
@@ -1983,6 +2153,21 @@ module Aws::OpenSearchService
1983
2153
  o.errors << Shapes::ShapeRef.new(shape: BaseException)
1984
2154
  end)
1985
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
+
1986
2171
  api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
1987
2172
  o.name = "DeleteDataSource"
1988
2173
  o.http_method = "DELETE"
@@ -2287,6 +2472,20 @@ module Aws::OpenSearchService
2287
2472
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2288
2473
  end)
2289
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
+
2290
2489
  api.add_operation(:get_compatible_versions, Seahorse::Model::Operation.new.tap do |o|
2291
2490
  o.name = "GetCompatibleVersions"
2292
2491
  o.http_method = "GET"
@@ -2378,6 +2577,26 @@ module Aws::OpenSearchService
2378
2577
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
2379
2578
  end)
2380
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
+
2381
2600
  api.add_operation(:list_data_sources, Seahorse::Model::Operation.new.tap do |o|
2382
2601
  o.name = "ListDataSources"
2383
2602
  o.http_method = "GET"
@@ -2634,6 +2853,21 @@ module Aws::OpenSearchService
2634
2853
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2635
2854
  end)
2636
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
+
2637
2871
  api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
2638
2872
  o.name = "UpdateDataSource"
2639
2873
  o.http_method = "PUT"