aws-sdk-elasticbeanstalk 1.32.1 → 1.33.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: 7584c15a6c555d110745ffc38afa01602d9428f73277b3a99c3c2005b27a309d
4
- data.tar.gz: c39425e3a76f6aff6014174c5a41ac282e84a2094eaf2df8e5bc0ae1f1ed818c
3
+ metadata.gz: 1385c9963d5b5585d14a9c983cdf3d8d03e368255faf434d074b33b1417f3851
4
+ data.tar.gz: fc20b115cc50b2afb0cb4e75acbeaeac89c1148fc6ddea8898a0b4fde9e85066
5
5
  SHA512:
6
- metadata.gz: b49a9b8c3e812475beef435b79e52e21c595996802c2856d2cb1efe3791385d073e8ffec0c8630a03a64d9e806643bd2d490f4d4e83a7a39f84d151ec7a77fcb
7
- data.tar.gz: c62f9afd142aadff51a30271188237ba48a3f4aa71fbe39ec9f906cc07a127c0368b97c986e69ed438b829febb5ed755971878b4be9517f5441246d9cd1943da
6
+ metadata.gz: ce910668fd2a46679a989dfbc48dd110644d3548d31a68240d345be0a59f35810edec80448cfbe76bb8e2614dae1aa8ee62a5d6a5b219a11d03eae198ef5ca2f
7
+ data.tar.gz: aadcf69004dfd3a87de75d93f9b0de7d5fd65451ec222cd3c0dc8ca2edb0d6d2f5c57ada8aa012f2443050afe1a15567e60e44de9654a90a2ea787fd68d5c6f3
@@ -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-elasticbeanstalk/customizations'
45
47
  # @service
46
48
  module Aws::ElasticBeanstalk
47
49
 
48
- GEM_VERSION = '1.32.1'
50
+ GEM_VERSION = '1.33.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:
@@ -4473,7 +4475,7 @@ module Aws::ElasticBeanstalk
4473
4475
  params: params,
4474
4476
  config: config)
4475
4477
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4476
- context[:gem_version] = '1.32.1'
4478
+ context[:gem_version] = '1.33.0'
4477
4479
  Seahorse::Client::Request.new(handlers, context)
4478
4480
  end
4479
4481
 
@@ -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:
@@ -31,6 +33,7 @@ module Aws::ElasticBeanstalk
31
33
  class AbortEnvironmentUpdateMessage < Struct.new(
32
34
  :environment_id,
33
35
  :environment_name)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -80,6 +83,7 @@ module Aws::ElasticBeanstalk
80
83
  :versions,
81
84
  :configuration_templates,
82
85
  :resource_lifecycle_config)
86
+ SENSITIVE = []
83
87
  include Aws::Structure
84
88
  end
85
89
 
@@ -93,6 +97,7 @@ module Aws::ElasticBeanstalk
93
97
  #
94
98
  class ApplicationDescriptionMessage < Struct.new(
95
99
  :application)
100
+ SENSITIVE = []
96
101
  include Aws::Structure
97
102
  end
98
103
 
@@ -106,6 +111,7 @@ module Aws::ElasticBeanstalk
106
111
  #
107
112
  class ApplicationDescriptionsMessage < Struct.new(
108
113
  :applications)
114
+ SENSITIVE = []
109
115
  include Aws::Structure
110
116
  end
111
117
 
@@ -140,6 +146,7 @@ module Aws::ElasticBeanstalk
140
146
  :request_count,
141
147
  :status_codes,
142
148
  :latency)
149
+ SENSITIVE = []
143
150
  include Aws::Structure
144
151
  end
145
152
 
@@ -192,6 +199,7 @@ module Aws::ElasticBeanstalk
192
199
  class ApplicationResourceLifecycleConfig < Struct.new(
193
200
  :service_role,
194
201
  :version_lifecycle_config)
202
+ SENSITIVE = []
195
203
  include Aws::Structure
196
204
  end
197
205
 
@@ -208,6 +216,7 @@ module Aws::ElasticBeanstalk
208
216
  class ApplicationResourceLifecycleDescriptionMessage < Struct.new(
209
217
  :application_name,
210
218
  :resource_lifecycle_config)
219
+ SENSITIVE = []
211
220
  include Aws::Structure
212
221
  end
213
222
 
@@ -290,6 +299,7 @@ module Aws::ElasticBeanstalk
290
299
  :date_created,
291
300
  :date_updated,
292
301
  :status)
302
+ SENSITIVE = []
293
303
  include Aws::Structure
294
304
  end
295
305
 
@@ -304,6 +314,7 @@ module Aws::ElasticBeanstalk
304
314
  #
305
315
  class ApplicationVersionDescriptionMessage < Struct.new(
306
316
  :application_version)
317
+ SENSITIVE = []
307
318
  include Aws::Structure
308
319
  end
309
320
 
@@ -324,6 +335,7 @@ module Aws::ElasticBeanstalk
324
335
  class ApplicationVersionDescriptionsMessage < Struct.new(
325
336
  :application_versions,
326
337
  :next_token)
338
+ SENSITIVE = []
327
339
  include Aws::Structure
328
340
  end
329
341
 
@@ -368,6 +380,7 @@ module Aws::ElasticBeanstalk
368
380
  class ApplicationVersionLifecycleConfig < Struct.new(
369
381
  :max_count_rule,
370
382
  :max_age_rule)
383
+ SENSITIVE = []
371
384
  include Aws::Structure
372
385
  end
373
386
 
@@ -400,6 +413,7 @@ module Aws::ElasticBeanstalk
400
413
  :environment_name,
401
414
  :environment_id,
402
415
  :action_id)
416
+ SENSITIVE = []
403
417
  include Aws::Structure
404
418
  end
405
419
 
@@ -428,6 +442,7 @@ module Aws::ElasticBeanstalk
428
442
  :action_description,
429
443
  :action_type,
430
444
  :status)
445
+ SENSITIVE = []
431
446
  include Aws::Structure
432
447
  end
433
448
 
@@ -455,6 +470,7 @@ module Aws::ElasticBeanstalk
455
470
  class AssociateEnvironmentOperationsRoleMessage < Struct.new(
456
471
  :environment_name,
457
472
  :operations_role)
473
+ SENSITIVE = []
458
474
  include Aws::Structure
459
475
  end
460
476
 
@@ -468,6 +484,7 @@ module Aws::ElasticBeanstalk
468
484
  #
469
485
  class AutoScalingGroup < Struct.new(
470
486
  :name)
487
+ SENSITIVE = []
471
488
  include Aws::Structure
472
489
  end
473
490
 
@@ -530,6 +547,7 @@ module Aws::ElasticBeanstalk
530
547
  :compute_type,
531
548
  :image,
532
549
  :timeout_in_minutes)
550
+ SENSITIVE = []
533
551
  include Aws::Structure
534
552
  end
535
553
 
@@ -543,6 +561,7 @@ module Aws::ElasticBeanstalk
543
561
  #
544
562
  class Builder < Struct.new(
545
563
  :arn)
564
+ SENSITIVE = []
546
565
  include Aws::Structure
547
566
  end
548
567
 
@@ -611,6 +630,7 @@ module Aws::ElasticBeanstalk
611
630
  :irq,
612
631
  :soft_irq,
613
632
  :privileged)
633
+ SENSITIVE = []
614
634
  include Aws::Structure
615
635
  end
616
636
 
@@ -631,6 +651,7 @@ module Aws::ElasticBeanstalk
631
651
  #
632
652
  class CheckDNSAvailabilityMessage < Struct.new(
633
653
  :cname_prefix)
654
+ SENSITIVE = []
634
655
  include Aws::Structure
635
656
  end
636
657
 
@@ -654,6 +675,7 @@ module Aws::ElasticBeanstalk
654
675
  class CheckDNSAvailabilityResultMessage < Struct.new(
655
676
  :available,
656
677
  :fully_qualified_cname)
678
+ SENSITIVE = []
657
679
  include Aws::Structure
658
680
  end
659
681
 
@@ -704,6 +726,7 @@ module Aws::ElasticBeanstalk
704
726
  :application_name,
705
727
  :group_name,
706
728
  :version_labels)
729
+ SENSITIVE = []
707
730
  include Aws::Structure
708
731
  end
709
732
 
@@ -810,6 +833,7 @@ module Aws::ElasticBeanstalk
810
833
  :max_value,
811
834
  :max_length,
812
835
  :regex)
836
+ SENSITIVE = []
813
837
  include Aws::Structure
814
838
  end
815
839
 
@@ -857,6 +881,7 @@ module Aws::ElasticBeanstalk
857
881
  :namespace,
858
882
  :option_name,
859
883
  :value)
884
+ SENSITIVE = []
860
885
  include Aws::Structure
861
886
  end
862
887
 
@@ -881,6 +906,7 @@ module Aws::ElasticBeanstalk
881
906
  :solution_stack_name,
882
907
  :platform_arn,
883
908
  :options)
909
+ SENSITIVE = []
884
910
  include Aws::Structure
885
911
  end
886
912
 
@@ -957,6 +983,7 @@ module Aws::ElasticBeanstalk
957
983
  :date_created,
958
984
  :date_updated,
959
985
  :option_settings)
986
+ SENSITIVE = []
960
987
  include Aws::Structure
961
988
  end
962
989
 
@@ -971,6 +998,7 @@ module Aws::ElasticBeanstalk
971
998
  #
972
999
  class ConfigurationSettingsDescriptions < Struct.new(
973
1000
  :configuration_settings)
1001
+ SENSITIVE = []
974
1002
  include Aws::Structure
975
1003
  end
976
1004
 
@@ -984,6 +1012,7 @@ module Aws::ElasticBeanstalk
984
1012
  #
985
1013
  class ConfigurationSettingsValidationMessages < Struct.new(
986
1014
  :messages)
1015
+ SENSITIVE = []
987
1016
  include Aws::Structure
988
1017
  end
989
1018
 
@@ -1046,6 +1075,7 @@ module Aws::ElasticBeanstalk
1046
1075
  :description,
1047
1076
  :resource_lifecycle_config,
1048
1077
  :tags)
1078
+ SENSITIVE = []
1049
1079
  include Aws::Structure
1050
1080
  end
1051
1081
 
@@ -1167,6 +1197,7 @@ module Aws::ElasticBeanstalk
1167
1197
  :auto_create_application,
1168
1198
  :process,
1169
1199
  :tags)
1200
+ SENSITIVE = []
1170
1201
  include Aws::Structure
1171
1202
  end
1172
1203
 
@@ -1306,6 +1337,7 @@ module Aws::ElasticBeanstalk
1306
1337
  :description,
1307
1338
  :option_settings,
1308
1339
  :tags)
1340
+ SENSITIVE = []
1309
1341
  include Aws::Structure
1310
1342
  end
1311
1343
 
@@ -1497,6 +1529,7 @@ module Aws::ElasticBeanstalk
1497
1529
  :option_settings,
1498
1530
  :options_to_remove,
1499
1531
  :operations_role)
1532
+ SENSITIVE = []
1500
1533
  include Aws::Structure
1501
1534
  end
1502
1535
 
@@ -1567,6 +1600,7 @@ module Aws::ElasticBeanstalk
1567
1600
  :environment_name,
1568
1601
  :option_settings,
1569
1602
  :tags)
1603
+ SENSITIVE = []
1570
1604
  include Aws::Structure
1571
1605
  end
1572
1606
 
@@ -1583,6 +1617,7 @@ module Aws::ElasticBeanstalk
1583
1617
  class CreatePlatformVersionResult < Struct.new(
1584
1618
  :platform_summary,
1585
1619
  :builder)
1620
+ SENSITIVE = []
1586
1621
  include Aws::Structure
1587
1622
  end
1588
1623
 
@@ -1596,6 +1631,7 @@ module Aws::ElasticBeanstalk
1596
1631
  #
1597
1632
  class CreateStorageLocationResultMessage < Struct.new(
1598
1633
  :s3_bucket)
1634
+ SENSITIVE = []
1599
1635
  include Aws::Structure
1600
1636
  end
1601
1637
 
@@ -1614,6 +1650,7 @@ module Aws::ElasticBeanstalk
1614
1650
  class CustomAmi < Struct.new(
1615
1651
  :virtualization_type,
1616
1652
  :image_id)
1653
+ SENSITIVE = []
1617
1654
  include Aws::Structure
1618
1655
  end
1619
1656
 
@@ -1641,6 +1678,7 @@ module Aws::ElasticBeanstalk
1641
1678
  class DeleteApplicationMessage < Struct.new(
1642
1679
  :application_name,
1643
1680
  :terminate_env_by_force)
1681
+ SENSITIVE = []
1644
1682
  include Aws::Structure
1645
1683
  end
1646
1684
 
@@ -1675,6 +1713,7 @@ module Aws::ElasticBeanstalk
1675
1713
  :application_name,
1676
1714
  :version_label,
1677
1715
  :delete_source_bundle)
1716
+ SENSITIVE = []
1678
1717
  include Aws::Structure
1679
1718
  end
1680
1719
 
@@ -1702,6 +1741,7 @@ module Aws::ElasticBeanstalk
1702
1741
  class DeleteConfigurationTemplateMessage < Struct.new(
1703
1742
  :application_name,
1704
1743
  :template_name)
1744
+ SENSITIVE = []
1705
1745
  include Aws::Structure
1706
1746
  end
1707
1747
 
@@ -1728,6 +1768,7 @@ module Aws::ElasticBeanstalk
1728
1768
  class DeleteEnvironmentConfigurationMessage < Struct.new(
1729
1769
  :application_name,
1730
1770
  :environment_name)
1771
+ SENSITIVE = []
1731
1772
  include Aws::Structure
1732
1773
  end
1733
1774
 
@@ -1746,6 +1787,7 @@ module Aws::ElasticBeanstalk
1746
1787
  #
1747
1788
  class DeletePlatformVersionRequest < Struct.new(
1748
1789
  :platform_arn)
1790
+ SENSITIVE = []
1749
1791
  include Aws::Structure
1750
1792
  end
1751
1793
 
@@ -1757,6 +1799,7 @@ module Aws::ElasticBeanstalk
1757
1799
  #
1758
1800
  class DeletePlatformVersionResult < Struct.new(
1759
1801
  :platform_summary)
1802
+ SENSITIVE = []
1760
1803
  include Aws::Structure
1761
1804
  end
1762
1805
 
@@ -1795,6 +1838,7 @@ module Aws::ElasticBeanstalk
1795
1838
  :deployment_id,
1796
1839
  :status,
1797
1840
  :deployment_time)
1841
+ SENSITIVE = []
1798
1842
  include Aws::Structure
1799
1843
  end
1800
1844
 
@@ -1807,6 +1851,7 @@ module Aws::ElasticBeanstalk
1807
1851
  #
1808
1852
  class DescribeAccountAttributesResult < Struct.new(
1809
1853
  :resource_quotas)
1854
+ SENSITIVE = []
1810
1855
  include Aws::Structure
1811
1856
  end
1812
1857
 
@@ -1854,6 +1899,7 @@ module Aws::ElasticBeanstalk
1854
1899
  :version_labels,
1855
1900
  :max_records,
1856
1901
  :next_token)
1902
+ SENSITIVE = []
1857
1903
  include Aws::Structure
1858
1904
  end
1859
1905
 
@@ -1875,6 +1921,7 @@ module Aws::ElasticBeanstalk
1875
1921
  #
1876
1922
  class DescribeApplicationsMessage < Struct.new(
1877
1923
  :application_names)
1924
+ SENSITIVE = []
1878
1925
  include Aws::Structure
1879
1926
  end
1880
1927
 
@@ -1938,6 +1985,7 @@ module Aws::ElasticBeanstalk
1938
1985
  :solution_stack_name,
1939
1986
  :platform_arn,
1940
1987
  :options)
1988
+ SENSITIVE = []
1941
1989
  include Aws::Structure
1942
1990
  end
1943
1991
 
@@ -1982,6 +2030,7 @@ module Aws::ElasticBeanstalk
1982
2030
  :application_name,
1983
2031
  :template_name,
1984
2032
  :environment_name)
2033
+ SENSITIVE = []
1985
2034
  include Aws::Structure
1986
2035
  end
1987
2036
 
@@ -2020,6 +2069,7 @@ module Aws::ElasticBeanstalk
2020
2069
  :environment_name,
2021
2070
  :environment_id,
2022
2071
  :attribute_names)
2072
+ SENSITIVE = []
2023
2073
  include Aws::Structure
2024
2074
  end
2025
2075
 
@@ -2078,6 +2128,7 @@ module Aws::ElasticBeanstalk
2078
2128
  :application_metrics,
2079
2129
  :instances_health,
2080
2130
  :refreshed_at)
2131
+ SENSITIVE = []
2081
2132
  include Aws::Structure
2082
2133
  end
2083
2134
 
@@ -2116,6 +2167,7 @@ module Aws::ElasticBeanstalk
2116
2167
  :environment_name,
2117
2168
  :next_token,
2118
2169
  :max_items)
2170
+ SENSITIVE = []
2119
2171
  include Aws::Structure
2120
2172
  end
2121
2173
 
@@ -2137,6 +2189,7 @@ module Aws::ElasticBeanstalk
2137
2189
  class DescribeEnvironmentManagedActionHistoryResult < Struct.new(
2138
2190
  :managed_action_history_items,
2139
2191
  :next_token)
2192
+ SENSITIVE = []
2140
2193
  include Aws::Structure
2141
2194
  end
2142
2195
 
@@ -2170,6 +2223,7 @@ module Aws::ElasticBeanstalk
2170
2223
  :environment_name,
2171
2224
  :environment_id,
2172
2225
  :status)
2226
+ SENSITIVE = []
2173
2227
  include Aws::Structure
2174
2228
  end
2175
2229
 
@@ -2183,6 +2237,7 @@ module Aws::ElasticBeanstalk
2183
2237
  #
2184
2238
  class DescribeEnvironmentManagedActionsResult < Struct.new(
2185
2239
  :managed_actions)
2240
+ SENSITIVE = []
2186
2241
  include Aws::Structure
2187
2242
  end
2188
2243
 
@@ -2217,6 +2272,7 @@ module Aws::ElasticBeanstalk
2217
2272
  class DescribeEnvironmentResourcesMessage < Struct.new(
2218
2273
  :environment_id,
2219
2274
  :environment_name)
2275
+ SENSITIVE = []
2220
2276
  include Aws::Structure
2221
2277
  end
2222
2278
 
@@ -2299,6 +2355,7 @@ module Aws::ElasticBeanstalk
2299
2355
  :included_deleted_back_to,
2300
2356
  :max_records,
2301
2357
  :next_token)
2358
+ SENSITIVE = []
2302
2359
  include Aws::Structure
2303
2360
  end
2304
2361
 
@@ -2400,6 +2457,7 @@ module Aws::ElasticBeanstalk
2400
2457
  :end_time,
2401
2458
  :max_records,
2402
2459
  :next_token)
2460
+ SENSITIVE = []
2403
2461
  include Aws::Structure
2404
2462
  end
2405
2463
 
@@ -2440,6 +2498,7 @@ module Aws::ElasticBeanstalk
2440
2498
  :environment_id,
2441
2499
  :attribute_names,
2442
2500
  :next_token)
2501
+ SENSITIVE = []
2443
2502
  include Aws::Structure
2444
2503
  end
2445
2504
 
@@ -2468,6 +2527,7 @@ module Aws::ElasticBeanstalk
2468
2527
  :instance_health_list,
2469
2528
  :refreshed_at,
2470
2529
  :next_token)
2530
+ SENSITIVE = []
2471
2531
  include Aws::Structure
2472
2532
  end
2473
2533
 
@@ -2486,6 +2546,7 @@ module Aws::ElasticBeanstalk
2486
2546
  #
2487
2547
  class DescribePlatformVersionRequest < Struct.new(
2488
2548
  :platform_arn)
2549
+ SENSITIVE = []
2489
2550
  include Aws::Structure
2490
2551
  end
2491
2552
 
@@ -2497,6 +2558,7 @@ module Aws::ElasticBeanstalk
2497
2558
  #
2498
2559
  class DescribePlatformVersionResult < Struct.new(
2499
2560
  :platform_description)
2561
+ SENSITIVE = []
2500
2562
  include Aws::Structure
2501
2563
  end
2502
2564
 
@@ -2518,6 +2580,7 @@ module Aws::ElasticBeanstalk
2518
2580
  #
2519
2581
  class DisassociateEnvironmentOperationsRoleMessage < Struct.new(
2520
2582
  :environment_name)
2583
+ SENSITIVE = []
2521
2584
  include Aws::Structure
2522
2585
  end
2523
2586
 
@@ -2531,6 +2594,7 @@ module Aws::ElasticBeanstalk
2531
2594
  #
2532
2595
  class ElasticBeanstalkServiceException < Struct.new(
2533
2596
  :message)
2597
+ SENSITIVE = []
2534
2598
  include Aws::Structure
2535
2599
  end
2536
2600
 
@@ -2694,6 +2758,7 @@ module Aws::ElasticBeanstalk
2694
2758
  :environment_links,
2695
2759
  :environment_arn,
2696
2760
  :operations_role)
2761
+ SENSITIVE = []
2697
2762
  include Aws::Structure
2698
2763
  end
2699
2764
 
@@ -2713,6 +2778,7 @@ module Aws::ElasticBeanstalk
2713
2778
  class EnvironmentDescriptionsMessage < Struct.new(
2714
2779
  :environments,
2715
2780
  :next_token)
2781
+ SENSITIVE = []
2716
2782
  include Aws::Structure
2717
2783
  end
2718
2784
 
@@ -2745,6 +2811,7 @@ module Aws::ElasticBeanstalk
2745
2811
  :ec2_instance_id,
2746
2812
  :sample_timestamp,
2747
2813
  :message)
2814
+ SENSITIVE = []
2748
2815
  include Aws::Structure
2749
2816
  end
2750
2817
 
@@ -2770,6 +2837,7 @@ module Aws::ElasticBeanstalk
2770
2837
  class EnvironmentLink < Struct.new(
2771
2838
  :link_name,
2772
2839
  :environment_name)
2840
+ SENSITIVE = []
2773
2841
  include Aws::Structure
2774
2842
  end
2775
2843
 
@@ -2819,6 +2887,7 @@ module Aws::ElasticBeanstalk
2819
2887
  :load_balancers,
2820
2888
  :triggers,
2821
2889
  :queues)
2890
+ SENSITIVE = []
2822
2891
  include Aws::Structure
2823
2892
  end
2824
2893
 
@@ -2832,6 +2901,7 @@ module Aws::ElasticBeanstalk
2832
2901
  #
2833
2902
  class EnvironmentResourceDescriptionsMessage < Struct.new(
2834
2903
  :environment_resources)
2904
+ SENSITIVE = []
2835
2905
  include Aws::Structure
2836
2906
  end
2837
2907
 
@@ -2846,6 +2916,7 @@ module Aws::ElasticBeanstalk
2846
2916
  #
2847
2917
  class EnvironmentResourcesDescription < Struct.new(
2848
2918
  :load_balancer)
2919
+ SENSITIVE = []
2849
2920
  include Aws::Structure
2850
2921
  end
2851
2922
 
@@ -2897,6 +2968,7 @@ module Aws::ElasticBeanstalk
2897
2968
  :name,
2898
2969
  :type,
2899
2970
  :version)
2971
+ SENSITIVE = []
2900
2972
  include Aws::Structure
2901
2973
  end
2902
2974
 
@@ -2951,6 +3023,7 @@ module Aws::ElasticBeanstalk
2951
3023
  :platform_arn,
2952
3024
  :request_id,
2953
3025
  :severity)
3026
+ SENSITIVE = []
2954
3027
  include Aws::Structure
2955
3028
  end
2956
3029
 
@@ -2971,6 +3044,7 @@ module Aws::ElasticBeanstalk
2971
3044
  class EventDescriptionsMessage < Struct.new(
2972
3045
  :events,
2973
3046
  :next_token)
3047
+ SENSITIVE = []
2974
3048
  include Aws::Structure
2975
3049
  end
2976
3050
 
@@ -2984,6 +3058,7 @@ module Aws::ElasticBeanstalk
2984
3058
  #
2985
3059
  class Instance < Struct.new(
2986
3060
  :id)
3061
+ SENSITIVE = []
2987
3062
  include Aws::Structure
2988
3063
  end
2989
3064
 
@@ -3044,6 +3119,7 @@ module Aws::ElasticBeanstalk
3044
3119
  :warning,
3045
3120
  :degraded,
3046
3121
  :severe)
3122
+ SENSITIVE = []
3047
3123
  include Aws::Structure
3048
3124
  end
3049
3125
 
@@ -3115,6 +3191,7 @@ module Aws::ElasticBeanstalk
3115
3191
  :p75,
3116
3192
  :p50,
3117
3193
  :p10)
3194
+ SENSITIVE = []
3118
3195
  include Aws::Structure
3119
3196
  end
3120
3197
 
@@ -3128,6 +3205,7 @@ module Aws::ElasticBeanstalk
3128
3205
  #
3129
3206
  class LaunchConfiguration < Struct.new(
3130
3207
  :name)
3208
+ SENSITIVE = []
3131
3209
  include Aws::Structure
3132
3210
  end
3133
3211
 
@@ -3141,6 +3219,7 @@ module Aws::ElasticBeanstalk
3141
3219
  #
3142
3220
  class LaunchTemplate < Struct.new(
3143
3221
  :id)
3222
+ SENSITIVE = []
3144
3223
  include Aws::Structure
3145
3224
  end
3146
3225
 
@@ -3160,6 +3239,7 @@ module Aws::ElasticBeanstalk
3160
3239
  class ListAvailableSolutionStacksResultMessage < Struct.new(
3161
3240
  :solution_stacks,
3162
3241
  :solution_stack_details)
3242
+ SENSITIVE = []
3163
3243
  include Aws::Structure
3164
3244
  end
3165
3245
 
@@ -3237,6 +3317,7 @@ module Aws::ElasticBeanstalk
3237
3317
  :filters,
3238
3318
  :max_records,
3239
3319
  :next_token)
3320
+ SENSITIVE = []
3240
3321
  include Aws::Structure
3241
3322
  end
3242
3323
 
@@ -3255,6 +3336,7 @@ module Aws::ElasticBeanstalk
3255
3336
  class ListPlatformBranchesResult < Struct.new(
3256
3337
  :platform_branch_summary_list,
3257
3338
  :next_token)
3339
+ SENSITIVE = []
3258
3340
  include Aws::Structure
3259
3341
  end
3260
3342
 
@@ -3297,6 +3379,7 @@ module Aws::ElasticBeanstalk
3297
3379
  :filters,
3298
3380
  :max_records,
3299
3381
  :next_token)
3382
+ SENSITIVE = []
3300
3383
  include Aws::Structure
3301
3384
  end
3302
3385
 
@@ -3315,6 +3398,7 @@ module Aws::ElasticBeanstalk
3315
3398
  class ListPlatformVersionsResult < Struct.new(
3316
3399
  :platform_summary_list,
3317
3400
  :next_token)
3401
+ SENSITIVE = []
3318
3402
  include Aws::Structure
3319
3403
  end
3320
3404
 
@@ -3336,6 +3420,7 @@ module Aws::ElasticBeanstalk
3336
3420
  #
3337
3421
  class ListTagsForResourceMessage < Struct.new(
3338
3422
  :resource_arn)
3423
+ SENSITIVE = []
3339
3424
  include Aws::Structure
3340
3425
  end
3341
3426
 
@@ -3354,6 +3439,7 @@ module Aws::ElasticBeanstalk
3354
3439
  class Listener < Struct.new(
3355
3440
  :protocol,
3356
3441
  :port)
3442
+ SENSITIVE = []
3357
3443
  include Aws::Structure
3358
3444
  end
3359
3445
 
@@ -3367,6 +3453,7 @@ module Aws::ElasticBeanstalk
3367
3453
  #
3368
3454
  class LoadBalancer < Struct.new(
3369
3455
  :name)
3456
+ SENSITIVE = []
3370
3457
  include Aws::Structure
3371
3458
  end
3372
3459
 
@@ -3390,6 +3477,7 @@ module Aws::ElasticBeanstalk
3390
3477
  :load_balancer_name,
3391
3478
  :domain,
3392
3479
  :listeners)
3480
+ SENSITIVE = []
3393
3481
  include Aws::Structure
3394
3482
  end
3395
3483
 
@@ -3425,6 +3513,7 @@ module Aws::ElasticBeanstalk
3425
3513
  :action_type,
3426
3514
  :status,
3427
3515
  :window_start_time)
3516
+ SENSITIVE = []
3428
3517
  include Aws::Structure
3429
3518
  end
3430
3519
 
@@ -3473,6 +3562,7 @@ module Aws::ElasticBeanstalk
3473
3562
  :failure_description,
3474
3563
  :executed_time,
3475
3564
  :finished_time)
3565
+ SENSITIVE = []
3476
3566
  include Aws::Structure
3477
3567
  end
3478
3568
 
@@ -3513,6 +3603,7 @@ module Aws::ElasticBeanstalk
3513
3603
  :enabled,
3514
3604
  :max_age_in_days,
3515
3605
  :delete_source_from_s3)
3606
+ SENSITIVE = []
3516
3607
  include Aws::Structure
3517
3608
  end
3518
3609
 
@@ -3547,6 +3638,7 @@ module Aws::ElasticBeanstalk
3547
3638
  :enabled,
3548
3639
  :max_count,
3549
3640
  :delete_source_from_s3)
3641
+ SENSITIVE = []
3550
3642
  include Aws::Structure
3551
3643
  end
3552
3644
 
@@ -3574,6 +3666,7 @@ module Aws::ElasticBeanstalk
3574
3666
  class OptionRestrictionRegex < Struct.new(
3575
3667
  :pattern,
3576
3668
  :label)
3669
+ SENSITIVE = []
3577
3670
  include Aws::Structure
3578
3671
  end
3579
3672
 
@@ -3608,6 +3701,7 @@ module Aws::ElasticBeanstalk
3608
3701
  :resource_name,
3609
3702
  :namespace,
3610
3703
  :option_name)
3704
+ SENSITIVE = []
3611
3705
  include Aws::Structure
3612
3706
  end
3613
3707
 
@@ -3651,6 +3745,7 @@ module Aws::ElasticBeanstalk
3651
3745
  :lifecycle_state,
3652
3746
  :branch_order,
3653
3747
  :supported_tier_list)
3748
+ SENSITIVE = []
3654
3749
  include Aws::Structure
3655
3750
  end
3656
3751
 
@@ -3772,6 +3867,7 @@ module Aws::ElasticBeanstalk
3772
3867
  :platform_lifecycle_state,
3773
3868
  :platform_branch_name,
3774
3869
  :platform_branch_lifecycle_state)
3870
+ SENSITIVE = []
3775
3871
  include Aws::Structure
3776
3872
  end
3777
3873
 
@@ -3830,6 +3926,7 @@ module Aws::ElasticBeanstalk
3830
3926
  :type,
3831
3927
  :operator,
3832
3928
  :values)
3929
+ SENSITIVE = []
3833
3930
  include Aws::Structure
3834
3931
  end
3835
3932
 
@@ -3848,6 +3945,7 @@ module Aws::ElasticBeanstalk
3848
3945
  class PlatformFramework < Struct.new(
3849
3946
  :name,
3850
3947
  :version)
3948
+ SENSITIVE = []
3851
3949
  include Aws::Structure
3852
3950
  end
3853
3951
 
@@ -3866,6 +3964,7 @@ module Aws::ElasticBeanstalk
3866
3964
  class PlatformProgrammingLanguage < Struct.new(
3867
3965
  :name,
3868
3966
  :version)
3967
+ SENSITIVE = []
3869
3968
  include Aws::Structure
3870
3969
  end
3871
3970
 
@@ -3942,6 +4041,7 @@ module Aws::ElasticBeanstalk
3942
4041
  :platform_version,
3943
4042
  :platform_branch_name,
3944
4043
  :platform_branch_lifecycle_state)
4044
+ SENSITIVE = []
3945
4045
  include Aws::Structure
3946
4046
  end
3947
4047
 
@@ -3967,6 +4067,7 @@ module Aws::ElasticBeanstalk
3967
4067
  class Queue < Struct.new(
3968
4068
  :name,
3969
4069
  :url)
4070
+ SENSITIVE = []
3970
4071
  include Aws::Structure
3971
4072
  end
3972
4073
 
@@ -3999,6 +4100,7 @@ module Aws::ElasticBeanstalk
3999
4100
  class RebuildEnvironmentMessage < Struct.new(
4000
4101
  :environment_id,
4001
4102
  :environment_name)
4103
+ SENSITIVE = []
4002
4104
  include Aws::Structure
4003
4105
  end
4004
4106
 
@@ -4046,6 +4148,7 @@ module Aws::ElasticBeanstalk
4046
4148
  :environment_id,
4047
4149
  :environment_name,
4048
4150
  :info_type)
4151
+ SENSITIVE = []
4049
4152
  include Aws::Structure
4050
4153
  end
4051
4154
 
@@ -4069,6 +4172,7 @@ module Aws::ElasticBeanstalk
4069
4172
  #
4070
4173
  class ResourceQuota < Struct.new(
4071
4174
  :maximum)
4175
+ SENSITIVE = []
4072
4176
  include Aws::Structure
4073
4177
  end
4074
4178
 
@@ -4104,6 +4208,7 @@ module Aws::ElasticBeanstalk
4104
4208
  :environment_quota,
4105
4209
  :configuration_template_quota,
4106
4210
  :custom_platform_quota)
4211
+ SENSITIVE = []
4107
4212
  include Aws::Structure
4108
4213
  end
4109
4214
 
@@ -4121,6 +4226,7 @@ module Aws::ElasticBeanstalk
4121
4226
  class ResourceTagsDescriptionMessage < Struct.new(
4122
4227
  :resource_arn,
4123
4228
  :resource_tags)
4229
+ SENSITIVE = []
4124
4230
  include Aws::Structure
4125
4231
  end
4126
4232
 
@@ -4160,6 +4266,7 @@ module Aws::ElasticBeanstalk
4160
4266
  class RestartAppServerMessage < Struct.new(
4161
4267
  :environment_id,
4162
4268
  :environment_name)
4269
+ SENSITIVE = []
4163
4270
  include Aws::Structure
4164
4271
  end
4165
4272
 
@@ -4206,6 +4313,7 @@ module Aws::ElasticBeanstalk
4206
4313
  :environment_id,
4207
4314
  :environment_name,
4208
4315
  :info_type)
4316
+ SENSITIVE = []
4209
4317
  include Aws::Structure
4210
4318
  end
4211
4319
 
@@ -4220,6 +4328,7 @@ module Aws::ElasticBeanstalk
4220
4328
  #
4221
4329
  class RetrieveEnvironmentInfoResultMessage < Struct.new(
4222
4330
  :environment_info)
4331
+ SENSITIVE = []
4223
4332
  include Aws::Structure
4224
4333
  end
4225
4334
 
@@ -4246,6 +4355,7 @@ module Aws::ElasticBeanstalk
4246
4355
  class S3Location < Struct.new(
4247
4356
  :s3_bucket,
4248
4357
  :s3_key)
4358
+ SENSITIVE = []
4249
4359
  include Aws::Structure
4250
4360
  end
4251
4361
 
@@ -4312,6 +4422,7 @@ module Aws::ElasticBeanstalk
4312
4422
  :attribute,
4313
4423
  :operator,
4314
4424
  :values)
4425
+ SENSITIVE = []
4315
4426
  include Aws::Structure
4316
4427
  end
4317
4428
 
@@ -4383,6 +4494,7 @@ module Aws::ElasticBeanstalk
4383
4494
  :deployment,
4384
4495
  :availability_zone,
4385
4496
  :instance_type)
4497
+ SENSITIVE = []
4386
4498
  include Aws::Structure
4387
4499
  end
4388
4500
 
@@ -4401,6 +4513,7 @@ module Aws::ElasticBeanstalk
4401
4513
  class SolutionStackDescription < Struct.new(
4402
4514
  :solution_stack_name,
4403
4515
  :permitted_file_types)
4516
+ SENSITIVE = []
4404
4517
  include Aws::Structure
4405
4518
  end
4406
4519
 
@@ -4450,6 +4563,7 @@ module Aws::ElasticBeanstalk
4450
4563
  :source_type,
4451
4564
  :source_repository,
4452
4565
  :source_location)
4566
+ SENSITIVE = []
4453
4567
  include Aws::Structure
4454
4568
  end
4455
4569
 
@@ -4483,6 +4597,7 @@ module Aws::ElasticBeanstalk
4483
4597
  class SourceConfiguration < Struct.new(
4484
4598
  :application_name,
4485
4599
  :template_name)
4600
+ SENSITIVE = []
4486
4601
  include Aws::Structure
4487
4602
  end
4488
4603
 
@@ -4521,6 +4636,7 @@ module Aws::ElasticBeanstalk
4521
4636
  :status_3xx,
4522
4637
  :status_4xx,
4523
4638
  :status_5xx)
4639
+ SENSITIVE = []
4524
4640
  include Aws::Structure
4525
4641
  end
4526
4642
 
@@ -4579,6 +4695,7 @@ module Aws::ElasticBeanstalk
4579
4695
  :source_environment_name,
4580
4696
  :destination_environment_id,
4581
4697
  :destination_environment_name)
4698
+ SENSITIVE = []
4582
4699
  include Aws::Structure
4583
4700
  end
4584
4701
 
@@ -4602,6 +4719,7 @@ module Aws::ElasticBeanstalk
4602
4719
  class SystemStatus < Struct.new(
4603
4720
  :cpu_utilization,
4604
4721
  :load_average)
4722
+ SENSITIVE = []
4605
4723
  include Aws::Structure
4606
4724
  end
4607
4725
 
@@ -4628,6 +4746,7 @@ module Aws::ElasticBeanstalk
4628
4746
  class Tag < Struct.new(
4629
4747
  :key,
4630
4748
  :value)
4749
+ SENSITIVE = []
4631
4750
  include Aws::Structure
4632
4751
  end
4633
4752
 
@@ -4694,6 +4813,7 @@ module Aws::ElasticBeanstalk
4694
4813
  :environment_name,
4695
4814
  :terminate_resources,
4696
4815
  :force_terminate)
4816
+ SENSITIVE = []
4697
4817
  include Aws::Structure
4698
4818
  end
4699
4819
 
@@ -4756,6 +4876,7 @@ module Aws::ElasticBeanstalk
4756
4876
  #
4757
4877
  class Trigger < Struct.new(
4758
4878
  :name)
4879
+ SENSITIVE = []
4759
4880
  include Aws::Structure
4760
4881
  end
4761
4882
 
@@ -4786,6 +4907,7 @@ module Aws::ElasticBeanstalk
4786
4907
  class UpdateApplicationMessage < Struct.new(
4787
4908
  :application_name,
4788
4909
  :description)
4910
+ SENSITIVE = []
4789
4911
  include Aws::Structure
4790
4912
  end
4791
4913
 
@@ -4824,6 +4946,7 @@ module Aws::ElasticBeanstalk
4824
4946
  class UpdateApplicationResourceLifecycleMessage < Struct.new(
4825
4947
  :application_name,
4826
4948
  :resource_lifecycle_config)
4949
+ SENSITIVE = []
4827
4950
  include Aws::Structure
4828
4951
  end
4829
4952
 
@@ -4860,6 +4983,7 @@ module Aws::ElasticBeanstalk
4860
4983
  :application_name,
4861
4984
  :version_label,
4862
4985
  :description)
4986
+ SENSITIVE = []
4863
4987
  include Aws::Structure
4864
4988
  end
4865
4989
 
@@ -4931,6 +5055,7 @@ module Aws::ElasticBeanstalk
4931
5055
  :description,
4932
5056
  :option_settings,
4933
5057
  :options_to_remove)
5058
+ SENSITIVE = []
4934
5059
  include Aws::Structure
4935
5060
  end
4936
5061
 
@@ -5069,6 +5194,7 @@ module Aws::ElasticBeanstalk
5069
5194
  :platform_arn,
5070
5195
  :option_settings,
5071
5196
  :options_to_remove)
5197
+ SENSITIVE = []
5072
5198
  include Aws::Structure
5073
5199
  end
5074
5200
 
@@ -5114,6 +5240,7 @@ module Aws::ElasticBeanstalk
5114
5240
  :resource_arn,
5115
5241
  :tags_to_add,
5116
5242
  :tags_to_remove)
5243
+ SENSITIVE = []
5117
5244
  include Aws::Structure
5118
5245
  end
5119
5246
 
@@ -5166,6 +5293,7 @@ module Aws::ElasticBeanstalk
5166
5293
  :template_name,
5167
5294
  :environment_name,
5168
5295
  :option_settings)
5296
+ SENSITIVE = []
5169
5297
  include Aws::Structure
5170
5298
  end
5171
5299
 
@@ -5200,6 +5328,7 @@ module Aws::ElasticBeanstalk
5200
5328
  :severity,
5201
5329
  :namespace,
5202
5330
  :option_name)
5331
+ SENSITIVE = []
5203
5332
  include Aws::Structure
5204
5333
  end
5205
5334
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.1
4
+ version: 1.33.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