aws-sdk-opensearchservice 1.13.0 → 1.14.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,18 +1231,6 @@ 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
1235
  # The Amazon Resource Name (ARN) of the domain to grant access to.
1555
1236
  # @return [String]
@@ -1587,13 +1268,6 @@ module Aws::OpenSearchService
1587
1268
 
1588
1269
  # Container for the parameters to the `DeleteDomain` operation.
1589
1270
  #
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
1271
  # @!attribute [rw] domain_name
1598
1272
  # The name of the domain you want to permanently delete.
1599
1273
  # @return [String]
@@ -1625,13 +1299,6 @@ module Aws::OpenSearchService
1625
1299
  # Container for the parameters to the `DeleteInboundConnection`
1626
1300
  # operation.
1627
1301
  #
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
1302
  # @!attribute [rw] connection_id
1636
1303
  # The ID of the inbound connection to permanently delete.
1637
1304
  # @return [String]
@@ -1662,13 +1329,6 @@ module Aws::OpenSearchService
1662
1329
  # Container for the parameters to the `DeleteOutboundConnection`
1663
1330
  # operation.
1664
1331
  #
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
1332
  # @!attribute [rw] connection_id
1673
1333
  # The ID of the outbound connection you want to permanently delete.
1674
1334
  # @return [String]
@@ -1698,13 +1358,6 @@ module Aws::OpenSearchService
1698
1358
  # Deletes a package from OpenSearch Service. The package can't be
1699
1359
  # associated with any OpenSearch Service domain.
1700
1360
  #
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
1361
  # @!attribute [rw] package_id
1709
1362
  # The internal ID of the package you want to delete. Use
1710
1363
  # `DescribePackages` to find this value.
@@ -1733,13 +1386,6 @@ module Aws::OpenSearchService
1733
1386
  include Aws::Structure
1734
1387
  end
1735
1388
 
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
1389
  # @!attribute [rw] vpc_endpoint_id
1744
1390
  # The unique identifier of the endpoint.
1745
1391
  # @return [String]
@@ -1768,15 +1414,6 @@ module Aws::OpenSearchService
1768
1414
  # Container for the parameters to the `DescribeDomainAutoTunes`
1769
1415
  # operation.
1770
1416
  #
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
1417
  # @!attribute [rw] domain_name
1781
1418
  # Name of the domain that you want Auto-Tune details about.
1782
1419
  # @return [String]
@@ -1829,14 +1466,6 @@ module Aws::OpenSearchService
1829
1466
  # Container for the parameters to the `DescribeDomainChangeProgress`
1830
1467
  # operation.
1831
1468
  #
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
1469
  # @!attribute [rw] domain_name
1841
1470
  # The name of the domain to get progress information for.
1842
1471
  # @return [String]
@@ -1874,13 +1503,6 @@ module Aws::OpenSearchService
1874
1503
 
1875
1504
  # Container for the parameters to the `DescribeDomainConfig` operation.
1876
1505
  #
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
1506
  # @!attribute [rw] domain_name
1885
1507
  # Name of the OpenSearch Service domain configuration that you want to
1886
1508
  # describe.
@@ -1910,13 +1532,6 @@ module Aws::OpenSearchService
1910
1532
 
1911
1533
  # Container for the parameters to the `DescribeDomain` operation.
1912
1534
  #
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
1535
  # @!attribute [rw] domain_name
1921
1536
  # The name of the domain that you want information about.
1922
1537
  # @return [String]
@@ -1946,13 +1561,6 @@ module Aws::OpenSearchService
1946
1561
 
1947
1562
  # Container for the parameters to the `DescribeDomains` operation.
1948
1563
  #
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
1564
  # @!attribute [rw] domain_names
1957
1565
  # Array of OpenSearch Service domain names that you want information
1958
1566
  # about. If you don't specify any domains, OpenSearch Service returns
@@ -1985,20 +1593,6 @@ module Aws::OpenSearchService
1985
1593
  # Container for the parameters to the `DescribeInboundConnections`
1986
1594
  # operation.
1987
1595
  #
1988
- # @note When making an API call, you may pass DescribeInboundConnectionsRequest
1989
- # data as a hash:
1990
- #
1991
- # {
1992
- # filters: [
1993
- # {
1994
- # name: "NonEmptyString",
1995
- # values: ["NonEmptyString"],
1996
- # },
1997
- # ],
1998
- # max_results: 1,
1999
- # next_token: "NextToken",
2000
- # }
2001
- #
2002
1596
  # @!attribute [rw] filters
2003
1597
  # A list of filters used to match properties for inbound cross-cluster
2004
1598
  # connections.
@@ -2051,15 +1645,6 @@ module Aws::OpenSearchService
2051
1645
  # Container for the parameters to the `DescribeInstanceTypeLimits`
2052
1646
  # operation.
2053
1647
  #
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
1648
  # @!attribute [rw] domain_name
2064
1649
  # The name of the domain. Only specify if you need the limits for an
2065
1650
  # existing domain.
@@ -2105,20 +1690,6 @@ module Aws::OpenSearchService
2105
1690
  # Container for the parameters to the `DescribeOutboundConnections`
2106
1691
  # operation.
2107
1692
  #
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
1693
  # @!attribute [rw] filters
2123
1694
  # List of filter names and values that you can use for requests.
2124
1695
  # @return [Array<Types::Filter>]
@@ -2169,14 +1740,6 @@ module Aws::OpenSearchService
2169
1740
 
2170
1741
  # A filter to apply to the `DescribePackage` response.
2171
1742
  #
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
1743
  # @!attribute [rw] name
2181
1744
  # Any field from `PackageDetails`.
2182
1745
  # @return [String]
@@ -2197,20 +1760,6 @@ module Aws::OpenSearchService
2197
1760
  # Container for the request parameters to the `DescribePackage`
2198
1761
  # operation.
2199
1762
  #
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
1763
  # @!attribute [rw] filters
2215
1764
  # Only returns packages that match the `DescribePackagesFilterList`
2216
1765
  # values.
@@ -2264,15 +1813,6 @@ module Aws::OpenSearchService
2264
1813
  # Container for the request parameters to a
2265
1814
  # `DescribeReservedInstanceOfferings` operation.
2266
1815
  #
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
1816
  # @!attribute [rw] reserved_instance_offering_id
2277
1817
  # The Reserved Instance identifier filter value. Use this parameter to
2278
1818
  # show only the available instance types that match the specified
@@ -2327,15 +1867,6 @@ module Aws::OpenSearchService
2327
1867
  # Container for the request parameters to the
2328
1868
  # `DescribeReservedInstances` operation.
2329
1869
  #
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
1870
  # @!attribute [rw] reserved_instance_id
2340
1871
  # The reserved instance identifier filter value. Use this parameter to
2341
1872
  # show only the reservation that matches the specified reserved
@@ -2386,13 +1917,6 @@ module Aws::OpenSearchService
2386
1917
  include Aws::Structure
2387
1918
  end
2388
1919
 
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
1920
  # @!attribute [rw] vpc_endpoint_ids
2397
1921
  # The unique identifiers of the endpoints to get information about.
2398
1922
  # @return [Array<String>]
@@ -2432,14 +1956,6 @@ module Aws::OpenSearchService
2432
1956
  # Container for the request parameters to the `DissociatePackage`
2433
1957
  # operation.
2434
1958
  #
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
1959
  # @!attribute [rw] package_id
2444
1960
  # Internal ID of the package to dissociate from the domain. Use
2445
1961
  # `ListPackagesForDomain` to find this value.
@@ -2571,17 +2087,6 @@ module Aws::OpenSearchService
2571
2087
  # Options to configure a custom endpoint for an OpenSearch Service
2572
2088
  # domain.
2573
2089
  #
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
2090
  # @!attribute [rw] enforce_https
2586
2091
  # True to require that all traffic to the domain arrive over HTTPS.
2587
2092
  # @return [Boolean]
@@ -2666,17 +2171,6 @@ module Aws::OpenSearchService
2666
2171
 
2667
2172
  # Container for information about an OpenSearch Service domain.
2668
2173
  #
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
2174
  # @!attribute [rw] aws_domain_information
2681
2175
  # Information about an Amazon OpenSearch Service domain.
2682
2176
  # @return [Types::AWSDomainInformation]
@@ -2946,14 +2440,6 @@ module Aws::OpenSearchService
2946
2440
  #
2947
2441
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
2948
2442
  #
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
2443
  # @!attribute [rw] value
2958
2444
  # Integer to specify the value of a maintenance schedule duration.
2959
2445
  # @return [Integer]
@@ -2974,17 +2460,6 @@ module Aws::OpenSearchService
2974
2460
  # Container for the parameters required to enable EBS-based storage for
2975
2461
  # an OpenSearch Service domain.
2976
2462
  #
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
2463
  # @!attribute [rw] ebs_enabled
2989
2464
  # Indicates whether EBS volumes are attached to data nodes in an
2990
2465
  # OpenSearch Service domain.
@@ -3045,14 +2520,6 @@ module Aws::OpenSearchService
3045
2520
  # the Key Management Service (KMS) key to use. Can be used only to
3046
2521
  # create a new domain, not update an existing one.
3047
2522
  #
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
2523
  # @!attribute [rw] enabled
3057
2524
  # True to enable encryption at rest.
3058
2525
  # @return [Boolean]
@@ -3117,14 +2584,6 @@ module Aws::OpenSearchService
3117
2584
  # A cross-cluster connection must match at least one of the specified
3118
2585
  # values for it to be returned from an operation.
3119
2586
  #
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
2587
  # @!attribute [rw] name
3129
2588
  # The name of the filter.
3130
2589
  # @return [String]
@@ -3145,13 +2604,6 @@ module Aws::OpenSearchService
3145
2604
  # Container for the request parameters to `GetCompatibleVersions`
3146
2605
  # operation.
3147
2606
  #
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
2607
  # @!attribute [rw] domain_name
3156
2608
  # The name of an existing domain. Provide this parameter to limit the
3157
2609
  # results to a single domain.
@@ -3184,15 +2636,6 @@ module Aws::OpenSearchService
3184
2636
  # Container for the request parameters to the `GetPackageVersionHistory`
3185
2637
  # operation.
3186
2638
  #
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
2639
  # @!attribute [rw] package_id
3197
2640
  # The unique identifier of the package.
3198
2641
  # @return [String]
@@ -3251,15 +2694,6 @@ module Aws::OpenSearchService
3251
2694
  # Container for the request parameters to the `GetUpgradeHistory`
3252
2695
  # operation.
3253
2696
  #
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
2697
  # @!attribute [rw] domain_name
3264
2698
  # The name of an existing domain.
3265
2699
  # @return [String]
@@ -3313,13 +2747,6 @@ module Aws::OpenSearchService
3313
2747
  # Container for the request parameters to the `GetUpgradeStatus`
3314
2748
  # operation.
3315
2749
  #
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
2750
  # @!attribute [rw] domain_name
3324
2751
  # The domain of the domain to get upgrade status information for.
3325
2752
  # @return [String]
@@ -3573,13 +3000,6 @@ module Aws::OpenSearchService
3573
3000
 
3574
3001
  # Container for the parameters to the `ListDomainNames` operation.
3575
3002
  #
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
3003
  # @!attribute [rw] engine_type
3584
3004
  # Filters the output by domain engine type.
3585
3005
  # @return [String]
@@ -3611,15 +3031,6 @@ module Aws::OpenSearchService
3611
3031
  # Container for the request parameters to the `ListDomainsForPackage`
3612
3032
  # operation.
3613
3033
  #
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
3034
  # @!attribute [rw] package_id
3624
3035
  # The unique identifier of the package for which to list associated
3625
3036
  # domains.
@@ -3670,16 +3081,6 @@ module Aws::OpenSearchService
3670
3081
  include Aws::Structure
3671
3082
  end
3672
3083
 
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
3084
  # @!attribute [rw] engine_version
3684
3085
  # Version of OpenSearch or Elasticsearch, in the format
3685
3086
  # Elasticsearch\_X.Y or OpenSearch\_X.Y. Defaults to the latest
@@ -3737,15 +3138,6 @@ module Aws::OpenSearchService
3737
3138
  # Container for the request parameters to the `ListPackagesForDomain`
3738
3139
  # operation.
3739
3140
  #
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
3141
  # @!attribute [rw] domain_name
3750
3142
  # The name of the domain for which you want to list associated
3751
3143
  # packages.
@@ -3798,13 +3190,6 @@ module Aws::OpenSearchService
3798
3190
 
3799
3191
  # Container for the parameters to the `ListTags` operation.
3800
3192
  #
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
3193
  # @!attribute [rw] arn
3809
3194
  # Amazon Resource Name (ARN) for the domain to view tags for.
3810
3195
  # @return [String]
@@ -3833,14 +3218,6 @@ module Aws::OpenSearchService
3833
3218
 
3834
3219
  # Container for the request parameters to the `ListVersions` operation.
3835
3220
  #
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
3221
  # @!attribute [rw] max_results
3845
3222
  # An optional parameter that specifies the maximum number of results
3846
3223
  # to return. You can use `nextToken` to get the next page of results.
@@ -3885,14 +3262,6 @@ module Aws::OpenSearchService
3885
3262
  include Aws::Structure
3886
3263
  end
3887
3264
 
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
3265
  # @!attribute [rw] domain_name
3897
3266
  # The name of the OpenSearch Service domain to retrieve access
3898
3267
  # information for.
@@ -3938,14 +3307,6 @@ module Aws::OpenSearchService
3938
3307
  include Aws::Structure
3939
3308
  end
3940
3309
 
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
3310
  # @!attribute [rw] domain_name
3950
3311
  # The name of the domain to list associated VPC endpoints for.
3951
3312
  # @return [String]
@@ -3986,13 +3347,6 @@ module Aws::OpenSearchService
3986
3347
  include Aws::Structure
3987
3348
  end
3988
3349
 
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
3350
  # @!attribute [rw] next_token
3997
3351
  # If your initial `ListVpcEndpoints` operation returns a `nextToken`,
3998
3352
  # you can include the returned `nextToken` in subsequent
@@ -4042,14 +3396,6 @@ module Aws::OpenSearchService
4042
3396
  #
4043
3397
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createdomain-configure-slow-logs.html
4044
3398
  #
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
3399
  # @!attribute [rw] cloud_watch_logs_log_group_arn
4054
3400
  # The Amazon Resource Name (ARN) of the CloudWatch Logs group to
4055
3401
  # publish logs to.
@@ -4090,15 +3436,6 @@ module Aws::OpenSearchService
4090
3436
 
4091
3437
  # Credentials for the master user for a domain.
4092
3438
  #
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
3439
  # @!attribute [rw] master_user_arn
4103
3440
  # Amazon Resource Name (ARN) for the master user. Only specify if
4104
3441
  # `InternalUserDatabaseEnabled` is `false`.
@@ -4131,13 +3468,6 @@ module Aws::OpenSearchService
4131
3468
  #
4132
3469
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html
4133
3470
  #
4134
- # @note When making an API call, you may pass NodeToNodeEncryptionOptions
4135
- # data as a hash:
4136
- #
4137
- # {
4138
- # enabled: false,
4139
- # }
4140
- #
4141
3471
  # @!attribute [rw] enabled
4142
3472
  # True to enable node-to-node encryption.
4143
3473
  # @return [Boolean]
@@ -4343,14 +3673,6 @@ module Aws::OpenSearchService
4343
3673
 
4344
3674
  # The Amazon S3 location to import the package from.
4345
3675
  #
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
3676
  # @!attribute [rw] s3_bucket_name
4355
3677
  # The name of the Amazon S3 bucket containing the package.
4356
3678
  # @return [String]
@@ -4395,15 +3717,6 @@ module Aws::OpenSearchService
4395
3717
  # Container for request parameters to the
4396
3718
  # `PurchaseReservedInstanceOffering` operation.
4397
3719
  #
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
3720
  # @!attribute [rw] reserved_instance_offering_id
4408
3721
  # The ID of the Reserved Instance offering to purchase.
4409
3722
  # @return [String]
@@ -4469,13 +3782,6 @@ module Aws::OpenSearchService
4469
3782
  # Container for the request parameters to the `RejectInboundConnection`
4470
3783
  # operation.
4471
3784
  #
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
3785
  # @!attribute [rw] connection_id
4480
3786
  # The unique identifier of the inbound connection to reject.
4481
3787
  # @return [String]
@@ -4504,14 +3810,6 @@ module Aws::OpenSearchService
4504
3810
 
4505
3811
  # Container for the request parameters to the `RemoveTags` operation.
4506
3812
  #
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
3813
  # @!attribute [rw] arn
4516
3814
  # The Amazon Resource Name (ARN) of the domain from which you want to
4517
3815
  # delete the specified tags.
@@ -4682,14 +3980,6 @@ module Aws::OpenSearchService
4682
3980
  #
4683
3981
  class ResourceNotFoundException < Aws::EmptyStructure; end
4684
3982
 
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
3983
  # @!attribute [rw] domain_name
4694
3984
  # The name of the OpenSearch Service domain.
4695
3985
  # @return [String]
@@ -4713,14 +4003,6 @@ module Aws::OpenSearchService
4713
4003
 
4714
4004
  # The SAML identity povider information.
4715
4005
  #
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
4006
  # @!attribute [rw] metadata_content
4725
4007
  # The metadata of the SAML application, in XML format.
4726
4008
  # @return [String]
@@ -4742,22 +4024,6 @@ module Aws::OpenSearchService
4742
4024
  # The SAML authentication configuration for an Amazon OpenSearch Service
4743
4025
  # domain.
4744
4026
  #
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
4027
  # @!attribute [rw] enabled
4762
4028
  # True to enable SAML authentication for a domain.
4763
4029
  # @return [Boolean]
@@ -4940,13 +4206,6 @@ module Aws::OpenSearchService
4940
4206
  # The time, in UTC format, when OpenSearch Service takes a daily
4941
4207
  # automated snapshot of the specified domain. Default is `0` hours.
4942
4208
  #
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
4209
  # @!attribute [rw] automated_snapshot_start_hour
4951
4210
  # The time, in UTC format, when OpenSearch Service takes a daily
4952
4211
  # automated snapshot of the specified domain. Default is `0` hours.
@@ -4983,13 +4242,6 @@ module Aws::OpenSearchService
4983
4242
  # Container for the request parameters to the
4984
4243
  # `StartServiceSoftwareUpdate` operation.
4985
4244
  #
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
4245
  # @!attribute [rw] domain_name
4994
4246
  # The name of the domain that you want to update to the latest service
4995
4247
  # software.
@@ -5087,14 +4339,6 @@ module Aws::OpenSearchService
5087
4339
 
5088
4340
  # A tag (key-value pair) for an Amazon OpenSearch Service resource.
5089
4341
  #
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
4342
  # @!attribute [rw] key
5099
4343
  # The tag key. Tag keys must be unique for the domain to which they
5100
4344
  # are attached.
@@ -5118,111 +4362,6 @@ module Aws::OpenSearchService
5118
4362
 
5119
4363
  # Container for the request parameters to the `UpdateDomain` operation.
5120
4364
  #
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
4365
  # @!attribute [rw] domain_name
5227
4366
  # The name of the domain that you're updating.
5228
4367
  # @return [String]
@@ -5371,19 +4510,6 @@ module Aws::OpenSearchService
5371
4510
 
5372
4511
  # Container for request parameters to the `UpdatePackage` operation.
5373
4512
  #
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
4513
  # @!attribute [rw] package_id
5388
4514
  # The unique identifier for the package.
5389
4515
  # @return [String]
@@ -5426,17 +4552,6 @@ module Aws::OpenSearchService
5426
4552
  include Aws::Structure
5427
4553
  end
5428
4554
 
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
4555
  # @!attribute [rw] vpc_endpoint_id
5441
4556
  # The unique identifier of the endpoint.
5442
4557
  # @return [String]
@@ -5468,18 +4583,6 @@ module Aws::OpenSearchService
5468
4583
 
5469
4584
  # Container for the request parameters to the `UpgradeDomain` operation.
5470
4585
  #
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
4586
  # @!attribute [rw] domain_name
5484
4587
  # Name of the OpenSearch Service domain that you want to upgrade.
5485
4588
  # @return [String]
@@ -5710,14 +4813,6 @@ module Aws::OpenSearchService
5710
4813
  #
5711
4814
  # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html
5712
4815
  #
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
4816
  # @!attribute [rw] subnet_ids
5722
4817
  # A list of subnet IDs associated with the VPC endpoints for the
5723
4818
  # domain. If your domain uses multiple Availability Zones, you need to
@@ -5867,13 +4962,6 @@ module Aws::OpenSearchService
5867
4962
  # The zone awareness configuration for an Amazon OpenSearch Service
5868
4963
  # domain.
5869
4964
  #
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
4965
  # @!attribute [rw] availability_zone_count
5878
4966
  # If you enabled multiple Availability Zones, this value is the number
5879
4967
  # of zones that you want the domain to use. Valid values are `2` and