aws-sdk-elasticsearchservice 1.37.1 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf1accf3b3f4a9344a21d077280ab5221d623dda1d65c73fca9777a8d2bdfda9
4
- data.tar.gz: 4bb7fba6769e00e7df79544c47ac1e6298d7dd4290f4bbc116c509106530bfee
3
+ metadata.gz: c64b7531643739548af61faacd87ba4d955762545effe04140887f0eb7fab468
4
+ data.tar.gz: f76e377df5e3f838ed15ec087ce554092bfe6eacc18790e7f5af0a65ead8998f
5
5
  SHA512:
6
- metadata.gz: 5bb491bfa8cf056234c2dfd120250ed029250ac2af637f89062e3bf36c782021c6a30f2d3214bdc88b7c29aea52f23b42ba568339b12b5e64f0c09bb7d208faf
7
- data.tar.gz: d127f0b91525550546c4a2e41983e39440cc9e102983c9647f324c734e325d6810cee6ec6330f5e0e54d7388611eba54c87af0fc735c060c3e2a1c42f9e5f9dc
6
+ metadata.gz: 7686ac90a34750dd38a84bcd1b6d59a73970efb6d4c729242174e05651a7179c50ac2fbd1d3fda1b058fbac57f27c06e39983ab428c35a231039d25078f462cb
7
+ data.tar.gz: ec02b6459986706130607cfdb729534eaaffc483ee83fd01eb68e2171432870346813cd54d84329cc00f05ee060d15a10b0fd664ae04bed326e5d9c4d064bfc6
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
45
47
  # @service
46
48
  module Aws::ElasticsearchService
47
49
 
48
- GEM_VERSION = '1.37.1'
50
+ GEM_VERSION = '1.38.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -2465,7 +2467,7 @@ module Aws::ElasticsearchService
2465
2467
  params: params,
2466
2468
  config: config)
2467
2469
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2468
- context[:gem_version] = '1.37.1'
2470
+ context[:gem_version] = '1.38.0'
2469
2471
  Seahorse::Client::Request.new(handlers, context)
2470
2472
  end
2471
2473
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ module Aws::ElasticsearchService
24
26
  #
25
27
  class AcceptInboundCrossClusterSearchConnectionRequest < Struct.new(
26
28
  :cross_cluster_search_connection_id)
29
+ SENSITIVE = []
27
30
  include Aws::Structure
28
31
  end
29
32
 
@@ -37,6 +40,7 @@ module Aws::ElasticsearchService
37
40
  #
38
41
  class AcceptInboundCrossClusterSearchConnectionResponse < Struct.new(
39
42
  :cross_cluster_search_connection)
43
+ SENSITIVE = []
40
44
  include Aws::Structure
41
45
  end
42
46
 
@@ -66,6 +70,7 @@ module Aws::ElasticsearchService
66
70
  class AccessPoliciesStatus < Struct.new(
67
71
  :options,
68
72
  :status)
73
+ SENSITIVE = []
69
74
  include Aws::Structure
70
75
  end
71
76
 
@@ -96,6 +101,7 @@ module Aws::ElasticsearchService
96
101
  class AddTagsRequest < Struct.new(
97
102
  :arn,
98
103
  :tag_list)
104
+ SENSITIVE = []
99
105
  include Aws::Structure
100
106
  end
101
107
 
@@ -119,6 +125,7 @@ module Aws::ElasticsearchService
119
125
  class AdditionalLimit < Struct.new(
120
126
  :limit_name,
121
127
  :limit_values)
128
+ SENSITIVE = []
122
129
  include Aws::Structure
123
130
  end
124
131
 
@@ -151,6 +158,7 @@ module Aws::ElasticsearchService
151
158
  class AdvancedOptionsStatus < Struct.new(
152
159
  :options,
153
160
  :status)
161
+ SENSITIVE = []
154
162
  include Aws::Structure
155
163
  end
156
164
 
@@ -168,6 +176,7 @@ module Aws::ElasticsearchService
168
176
  class AdvancedSecurityOptions < Struct.new(
169
177
  :enabled,
170
178
  :internal_user_database_enabled)
179
+ SENSITIVE = []
171
180
  include Aws::Structure
172
181
  end
173
182
 
@@ -206,6 +215,7 @@ module Aws::ElasticsearchService
206
215
  :enabled,
207
216
  :internal_user_database_enabled,
208
217
  :master_user_options)
218
+ SENSITIVE = []
209
219
  include Aws::Structure
210
220
  end
211
221
 
@@ -225,6 +235,7 @@ module Aws::ElasticsearchService
225
235
  class AdvancedSecurityOptionsStatus < Struct.new(
226
236
  :options,
227
237
  :status)
238
+ SENSITIVE = []
228
239
  include Aws::Structure
229
240
  end
230
241
 
@@ -250,6 +261,7 @@ module Aws::ElasticsearchService
250
261
  class AssociatePackageRequest < Struct.new(
251
262
  :package_id,
252
263
  :domain_name)
264
+ SENSITIVE = []
253
265
  include Aws::Structure
254
266
  end
255
267
 
@@ -261,6 +273,7 @@ module Aws::ElasticsearchService
261
273
  #
262
274
  class AssociatePackageResponse < Struct.new(
263
275
  :domain_package_details)
276
+ SENSITIVE = []
264
277
  include Aws::Structure
265
278
  end
266
279
 
@@ -272,6 +285,7 @@ module Aws::ElasticsearchService
272
285
  #
273
286
  class BaseException < Struct.new(
274
287
  :message)
288
+ SENSITIVE = []
275
289
  include Aws::Structure
276
290
  end
277
291
 
@@ -294,6 +308,7 @@ module Aws::ElasticsearchService
294
308
  #
295
309
  class CancelElasticsearchServiceSoftwareUpdateRequest < Struct.new(
296
310
  :domain_name)
311
+ SENSITIVE = []
297
312
  include Aws::Structure
298
313
  end
299
314
 
@@ -306,6 +321,7 @@ module Aws::ElasticsearchService
306
321
  #
307
322
  class CancelElasticsearchServiceSoftwareUpdateResponse < Struct.new(
308
323
  :service_software_options)
324
+ SENSITIVE = []
309
325
  include Aws::Structure
310
326
  end
311
327
 
@@ -349,6 +365,7 @@ module Aws::ElasticsearchService
349
365
  :user_pool_id,
350
366
  :identity_pool_id,
351
367
  :role_arn)
368
+ SENSITIVE = []
352
369
  include Aws::Structure
353
370
  end
354
371
 
@@ -367,6 +384,7 @@ module Aws::ElasticsearchService
367
384
  class CognitoOptionsStatus < Struct.new(
368
385
  :options,
369
386
  :status)
387
+ SENSITIVE = []
370
388
  include Aws::Structure
371
389
  end
372
390
 
@@ -384,6 +402,7 @@ module Aws::ElasticsearchService
384
402
  class CompatibleVersionsMap < Struct.new(
385
403
  :source_version,
386
404
  :target_versions)
405
+ SENSITIVE = []
387
406
  include Aws::Structure
388
407
  end
389
408
 
@@ -569,6 +588,7 @@ module Aws::ElasticsearchService
569
588
  :log_publishing_options,
570
589
  :domain_endpoint_options,
571
590
  :advanced_security_options)
591
+ SENSITIVE = []
572
592
  include Aws::Structure
573
593
  end
574
594
 
@@ -581,6 +601,7 @@ module Aws::ElasticsearchService
581
601
  #
582
602
  class CreateElasticsearchDomainResponse < Struct.new(
583
603
  :domain_status)
604
+ SENSITIVE = []
584
605
  include Aws::Structure
585
606
  end
586
607
 
@@ -623,6 +644,7 @@ module Aws::ElasticsearchService
623
644
  :source_domain_info,
624
645
  :destination_domain_info,
625
646
  :connection_alias)
647
+ SENSITIVE = []
626
648
  include Aws::Structure
627
649
  end
628
650
 
@@ -661,6 +683,7 @@ module Aws::ElasticsearchService
661
683
  :connection_alias,
662
684
  :connection_status,
663
685
  :cross_cluster_search_connection_id)
686
+ SENSITIVE = []
664
687
  include Aws::Structure
665
688
  end
666
689
 
@@ -700,6 +723,7 @@ module Aws::ElasticsearchService
700
723
  :package_type,
701
724
  :package_description,
702
725
  :package_source)
726
+ SENSITIVE = []
703
727
  include Aws::Structure
704
728
  end
705
729
 
@@ -711,6 +735,7 @@ module Aws::ElasticsearchService
711
735
  #
712
736
  class CreatePackageResponse < Struct.new(
713
737
  :package_details)
738
+ SENSITIVE = []
714
739
  include Aws::Structure
715
740
  end
716
741
 
@@ -732,6 +757,7 @@ module Aws::ElasticsearchService
732
757
  #
733
758
  class DeleteElasticsearchDomainRequest < Struct.new(
734
759
  :domain_name)
760
+ SENSITIVE = []
735
761
  include Aws::Structure
736
762
  end
737
763
 
@@ -745,6 +771,7 @@ module Aws::ElasticsearchService
745
771
  #
746
772
  class DeleteElasticsearchDomainResponse < Struct.new(
747
773
  :domain_status)
774
+ SENSITIVE = []
748
775
  include Aws::Structure
749
776
  end
750
777
 
@@ -765,6 +792,7 @@ module Aws::ElasticsearchService
765
792
  #
766
793
  class DeleteInboundCrossClusterSearchConnectionRequest < Struct.new(
767
794
  :cross_cluster_search_connection_id)
795
+ SENSITIVE = []
768
796
  include Aws::Structure
769
797
  end
770
798
 
@@ -778,6 +806,7 @@ module Aws::ElasticsearchService
778
806
  #
779
807
  class DeleteInboundCrossClusterSearchConnectionResponse < Struct.new(
780
808
  :cross_cluster_search_connection)
809
+ SENSITIVE = []
781
810
  include Aws::Structure
782
811
  end
783
812
 
@@ -798,6 +827,7 @@ module Aws::ElasticsearchService
798
827
  #
799
828
  class DeleteOutboundCrossClusterSearchConnectionRequest < Struct.new(
800
829
  :cross_cluster_search_connection_id)
830
+ SENSITIVE = []
801
831
  include Aws::Structure
802
832
  end
803
833
 
@@ -811,6 +841,7 @@ module Aws::ElasticsearchService
811
841
  #
812
842
  class DeleteOutboundCrossClusterSearchConnectionResponse < Struct.new(
813
843
  :cross_cluster_search_connection)
844
+ SENSITIVE = []
814
845
  include Aws::Structure
815
846
  end
816
847
 
@@ -830,6 +861,7 @@ module Aws::ElasticsearchService
830
861
  #
831
862
  class DeletePackageRequest < Struct.new(
832
863
  :package_id)
864
+ SENSITIVE = []
833
865
  include Aws::Structure
834
866
  end
835
867
 
@@ -841,6 +873,7 @@ module Aws::ElasticsearchService
841
873
  #
842
874
  class DeletePackageResponse < Struct.new(
843
875
  :package_details)
876
+ SENSITIVE = []
844
877
  include Aws::Structure
845
878
  end
846
879
 
@@ -861,6 +894,7 @@ module Aws::ElasticsearchService
861
894
  #
862
895
  class DescribeElasticsearchDomainConfigRequest < Struct.new(
863
896
  :domain_name)
897
+ SENSITIVE = []
864
898
  include Aws::Structure
865
899
  end
866
900
 
@@ -874,6 +908,7 @@ module Aws::ElasticsearchService
874
908
  #
875
909
  class DescribeElasticsearchDomainConfigResponse < Struct.new(
876
910
  :domain_config)
911
+ SENSITIVE = []
877
912
  include Aws::Structure
878
913
  end
879
914
 
@@ -893,6 +928,7 @@ module Aws::ElasticsearchService
893
928
  #
894
929
  class DescribeElasticsearchDomainRequest < Struct.new(
895
930
  :domain_name)
931
+ SENSITIVE = []
896
932
  include Aws::Structure
897
933
  end
898
934
 
@@ -905,6 +941,7 @@ module Aws::ElasticsearchService
905
941
  #
906
942
  class DescribeElasticsearchDomainResponse < Struct.new(
907
943
  :domain_status)
944
+ SENSITIVE = []
908
945
  include Aws::Structure
909
946
  end
910
947
 
@@ -925,6 +962,7 @@ module Aws::ElasticsearchService
925
962
  #
926
963
  class DescribeElasticsearchDomainsRequest < Struct.new(
927
964
  :domain_names)
965
+ SENSITIVE = []
928
966
  include Aws::Structure
929
967
  end
930
968
 
@@ -938,6 +976,7 @@ module Aws::ElasticsearchService
938
976
  #
939
977
  class DescribeElasticsearchDomainsResponse < Struct.new(
940
978
  :domain_status_list)
979
+ SENSITIVE = []
941
980
  include Aws::Structure
942
981
  end
943
982
 
@@ -972,6 +1011,7 @@ module Aws::ElasticsearchService
972
1011
  :domain_name,
973
1012
  :instance_type,
974
1013
  :elasticsearch_version)
1014
+ SENSITIVE = []
975
1015
  include Aws::Structure
976
1016
  end
977
1017
 
@@ -988,6 +1028,7 @@ module Aws::ElasticsearchService
988
1028
  #
989
1029
  class DescribeElasticsearchInstanceTypeLimitsResponse < Struct.new(
990
1030
  :limits_by_role)
1031
+ SENSITIVE = []
991
1032
  include Aws::Structure
992
1033
  end
993
1034
 
@@ -1032,6 +1073,7 @@ module Aws::ElasticsearchService
1032
1073
  :filters,
1033
1074
  :max_results,
1034
1075
  :next_token)
1076
+ SENSITIVE = []
1035
1077
  include Aws::Structure
1036
1078
  end
1037
1079
 
@@ -1053,6 +1095,7 @@ module Aws::ElasticsearchService
1053
1095
  class DescribeInboundCrossClusterSearchConnectionsResponse < Struct.new(
1054
1096
  :cross_cluster_search_connections,
1055
1097
  :next_token)
1098
+ SENSITIVE = []
1056
1099
  include Aws::Structure
1057
1100
  end
1058
1101
 
@@ -1097,6 +1140,7 @@ module Aws::ElasticsearchService
1097
1140
  :filters,
1098
1141
  :max_results,
1099
1142
  :next_token)
1143
+ SENSITIVE = []
1100
1144
  include Aws::Structure
1101
1145
  end
1102
1146
 
@@ -1118,6 +1162,7 @@ module Aws::ElasticsearchService
1118
1162
  class DescribeOutboundCrossClusterSearchConnectionsResponse < Struct.new(
1119
1163
  :cross_cluster_search_connections,
1120
1164
  :next_token)
1165
+ SENSITIVE = []
1121
1166
  include Aws::Structure
1122
1167
  end
1123
1168
 
@@ -1142,6 +1187,7 @@ module Aws::ElasticsearchService
1142
1187
  class DescribePackagesFilter < Struct.new(
1143
1188
  :name,
1144
1189
  :value)
1190
+ SENSITIVE = []
1145
1191
  include Aws::Structure
1146
1192
  end
1147
1193
 
@@ -1180,6 +1226,7 @@ module Aws::ElasticsearchService
1180
1226
  :filters,
1181
1227
  :max_results,
1182
1228
  :next_token)
1229
+ SENSITIVE = []
1183
1230
  include Aws::Structure
1184
1231
  end
1185
1232
 
@@ -1195,6 +1242,7 @@ module Aws::ElasticsearchService
1195
1242
  class DescribePackagesResponse < Struct.new(
1196
1243
  :package_details_list,
1197
1244
  :next_token)
1245
+ SENSITIVE = []
1198
1246
  include Aws::Structure
1199
1247
  end
1200
1248
 
@@ -1230,6 +1278,7 @@ module Aws::ElasticsearchService
1230
1278
  :reserved_elasticsearch_instance_offering_id,
1231
1279
  :max_results,
1232
1280
  :next_token)
1281
+ SENSITIVE = []
1233
1282
  include Aws::Structure
1234
1283
  end
1235
1284
 
@@ -1247,6 +1296,7 @@ module Aws::ElasticsearchService
1247
1296
  class DescribeReservedElasticsearchInstanceOfferingsResponse < Struct.new(
1248
1297
  :next_token,
1249
1298
  :reserved_elasticsearch_instance_offerings)
1299
+ SENSITIVE = []
1250
1300
  include Aws::Structure
1251
1301
  end
1252
1302
 
@@ -1281,6 +1331,7 @@ module Aws::ElasticsearchService
1281
1331
  :reserved_elasticsearch_instance_id,
1282
1332
  :max_results,
1283
1333
  :next_token)
1334
+ SENSITIVE = []
1284
1335
  include Aws::Structure
1285
1336
  end
1286
1337
 
@@ -1297,6 +1348,7 @@ module Aws::ElasticsearchService
1297
1348
  class DescribeReservedElasticsearchInstancesResponse < Struct.new(
1298
1349
  :next_token,
1299
1350
  :reserved_elasticsearch_instances)
1351
+ SENSITIVE = []
1300
1352
  include Aws::Structure
1301
1353
  end
1302
1354
 
@@ -1327,6 +1379,7 @@ module Aws::ElasticsearchService
1327
1379
  class DissociatePackageRequest < Struct.new(
1328
1380
  :package_id,
1329
1381
  :domain_name)
1382
+ SENSITIVE = []
1330
1383
  include Aws::Structure
1331
1384
  end
1332
1385
 
@@ -1338,6 +1391,7 @@ module Aws::ElasticsearchService
1338
1391
  #
1339
1392
  class DissociatePackageResponse < Struct.new(
1340
1393
  :domain_package_details)
1394
+ SENSITIVE = []
1341
1395
  include Aws::Structure
1342
1396
  end
1343
1397
 
@@ -1369,6 +1423,7 @@ module Aws::ElasticsearchService
1369
1423
  class DomainEndpointOptions < Struct.new(
1370
1424
  :enforce_https,
1371
1425
  :tls_security_policy)
1426
+ SENSITIVE = []
1372
1427
  include Aws::Structure
1373
1428
  end
1374
1429
 
@@ -1387,6 +1442,7 @@ module Aws::ElasticsearchService
1387
1442
  class DomainEndpointOptionsStatus < Struct.new(
1388
1443
  :options,
1389
1444
  :status)
1445
+ SENSITIVE = []
1390
1446
  include Aws::Structure
1391
1447
  end
1392
1448
 
@@ -1396,6 +1452,7 @@ module Aws::ElasticsearchService
1396
1452
  #
1397
1453
  class DomainInfo < Struct.new(
1398
1454
  :domain_name)
1455
+ SENSITIVE = []
1399
1456
  include Aws::Structure
1400
1457
  end
1401
1458
 
@@ -1425,6 +1482,7 @@ module Aws::ElasticsearchService
1425
1482
  :owner_id,
1426
1483
  :domain_name,
1427
1484
  :region)
1485
+ SENSITIVE = []
1428
1486
  include Aws::Structure
1429
1487
  end
1430
1488
 
@@ -1474,6 +1532,7 @@ module Aws::ElasticsearchService
1474
1532
  :domain_package_status,
1475
1533
  :reference_path,
1476
1534
  :error_details)
1535
+ SENSITIVE = []
1477
1536
  include Aws::Structure
1478
1537
  end
1479
1538
 
@@ -1516,6 +1575,7 @@ module Aws::ElasticsearchService
1516
1575
  :volume_type,
1517
1576
  :volume_size,
1518
1577
  :iops)
1578
+ SENSITIVE = []
1519
1579
  include Aws::Structure
1520
1580
  end
1521
1581
 
@@ -1533,6 +1593,7 @@ module Aws::ElasticsearchService
1533
1593
  class EBSOptionsStatus < Struct.new(
1534
1594
  :options,
1535
1595
  :status)
1596
+ SENSITIVE = []
1536
1597
  include Aws::Structure
1537
1598
  end
1538
1599
 
@@ -1621,6 +1682,7 @@ module Aws::ElasticsearchService
1621
1682
  :warm_enabled,
1622
1683
  :warm_type,
1623
1684
  :warm_count)
1685
+ SENSITIVE = []
1624
1686
  include Aws::Structure
1625
1687
  end
1626
1688
 
@@ -1640,6 +1702,7 @@ module Aws::ElasticsearchService
1640
1702
  class ElasticsearchClusterConfigStatus < Struct.new(
1641
1703
  :options,
1642
1704
  :status)
1705
+ SENSITIVE = []
1643
1706
  include Aws::Structure
1644
1707
  end
1645
1708
 
@@ -1730,6 +1793,7 @@ module Aws::ElasticsearchService
1730
1793
  :log_publishing_options,
1731
1794
  :domain_endpoint_options,
1732
1795
  :advanced_security_options)
1796
+ SENSITIVE = []
1733
1797
  include Aws::Structure
1734
1798
  end
1735
1799
 
@@ -1887,6 +1951,7 @@ module Aws::ElasticsearchService
1887
1951
  :service_software_options,
1888
1952
  :domain_endpoint_options,
1889
1953
  :advanced_security_options)
1954
+ SENSITIVE = []
1890
1955
  include Aws::Structure
1891
1956
  end
1892
1957
 
@@ -1906,6 +1971,7 @@ module Aws::ElasticsearchService
1906
1971
  class ElasticsearchVersionStatus < Struct.new(
1907
1972
  :options,
1908
1973
  :status)
1974
+ SENSITIVE = []
1909
1975
  include Aws::Structure
1910
1976
  end
1911
1977
 
@@ -1930,6 +1996,7 @@ module Aws::ElasticsearchService
1930
1996
  class EncryptionAtRestOptions < Struct.new(
1931
1997
  :enabled,
1932
1998
  :kms_key_id)
1999
+ SENSITIVE = []
1933
2000
  include Aws::Structure
1934
2001
  end
1935
2002
 
@@ -1949,6 +2016,7 @@ module Aws::ElasticsearchService
1949
2016
  class EncryptionAtRestOptionsStatus < Struct.new(
1950
2017
  :options,
1951
2018
  :status)
2019
+ SENSITIVE = []
1952
2020
  include Aws::Structure
1953
2021
  end
1954
2022
 
@@ -1961,6 +2029,7 @@ module Aws::ElasticsearchService
1961
2029
  class ErrorDetails < Struct.new(
1962
2030
  :error_type,
1963
2031
  :error_message)
2032
+ SENSITIVE = []
1964
2033
  include Aws::Structure
1965
2034
  end
1966
2035
 
@@ -1988,6 +2057,7 @@ module Aws::ElasticsearchService
1988
2057
  class Filter < Struct.new(
1989
2058
  :name,
1990
2059
  :values)
2060
+ SENSITIVE = []
1991
2061
  include Aws::Structure
1992
2062
  end
1993
2063
 
@@ -2010,6 +2080,7 @@ module Aws::ElasticsearchService
2010
2080
  #
2011
2081
  class GetCompatibleElasticsearchVersionsRequest < Struct.new(
2012
2082
  :domain_name)
2083
+ SENSITIVE = []
2013
2084
  include Aws::Structure
2014
2085
  end
2015
2086
 
@@ -2023,6 +2094,7 @@ module Aws::ElasticsearchService
2023
2094
  #
2024
2095
  class GetCompatibleElasticsearchVersionsResponse < Struct.new(
2025
2096
  :compatible_elasticsearch_versions)
2097
+ SENSITIVE = []
2026
2098
  include Aws::Structure
2027
2099
  end
2028
2100
 
@@ -2058,6 +2130,7 @@ module Aws::ElasticsearchService
2058
2130
  :domain_name,
2059
2131
  :max_results,
2060
2132
  :next_token)
2133
+ SENSITIVE = []
2061
2134
  include Aws::Structure
2062
2135
  end
2063
2136
 
@@ -2077,6 +2150,7 @@ module Aws::ElasticsearchService
2077
2150
  class GetUpgradeHistoryResponse < Struct.new(
2078
2151
  :upgrade_histories,
2079
2152
  :next_token)
2153
+ SENSITIVE = []
2080
2154
  include Aws::Structure
2081
2155
  end
2082
2156
 
@@ -2098,6 +2172,7 @@ module Aws::ElasticsearchService
2098
2172
  #
2099
2173
  class GetUpgradeStatusRequest < Struct.new(
2100
2174
  :domain_name)
2175
+ SENSITIVE = []
2101
2176
  include Aws::Structure
2102
2177
  end
2103
2178
 
@@ -2127,6 +2202,7 @@ module Aws::ElasticsearchService
2127
2202
  :upgrade_step,
2128
2203
  :step_status,
2129
2204
  :upgrade_name)
2205
+ SENSITIVE = []
2130
2206
  include Aws::Structure
2131
2207
  end
2132
2208
 
@@ -2157,6 +2233,7 @@ module Aws::ElasticsearchService
2157
2233
  :destination_domain_info,
2158
2234
  :cross_cluster_search_connection_id,
2159
2235
  :connection_status)
2236
+ SENSITIVE = []
2160
2237
  include Aws::Structure
2161
2238
  end
2162
2239
 
@@ -2184,6 +2261,7 @@ module Aws::ElasticsearchService
2184
2261
  class InboundCrossClusterSearchConnectionStatus < Struct.new(
2185
2262
  :status_code,
2186
2263
  :message)
2264
+ SENSITIVE = []
2187
2265
  include Aws::Structure
2188
2266
  end
2189
2267
 
@@ -2203,6 +2281,7 @@ module Aws::ElasticsearchService
2203
2281
  class InstanceCountLimits < Struct.new(
2204
2282
  :minimum_instance_count,
2205
2283
  :maximum_instance_count)
2284
+ SENSITIVE = []
2206
2285
  include Aws::Structure
2207
2286
  end
2208
2287
 
@@ -2216,6 +2295,7 @@ module Aws::ElasticsearchService
2216
2295
  #
2217
2296
  class InstanceLimits < Struct.new(
2218
2297
  :instance_count_limits)
2298
+ SENSITIVE = []
2219
2299
  include Aws::Structure
2220
2300
  end
2221
2301
 
@@ -2263,6 +2343,7 @@ module Aws::ElasticsearchService
2263
2343
  :storage_types,
2264
2344
  :instance_limits,
2265
2345
  :additional_limits)
2346
+ SENSITIVE = []
2266
2347
  include Aws::Structure
2267
2348
  end
2268
2349
 
@@ -2275,6 +2356,7 @@ module Aws::ElasticsearchService
2275
2356
  #
2276
2357
  class ListDomainNamesResponse < Struct.new(
2277
2358
  :domain_names)
2359
+ SENSITIVE = []
2278
2360
  include Aws::Structure
2279
2361
  end
2280
2362
 
@@ -2308,6 +2390,7 @@ module Aws::ElasticsearchService
2308
2390
  :package_id,
2309
2391
  :max_results,
2310
2392
  :next_token)
2393
+ SENSITIVE = []
2311
2394
  include Aws::Structure
2312
2395
  end
2313
2396
 
@@ -2324,6 +2407,7 @@ module Aws::ElasticsearchService
2324
2407
  class ListDomainsForPackageResponse < Struct.new(
2325
2408
  :domain_package_details_list,
2326
2409
  :next_token)
2410
+ SENSITIVE = []
2327
2411
  include Aws::Structure
2328
2412
  end
2329
2413
 
@@ -2367,6 +2451,7 @@ module Aws::ElasticsearchService
2367
2451
  :domain_name,
2368
2452
  :max_results,
2369
2453
  :next_token)
2454
+ SENSITIVE = []
2370
2455
  include Aws::Structure
2371
2456
  end
2372
2457
 
@@ -2387,6 +2472,7 @@ module Aws::ElasticsearchService
2387
2472
  class ListElasticsearchInstanceTypesResponse < Struct.new(
2388
2473
  :elasticsearch_instance_types,
2389
2474
  :next_token)
2475
+ SENSITIVE = []
2390
2476
  include Aws::Structure
2391
2477
  end
2392
2478
 
@@ -2421,6 +2507,7 @@ module Aws::ElasticsearchService
2421
2507
  class ListElasticsearchVersionsRequest < Struct.new(
2422
2508
  :max_results,
2423
2509
  :next_token)
2510
+ SENSITIVE = []
2424
2511
  include Aws::Structure
2425
2512
  end
2426
2513
 
@@ -2440,6 +2527,7 @@ module Aws::ElasticsearchService
2440
2527
  class ListElasticsearchVersionsResponse < Struct.new(
2441
2528
  :elasticsearch_versions,
2442
2529
  :next_token)
2530
+ SENSITIVE = []
2443
2531
  include Aws::Structure
2444
2532
  end
2445
2533
 
@@ -2474,6 +2562,7 @@ module Aws::ElasticsearchService
2474
2562
  :domain_name,
2475
2563
  :max_results,
2476
2564
  :next_token)
2565
+ SENSITIVE = []
2477
2566
  include Aws::Structure
2478
2567
  end
2479
2568
 
@@ -2492,6 +2581,7 @@ module Aws::ElasticsearchService
2492
2581
  class ListPackagesForDomainResponse < Struct.new(
2493
2582
  :domain_package_details_list,
2494
2583
  :next_token)
2584
+ SENSITIVE = []
2495
2585
  include Aws::Structure
2496
2586
  end
2497
2587
 
@@ -2513,6 +2603,7 @@ module Aws::ElasticsearchService
2513
2603
  #
2514
2604
  class ListTagsRequest < Struct.new(
2515
2605
  :arn)
2606
+ SENSITIVE = []
2516
2607
  include Aws::Structure
2517
2608
  end
2518
2609
 
@@ -2525,6 +2616,7 @@ module Aws::ElasticsearchService
2525
2616
  #
2526
2617
  class ListTagsResponse < Struct.new(
2527
2618
  :tag_list)
2619
+ SENSITIVE = []
2528
2620
  include Aws::Structure
2529
2621
  end
2530
2622
 
@@ -2554,6 +2646,7 @@ module Aws::ElasticsearchService
2554
2646
  class LogPublishingOption < Struct.new(
2555
2647
  :cloud_watch_logs_log_group_arn,
2556
2648
  :enabled)
2649
+ SENSITIVE = []
2557
2650
  include Aws::Structure
2558
2651
  end
2559
2652
 
@@ -2573,6 +2666,7 @@ module Aws::ElasticsearchService
2573
2666
  class LogPublishingOptionsStatus < Struct.new(
2574
2667
  :options,
2575
2668
  :status)
2669
+ SENSITIVE = []
2576
2670
  include Aws::Structure
2577
2671
  end
2578
2672
 
@@ -2605,6 +2699,7 @@ module Aws::ElasticsearchService
2605
2699
  :master_user_arn,
2606
2700
  :master_user_name,
2607
2701
  :master_user_password)
2702
+ SENSITIVE = [:master_user_name, :master_user_password]
2608
2703
  include Aws::Structure
2609
2704
  end
2610
2705
 
@@ -2623,6 +2718,7 @@ module Aws::ElasticsearchService
2623
2718
  #
2624
2719
  class NodeToNodeEncryptionOptions < Struct.new(
2625
2720
  :enabled)
2721
+ SENSITIVE = []
2626
2722
  include Aws::Structure
2627
2723
  end
2628
2724
 
@@ -2642,6 +2738,7 @@ module Aws::ElasticsearchService
2642
2738
  class NodeToNodeEncryptionOptionsStatus < Struct.new(
2643
2739
  :options,
2644
2740
  :status)
2741
+ SENSITIVE = []
2645
2742
  include Aws::Structure
2646
2743
  end
2647
2744
 
@@ -2673,6 +2770,7 @@ module Aws::ElasticsearchService
2673
2770
  :update_version,
2674
2771
  :state,
2675
2772
  :pending_deletion)
2773
+ SENSITIVE = []
2676
2774
  include Aws::Structure
2677
2775
  end
2678
2776
 
@@ -2709,6 +2807,7 @@ module Aws::ElasticsearchService
2709
2807
  :cross_cluster_search_connection_id,
2710
2808
  :connection_alias,
2711
2809
  :connection_status)
2810
+ SENSITIVE = []
2712
2811
  include Aws::Structure
2713
2812
  end
2714
2813
 
@@ -2739,6 +2838,7 @@ module Aws::ElasticsearchService
2739
2838
  class OutboundCrossClusterSearchConnectionStatus < Struct.new(
2740
2839
  :status_code,
2741
2840
  :message)
2841
+ SENSITIVE = []
2742
2842
  include Aws::Structure
2743
2843
  end
2744
2844
 
@@ -2782,6 +2882,7 @@ module Aws::ElasticsearchService
2782
2882
  :package_status,
2783
2883
  :created_at,
2784
2884
  :error_details)
2885
+ SENSITIVE = []
2785
2886
  include Aws::Structure
2786
2887
  end
2787
2888
 
@@ -2807,6 +2908,7 @@ module Aws::ElasticsearchService
2807
2908
  class PackageSource < Struct.new(
2808
2909
  :s3_bucket_name,
2809
2910
  :s3_key)
2911
+ SENSITIVE = []
2810
2912
  include Aws::Structure
2811
2913
  end
2812
2914
 
@@ -2838,6 +2940,7 @@ module Aws::ElasticsearchService
2838
2940
  :reserved_elasticsearch_instance_offering_id,
2839
2941
  :reservation_name,
2840
2942
  :instance_count)
2943
+ SENSITIVE = []
2841
2944
  include Aws::Structure
2842
2945
  end
2843
2946
 
@@ -2855,6 +2958,7 @@ module Aws::ElasticsearchService
2855
2958
  class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new(
2856
2959
  :reserved_elasticsearch_instance_id,
2857
2960
  :reservation_name)
2961
+ SENSITIVE = []
2858
2962
  include Aws::Structure
2859
2963
  end
2860
2964
 
@@ -2873,6 +2977,7 @@ module Aws::ElasticsearchService
2873
2977
  class RecurringCharge < Struct.new(
2874
2978
  :recurring_charge_amount,
2875
2979
  :recurring_charge_frequency)
2980
+ SENSITIVE = []
2876
2981
  include Aws::Structure
2877
2982
  end
2878
2983
 
@@ -2892,6 +2997,7 @@ module Aws::ElasticsearchService
2892
2997
  #
2893
2998
  class RejectInboundCrossClusterSearchConnectionRequest < Struct.new(
2894
2999
  :cross_cluster_search_connection_id)
3000
+ SENSITIVE = []
2895
3001
  include Aws::Structure
2896
3002
  end
2897
3003
 
@@ -2905,6 +3011,7 @@ module Aws::ElasticsearchService
2905
3011
  #
2906
3012
  class RejectInboundCrossClusterSearchConnectionResponse < Struct.new(
2907
3013
  :cross_cluster_search_connection)
3014
+ SENSITIVE = []
2908
3015
  include Aws::Structure
2909
3016
  end
2910
3017
 
@@ -2933,6 +3040,7 @@ module Aws::ElasticsearchService
2933
3040
  class RemoveTagsRequest < Struct.new(
2934
3041
  :arn,
2935
3042
  :tag_keys)
3043
+ SENSITIVE = []
2936
3044
  include Aws::Structure
2937
3045
  end
2938
3046
 
@@ -3010,6 +3118,7 @@ module Aws::ElasticsearchService
3010
3118
  :state,
3011
3119
  :payment_option,
3012
3120
  :recurring_charges)
3121
+ SENSITIVE = []
3013
3122
  include Aws::Structure
3014
3123
  end
3015
3124
 
@@ -3061,6 +3170,7 @@ module Aws::ElasticsearchService
3061
3170
  :currency_code,
3062
3171
  :payment_option,
3063
3172
  :recurring_charges)
3173
+ SENSITIVE = []
3064
3174
  include Aws::Structure
3065
3175
  end
3066
3176
 
@@ -3127,6 +3237,7 @@ module Aws::ElasticsearchService
3127
3237
  :description,
3128
3238
  :automated_update_date,
3129
3239
  :optional_deployment)
3240
+ SENSITIVE = []
3130
3241
  include Aws::Structure
3131
3242
  end
3132
3243
 
@@ -3149,6 +3260,7 @@ module Aws::ElasticsearchService
3149
3260
  #
3150
3261
  class SnapshotOptions < Struct.new(
3151
3262
  :automated_snapshot_start_hour)
3263
+ SENSITIVE = []
3152
3264
  include Aws::Structure
3153
3265
  end
3154
3266
 
@@ -3166,6 +3278,7 @@ module Aws::ElasticsearchService
3166
3278
  class SnapshotOptionsStatus < Struct.new(
3167
3279
  :options,
3168
3280
  :status)
3281
+ SENSITIVE = []
3169
3282
  include Aws::Structure
3170
3283
  end
3171
3284
 
@@ -3188,6 +3301,7 @@ module Aws::ElasticsearchService
3188
3301
  #
3189
3302
  class StartElasticsearchServiceSoftwareUpdateRequest < Struct.new(
3190
3303
  :domain_name)
3304
+ SENSITIVE = []
3191
3305
  include Aws::Structure
3192
3306
  end
3193
3307
 
@@ -3200,6 +3314,7 @@ module Aws::ElasticsearchService
3200
3314
  #
3201
3315
  class StartElasticsearchServiceSoftwareUpdateResponse < Struct.new(
3202
3316
  :service_software_options)
3317
+ SENSITIVE = []
3203
3318
  include Aws::Structure
3204
3319
  end
3205
3320
 
@@ -3231,6 +3346,7 @@ module Aws::ElasticsearchService
3231
3346
  :storage_type_name,
3232
3347
  :storage_sub_type_name,
3233
3348
  :storage_type_limits)
3349
+ SENSITIVE = []
3234
3350
  include Aws::Structure
3235
3351
  end
3236
3352
 
@@ -3252,6 +3368,7 @@ module Aws::ElasticsearchService
3252
3368
  class StorageTypeLimit < Struct.new(
3253
3369
  :limit_name,
3254
3370
  :limit_values)
3371
+ SENSITIVE = []
3255
3372
  include Aws::Structure
3256
3373
  end
3257
3374
 
@@ -3280,6 +3397,7 @@ module Aws::ElasticsearchService
3280
3397
  class Tag < Struct.new(
3281
3398
  :key,
3282
3399
  :value)
3400
+ SENSITIVE = []
3283
3401
  include Aws::Structure
3284
3402
  end
3285
3403
 
@@ -3429,6 +3547,7 @@ module Aws::ElasticsearchService
3429
3547
  :log_publishing_options,
3430
3548
  :domain_endpoint_options,
3431
3549
  :advanced_security_options)
3550
+ SENSITIVE = []
3432
3551
  include Aws::Structure
3433
3552
  end
3434
3553
 
@@ -3441,6 +3560,7 @@ module Aws::ElasticsearchService
3441
3560
  #
3442
3561
  class UpdateElasticsearchDomainConfigResponse < Struct.new(
3443
3562
  :domain_config)
3563
+ SENSITIVE = []
3444
3564
  include Aws::Structure
3445
3565
  end
3446
3566
 
@@ -3478,6 +3598,7 @@ module Aws::ElasticsearchService
3478
3598
  :domain_name,
3479
3599
  :target_version,
3480
3600
  :perform_check_only)
3601
+ SENSITIVE = []
3481
3602
  include Aws::Structure
3482
3603
  end
3483
3604
 
@@ -3506,6 +3627,7 @@ module Aws::ElasticsearchService
3506
3627
  :domain_name,
3507
3628
  :target_version,
3508
3629
  :perform_check_only)
3630
+ SENSITIVE = []
3509
3631
  include Aws::Structure
3510
3632
  end
3511
3633
 
@@ -3539,6 +3661,7 @@ module Aws::ElasticsearchService
3539
3661
  :start_timestamp,
3540
3662
  :upgrade_status,
3541
3663
  :steps_list)
3664
+ SENSITIVE = []
3542
3665
  include Aws::Structure
3543
3666
  end
3544
3667
 
@@ -3575,6 +3698,7 @@ module Aws::ElasticsearchService
3575
3698
  :upgrade_step_status,
3576
3699
  :issues,
3577
3700
  :progress_percent)
3701
+ SENSITIVE = []
3578
3702
  include Aws::Structure
3579
3703
  end
3580
3704
 
@@ -3609,6 +3733,7 @@ module Aws::ElasticsearchService
3609
3733
  :subnet_ids,
3610
3734
  :availability_zones,
3611
3735
  :security_group_ids)
3736
+ SENSITIVE = []
3612
3737
  include Aws::Structure
3613
3738
  end
3614
3739
 
@@ -3626,6 +3751,7 @@ module Aws::ElasticsearchService
3626
3751
  class VPCDerivedInfoStatus < Struct.new(
3627
3752
  :options,
3628
3753
  :status)
3754
+ SENSITIVE = []
3629
3755
  include Aws::Structure
3630
3756
  end
3631
3757
 
@@ -3656,6 +3782,7 @@ module Aws::ElasticsearchService
3656
3782
  class VPCOptions < Struct.new(
3657
3783
  :subnet_ids,
3658
3784
  :security_group_ids)
3785
+ SENSITIVE = []
3659
3786
  include Aws::Structure
3660
3787
  end
3661
3788
 
@@ -3682,6 +3809,7 @@ module Aws::ElasticsearchService
3682
3809
  #
3683
3810
  class ZoneAwarenessConfig < Struct.new(
3684
3811
  :availability_zone_count)
3812
+ SENSITIVE = []
3685
3813
  include Aws::Structure
3686
3814
  end
3687
3815
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.1
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core