aws-sdk-opensearchservice 1.13.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,15 +12,6 @@ module Aws::OpenSearchService
12
12
 
13
13
  # Information about an Amazon OpenSearch Service domain.
14
14
  #
15
- # @note When making an API call, you may pass AWSDomainInformation
16
- # data as a hash:
17
- #
18
- # {
19
- # owner_id: "OwnerId",
20
- # domain_name: "DomainName", # required
21
- # region: "Region",
22
- # }
23
- #
24
15
  # @!attribute [rw] owner_id
25
16
  # The Amazon Web Services account ID of the domain owner.
26
17
  # @return [String]
@@ -46,13 +37,6 @@ module Aws::OpenSearchService
46
37
  # Container for the parameters to the `AcceptInboundConnection`
47
38
  # operation.
48
39
  #
49
- # @note When making an API call, you may pass AcceptInboundConnectionRequest
50
- # data as a hash:
51
- #
52
- # {
53
- # connection_id: "ConnectionId", # required
54
- # }
55
- #
56
40
  # @!attribute [rw] connection_id
57
41
  # The ID of the inbound connection to accept.
58
42
  # @return [String]
@@ -115,19 +99,6 @@ module Aws::OpenSearchService
115
99
  # Container for the parameters to the `AddTags` operation. Specifies the
116
100
  # tags to attach to the domain.
117
101
  #
118
- # @note When making an API call, you may pass AddTagsRequest
119
- # data as a hash:
120
- #
121
- # {
122
- # arn: "ARN", # required
123
- # tag_list: [ # required
124
- # {
125
- # key: "TagKey", # required
126
- # value: "TagValue", # required
127
- # },
128
- # ],
129
- # }
130
- #
131
102
  # @!attribute [rw] arn
132
103
  # Amazon Resource Name (ARN) for the OpenSearch Service domain to
133
104
  # which you want to attach resource tags.
@@ -276,32 +247,6 @@ module Aws::OpenSearchService
276
247
  #
277
248
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html
278
249
  #
279
- # @note When making an API call, you may pass AdvancedSecurityOptionsInput
280
- # data as a hash:
281
- #
282
- # {
283
- # enabled: false,
284
- # internal_user_database_enabled: false,
285
- # master_user_options: {
286
- # master_user_arn: "ARN",
287
- # master_user_name: "Username",
288
- # master_user_password: "Password",
289
- # },
290
- # saml_options: {
291
- # enabled: false,
292
- # idp: {
293
- # metadata_content: "SAMLMetadata", # required
294
- # entity_id: "SAMLEntityId", # required
295
- # },
296
- # master_user_name: "Username",
297
- # master_backend_role: "BackendRole",
298
- # subject_key: "String",
299
- # roles_key: "String",
300
- # session_timeout_minutes: 1,
301
- # },
302
- # anonymous_auth_enabled: false,
303
- # }
304
- #
305
250
  # @!attribute [rw] enabled
306
251
  # True to enable fine-grained access control.
307
252
  # @return [Boolean]
@@ -363,14 +308,6 @@ module Aws::OpenSearchService
363
308
  # Container for the request parameters to the `AssociatePackage`
364
309
  # operation.
365
310
  #
366
- # @note When making an API call, you may pass AssociatePackageRequest
367
- # data as a hash:
368
- #
369
- # {
370
- # package_id: "PackageID", # required
371
- # domain_name: "DomainName", # required
372
- # }
373
- #
374
311
  # @!attribute [rw] package_id
375
312
  # Internal ID of the package to associate with a domain. Use
376
313
  # `DescribePackages` to find this value.
@@ -404,14 +341,6 @@ module Aws::OpenSearchService
404
341
  include Aws::Structure
405
342
  end
406
343
 
407
- # @note When making an API call, you may pass AuthorizeVpcEndpointAccessRequest
408
- # data as a hash:
409
- #
410
- # {
411
- # domain_name: "DomainName", # required
412
- # account: "AWSAccount", # required
413
- # }
414
- #
415
344
  # @!attribute [rw] domain_name
416
345
  # The name of the OpenSearch Service domain to provide access to.
417
346
  # @return [String]
@@ -517,18 +446,6 @@ module Aws::OpenSearchService
517
446
  #
518
447
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
519
448
  #
520
- # @note When making an API call, you may pass AutoTuneMaintenanceSchedule
521
- # data as a hash:
522
- #
523
- # {
524
- # start_at: Time.now,
525
- # duration: {
526
- # value: 1,
527
- # unit: "HOURS", # accepts HOURS
528
- # },
529
- # cron_expression_for_recurrence: "String",
530
- # }
531
- #
532
449
  # @!attribute [rw] start_at
533
450
  # The Epoch timestamp at which the Auto-Tune maintenance schedule
534
451
  # starts.
@@ -561,24 +478,6 @@ module Aws::OpenSearchService
561
478
  #
562
479
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
563
480
  #
564
- # @note When making an API call, you may pass AutoTuneOptions
565
- # data as a hash:
566
- #
567
- # {
568
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
569
- # rollback_on_disable: "NO_ROLLBACK", # accepts NO_ROLLBACK, DEFAULT_ROLLBACK
570
- # maintenance_schedules: [
571
- # {
572
- # start_at: Time.now,
573
- # duration: {
574
- # value: 1,
575
- # unit: "HOURS", # accepts HOURS
576
- # },
577
- # cron_expression_for_recurrence: "String",
578
- # },
579
- # ],
580
- # }
581
- #
582
481
  # @!attribute [rw] desired_state
583
482
  # Whether Auto-Tune is enabled or disabled.
584
483
  # @return [String]
@@ -613,23 +512,6 @@ module Aws::OpenSearchService
613
512
  #
614
513
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
615
514
  #
616
- # @note When making an API call, you may pass AutoTuneOptionsInput
617
- # data as a hash:
618
- #
619
- # {
620
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
621
- # maintenance_schedules: [
622
- # {
623
- # start_at: Time.now,
624
- # duration: {
625
- # value: 1,
626
- # unit: "HOURS", # accepts HOURS
627
- # },
628
- # cron_expression_for_recurrence: "String",
629
- # },
630
- # ],
631
- # }
632
- #
633
515
  # @!attribute [rw] desired_state
634
516
  # Whether Auto-Tune is enabled or disabled.
635
517
  # @return [String]
@@ -753,13 +635,6 @@ module Aws::OpenSearchService
753
635
  # Container for the request parameters to cancel a service software
754
636
  # update.
755
637
  #
756
- # @note When making an API call, you may pass CancelServiceSoftwareUpdateRequest
757
- # data as a hash:
758
- #
759
- # {
760
- # domain_name: "DomainName", # required
761
- # }
762
- #
763
638
  # @!attribute [rw] domain_name
764
639
  # Name of the OpenSearch Service domain that you want to cancel the
765
640
  # service software update on.
@@ -894,27 +769,6 @@ module Aws::OpenSearchService
894
769
  #
895
770
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html
896
771
  #
897
- # @note When making an API call, you may pass ClusterConfig
898
- # data as a hash:
899
- #
900
- # {
901
- # instance_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
902
- # instance_count: 1,
903
- # dedicated_master_enabled: false,
904
- # zone_awareness_enabled: false,
905
- # zone_awareness_config: {
906
- # availability_zone_count: 1,
907
- # },
908
- # dedicated_master_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
909
- # dedicated_master_count: 1,
910
- # warm_enabled: false,
911
- # warm_type: "ultrawarm1.medium.search", # accepts ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search
912
- # warm_count: 1,
913
- # cold_storage_options: {
914
- # enabled: false, # required
915
- # },
916
- # }
917
- #
918
772
  # @!attribute [rw] instance_type
919
773
  # Instance type of data nodes in the cluster.
920
774
  # @return [String]
@@ -1018,16 +872,6 @@ module Aws::OpenSearchService
1018
872
  #
1019
873
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html
1020
874
  #
1021
- # @note When making an API call, you may pass CognitoOptions
1022
- # data as a hash:
1023
- #
1024
- # {
1025
- # enabled: false,
1026
- # user_pool_id: "UserPoolId",
1027
- # identity_pool_id: "IdentityPoolId",
1028
- # role_arn: "RoleArn",
1029
- # }
1030
- #
1031
875
  # @!attribute [rw] enabled
1032
876
  # Whether to enable or disable Amazon Cognito authentication for
1033
877
  # OpenSearch Dashboards.
@@ -1086,13 +930,6 @@ module Aws::OpenSearchService
1086
930
  #
1087
931
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cold-storage.html
1088
932
  #
1089
- # @note When making an API call, you may pass ColdStorageOptions
1090
- # data as a hash:
1091
- #
1092
- # {
1093
- # enabled: false, # required
1094
- # }
1095
- #
1096
933
  # @!attribute [rw] enabled
1097
934
  # Whether to enable or disable cold storage on the domain.
1098
935
  # @return [Boolean]
@@ -1132,116 +969,6 @@ module Aws::OpenSearchService
1132
969
  #
1133
970
  class ConflictException < Aws::EmptyStructure; end
1134
971
 
1135
- # @note When making an API call, you may pass CreateDomainRequest
1136
- # data as a hash:
1137
- #
1138
- # {
1139
- # domain_name: "DomainName", # required
1140
- # engine_version: "VersionString",
1141
- # cluster_config: {
1142
- # instance_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
1143
- # instance_count: 1,
1144
- # dedicated_master_enabled: false,
1145
- # zone_awareness_enabled: false,
1146
- # zone_awareness_config: {
1147
- # availability_zone_count: 1,
1148
- # },
1149
- # dedicated_master_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
1150
- # dedicated_master_count: 1,
1151
- # warm_enabled: false,
1152
- # warm_type: "ultrawarm1.medium.search", # accepts ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search
1153
- # warm_count: 1,
1154
- # cold_storage_options: {
1155
- # enabled: false, # required
1156
- # },
1157
- # },
1158
- # ebs_options: {
1159
- # ebs_enabled: false,
1160
- # volume_type: "standard", # accepts standard, gp2, io1, gp3
1161
- # volume_size: 1,
1162
- # iops: 1,
1163
- # throughput: 1,
1164
- # },
1165
- # access_policies: "PolicyDocument",
1166
- # snapshot_options: {
1167
- # automated_snapshot_start_hour: 1,
1168
- # },
1169
- # vpc_options: {
1170
- # subnet_ids: ["String"],
1171
- # security_group_ids: ["String"],
1172
- # },
1173
- # cognito_options: {
1174
- # enabled: false,
1175
- # user_pool_id: "UserPoolId",
1176
- # identity_pool_id: "IdentityPoolId",
1177
- # role_arn: "RoleArn",
1178
- # },
1179
- # encryption_at_rest_options: {
1180
- # enabled: false,
1181
- # kms_key_id: "KmsKeyId",
1182
- # },
1183
- # node_to_node_encryption_options: {
1184
- # enabled: false,
1185
- # },
1186
- # advanced_options: {
1187
- # "String" => "String",
1188
- # },
1189
- # log_publishing_options: {
1190
- # "INDEX_SLOW_LOGS" => {
1191
- # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
1192
- # enabled: false,
1193
- # },
1194
- # },
1195
- # domain_endpoint_options: {
1196
- # enforce_https: false,
1197
- # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
1198
- # custom_endpoint_enabled: false,
1199
- # custom_endpoint: "DomainNameFqdn",
1200
- # custom_endpoint_certificate_arn: "ARN",
1201
- # },
1202
- # advanced_security_options: {
1203
- # enabled: false,
1204
- # internal_user_database_enabled: false,
1205
- # master_user_options: {
1206
- # master_user_arn: "ARN",
1207
- # master_user_name: "Username",
1208
- # master_user_password: "Password",
1209
- # },
1210
- # saml_options: {
1211
- # enabled: false,
1212
- # idp: {
1213
- # metadata_content: "SAMLMetadata", # required
1214
- # entity_id: "SAMLEntityId", # required
1215
- # },
1216
- # master_user_name: "Username",
1217
- # master_backend_role: "BackendRole",
1218
- # subject_key: "String",
1219
- # roles_key: "String",
1220
- # session_timeout_minutes: 1,
1221
- # },
1222
- # anonymous_auth_enabled: false,
1223
- # },
1224
- # tag_list: [
1225
- # {
1226
- # key: "TagKey", # required
1227
- # value: "TagValue", # required
1228
- # },
1229
- # ],
1230
- # auto_tune_options: {
1231
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
1232
- # maintenance_schedules: [
1233
- # {
1234
- # start_at: Time.now,
1235
- # duration: {
1236
- # value: 1,
1237
- # unit: "HOURS", # accepts HOURS
1238
- # },
1239
- # cron_expression_for_recurrence: "String",
1240
- # },
1241
- # ],
1242
- # },
1243
- # }
1244
- #
1245
972
  # @!attribute [rw] domain_name
1246
973
  # Name of the OpenSearch Service domain to create. Domain names are
1247
974
  # unique across the domains owned by an account within an Amazon Web
@@ -1403,27 +1130,6 @@ module Aws::OpenSearchService
1403
1130
  # Container for the parameters to the `CreateOutboundConnection`
1404
1131
  # operation.
1405
1132
  #
1406
- # @note When making an API call, you may pass CreateOutboundConnectionRequest
1407
- # data as a hash:
1408
- #
1409
- # {
1410
- # local_domain_info: { # required
1411
- # aws_domain_information: {
1412
- # owner_id: "OwnerId",
1413
- # domain_name: "DomainName", # required
1414
- # region: "Region",
1415
- # },
1416
- # },
1417
- # remote_domain_info: { # required
1418
- # aws_domain_information: {
1419
- # owner_id: "OwnerId",
1420
- # domain_name: "DomainName", # required
1421
- # region: "Region",
1422
- # },
1423
- # },
1424
- # connection_alias: "ConnectionAlias", # required
1425
- # }
1426
- #
1427
1133
  # @!attribute [rw] local_domain_info
1428
1134
  # Name and Region of the source (local) domain.
1429
1135
  # @return [Types::DomainInformationContainer]
@@ -1484,19 +1190,6 @@ module Aws::OpenSearchService
1484
1190
 
1485
1191
  # Container for request parameters to the `CreatePackage` operation.
1486
1192
  #
1487
- # @note When making an API call, you may pass CreatePackageRequest
1488
- # data as a hash:
1489
- #
1490
- # {
1491
- # package_name: "PackageName", # required
1492
- # package_type: "TXT-DICTIONARY", # required, accepts TXT-DICTIONARY
1493
- # package_description: "PackageDescription",
1494
- # package_source: { # required
1495
- # s3_bucket_name: "S3BucketName",
1496
- # s3_key: "S3Key",
1497
- # },
1498
- # }
1499
- #
1500
1193
  # @!attribute [rw] package_name
1501
1194
  # Unique name for the package.
1502
1195
  # @return [String]
@@ -1538,20 +1231,9 @@ module Aws::OpenSearchService
1538
1231
  include Aws::Structure
1539
1232
  end
1540
1233
 
1541
- # @note When making an API call, you may pass CreateVpcEndpointRequest
1542
- # data as a hash:
1543
- #
1544
- # {
1545
- # domain_arn: "DomainArn", # required
1546
- # vpc_options: { # required
1547
- # subnet_ids: ["String"],
1548
- # security_group_ids: ["String"],
1549
- # },
1550
- # client_token: "ClientToken",
1551
- # }
1552
- #
1553
1234
  # @!attribute [rw] domain_arn
1554
- # The Amazon Resource Name (ARN) of the domain to grant access to.
1235
+ # The Amazon Resource Name (ARN) of the domain to create the endpoint
1236
+ # for.
1555
1237
  # @return [String]
1556
1238
  #
1557
1239
  # @!attribute [rw] vpc_options
@@ -1587,13 +1269,6 @@ module Aws::OpenSearchService
1587
1269
 
1588
1270
  # Container for the parameters to the `DeleteDomain` operation.
1589
1271
  #
1590
- # @note When making an API call, you may pass DeleteDomainRequest
1591
- # data as a hash:
1592
- #
1593
- # {
1594
- # domain_name: "DomainName", # required
1595
- # }
1596
- #
1597
1272
  # @!attribute [rw] domain_name
1598
1273
  # The name of the domain you want to permanently delete.
1599
1274
  # @return [String]
@@ -1625,13 +1300,6 @@ module Aws::OpenSearchService
1625
1300
  # Container for the parameters to the `DeleteInboundConnection`
1626
1301
  # operation.
1627
1302
  #
1628
- # @note When making an API call, you may pass DeleteInboundConnectionRequest
1629
- # data as a hash:
1630
- #
1631
- # {
1632
- # connection_id: "ConnectionId", # required
1633
- # }
1634
- #
1635
1303
  # @!attribute [rw] connection_id
1636
1304
  # The ID of the inbound connection to permanently delete.
1637
1305
  # @return [String]
@@ -1662,13 +1330,6 @@ module Aws::OpenSearchService
1662
1330
  # Container for the parameters to the `DeleteOutboundConnection`
1663
1331
  # operation.
1664
1332
  #
1665
- # @note When making an API call, you may pass DeleteOutboundConnectionRequest
1666
- # data as a hash:
1667
- #
1668
- # {
1669
- # connection_id: "ConnectionId", # required
1670
- # }
1671
- #
1672
1333
  # @!attribute [rw] connection_id
1673
1334
  # The ID of the outbound connection you want to permanently delete.
1674
1335
  # @return [String]
@@ -1698,13 +1359,6 @@ module Aws::OpenSearchService
1698
1359
  # Deletes a package from OpenSearch Service. The package can't be
1699
1360
  # associated with any OpenSearch Service domain.
1700
1361
  #
1701
- # @note When making an API call, you may pass DeletePackageRequest
1702
- # data as a hash:
1703
- #
1704
- # {
1705
- # package_id: "PackageID", # required
1706
- # }
1707
- #
1708
1362
  # @!attribute [rw] package_id
1709
1363
  # The internal ID of the package you want to delete. Use
1710
1364
  # `DescribePackages` to find this value.
@@ -1733,13 +1387,6 @@ module Aws::OpenSearchService
1733
1387
  include Aws::Structure
1734
1388
  end
1735
1389
 
1736
- # @note When making an API call, you may pass DeleteVpcEndpointRequest
1737
- # data as a hash:
1738
- #
1739
- # {
1740
- # vpc_endpoint_id: "VpcEndpointId", # required
1741
- # }
1742
- #
1743
1390
  # @!attribute [rw] vpc_endpoint_id
1744
1391
  # The unique identifier of the endpoint.
1745
1392
  # @return [String]
@@ -1768,15 +1415,6 @@ module Aws::OpenSearchService
1768
1415
  # Container for the parameters to the `DescribeDomainAutoTunes`
1769
1416
  # operation.
1770
1417
  #
1771
- # @note When making an API call, you may pass DescribeDomainAutoTunesRequest
1772
- # data as a hash:
1773
- #
1774
- # {
1775
- # domain_name: "DomainName", # required
1776
- # max_results: 1,
1777
- # next_token: "NextToken",
1778
- # }
1779
- #
1780
1418
  # @!attribute [rw] domain_name
1781
1419
  # Name of the domain that you want Auto-Tune details about.
1782
1420
  # @return [String]
@@ -1829,14 +1467,6 @@ module Aws::OpenSearchService
1829
1467
  # Container for the parameters to the `DescribeDomainChangeProgress`
1830
1468
  # operation.
1831
1469
  #
1832
- # @note When making an API call, you may pass DescribeDomainChangeProgressRequest
1833
- # data as a hash:
1834
- #
1835
- # {
1836
- # domain_name: "DomainName", # required
1837
- # change_id: "GUID",
1838
- # }
1839
- #
1840
1470
  # @!attribute [rw] domain_name
1841
1471
  # The name of the domain to get progress information for.
1842
1472
  # @return [String]
@@ -1874,13 +1504,6 @@ module Aws::OpenSearchService
1874
1504
 
1875
1505
  # Container for the parameters to the `DescribeDomainConfig` operation.
1876
1506
  #
1877
- # @note When making an API call, you may pass DescribeDomainConfigRequest
1878
- # data as a hash:
1879
- #
1880
- # {
1881
- # domain_name: "DomainName", # required
1882
- # }
1883
- #
1884
1507
  # @!attribute [rw] domain_name
1885
1508
  # Name of the OpenSearch Service domain configuration that you want to
1886
1509
  # describe.
@@ -1910,13 +1533,6 @@ module Aws::OpenSearchService
1910
1533
 
1911
1534
  # Container for the parameters to the `DescribeDomain` operation.
1912
1535
  #
1913
- # @note When making an API call, you may pass DescribeDomainRequest
1914
- # data as a hash:
1915
- #
1916
- # {
1917
- # domain_name: "DomainName", # required
1918
- # }
1919
- #
1920
1536
  # @!attribute [rw] domain_name
1921
1537
  # The name of the domain that you want information about.
1922
1538
  # @return [String]
@@ -1946,13 +1562,6 @@ module Aws::OpenSearchService
1946
1562
 
1947
1563
  # Container for the parameters to the `DescribeDomains` operation.
1948
1564
  #
1949
- # @note When making an API call, you may pass DescribeDomainsRequest
1950
- # data as a hash:
1951
- #
1952
- # {
1953
- # domain_names: ["DomainName"], # required
1954
- # }
1955
- #
1956
1565
  # @!attribute [rw] domain_names
1957
1566
  # Array of OpenSearch Service domain names that you want information
1958
1567
  # about. If you don't specify any domains, OpenSearch Service returns
@@ -1982,22 +1591,54 @@ module Aws::OpenSearchService
1982
1591
  include Aws::Structure
1983
1592
  end
1984
1593
 
1985
- # Container for the parameters to the `DescribeInboundConnections`
1986
- # operation.
1594
+ # @!attribute [rw] domain_name
1595
+ # The name of the domain.
1596
+ # @return [String]
1987
1597
  #
1988
- # @note When making an API call, you may pass DescribeInboundConnectionsRequest
1989
- # data as a hash:
1598
+ # @!attribute [rw] dry_run_id
1599
+ # The unique identifier of the dry run.
1600
+ # @return [String]
1601
+ #
1602
+ # @!attribute [rw] load_dry_run_config
1603
+ # Whether to include the configuration of the dry run in the response.
1604
+ # The configuration specifies the updates that you're planning to
1605
+ # make on the domain.
1606
+ # @return [Boolean]
1607
+ #
1608
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDryRunProgressRequest AWS API Documentation
1609
+ #
1610
+ class DescribeDryRunProgressRequest < Struct.new(
1611
+ :domain_name,
1612
+ :dry_run_id,
1613
+ :load_dry_run_config)
1614
+ SENSITIVE = []
1615
+ include Aws::Structure
1616
+ end
1617
+
1618
+ # @!attribute [rw] dry_run_progress_status
1619
+ # The current status of the dry run, including any validation errors.
1620
+ # @return [Types::DryRunProgressStatus]
1621
+ #
1622
+ # @!attribute [rw] dry_run_config
1623
+ # Details about the changes you're planning to make on the domain.
1624
+ # @return [Types::DomainStatus]
1625
+ #
1626
+ # @!attribute [rw] dry_run_results
1627
+ # The results of the dry run.
1628
+ # @return [Types::DryRunResults]
1990
1629
  #
1991
- # {
1992
- # filters: [
1993
- # {
1994
- # name: "NonEmptyString",
1995
- # values: ["NonEmptyString"],
1996
- # },
1997
- # ],
1998
- # max_results: 1,
1999
- # next_token: "NextToken",
2000
- # }
1630
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDryRunProgressResponse AWS API Documentation
1631
+ #
1632
+ class DescribeDryRunProgressResponse < Struct.new(
1633
+ :dry_run_progress_status,
1634
+ :dry_run_config,
1635
+ :dry_run_results)
1636
+ SENSITIVE = []
1637
+ include Aws::Structure
1638
+ end
1639
+
1640
+ # Container for the parameters to the `DescribeInboundConnections`
1641
+ # operation.
2001
1642
  #
2002
1643
  # @!attribute [rw] filters
2003
1644
  # A list of filters used to match properties for inbound cross-cluster
@@ -2051,15 +1692,6 @@ module Aws::OpenSearchService
2051
1692
  # Container for the parameters to the `DescribeInstanceTypeLimits`
2052
1693
  # operation.
2053
1694
  #
2054
- # @note When making an API call, you may pass DescribeInstanceTypeLimitsRequest
2055
- # data as a hash:
2056
- #
2057
- # {
2058
- # domain_name: "DomainName",
2059
- # instance_type: "m3.medium.search", # required, accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
2060
- # engine_version: "VersionString", # required
2061
- # }
2062
- #
2063
1695
  # @!attribute [rw] domain_name
2064
1696
  # The name of the domain. Only specify if you need the limits for an
2065
1697
  # existing domain.
@@ -2105,20 +1737,6 @@ module Aws::OpenSearchService
2105
1737
  # Container for the parameters to the `DescribeOutboundConnections`
2106
1738
  # operation.
2107
1739
  #
2108
- # @note When making an API call, you may pass DescribeOutboundConnectionsRequest
2109
- # data as a hash:
2110
- #
2111
- # {
2112
- # filters: [
2113
- # {
2114
- # name: "NonEmptyString",
2115
- # values: ["NonEmptyString"],
2116
- # },
2117
- # ],
2118
- # max_results: 1,
2119
- # next_token: "NextToken",
2120
- # }
2121
- #
2122
1740
  # @!attribute [rw] filters
2123
1741
  # List of filter names and values that you can use for requests.
2124
1742
  # @return [Array<Types::Filter>]
@@ -2169,14 +1787,6 @@ module Aws::OpenSearchService
2169
1787
 
2170
1788
  # A filter to apply to the `DescribePackage` response.
2171
1789
  #
2172
- # @note When making an API call, you may pass DescribePackagesFilter
2173
- # data as a hash:
2174
- #
2175
- # {
2176
- # name: "PackageID", # accepts PackageID, PackageName, PackageStatus
2177
- # value: ["DescribePackagesFilterValue"],
2178
- # }
2179
- #
2180
1790
  # @!attribute [rw] name
2181
1791
  # Any field from `PackageDetails`.
2182
1792
  # @return [String]
@@ -2197,20 +1807,6 @@ module Aws::OpenSearchService
2197
1807
  # Container for the request parameters to the `DescribePackage`
2198
1808
  # operation.
2199
1809
  #
2200
- # @note When making an API call, you may pass DescribePackagesRequest
2201
- # data as a hash:
2202
- #
2203
- # {
2204
- # filters: [
2205
- # {
2206
- # name: "PackageID", # accepts PackageID, PackageName, PackageStatus
2207
- # value: ["DescribePackagesFilterValue"],
2208
- # },
2209
- # ],
2210
- # max_results: 1,
2211
- # next_token: "NextToken",
2212
- # }
2213
- #
2214
1810
  # @!attribute [rw] filters
2215
1811
  # Only returns packages that match the `DescribePackagesFilterList`
2216
1812
  # values.
@@ -2264,15 +1860,6 @@ module Aws::OpenSearchService
2264
1860
  # Container for the request parameters to a
2265
1861
  # `DescribeReservedInstanceOfferings` operation.
2266
1862
  #
2267
- # @note When making an API call, you may pass DescribeReservedInstanceOfferingsRequest
2268
- # data as a hash:
2269
- #
2270
- # {
2271
- # reserved_instance_offering_id: "GUID",
2272
- # max_results: 1,
2273
- # next_token: "NextToken",
2274
- # }
2275
- #
2276
1863
  # @!attribute [rw] reserved_instance_offering_id
2277
1864
  # The Reserved Instance identifier filter value. Use this parameter to
2278
1865
  # show only the available instance types that match the specified
@@ -2327,15 +1914,6 @@ module Aws::OpenSearchService
2327
1914
  # Container for the request parameters to the
2328
1915
  # `DescribeReservedInstances` operation.
2329
1916
  #
2330
- # @note When making an API call, you may pass DescribeReservedInstancesRequest
2331
- # data as a hash:
2332
- #
2333
- # {
2334
- # reserved_instance_id: "GUID",
2335
- # max_results: 1,
2336
- # next_token: "NextToken",
2337
- # }
2338
- #
2339
1917
  # @!attribute [rw] reserved_instance_id
2340
1918
  # The reserved instance identifier filter value. Use this parameter to
2341
1919
  # show only the reservation that matches the specified reserved
@@ -2386,13 +1964,6 @@ module Aws::OpenSearchService
2386
1964
  include Aws::Structure
2387
1965
  end
2388
1966
 
2389
- # @note When making an API call, you may pass DescribeVpcEndpointsRequest
2390
- # data as a hash:
2391
- #
2392
- # {
2393
- # vpc_endpoint_ids: ["VpcEndpointId"], # required
2394
- # }
2395
- #
2396
1967
  # @!attribute [rw] vpc_endpoint_ids
2397
1968
  # The unique identifiers of the endpoints to get information about.
2398
1969
  # @return [Array<String>]
@@ -2432,14 +2003,6 @@ module Aws::OpenSearchService
2432
2003
  # Container for the request parameters to the `DissociatePackage`
2433
2004
  # operation.
2434
2005
  #
2435
- # @note When making an API call, you may pass DissociatePackageRequest
2436
- # data as a hash:
2437
- #
2438
- # {
2439
- # package_id: "PackageID", # required
2440
- # domain_name: "DomainName", # required
2441
- # }
2442
- #
2443
2006
  # @!attribute [rw] package_id
2444
2007
  # Internal ID of the package to dissociate from the domain. Use
2445
2008
  # `ListPackagesForDomain` to find this value.
@@ -2571,17 +2134,6 @@ module Aws::OpenSearchService
2571
2134
  # Options to configure a custom endpoint for an OpenSearch Service
2572
2135
  # domain.
2573
2136
  #
2574
- # @note When making an API call, you may pass DomainEndpointOptions
2575
- # data as a hash:
2576
- #
2577
- # {
2578
- # enforce_https: false,
2579
- # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
2580
- # custom_endpoint_enabled: false,
2581
- # custom_endpoint: "DomainNameFqdn",
2582
- # custom_endpoint_certificate_arn: "ARN",
2583
- # }
2584
- #
2585
2137
  # @!attribute [rw] enforce_https
2586
2138
  # True to require that all traffic to the domain arrive over HTTPS.
2587
2139
  # @return [Boolean]
@@ -2666,17 +2218,6 @@ module Aws::OpenSearchService
2666
2218
 
2667
2219
  # Container for information about an OpenSearch Service domain.
2668
2220
  #
2669
- # @note When making an API call, you may pass DomainInformationContainer
2670
- # data as a hash:
2671
- #
2672
- # {
2673
- # aws_domain_information: {
2674
- # owner_id: "OwnerId",
2675
- # domain_name: "DomainName", # required
2676
- # region: "Region",
2677
- # },
2678
- # }
2679
- #
2680
2221
  # @!attribute [rw] aws_domain_information
2681
2222
  # Information about an Amazon OpenSearch Service domain.
2682
2223
  # @return [Types::AWSDomainInformation]
@@ -2909,6 +2450,40 @@ module Aws::OpenSearchService
2909
2450
  include Aws::Structure
2910
2451
  end
2911
2452
 
2453
+ # Information about the progress of a pre-upgrade dry run analysis.
2454
+ #
2455
+ # @!attribute [rw] dry_run_id
2456
+ # The unique identifier of the dry run.
2457
+ # @return [String]
2458
+ #
2459
+ # @!attribute [rw] dry_run_status
2460
+ # The current status of the dry run.
2461
+ # @return [String]
2462
+ #
2463
+ # @!attribute [rw] creation_date
2464
+ # The timestamp when the dry run was initiated.
2465
+ # @return [String]
2466
+ #
2467
+ # @!attribute [rw] update_date
2468
+ # The timestamp when the dry run was last updated.
2469
+ # @return [String]
2470
+ #
2471
+ # @!attribute [rw] validation_failures
2472
+ # Any validation failures that occurred as a result of the dry run.
2473
+ # @return [Array<Types::ValidationFailure>]
2474
+ #
2475
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DryRunProgressStatus AWS API Documentation
2476
+ #
2477
+ class DryRunProgressStatus < Struct.new(
2478
+ :dry_run_id,
2479
+ :dry_run_status,
2480
+ :creation_date,
2481
+ :update_date,
2482
+ :validation_failures)
2483
+ SENSITIVE = []
2484
+ include Aws::Structure
2485
+ end
2486
+
2912
2487
  # Results of a dry run performed in an update domain request.
2913
2488
  #
2914
2489
  # @!attribute [rw] deployment_type
@@ -2946,14 +2521,6 @@ module Aws::OpenSearchService
2946
2521
  #
2947
2522
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
2948
2523
  #
2949
- # @note When making an API call, you may pass Duration
2950
- # data as a hash:
2951
- #
2952
- # {
2953
- # value: 1,
2954
- # unit: "HOURS", # accepts HOURS
2955
- # }
2956
- #
2957
2524
  # @!attribute [rw] value
2958
2525
  # Integer to specify the value of a maintenance schedule duration.
2959
2526
  # @return [Integer]
@@ -2974,17 +2541,6 @@ module Aws::OpenSearchService
2974
2541
  # Container for the parameters required to enable EBS-based storage for
2975
2542
  # an OpenSearch Service domain.
2976
2543
  #
2977
- # @note When making an API call, you may pass EBSOptions
2978
- # data as a hash:
2979
- #
2980
- # {
2981
- # ebs_enabled: false,
2982
- # volume_type: "standard", # accepts standard, gp2, io1, gp3
2983
- # volume_size: 1,
2984
- # iops: 1,
2985
- # throughput: 1,
2986
- # }
2987
- #
2988
2544
  # @!attribute [rw] ebs_enabled
2989
2545
  # Indicates whether EBS volumes are attached to data nodes in an
2990
2546
  # OpenSearch Service domain.
@@ -3045,14 +2601,6 @@ module Aws::OpenSearchService
3045
2601
  # the Key Management Service (KMS) key to use. Can be used only to
3046
2602
  # create a new domain, not update an existing one.
3047
2603
  #
3048
- # @note When making an API call, you may pass EncryptionAtRestOptions
3049
- # data as a hash:
3050
- #
3051
- # {
3052
- # enabled: false,
3053
- # kms_key_id: "KmsKeyId",
3054
- # }
3055
- #
3056
2604
  # @!attribute [rw] enabled
3057
2605
  # True to enable encryption at rest.
3058
2606
  # @return [Boolean]
@@ -3117,14 +2665,6 @@ module Aws::OpenSearchService
3117
2665
  # A cross-cluster connection must match at least one of the specified
3118
2666
  # values for it to be returned from an operation.
3119
2667
  #
3120
- # @note When making an API call, you may pass Filter
3121
- # data as a hash:
3122
- #
3123
- # {
3124
- # name: "NonEmptyString",
3125
- # values: ["NonEmptyString"],
3126
- # }
3127
- #
3128
2668
  # @!attribute [rw] name
3129
2669
  # The name of the filter.
3130
2670
  # @return [String]
@@ -3145,13 +2685,6 @@ module Aws::OpenSearchService
3145
2685
  # Container for the request parameters to `GetCompatibleVersions`
3146
2686
  # operation.
3147
2687
  #
3148
- # @note When making an API call, you may pass GetCompatibleVersionsRequest
3149
- # data as a hash:
3150
- #
3151
- # {
3152
- # domain_name: "DomainName",
3153
- # }
3154
- #
3155
2688
  # @!attribute [rw] domain_name
3156
2689
  # The name of an existing domain. Provide this parameter to limit the
3157
2690
  # results to a single domain.
@@ -3184,15 +2717,6 @@ module Aws::OpenSearchService
3184
2717
  # Container for the request parameters to the `GetPackageVersionHistory`
3185
2718
  # operation.
3186
2719
  #
3187
- # @note When making an API call, you may pass GetPackageVersionHistoryRequest
3188
- # data as a hash:
3189
- #
3190
- # {
3191
- # package_id: "PackageID", # required
3192
- # max_results: 1,
3193
- # next_token: "NextToken",
3194
- # }
3195
- #
3196
2720
  # @!attribute [rw] package_id
3197
2721
  # The unique identifier of the package.
3198
2722
  # @return [String]
@@ -3251,15 +2775,6 @@ module Aws::OpenSearchService
3251
2775
  # Container for the request parameters to the `GetUpgradeHistory`
3252
2776
  # operation.
3253
2777
  #
3254
- # @note When making an API call, you may pass GetUpgradeHistoryRequest
3255
- # data as a hash:
3256
- #
3257
- # {
3258
- # domain_name: "DomainName", # required
3259
- # max_results: 1,
3260
- # next_token: "NextToken",
3261
- # }
3262
- #
3263
2778
  # @!attribute [rw] domain_name
3264
2779
  # The name of an existing domain.
3265
2780
  # @return [String]
@@ -3313,13 +2828,6 @@ module Aws::OpenSearchService
3313
2828
  # Container for the request parameters to the `GetUpgradeStatus`
3314
2829
  # operation.
3315
2830
  #
3316
- # @note When making an API call, you may pass GetUpgradeStatusRequest
3317
- # data as a hash:
3318
- #
3319
- # {
3320
- # domain_name: "DomainName", # required
3321
- # }
3322
- #
3323
2831
  # @!attribute [rw] domain_name
3324
2832
  # The domain of the domain to get upgrade status information for.
3325
2833
  # @return [String]
@@ -3573,13 +3081,6 @@ module Aws::OpenSearchService
3573
3081
 
3574
3082
  # Container for the parameters to the `ListDomainNames` operation.
3575
3083
  #
3576
- # @note When making an API call, you may pass ListDomainNamesRequest
3577
- # data as a hash:
3578
- #
3579
- # {
3580
- # engine_type: "OpenSearch", # accepts OpenSearch, Elasticsearch
3581
- # }
3582
- #
3583
3084
  # @!attribute [rw] engine_type
3584
3085
  # Filters the output by domain engine type.
3585
3086
  # @return [String]
@@ -3611,15 +3112,6 @@ module Aws::OpenSearchService
3611
3112
  # Container for the request parameters to the `ListDomainsForPackage`
3612
3113
  # operation.
3613
3114
  #
3614
- # @note When making an API call, you may pass ListDomainsForPackageRequest
3615
- # data as a hash:
3616
- #
3617
- # {
3618
- # package_id: "PackageID", # required
3619
- # max_results: 1,
3620
- # next_token: "NextToken",
3621
- # }
3622
- #
3623
3115
  # @!attribute [rw] package_id
3624
3116
  # The unique identifier of the package for which to list associated
3625
3117
  # domains.
@@ -3670,16 +3162,6 @@ module Aws::OpenSearchService
3670
3162
  include Aws::Structure
3671
3163
  end
3672
3164
 
3673
- # @note When making an API call, you may pass ListInstanceTypeDetailsRequest
3674
- # data as a hash:
3675
- #
3676
- # {
3677
- # engine_version: "VersionString", # required
3678
- # domain_name: "DomainName",
3679
- # max_results: 1,
3680
- # next_token: "NextToken",
3681
- # }
3682
- #
3683
3165
  # @!attribute [rw] engine_version
3684
3166
  # Version of OpenSearch or Elasticsearch, in the format
3685
3167
  # Elasticsearch\_X.Y or OpenSearch\_X.Y. Defaults to the latest
@@ -3737,15 +3219,6 @@ module Aws::OpenSearchService
3737
3219
  # Container for the request parameters to the `ListPackagesForDomain`
3738
3220
  # operation.
3739
3221
  #
3740
- # @note When making an API call, you may pass ListPackagesForDomainRequest
3741
- # data as a hash:
3742
- #
3743
- # {
3744
- # domain_name: "DomainName", # required
3745
- # max_results: 1,
3746
- # next_token: "NextToken",
3747
- # }
3748
- #
3749
3222
  # @!attribute [rw] domain_name
3750
3223
  # The name of the domain for which you want to list associated
3751
3224
  # packages.
@@ -3798,13 +3271,6 @@ module Aws::OpenSearchService
3798
3271
 
3799
3272
  # Container for the parameters to the `ListTags` operation.
3800
3273
  #
3801
- # @note When making an API call, you may pass ListTagsRequest
3802
- # data as a hash:
3803
- #
3804
- # {
3805
- # arn: "ARN", # required
3806
- # }
3807
- #
3808
3274
  # @!attribute [rw] arn
3809
3275
  # Amazon Resource Name (ARN) for the domain to view tags for.
3810
3276
  # @return [String]
@@ -3833,14 +3299,6 @@ module Aws::OpenSearchService
3833
3299
 
3834
3300
  # Container for the request parameters to the `ListVersions` operation.
3835
3301
  #
3836
- # @note When making an API call, you may pass ListVersionsRequest
3837
- # data as a hash:
3838
- #
3839
- # {
3840
- # max_results: 1,
3841
- # next_token: "NextToken",
3842
- # }
3843
- #
3844
3302
  # @!attribute [rw] max_results
3845
3303
  # An optional parameter that specifies the maximum number of results
3846
3304
  # to return. You can use `nextToken` to get the next page of results.
@@ -3885,14 +3343,6 @@ module Aws::OpenSearchService
3885
3343
  include Aws::Structure
3886
3344
  end
3887
3345
 
3888
- # @note When making an API call, you may pass ListVpcEndpointAccessRequest
3889
- # data as a hash:
3890
- #
3891
- # {
3892
- # domain_name: "DomainName", # required
3893
- # next_token: "NextToken",
3894
- # }
3895
- #
3896
3346
  # @!attribute [rw] domain_name
3897
3347
  # The name of the OpenSearch Service domain to retrieve access
3898
3348
  # information for.
@@ -3938,14 +3388,6 @@ module Aws::OpenSearchService
3938
3388
  include Aws::Structure
3939
3389
  end
3940
3390
 
3941
- # @note When making an API call, you may pass ListVpcEndpointsForDomainRequest
3942
- # data as a hash:
3943
- #
3944
- # {
3945
- # domain_name: "DomainName", # required
3946
- # next_token: "NextToken",
3947
- # }
3948
- #
3949
3391
  # @!attribute [rw] domain_name
3950
3392
  # The name of the domain to list associated VPC endpoints for.
3951
3393
  # @return [String]
@@ -3986,13 +3428,6 @@ module Aws::OpenSearchService
3986
3428
  include Aws::Structure
3987
3429
  end
3988
3430
 
3989
- # @note When making an API call, you may pass ListVpcEndpointsRequest
3990
- # data as a hash:
3991
- #
3992
- # {
3993
- # next_token: "NextToken",
3994
- # }
3995
- #
3996
3431
  # @!attribute [rw] next_token
3997
3432
  # If your initial `ListVpcEndpoints` operation returns a `nextToken`,
3998
3433
  # you can include the returned `nextToken` in subsequent
@@ -4042,14 +3477,6 @@ module Aws::OpenSearchService
4042
3477
  #
4043
3478
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createdomain-configure-slow-logs.html
4044
3479
  #
4045
- # @note When making an API call, you may pass LogPublishingOption
4046
- # data as a hash:
4047
- #
4048
- # {
4049
- # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
4050
- # enabled: false,
4051
- # }
4052
- #
4053
3480
  # @!attribute [rw] cloud_watch_logs_log_group_arn
4054
3481
  # The Amazon Resource Name (ARN) of the CloudWatch Logs group to
4055
3482
  # publish logs to.
@@ -4090,15 +3517,6 @@ module Aws::OpenSearchService
4090
3517
 
4091
3518
  # Credentials for the master user for a domain.
4092
3519
  #
4093
- # @note When making an API call, you may pass MasterUserOptions
4094
- # data as a hash:
4095
- #
4096
- # {
4097
- # master_user_arn: "ARN",
4098
- # master_user_name: "Username",
4099
- # master_user_password: "Password",
4100
- # }
4101
- #
4102
3520
  # @!attribute [rw] master_user_arn
4103
3521
  # Amazon Resource Name (ARN) for the master user. Only specify if
4104
3522
  # `InternalUserDatabaseEnabled` is `false`.
@@ -4131,13 +3549,6 @@ module Aws::OpenSearchService
4131
3549
  #
4132
3550
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html
4133
3551
  #
4134
- # @note When making an API call, you may pass NodeToNodeEncryptionOptions
4135
- # data as a hash:
4136
- #
4137
- # {
4138
- # enabled: false,
4139
- # }
4140
- #
4141
3552
  # @!attribute [rw] enabled
4142
3553
  # True to enable node-to-node encryption.
4143
3554
  # @return [Boolean]
@@ -4343,14 +3754,6 @@ module Aws::OpenSearchService
4343
3754
 
4344
3755
  # The Amazon S3 location to import the package from.
4345
3756
  #
4346
- # @note When making an API call, you may pass PackageSource
4347
- # data as a hash:
4348
- #
4349
- # {
4350
- # s3_bucket_name: "S3BucketName",
4351
- # s3_key: "S3Key",
4352
- # }
4353
- #
4354
3757
  # @!attribute [rw] s3_bucket_name
4355
3758
  # The name of the Amazon S3 bucket containing the package.
4356
3759
  # @return [String]
@@ -4395,15 +3798,6 @@ module Aws::OpenSearchService
4395
3798
  # Container for request parameters to the
4396
3799
  # `PurchaseReservedInstanceOffering` operation.
4397
3800
  #
4398
- # @note When making an API call, you may pass PurchaseReservedInstanceOfferingRequest
4399
- # data as a hash:
4400
- #
4401
- # {
4402
- # reserved_instance_offering_id: "GUID", # required
4403
- # reservation_name: "ReservationToken", # required
4404
- # instance_count: 1,
4405
- # }
4406
- #
4407
3801
  # @!attribute [rw] reserved_instance_offering_id
4408
3802
  # The ID of the Reserved Instance offering to purchase.
4409
3803
  # @return [String]
@@ -4469,13 +3863,6 @@ module Aws::OpenSearchService
4469
3863
  # Container for the request parameters to the `RejectInboundConnection`
4470
3864
  # operation.
4471
3865
  #
4472
- # @note When making an API call, you may pass RejectInboundConnectionRequest
4473
- # data as a hash:
4474
- #
4475
- # {
4476
- # connection_id: "ConnectionId", # required
4477
- # }
4478
- #
4479
3866
  # @!attribute [rw] connection_id
4480
3867
  # The unique identifier of the inbound connection to reject.
4481
3868
  # @return [String]
@@ -4504,14 +3891,6 @@ module Aws::OpenSearchService
4504
3891
 
4505
3892
  # Container for the request parameters to the `RemoveTags` operation.
4506
3893
  #
4507
- # @note When making an API call, you may pass RemoveTagsRequest
4508
- # data as a hash:
4509
- #
4510
- # {
4511
- # arn: "ARN", # required
4512
- # tag_keys: ["String"], # required
4513
- # }
4514
- #
4515
3894
  # @!attribute [rw] arn
4516
3895
  # The Amazon Resource Name (ARN) of the domain from which you want to
4517
3896
  # delete the specified tags.
@@ -4682,14 +4061,6 @@ module Aws::OpenSearchService
4682
4061
  #
4683
4062
  class ResourceNotFoundException < Aws::EmptyStructure; end
4684
4063
 
4685
- # @note When making an API call, you may pass RevokeVpcEndpointAccessRequest
4686
- # data as a hash:
4687
- #
4688
- # {
4689
- # domain_name: "DomainName", # required
4690
- # account: "AWSAccount", # required
4691
- # }
4692
- #
4693
4064
  # @!attribute [rw] domain_name
4694
4065
  # The name of the OpenSearch Service domain.
4695
4066
  # @return [String]
@@ -4713,14 +4084,6 @@ module Aws::OpenSearchService
4713
4084
 
4714
4085
  # The SAML identity povider information.
4715
4086
  #
4716
- # @note When making an API call, you may pass SAMLIdp
4717
- # data as a hash:
4718
- #
4719
- # {
4720
- # metadata_content: "SAMLMetadata", # required
4721
- # entity_id: "SAMLEntityId", # required
4722
- # }
4723
- #
4724
4087
  # @!attribute [rw] metadata_content
4725
4088
  # The metadata of the SAML application, in XML format.
4726
4089
  # @return [String]
@@ -4742,22 +4105,6 @@ module Aws::OpenSearchService
4742
4105
  # The SAML authentication configuration for an Amazon OpenSearch Service
4743
4106
  # domain.
4744
4107
  #
4745
- # @note When making an API call, you may pass SAMLOptionsInput
4746
- # data as a hash:
4747
- #
4748
- # {
4749
- # enabled: false,
4750
- # idp: {
4751
- # metadata_content: "SAMLMetadata", # required
4752
- # entity_id: "SAMLEntityId", # required
4753
- # },
4754
- # master_user_name: "Username",
4755
- # master_backend_role: "BackendRole",
4756
- # subject_key: "String",
4757
- # roles_key: "String",
4758
- # session_timeout_minutes: 1,
4759
- # }
4760
- #
4761
4108
  # @!attribute [rw] enabled
4762
4109
  # True to enable SAML authentication for a domain.
4763
4110
  # @return [Boolean]
@@ -4940,13 +4287,6 @@ module Aws::OpenSearchService
4940
4287
  # The time, in UTC format, when OpenSearch Service takes a daily
4941
4288
  # automated snapshot of the specified domain. Default is `0` hours.
4942
4289
  #
4943
- # @note When making an API call, you may pass SnapshotOptions
4944
- # data as a hash:
4945
- #
4946
- # {
4947
- # automated_snapshot_start_hour: 1,
4948
- # }
4949
- #
4950
4290
  # @!attribute [rw] automated_snapshot_start_hour
4951
4291
  # The time, in UTC format, when OpenSearch Service takes a daily
4952
4292
  # automated snapshot of the specified domain. Default is `0` hours.
@@ -4983,13 +4323,6 @@ module Aws::OpenSearchService
4983
4323
  # Container for the request parameters to the
4984
4324
  # `StartServiceSoftwareUpdate` operation.
4985
4325
  #
4986
- # @note When making an API call, you may pass StartServiceSoftwareUpdateRequest
4987
- # data as a hash:
4988
- #
4989
- # {
4990
- # domain_name: "DomainName", # required
4991
- # }
4992
- #
4993
4326
  # @!attribute [rw] domain_name
4994
4327
  # The name of the domain that you want to update to the latest service
4995
4328
  # software.
@@ -5087,14 +4420,6 @@ module Aws::OpenSearchService
5087
4420
 
5088
4421
  # A tag (key-value pair) for an Amazon OpenSearch Service resource.
5089
4422
  #
5090
- # @note When making an API call, you may pass Tag
5091
- # data as a hash:
5092
- #
5093
- # {
5094
- # key: "TagKey", # required
5095
- # value: "TagValue", # required
5096
- # }
5097
- #
5098
4423
  # @!attribute [rw] key
5099
4424
  # The tag key. Tag keys must be unique for the domain to which they
5100
4425
  # are attached.
@@ -5118,111 +4443,6 @@ module Aws::OpenSearchService
5118
4443
 
5119
4444
  # Container for the request parameters to the `UpdateDomain` operation.
5120
4445
  #
5121
- # @note When making an API call, you may pass UpdateDomainConfigRequest
5122
- # data as a hash:
5123
- #
5124
- # {
5125
- # domain_name: "DomainName", # required
5126
- # cluster_config: {
5127
- # instance_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
5128
- # instance_count: 1,
5129
- # dedicated_master_enabled: false,
5130
- # zone_awareness_enabled: false,
5131
- # zone_awareness_config: {
5132
- # availability_zone_count: 1,
5133
- # },
5134
- # dedicated_master_type: "m3.medium.search", # accepts m3.medium.search, m3.large.search, m3.xlarge.search, m3.2xlarge.search, m4.large.search, m4.xlarge.search, m4.2xlarge.search, m4.4xlarge.search, m4.10xlarge.search, m5.large.search, m5.xlarge.search, m5.2xlarge.search, m5.4xlarge.search, m5.12xlarge.search, m5.24xlarge.search, r5.large.search, r5.xlarge.search, r5.2xlarge.search, r5.4xlarge.search, r5.12xlarge.search, r5.24xlarge.search, c5.large.search, c5.xlarge.search, c5.2xlarge.search, c5.4xlarge.search, c5.9xlarge.search, c5.18xlarge.search, t3.nano.search, t3.micro.search, t3.small.search, t3.medium.search, t3.large.search, t3.xlarge.search, t3.2xlarge.search, ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search, t2.micro.search, t2.small.search, t2.medium.search, r3.large.search, r3.xlarge.search, r3.2xlarge.search, r3.4xlarge.search, r3.8xlarge.search, i2.xlarge.search, i2.2xlarge.search, d2.xlarge.search, d2.2xlarge.search, d2.4xlarge.search, d2.8xlarge.search, c4.large.search, c4.xlarge.search, c4.2xlarge.search, c4.4xlarge.search, c4.8xlarge.search, r4.large.search, r4.xlarge.search, r4.2xlarge.search, r4.4xlarge.search, r4.8xlarge.search, r4.16xlarge.search, i3.large.search, i3.xlarge.search, i3.2xlarge.search, i3.4xlarge.search, i3.8xlarge.search, i3.16xlarge.search, r6g.large.search, r6g.xlarge.search, r6g.2xlarge.search, r6g.4xlarge.search, r6g.8xlarge.search, r6g.12xlarge.search, m6g.large.search, m6g.xlarge.search, m6g.2xlarge.search, m6g.4xlarge.search, m6g.8xlarge.search, m6g.12xlarge.search, c6g.large.search, c6g.xlarge.search, c6g.2xlarge.search, c6g.4xlarge.search, c6g.8xlarge.search, c6g.12xlarge.search, r6gd.large.search, r6gd.xlarge.search, r6gd.2xlarge.search, r6gd.4xlarge.search, r6gd.8xlarge.search, r6gd.12xlarge.search, r6gd.16xlarge.search, t4g.small.search, t4g.medium.search
5135
- # dedicated_master_count: 1,
5136
- # warm_enabled: false,
5137
- # warm_type: "ultrawarm1.medium.search", # accepts ultrawarm1.medium.search, ultrawarm1.large.search, ultrawarm1.xlarge.search
5138
- # warm_count: 1,
5139
- # cold_storage_options: {
5140
- # enabled: false, # required
5141
- # },
5142
- # },
5143
- # ebs_options: {
5144
- # ebs_enabled: false,
5145
- # volume_type: "standard", # accepts standard, gp2, io1, gp3
5146
- # volume_size: 1,
5147
- # iops: 1,
5148
- # throughput: 1,
5149
- # },
5150
- # snapshot_options: {
5151
- # automated_snapshot_start_hour: 1,
5152
- # },
5153
- # vpc_options: {
5154
- # subnet_ids: ["String"],
5155
- # security_group_ids: ["String"],
5156
- # },
5157
- # cognito_options: {
5158
- # enabled: false,
5159
- # user_pool_id: "UserPoolId",
5160
- # identity_pool_id: "IdentityPoolId",
5161
- # role_arn: "RoleArn",
5162
- # },
5163
- # advanced_options: {
5164
- # "String" => "String",
5165
- # },
5166
- # access_policies: "PolicyDocument",
5167
- # log_publishing_options: {
5168
- # "INDEX_SLOW_LOGS" => {
5169
- # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
5170
- # enabled: false,
5171
- # },
5172
- # },
5173
- # encryption_at_rest_options: {
5174
- # enabled: false,
5175
- # kms_key_id: "KmsKeyId",
5176
- # },
5177
- # domain_endpoint_options: {
5178
- # enforce_https: false,
5179
- # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
5180
- # custom_endpoint_enabled: false,
5181
- # custom_endpoint: "DomainNameFqdn",
5182
- # custom_endpoint_certificate_arn: "ARN",
5183
- # },
5184
- # node_to_node_encryption_options: {
5185
- # enabled: false,
5186
- # },
5187
- # advanced_security_options: {
5188
- # enabled: false,
5189
- # internal_user_database_enabled: false,
5190
- # master_user_options: {
5191
- # master_user_arn: "ARN",
5192
- # master_user_name: "Username",
5193
- # master_user_password: "Password",
5194
- # },
5195
- # saml_options: {
5196
- # enabled: false,
5197
- # idp: {
5198
- # metadata_content: "SAMLMetadata", # required
5199
- # entity_id: "SAMLEntityId", # required
5200
- # },
5201
- # master_user_name: "Username",
5202
- # master_backend_role: "BackendRole",
5203
- # subject_key: "String",
5204
- # roles_key: "String",
5205
- # session_timeout_minutes: 1,
5206
- # },
5207
- # anonymous_auth_enabled: false,
5208
- # },
5209
- # auto_tune_options: {
5210
- # desired_state: "ENABLED", # accepts ENABLED, DISABLED
5211
- # rollback_on_disable: "NO_ROLLBACK", # accepts NO_ROLLBACK, DEFAULT_ROLLBACK
5212
- # maintenance_schedules: [
5213
- # {
5214
- # start_at: Time.now,
5215
- # duration: {
5216
- # value: 1,
5217
- # unit: "HOURS", # accepts HOURS
5218
- # },
5219
- # cron_expression_for_recurrence: "String",
5220
- # },
5221
- # ],
5222
- # },
5223
- # dry_run: false,
5224
- # }
5225
- #
5226
4446
  # @!attribute [rw] domain_name
5227
4447
  # The name of the domain that you're updating.
5228
4448
  # @return [String]
@@ -5323,10 +4543,25 @@ module Aws::OpenSearchService
5323
4543
  #
5324
4544
  # @!attribute [rw] dry_run
5325
4545
  # This flag, when set to True, specifies whether the `UpdateDomain`
5326
- # request should return the results of validation check without
5327
- # actually applying the change.
4546
+ # request should return the results of a dry run analysis without
4547
+ # actually applying the change. A dry run determines what type of
4548
+ # deployment the update will cause.
5328
4549
  # @return [Boolean]
5329
4550
  #
4551
+ # @!attribute [rw] dry_run_mode
4552
+ # The type of dry run to perform.
4553
+ #
4554
+ # * `Basic` only returns the type of deployment (blue/green or
4555
+ # dynamic) that the update will cause.
4556
+ #
4557
+ # * `Verbose` runs an additional check to validate the changes you're
4558
+ # making. For more information, see [Validating a domain update][1].
4559
+ #
4560
+ #
4561
+ #
4562
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#validation-check
4563
+ # @return [String]
4564
+ #
5330
4565
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDomainConfigRequest AWS API Documentation
5331
4566
  #
5332
4567
  class UpdateDomainConfigRequest < Struct.new(
@@ -5344,7 +4579,8 @@ module Aws::OpenSearchService
5344
4579
  :node_to_node_encryption_options,
5345
4580
  :advanced_security_options,
5346
4581
  :auto_tune_options,
5347
- :dry_run)
4582
+ :dry_run,
4583
+ :dry_run_mode)
5348
4584
  SENSITIVE = []
5349
4585
  include Aws::Structure
5350
4586
  end
@@ -5357,33 +4593,25 @@ module Aws::OpenSearchService
5357
4593
  # @return [Types::DomainConfig]
5358
4594
  #
5359
4595
  # @!attribute [rw] dry_run_results
5360
- # Results of a dry run performed in an update domain request.
4596
+ # Results of the dry run performed in the update domain request.
5361
4597
  # @return [Types::DryRunResults]
5362
4598
  #
4599
+ # @!attribute [rw] dry_run_progress_status
4600
+ # The status of the dry run being performed on the domain, if any.
4601
+ # @return [Types::DryRunProgressStatus]
4602
+ #
5363
4603
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDomainConfigResponse AWS API Documentation
5364
4604
  #
5365
4605
  class UpdateDomainConfigResponse < Struct.new(
5366
4606
  :domain_config,
5367
- :dry_run_results)
4607
+ :dry_run_results,
4608
+ :dry_run_progress_status)
5368
4609
  SENSITIVE = []
5369
4610
  include Aws::Structure
5370
4611
  end
5371
4612
 
5372
4613
  # Container for request parameters to the `UpdatePackage` operation.
5373
4614
  #
5374
- # @note When making an API call, you may pass UpdatePackageRequest
5375
- # data as a hash:
5376
- #
5377
- # {
5378
- # package_id: "PackageID", # required
5379
- # package_source: { # required
5380
- # s3_bucket_name: "S3BucketName",
5381
- # s3_key: "S3Key",
5382
- # },
5383
- # package_description: "PackageDescription",
5384
- # commit_message: "CommitMessage",
5385
- # }
5386
- #
5387
4615
  # @!attribute [rw] package_id
5388
4616
  # The unique identifier for the package.
5389
4617
  # @return [String]
@@ -5426,17 +4654,6 @@ module Aws::OpenSearchService
5426
4654
  include Aws::Structure
5427
4655
  end
5428
4656
 
5429
- # @note When making an API call, you may pass UpdateVpcEndpointRequest
5430
- # data as a hash:
5431
- #
5432
- # {
5433
- # vpc_endpoint_id: "VpcEndpointId", # required
5434
- # vpc_options: { # required
5435
- # subnet_ids: ["String"],
5436
- # security_group_ids: ["String"],
5437
- # },
5438
- # }
5439
- #
5440
4657
  # @!attribute [rw] vpc_endpoint_id
5441
4658
  # The unique identifier of the endpoint.
5442
4659
  # @return [String]
@@ -5468,18 +4685,6 @@ module Aws::OpenSearchService
5468
4685
 
5469
4686
  # Container for the request parameters to the `UpgradeDomain` operation.
5470
4687
  #
5471
- # @note When making an API call, you may pass UpgradeDomainRequest
5472
- # data as a hash:
5473
- #
5474
- # {
5475
- # domain_name: "DomainName", # required
5476
- # target_version: "VersionString", # required
5477
- # perform_check_only: false,
5478
- # advanced_options: {
5479
- # "String" => "String",
5480
- # },
5481
- # }
5482
- #
5483
4688
  # @!attribute [rw] domain_name
5484
4689
  # Name of the OpenSearch Service domain that you want to upgrade.
5485
4690
  # @return [String]
@@ -5710,14 +4915,6 @@ module Aws::OpenSearchService
5710
4915
  #
5711
4916
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html
5712
4917
  #
5713
- # @note When making an API call, you may pass VPCOptions
5714
- # data as a hash:
5715
- #
5716
- # {
5717
- # subnet_ids: ["String"],
5718
- # security_group_ids: ["String"],
5719
- # }
5720
- #
5721
4918
  # @!attribute [rw] subnet_ids
5722
4919
  # A list of subnet IDs associated with the VPC endpoints for the
5723
4920
  # domain. If your domain uses multiple Availability Zones, you need to
@@ -5746,6 +4943,26 @@ module Aws::OpenSearchService
5746
4943
  #
5747
4944
  class ValidationException < Aws::EmptyStructure; end
5748
4945
 
4946
+ # A validation failure that occurred as the result of a pre-update
4947
+ # validation check (verbose dry run) on a domain.
4948
+ #
4949
+ # @!attribute [rw] code
4950
+ # The error code of the failure.
4951
+ # @return [String]
4952
+ #
4953
+ # @!attribute [rw] message
4954
+ # A message corresponding to the failure.
4955
+ # @return [String]
4956
+ #
4957
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ValidationFailure AWS API Documentation
4958
+ #
4959
+ class ValidationFailure < Struct.new(
4960
+ :code,
4961
+ :message)
4962
+ SENSITIVE = []
4963
+ include Aws::Structure
4964
+ end
4965
+
5749
4966
  # The status of the the OpenSearch or Elasticsearch version options for
5750
4967
  # the specified Amazon OpenSearch Service domain.
5751
4968
  #
@@ -5867,13 +5084,6 @@ module Aws::OpenSearchService
5867
5084
  # The zone awareness configuration for an Amazon OpenSearch Service
5868
5085
  # domain.
5869
5086
  #
5870
- # @note When making an API call, you may pass ZoneAwarenessConfig
5871
- # data as a hash:
5872
- #
5873
- # {
5874
- # availability_zone_count: 1,
5875
- # }
5876
- #
5877
5087
  # @!attribute [rw] availability_zone_count
5878
5088
  # If you enabled multiple Availability Zones, this value is the number
5879
5089
  # of zones that you want the domain to use. Valid values are `2` and