aws-sdk-cloudformation 1.38.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudformation.rb +3 -1
- data/lib/aws-sdk-cloudformation/client.rb +3 -1
- data/lib/aws-sdk-cloudformation/client_api.rb +2 -0
- data/lib/aws-sdk-cloudformation/customizations.rb +1 -0
- data/lib/aws-sdk-cloudformation/errors.rb +2 -0
- data/lib/aws-sdk-cloudformation/event.rb +2 -0
- data/lib/aws-sdk-cloudformation/resource.rb +2 -0
- data/lib/aws-sdk-cloudformation/stack.rb +2 -0
- data/lib/aws-sdk-cloudformation/stack_resource.rb +2 -0
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +2 -0
- data/lib/aws-sdk-cloudformation/types.rb +146 -0
- data/lib/aws-sdk-cloudformation/waiters.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 065e6cf82ab5cc577cd5dd7d6155ae054b73100491ef16a5805d440b176555ba
|
4
|
+
data.tar.gz: 9c94f397f6d82039c328526801c8ec4d7c88cf9b5c5475579d3cff50f9e83d19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458f12ae5ebd59265967d91aae10e6a7ba3ae45ce84a9c04dda83038b007b60033be698b0c55f681c169eaf534e23f76a49bafcab80d78bfe14c0ac062400b46
|
7
|
+
data.tar.gz: a6475ffebc3770d10c20dcfe78765c106317aeadb3df0217a6a9573094fa7bedb3ee1e210417dde17d74a2d2f1a8eb24974541a75e3c9769afdaf9c43882deb8
|
@@ -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:
|
@@ -50,6 +52,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
|
|
50
52
|
# @service
|
51
53
|
module Aws::CloudFormation
|
52
54
|
|
53
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.39.0'
|
54
56
|
|
55
57
|
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:
|
@@ -5303,7 +5305,7 @@ module Aws::CloudFormation
|
|
5303
5305
|
params: params,
|
5304
5306
|
config: config)
|
5305
5307
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
5306
|
-
context[:gem_version] = '1.
|
5308
|
+
context[:gem_version] = '1.39.0'
|
5307
5309
|
Seahorse::Client::Request.new(handlers, context)
|
5308
5310
|
end
|
5309
5311
|
|
@@ -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:
|
@@ -69,6 +71,7 @@ module Aws::CloudFormation
|
|
69
71
|
class AccountGateResult < Struct.new(
|
70
72
|
:status,
|
71
73
|
:status_reason)
|
74
|
+
SENSITIVE = []
|
72
75
|
include Aws::Structure
|
73
76
|
end
|
74
77
|
|
@@ -106,6 +109,7 @@ module Aws::CloudFormation
|
|
106
109
|
class AccountLimit < Struct.new(
|
107
110
|
:name,
|
108
111
|
:value)
|
112
|
+
SENSITIVE = []
|
109
113
|
include Aws::Structure
|
110
114
|
end
|
111
115
|
|
@@ -146,6 +150,7 @@ module Aws::CloudFormation
|
|
146
150
|
class AutoDeployment < Struct.new(
|
147
151
|
:enabled,
|
148
152
|
:retain_stacks_on_account_removal)
|
153
|
+
SENSITIVE = []
|
149
154
|
include Aws::Structure
|
150
155
|
end
|
151
156
|
|
@@ -158,6 +163,7 @@ module Aws::CloudFormation
|
|
158
163
|
#
|
159
164
|
class CFNRegistryException < Struct.new(
|
160
165
|
:message)
|
166
|
+
SENSITIVE = []
|
161
167
|
include Aws::Structure
|
162
168
|
end
|
163
169
|
|
@@ -188,6 +194,7 @@ module Aws::CloudFormation
|
|
188
194
|
class CancelUpdateStackInput < Struct.new(
|
189
195
|
:stack_name,
|
190
196
|
:client_request_token)
|
197
|
+
SENSITIVE = []
|
191
198
|
include Aws::Structure
|
192
199
|
end
|
193
200
|
|
@@ -209,6 +216,7 @@ module Aws::CloudFormation
|
|
209
216
|
class Change < Struct.new(
|
210
217
|
:type,
|
211
218
|
:resource_change)
|
219
|
+
SENSITIVE = []
|
212
220
|
include Aws::Structure
|
213
221
|
end
|
214
222
|
|
@@ -277,6 +285,7 @@ module Aws::CloudFormation
|
|
277
285
|
:status_reason,
|
278
286
|
:creation_time,
|
279
287
|
:description)
|
288
|
+
SENSITIVE = []
|
280
289
|
include Aws::Structure
|
281
290
|
end
|
282
291
|
|
@@ -382,6 +391,7 @@ module Aws::CloudFormation
|
|
382
391
|
:role_arn,
|
383
392
|
:resources_to_skip,
|
384
393
|
:client_request_token)
|
394
|
+
SENSITIVE = []
|
385
395
|
include Aws::Structure
|
386
396
|
end
|
387
397
|
|
@@ -684,6 +694,7 @@ module Aws::CloudFormation
|
|
684
694
|
:description,
|
685
695
|
:change_set_type,
|
686
696
|
:resources_to_import)
|
697
|
+
SENSITIVE = []
|
687
698
|
include Aws::Structure
|
688
699
|
end
|
689
700
|
|
@@ -702,6 +713,7 @@ module Aws::CloudFormation
|
|
702
713
|
class CreateChangeSetOutput < Struct.new(
|
703
714
|
:id,
|
704
715
|
:stack_id)
|
716
|
+
SENSITIVE = []
|
705
717
|
include Aws::Structure
|
706
718
|
end
|
707
719
|
|
@@ -1045,6 +1057,7 @@ module Aws::CloudFormation
|
|
1045
1057
|
:tags,
|
1046
1058
|
:client_request_token,
|
1047
1059
|
:enable_termination_protection)
|
1060
|
+
SENSITIVE = []
|
1048
1061
|
include Aws::Structure
|
1049
1062
|
end
|
1050
1063
|
|
@@ -1176,6 +1189,7 @@ module Aws::CloudFormation
|
|
1176
1189
|
:parameter_overrides,
|
1177
1190
|
:operation_preferences,
|
1178
1191
|
:operation_id)
|
1192
|
+
SENSITIVE = []
|
1179
1193
|
include Aws::Structure
|
1180
1194
|
end
|
1181
1195
|
|
@@ -1187,6 +1201,7 @@ module Aws::CloudFormation
|
|
1187
1201
|
#
|
1188
1202
|
class CreateStackInstancesOutput < Struct.new(
|
1189
1203
|
:operation_id)
|
1204
|
+
SENSITIVE = []
|
1190
1205
|
include Aws::Structure
|
1191
1206
|
end
|
1192
1207
|
|
@@ -1200,6 +1215,7 @@ module Aws::CloudFormation
|
|
1200
1215
|
#
|
1201
1216
|
class CreateStackOutput < Struct.new(
|
1202
1217
|
:stack_id)
|
1218
|
+
SENSITIVE = []
|
1203
1219
|
include Aws::Structure
|
1204
1220
|
end
|
1205
1221
|
|
@@ -1456,6 +1472,7 @@ module Aws::CloudFormation
|
|
1456
1472
|
:permission_model,
|
1457
1473
|
:auto_deployment,
|
1458
1474
|
:client_request_token)
|
1475
|
+
SENSITIVE = []
|
1459
1476
|
include Aws::Structure
|
1460
1477
|
end
|
1461
1478
|
|
@@ -1467,6 +1484,7 @@ module Aws::CloudFormation
|
|
1467
1484
|
#
|
1468
1485
|
class CreateStackSetOutput < Struct.new(
|
1469
1486
|
:stack_set_id)
|
1487
|
+
SENSITIVE = []
|
1470
1488
|
include Aws::Structure
|
1471
1489
|
end
|
1472
1490
|
|
@@ -1501,6 +1519,7 @@ module Aws::CloudFormation
|
|
1501
1519
|
class DeleteChangeSetInput < Struct.new(
|
1502
1520
|
:change_set_name,
|
1503
1521
|
:stack_name)
|
1522
|
+
SENSITIVE = []
|
1504
1523
|
include Aws::Structure
|
1505
1524
|
end
|
1506
1525
|
|
@@ -1577,6 +1596,7 @@ module Aws::CloudFormation
|
|
1577
1596
|
:retain_resources,
|
1578
1597
|
:role_arn,
|
1579
1598
|
:client_request_token)
|
1599
|
+
SENSITIVE = []
|
1580
1600
|
include Aws::Structure
|
1581
1601
|
end
|
1582
1602
|
|
@@ -1671,6 +1691,7 @@ module Aws::CloudFormation
|
|
1671
1691
|
:operation_preferences,
|
1672
1692
|
:retain_stacks,
|
1673
1693
|
:operation_id)
|
1694
|
+
SENSITIVE = []
|
1674
1695
|
include Aws::Structure
|
1675
1696
|
end
|
1676
1697
|
|
@@ -1682,6 +1703,7 @@ module Aws::CloudFormation
|
|
1682
1703
|
#
|
1683
1704
|
class DeleteStackInstancesOutput < Struct.new(
|
1684
1705
|
:operation_id)
|
1706
|
+
SENSITIVE = []
|
1685
1707
|
include Aws::Structure
|
1686
1708
|
end
|
1687
1709
|
|
@@ -1701,6 +1723,7 @@ module Aws::CloudFormation
|
|
1701
1723
|
#
|
1702
1724
|
class DeleteStackSetInput < Struct.new(
|
1703
1725
|
:stack_set_name)
|
1726
|
+
SENSITIVE = []
|
1704
1727
|
include Aws::Structure
|
1705
1728
|
end
|
1706
1729
|
|
@@ -1740,6 +1763,7 @@ module Aws::CloudFormation
|
|
1740
1763
|
class DeploymentTargets < Struct.new(
|
1741
1764
|
:accounts,
|
1742
1765
|
:organizational_unit_ids)
|
1766
|
+
SENSITIVE = []
|
1743
1767
|
include Aws::Structure
|
1744
1768
|
end
|
1745
1769
|
|
@@ -1789,6 +1813,7 @@ module Aws::CloudFormation
|
|
1789
1813
|
:type,
|
1790
1814
|
:type_name,
|
1791
1815
|
:version_id)
|
1816
|
+
SENSITIVE = []
|
1792
1817
|
include Aws::Structure
|
1793
1818
|
end
|
1794
1819
|
|
@@ -1814,6 +1839,7 @@ module Aws::CloudFormation
|
|
1814
1839
|
#
|
1815
1840
|
class DescribeAccountLimitsInput < Struct.new(
|
1816
1841
|
:next_token)
|
1842
|
+
SENSITIVE = []
|
1817
1843
|
include Aws::Structure
|
1818
1844
|
end
|
1819
1845
|
|
@@ -1835,6 +1861,7 @@ module Aws::CloudFormation
|
|
1835
1861
|
class DescribeAccountLimitsOutput < Struct.new(
|
1836
1862
|
:account_limits,
|
1837
1863
|
:next_token)
|
1864
|
+
SENSITIVE = []
|
1838
1865
|
include Aws::Structure
|
1839
1866
|
end
|
1840
1867
|
|
@@ -1870,6 +1897,7 @@ module Aws::CloudFormation
|
|
1870
1897
|
:change_set_name,
|
1871
1898
|
:stack_name,
|
1872
1899
|
:next_token)
|
1900
|
+
SENSITIVE = []
|
1873
1901
|
include Aws::Structure
|
1874
1902
|
end
|
1875
1903
|
|
@@ -1979,6 +2007,7 @@ module Aws::CloudFormation
|
|
1979
2007
|
:tags,
|
1980
2008
|
:changes,
|
1981
2009
|
:next_token)
|
2010
|
+
SENSITIVE = []
|
1982
2011
|
include Aws::Structure
|
1983
2012
|
end
|
1984
2013
|
|
@@ -2002,6 +2031,7 @@ module Aws::CloudFormation
|
|
2002
2031
|
#
|
2003
2032
|
class DescribeStackDriftDetectionStatusInput < Struct.new(
|
2004
2033
|
:stack_drift_detection_id)
|
2034
|
+
SENSITIVE = []
|
2005
2035
|
include Aws::Structure
|
2006
2036
|
end
|
2007
2037
|
|
@@ -2082,6 +2112,7 @@ module Aws::CloudFormation
|
|
2082
2112
|
:detection_status_reason,
|
2083
2113
|
:drifted_stack_resource_count,
|
2084
2114
|
:timestamp)
|
2115
|
+
SENSITIVE = []
|
2085
2116
|
include Aws::Structure
|
2086
2117
|
end
|
2087
2118
|
|
@@ -2117,6 +2148,7 @@ module Aws::CloudFormation
|
|
2117
2148
|
class DescribeStackEventsInput < Struct.new(
|
2118
2149
|
:stack_name,
|
2119
2150
|
:next_token)
|
2151
|
+
SENSITIVE = []
|
2120
2152
|
include Aws::Structure
|
2121
2153
|
end
|
2122
2154
|
|
@@ -2137,6 +2169,7 @@ module Aws::CloudFormation
|
|
2137
2169
|
class DescribeStackEventsOutput < Struct.new(
|
2138
2170
|
:stack_events,
|
2139
2171
|
:next_token)
|
2172
|
+
SENSITIVE = []
|
2140
2173
|
include Aws::Structure
|
2141
2174
|
end
|
2142
2175
|
|
@@ -2169,6 +2202,7 @@ module Aws::CloudFormation
|
|
2169
2202
|
:stack_set_name,
|
2170
2203
|
:stack_instance_account,
|
2171
2204
|
:stack_instance_region)
|
2205
|
+
SENSITIVE = []
|
2172
2206
|
include Aws::Structure
|
2173
2207
|
end
|
2174
2208
|
|
@@ -2180,6 +2214,7 @@ module Aws::CloudFormation
|
|
2180
2214
|
#
|
2181
2215
|
class DescribeStackInstanceOutput < Struct.new(
|
2182
2216
|
:stack_instance)
|
2217
|
+
SENSITIVE = []
|
2183
2218
|
include Aws::Structure
|
2184
2219
|
end
|
2185
2220
|
|
@@ -2233,6 +2268,7 @@ module Aws::CloudFormation
|
|
2233
2268
|
:stack_resource_drift_status_filters,
|
2234
2269
|
:next_token,
|
2235
2270
|
:max_results)
|
2271
|
+
SENSITIVE = []
|
2236
2272
|
include Aws::Structure
|
2237
2273
|
end
|
2238
2274
|
|
@@ -2267,6 +2303,7 @@ module Aws::CloudFormation
|
|
2267
2303
|
class DescribeStackResourceDriftsOutput < Struct.new(
|
2268
2304
|
:stack_resource_drifts,
|
2269
2305
|
:next_token)
|
2306
|
+
SENSITIVE = []
|
2270
2307
|
include Aws::Structure
|
2271
2308
|
end
|
2272
2309
|
|
@@ -2303,6 +2340,7 @@ module Aws::CloudFormation
|
|
2303
2340
|
class DescribeStackResourceInput < Struct.new(
|
2304
2341
|
:stack_name,
|
2305
2342
|
:logical_resource_id)
|
2343
|
+
SENSITIVE = []
|
2306
2344
|
include Aws::Structure
|
2307
2345
|
end
|
2308
2346
|
|
@@ -2317,6 +2355,7 @@ module Aws::CloudFormation
|
|
2317
2355
|
#
|
2318
2356
|
class DescribeStackResourceOutput < Struct.new(
|
2319
2357
|
:stack_resource_detail)
|
2358
|
+
SENSITIVE = []
|
2320
2359
|
include Aws::Structure
|
2321
2360
|
end
|
2322
2361
|
|
@@ -2374,6 +2413,7 @@ module Aws::CloudFormation
|
|
2374
2413
|
:stack_name,
|
2375
2414
|
:logical_resource_id,
|
2376
2415
|
:physical_resource_id)
|
2416
|
+
SENSITIVE = []
|
2377
2417
|
include Aws::Structure
|
2378
2418
|
end
|
2379
2419
|
|
@@ -2387,6 +2427,7 @@ module Aws::CloudFormation
|
|
2387
2427
|
#
|
2388
2428
|
class DescribeStackResourcesOutput < Struct.new(
|
2389
2429
|
:stack_resources)
|
2430
|
+
SENSITIVE = []
|
2390
2431
|
include Aws::Structure
|
2391
2432
|
end
|
2392
2433
|
|
@@ -2405,6 +2446,7 @@ module Aws::CloudFormation
|
|
2405
2446
|
#
|
2406
2447
|
class DescribeStackSetInput < Struct.new(
|
2407
2448
|
:stack_set_name)
|
2449
|
+
SENSITIVE = []
|
2408
2450
|
include Aws::Structure
|
2409
2451
|
end
|
2410
2452
|
|
@@ -2430,6 +2472,7 @@ module Aws::CloudFormation
|
|
2430
2472
|
class DescribeStackSetOperationInput < Struct.new(
|
2431
2473
|
:stack_set_name,
|
2432
2474
|
:operation_id)
|
2475
|
+
SENSITIVE = []
|
2433
2476
|
include Aws::Structure
|
2434
2477
|
end
|
2435
2478
|
|
@@ -2441,6 +2484,7 @@ module Aws::CloudFormation
|
|
2441
2484
|
#
|
2442
2485
|
class DescribeStackSetOperationOutput < Struct.new(
|
2443
2486
|
:stack_set_operation)
|
2487
|
+
SENSITIVE = []
|
2444
2488
|
include Aws::Structure
|
2445
2489
|
end
|
2446
2490
|
|
@@ -2452,6 +2496,7 @@ module Aws::CloudFormation
|
|
2452
2496
|
#
|
2453
2497
|
class DescribeStackSetOutput < Struct.new(
|
2454
2498
|
:stack_set)
|
2499
|
+
SENSITIVE = []
|
2455
2500
|
include Aws::Structure
|
2456
2501
|
end
|
2457
2502
|
|
@@ -2487,6 +2532,7 @@ module Aws::CloudFormation
|
|
2487
2532
|
class DescribeStacksInput < Struct.new(
|
2488
2533
|
:stack_name,
|
2489
2534
|
:next_token)
|
2535
|
+
SENSITIVE = []
|
2490
2536
|
include Aws::Structure
|
2491
2537
|
end
|
2492
2538
|
|
@@ -2507,6 +2553,7 @@ module Aws::CloudFormation
|
|
2507
2553
|
class DescribeStacksOutput < Struct.new(
|
2508
2554
|
:stacks,
|
2509
2555
|
:next_token)
|
2556
|
+
SENSITIVE = []
|
2510
2557
|
include Aws::Structure
|
2511
2558
|
end
|
2512
2559
|
|
@@ -2560,6 +2607,7 @@ module Aws::CloudFormation
|
|
2560
2607
|
:type_name,
|
2561
2608
|
:arn,
|
2562
2609
|
:version_id)
|
2610
|
+
SENSITIVE = []
|
2563
2611
|
include Aws::Structure
|
2564
2612
|
end
|
2565
2613
|
|
@@ -2704,6 +2752,7 @@ module Aws::CloudFormation
|
|
2704
2752
|
:documentation_url,
|
2705
2753
|
:last_updated,
|
2706
2754
|
:time_created)
|
2755
|
+
SENSITIVE = []
|
2707
2756
|
include Aws::Structure
|
2708
2757
|
end
|
2709
2758
|
|
@@ -2725,6 +2774,7 @@ module Aws::CloudFormation
|
|
2725
2774
|
#
|
2726
2775
|
class DescribeTypeRegistrationInput < Struct.new(
|
2727
2776
|
:registration_token)
|
2777
|
+
SENSITIVE = []
|
2728
2778
|
include Aws::Structure
|
2729
2779
|
end
|
2730
2780
|
|
@@ -2758,6 +2808,7 @@ module Aws::CloudFormation
|
|
2758
2808
|
:description,
|
2759
2809
|
:type_arn,
|
2760
2810
|
:type_version_arn)
|
2811
|
+
SENSITIVE = []
|
2761
2812
|
include Aws::Structure
|
2762
2813
|
end
|
2763
2814
|
|
@@ -2782,6 +2833,7 @@ module Aws::CloudFormation
|
|
2782
2833
|
class DetectStackDriftInput < Struct.new(
|
2783
2834
|
:stack_name,
|
2784
2835
|
:logical_resource_ids)
|
2836
|
+
SENSITIVE = []
|
2785
2837
|
include Aws::Structure
|
2786
2838
|
end
|
2787
2839
|
|
@@ -2798,6 +2850,7 @@ module Aws::CloudFormation
|
|
2798
2850
|
#
|
2799
2851
|
class DetectStackDriftOutput < Struct.new(
|
2800
2852
|
:stack_drift_detection_id)
|
2853
|
+
SENSITIVE = []
|
2801
2854
|
include Aws::Structure
|
2802
2855
|
end
|
2803
2856
|
|
@@ -2823,6 +2876,7 @@ module Aws::CloudFormation
|
|
2823
2876
|
class DetectStackResourceDriftInput < Struct.new(
|
2824
2877
|
:stack_name,
|
2825
2878
|
:logical_resource_id)
|
2879
|
+
SENSITIVE = []
|
2826
2880
|
include Aws::Structure
|
2827
2881
|
end
|
2828
2882
|
|
@@ -2836,6 +2890,7 @@ module Aws::CloudFormation
|
|
2836
2890
|
#
|
2837
2891
|
class DetectStackResourceDriftOutput < Struct.new(
|
2838
2892
|
:stack_resource_drift)
|
2893
|
+
SENSITIVE = []
|
2839
2894
|
include Aws::Structure
|
2840
2895
|
end
|
2841
2896
|
|
@@ -2884,6 +2939,7 @@ module Aws::CloudFormation
|
|
2884
2939
|
:stack_set_name,
|
2885
2940
|
:operation_preferences,
|
2886
2941
|
:operation_id)
|
2942
|
+
SENSITIVE = []
|
2887
2943
|
include Aws::Structure
|
2888
2944
|
end
|
2889
2945
|
|
@@ -2898,6 +2954,7 @@ module Aws::CloudFormation
|
|
2898
2954
|
#
|
2899
2955
|
class DetectStackSetDriftOutput < Struct.new(
|
2900
2956
|
:operation_id)
|
2957
|
+
SENSITIVE = []
|
2901
2958
|
include Aws::Structure
|
2902
2959
|
end
|
2903
2960
|
|
@@ -2956,6 +3013,7 @@ module Aws::CloudFormation
|
|
2956
3013
|
:template_body,
|
2957
3014
|
:template_url,
|
2958
3015
|
:parameters)
|
3016
|
+
SENSITIVE = []
|
2959
3017
|
include Aws::Structure
|
2960
3018
|
end
|
2961
3019
|
|
@@ -2970,6 +3028,7 @@ module Aws::CloudFormation
|
|
2970
3028
|
#
|
2971
3029
|
class EstimateTemplateCostOutput < Struct.new(
|
2972
3030
|
:url)
|
3031
|
+
SENSITIVE = []
|
2973
3032
|
include Aws::Structure
|
2974
3033
|
end
|
2975
3034
|
|
@@ -3009,6 +3068,7 @@ module Aws::CloudFormation
|
|
3009
3068
|
:change_set_name,
|
3010
3069
|
:stack_name,
|
3011
3070
|
:client_request_token)
|
3071
|
+
SENSITIVE = []
|
3012
3072
|
include Aws::Structure
|
3013
3073
|
end
|
3014
3074
|
|
@@ -3044,6 +3104,7 @@ module Aws::CloudFormation
|
|
3044
3104
|
:exporting_stack_id,
|
3045
3105
|
:name,
|
3046
3106
|
:value)
|
3107
|
+
SENSITIVE = []
|
3047
3108
|
include Aws::Structure
|
3048
3109
|
end
|
3049
3110
|
|
@@ -3065,6 +3126,7 @@ module Aws::CloudFormation
|
|
3065
3126
|
#
|
3066
3127
|
class GetStackPolicyInput < Struct.new(
|
3067
3128
|
:stack_name)
|
3129
|
+
SENSITIVE = []
|
3068
3130
|
include Aws::Structure
|
3069
3131
|
end
|
3070
3132
|
|
@@ -3084,6 +3146,7 @@ module Aws::CloudFormation
|
|
3084
3146
|
#
|
3085
3147
|
class GetStackPolicyOutput < Struct.new(
|
3086
3148
|
:stack_policy_body)
|
3149
|
+
SENSITIVE = []
|
3087
3150
|
include Aws::Structure
|
3088
3151
|
end
|
3089
3152
|
|
@@ -3133,6 +3196,7 @@ module Aws::CloudFormation
|
|
3133
3196
|
:stack_name,
|
3134
3197
|
:change_set_name,
|
3135
3198
|
:template_stage)
|
3199
|
+
SENSITIVE = []
|
3136
3200
|
include Aws::Structure
|
3137
3201
|
end
|
3138
3202
|
|
@@ -3163,6 +3227,7 @@ module Aws::CloudFormation
|
|
3163
3227
|
class GetTemplateOutput < Struct.new(
|
3164
3228
|
:template_body,
|
3165
3229
|
:stages_available)
|
3230
|
+
SENSITIVE = []
|
3166
3231
|
include Aws::Structure
|
3167
3232
|
end
|
3168
3233
|
|
@@ -3231,6 +3296,7 @@ module Aws::CloudFormation
|
|
3231
3296
|
:template_url,
|
3232
3297
|
:stack_name,
|
3233
3298
|
:stack_set_name)
|
3299
|
+
SENSITIVE = []
|
3234
3300
|
include Aws::Structure
|
3235
3301
|
end
|
3236
3302
|
|
@@ -3306,6 +3372,7 @@ module Aws::CloudFormation
|
|
3306
3372
|
:metadata,
|
3307
3373
|
:declared_transforms,
|
3308
3374
|
:resource_identifier_summaries)
|
3375
|
+
SENSITIVE = []
|
3309
3376
|
include Aws::Structure
|
3310
3377
|
end
|
3311
3378
|
|
@@ -3379,6 +3446,7 @@ module Aws::CloudFormation
|
|
3379
3446
|
class ListChangeSetsInput < Struct.new(
|
3380
3447
|
:stack_name,
|
3381
3448
|
:next_token)
|
3449
|
+
SENSITIVE = []
|
3382
3450
|
include Aws::Structure
|
3383
3451
|
end
|
3384
3452
|
|
@@ -3399,6 +3467,7 @@ module Aws::CloudFormation
|
|
3399
3467
|
class ListChangeSetsOutput < Struct.new(
|
3400
3468
|
:summaries,
|
3401
3469
|
:next_token)
|
3470
|
+
SENSITIVE = []
|
3402
3471
|
include Aws::Structure
|
3403
3472
|
end
|
3404
3473
|
|
@@ -3419,6 +3488,7 @@ module Aws::CloudFormation
|
|
3419
3488
|
#
|
3420
3489
|
class ListExportsInput < Struct.new(
|
3421
3490
|
:next_token)
|
3491
|
+
SENSITIVE = []
|
3422
3492
|
include Aws::Structure
|
3423
3493
|
end
|
3424
3494
|
|
@@ -3437,6 +3507,7 @@ module Aws::CloudFormation
|
|
3437
3507
|
class ListExportsOutput < Struct.new(
|
3438
3508
|
:exports,
|
3439
3509
|
:next_token)
|
3510
|
+
SENSITIVE = []
|
3440
3511
|
include Aws::Structure
|
3441
3512
|
end
|
3442
3513
|
|
@@ -3464,6 +3535,7 @@ module Aws::CloudFormation
|
|
3464
3535
|
class ListImportsInput < Struct.new(
|
3465
3536
|
:export_name,
|
3466
3537
|
:next_token)
|
3538
|
+
SENSITIVE = []
|
3467
3539
|
include Aws::Structure
|
3468
3540
|
end
|
3469
3541
|
|
@@ -3482,6 +3554,7 @@ module Aws::CloudFormation
|
|
3482
3554
|
class ListImportsOutput < Struct.new(
|
3483
3555
|
:imports,
|
3484
3556
|
:next_token)
|
3557
|
+
SENSITIVE = []
|
3485
3558
|
include Aws::Structure
|
3486
3559
|
end
|
3487
3560
|
|
@@ -3534,6 +3607,7 @@ module Aws::CloudFormation
|
|
3534
3607
|
:max_results,
|
3535
3608
|
:stack_instance_account,
|
3536
3609
|
:stack_instance_region)
|
3610
|
+
SENSITIVE = []
|
3537
3611
|
include Aws::Structure
|
3538
3612
|
end
|
3539
3613
|
|
@@ -3555,6 +3629,7 @@ module Aws::CloudFormation
|
|
3555
3629
|
class ListStackInstancesOutput < Struct.new(
|
3556
3630
|
:summaries,
|
3557
3631
|
:next_token)
|
3632
|
+
SENSITIVE = []
|
3558
3633
|
include Aws::Structure
|
3559
3634
|
end
|
3560
3635
|
|
@@ -3590,6 +3665,7 @@ module Aws::CloudFormation
|
|
3590
3665
|
class ListStackResourcesInput < Struct.new(
|
3591
3666
|
:stack_name,
|
3592
3667
|
:next_token)
|
3668
|
+
SENSITIVE = []
|
3593
3669
|
include Aws::Structure
|
3594
3670
|
end
|
3595
3671
|
|
@@ -3610,6 +3686,7 @@ module Aws::CloudFormation
|
|
3610
3686
|
class ListStackResourcesOutput < Struct.new(
|
3611
3687
|
:stack_resource_summaries,
|
3612
3688
|
:next_token)
|
3689
|
+
SENSITIVE = []
|
3613
3690
|
include Aws::Structure
|
3614
3691
|
end
|
3615
3692
|
|
@@ -3656,6 +3733,7 @@ module Aws::CloudFormation
|
|
3656
3733
|
:operation_id,
|
3657
3734
|
:next_token,
|
3658
3735
|
:max_results)
|
3736
|
+
SENSITIVE = []
|
3659
3737
|
include Aws::Structure
|
3660
3738
|
end
|
3661
3739
|
|
@@ -3678,6 +3756,7 @@ module Aws::CloudFormation
|
|
3678
3756
|
class ListStackSetOperationResultsOutput < Struct.new(
|
3679
3757
|
:summaries,
|
3680
3758
|
:next_token)
|
3759
|
+
SENSITIVE = []
|
3681
3760
|
include Aws::Structure
|
3682
3761
|
end
|
3683
3762
|
|
@@ -3718,6 +3797,7 @@ module Aws::CloudFormation
|
|
3718
3797
|
:stack_set_name,
|
3719
3798
|
:next_token,
|
3720
3799
|
:max_results)
|
3800
|
+
SENSITIVE = []
|
3721
3801
|
include Aws::Structure
|
3722
3802
|
end
|
3723
3803
|
|
@@ -3739,6 +3819,7 @@ module Aws::CloudFormation
|
|
3739
3819
|
class ListStackSetOperationsOutput < Struct.new(
|
3740
3820
|
:summaries,
|
3741
3821
|
:next_token)
|
3822
|
+
SENSITIVE = []
|
3742
3823
|
include Aws::Structure
|
3743
3824
|
end
|
3744
3825
|
|
@@ -3778,6 +3859,7 @@ module Aws::CloudFormation
|
|
3778
3859
|
:next_token,
|
3779
3860
|
:max_results,
|
3780
3861
|
:status)
|
3862
|
+
SENSITIVE = []
|
3781
3863
|
include Aws::Structure
|
3782
3864
|
end
|
3783
3865
|
|
@@ -3799,6 +3881,7 @@ module Aws::CloudFormation
|
|
3799
3881
|
class ListStackSetsOutput < Struct.new(
|
3800
3882
|
:summaries,
|
3801
3883
|
:next_token)
|
3884
|
+
SENSITIVE = []
|
3802
3885
|
include Aws::Structure
|
3803
3886
|
end
|
3804
3887
|
|
@@ -3829,6 +3912,7 @@ module Aws::CloudFormation
|
|
3829
3912
|
class ListStacksInput < Struct.new(
|
3830
3913
|
:next_token,
|
3831
3914
|
:stack_status_filter)
|
3915
|
+
SENSITIVE = []
|
3832
3916
|
include Aws::Structure
|
3833
3917
|
end
|
3834
3918
|
|
@@ -3850,6 +3934,7 @@ module Aws::CloudFormation
|
|
3850
3934
|
class ListStacksOutput < Struct.new(
|
3851
3935
|
:stack_summaries,
|
3852
3936
|
:next_token)
|
3937
|
+
SENSITIVE = []
|
3853
3938
|
include Aws::Structure
|
3854
3939
|
end
|
3855
3940
|
|
@@ -3919,6 +4004,7 @@ module Aws::CloudFormation
|
|
3919
4004
|
:registration_status_filter,
|
3920
4005
|
:max_results,
|
3921
4006
|
:next_token)
|
4007
|
+
SENSITIVE = []
|
3922
4008
|
include Aws::Structure
|
3923
4009
|
end
|
3924
4010
|
|
@@ -3942,6 +4028,7 @@ module Aws::CloudFormation
|
|
3942
4028
|
class ListTypeRegistrationsOutput < Struct.new(
|
3943
4029
|
:registration_token_list,
|
3944
4030
|
:next_token)
|
4031
|
+
SENSITIVE = []
|
3945
4032
|
include Aws::Structure
|
3946
4033
|
end
|
3947
4034
|
|
@@ -4022,6 +4109,7 @@ module Aws::CloudFormation
|
|
4022
4109
|
:max_results,
|
4023
4110
|
:next_token,
|
4024
4111
|
:deprecated_status)
|
4112
|
+
SENSITIVE = []
|
4025
4113
|
include Aws::Structure
|
4026
4114
|
end
|
4027
4115
|
|
@@ -4043,6 +4131,7 @@ module Aws::CloudFormation
|
|
4043
4131
|
class ListTypeVersionsOutput < Struct.new(
|
4044
4132
|
:type_version_summaries,
|
4045
4133
|
:next_token)
|
4134
|
+
SENSITIVE = []
|
4046
4135
|
include Aws::Structure
|
4047
4136
|
end
|
4048
4137
|
|
@@ -4128,6 +4217,7 @@ module Aws::CloudFormation
|
|
4128
4217
|
:deprecated_status,
|
4129
4218
|
:max_results,
|
4130
4219
|
:next_token)
|
4220
|
+
SENSITIVE = []
|
4131
4221
|
include Aws::Structure
|
4132
4222
|
end
|
4133
4223
|
|
@@ -4149,6 +4239,7 @@ module Aws::CloudFormation
|
|
4149
4239
|
class ListTypesOutput < Struct.new(
|
4150
4240
|
:type_summaries,
|
4151
4241
|
:next_token)
|
4242
|
+
SENSITIVE = []
|
4152
4243
|
include Aws::Structure
|
4153
4244
|
end
|
4154
4245
|
|
@@ -4177,6 +4268,7 @@ module Aws::CloudFormation
|
|
4177
4268
|
class LoggingConfig < Struct.new(
|
4178
4269
|
:log_role_arn,
|
4179
4270
|
:log_group_name)
|
4271
|
+
SENSITIVE = []
|
4180
4272
|
include Aws::Structure
|
4181
4273
|
end
|
4182
4274
|
|
@@ -4241,6 +4333,7 @@ module Aws::CloudFormation
|
|
4241
4333
|
:output_value,
|
4242
4334
|
:description,
|
4243
4335
|
:export_name)
|
4336
|
+
SENSITIVE = []
|
4244
4337
|
include Aws::Structure
|
4245
4338
|
end
|
4246
4339
|
|
@@ -4289,6 +4382,7 @@ module Aws::CloudFormation
|
|
4289
4382
|
:parameter_value,
|
4290
4383
|
:use_previous_value,
|
4291
4384
|
:resolved_value)
|
4385
|
+
SENSITIVE = []
|
4292
4386
|
include Aws::Structure
|
4293
4387
|
end
|
4294
4388
|
|
@@ -4305,6 +4399,7 @@ module Aws::CloudFormation
|
|
4305
4399
|
#
|
4306
4400
|
class ParameterConstraints < Struct.new(
|
4307
4401
|
:allowed_values)
|
4402
|
+
SENSITIVE = []
|
4308
4403
|
include Aws::Structure
|
4309
4404
|
end
|
4310
4405
|
|
@@ -4345,6 +4440,7 @@ module Aws::CloudFormation
|
|
4345
4440
|
:no_echo,
|
4346
4441
|
:description,
|
4347
4442
|
:parameter_constraints)
|
4443
|
+
SENSITIVE = []
|
4348
4444
|
include Aws::Structure
|
4349
4445
|
end
|
4350
4446
|
|
@@ -4367,6 +4463,7 @@ module Aws::CloudFormation
|
|
4367
4463
|
class PhysicalResourceIdContextKeyValuePair < Struct.new(
|
4368
4464
|
:key,
|
4369
4465
|
:value)
|
4466
|
+
SENSITIVE = []
|
4370
4467
|
include Aws::Structure
|
4371
4468
|
end
|
4372
4469
|
|
@@ -4415,6 +4512,7 @@ module Aws::CloudFormation
|
|
4415
4512
|
:expected_value,
|
4416
4513
|
:actual_value,
|
4417
4514
|
:difference_type)
|
4515
|
+
SENSITIVE = []
|
4418
4516
|
include Aws::Structure
|
4419
4517
|
end
|
4420
4518
|
|
@@ -4497,6 +4595,7 @@ module Aws::CloudFormation
|
|
4497
4595
|
:error_code,
|
4498
4596
|
:resource_model,
|
4499
4597
|
:client_request_token)
|
4598
|
+
SENSITIVE = []
|
4500
4599
|
include Aws::Structure
|
4501
4600
|
end
|
4502
4601
|
|
@@ -4607,6 +4706,7 @@ module Aws::CloudFormation
|
|
4607
4706
|
:logging_config,
|
4608
4707
|
:execution_role_arn,
|
4609
4708
|
:client_request_token)
|
4709
|
+
SENSITIVE = []
|
4610
4710
|
include Aws::Structure
|
4611
4711
|
end
|
4612
4712
|
|
@@ -4622,6 +4722,7 @@ module Aws::CloudFormation
|
|
4622
4722
|
#
|
4623
4723
|
class RegisterTypeOutput < Struct.new(
|
4624
4724
|
:registration_token)
|
4725
|
+
SENSITIVE = []
|
4625
4726
|
include Aws::Structure
|
4626
4727
|
end
|
4627
4728
|
|
@@ -4687,6 +4788,7 @@ module Aws::CloudFormation
|
|
4687
4788
|
:replacement,
|
4688
4789
|
:scope,
|
4689
4790
|
:details)
|
4791
|
+
SENSITIVE = []
|
4690
4792
|
include Aws::Structure
|
4691
4793
|
end
|
4692
4794
|
|
@@ -4767,6 +4869,7 @@ module Aws::CloudFormation
|
|
4767
4869
|
:evaluation,
|
4768
4870
|
:change_source,
|
4769
4871
|
:causing_entity)
|
4872
|
+
SENSITIVE = []
|
4770
4873
|
include Aws::Structure
|
4771
4874
|
end
|
4772
4875
|
|
@@ -4797,6 +4900,7 @@ module Aws::CloudFormation
|
|
4797
4900
|
:resource_type,
|
4798
4901
|
:logical_resource_ids,
|
4799
4902
|
:resource_identifiers)
|
4903
|
+
SENSITIVE = []
|
4800
4904
|
include Aws::Structure
|
4801
4905
|
end
|
4802
4906
|
|
@@ -4832,6 +4936,7 @@ module Aws::CloudFormation
|
|
4832
4936
|
:attribute,
|
4833
4937
|
:name,
|
4834
4938
|
:requires_recreation)
|
4939
|
+
SENSITIVE = []
|
4835
4940
|
include Aws::Structure
|
4836
4941
|
end
|
4837
4942
|
|
@@ -4870,6 +4975,7 @@ module Aws::CloudFormation
|
|
4870
4975
|
:resource_type,
|
4871
4976
|
:logical_resource_id,
|
4872
4977
|
:resource_identifier)
|
4978
|
+
SENSITIVE = []
|
4873
4979
|
include Aws::Structure
|
4874
4980
|
end
|
4875
4981
|
|
@@ -4955,6 +5061,7 @@ module Aws::CloudFormation
|
|
4955
5061
|
class RollbackConfiguration < Struct.new(
|
4956
5062
|
:rollback_triggers,
|
4957
5063
|
:monitoring_time_in_minutes)
|
5064
|
+
SENSITIVE = []
|
4958
5065
|
include Aws::Structure
|
4959
5066
|
end
|
4960
5067
|
|
@@ -4993,6 +5100,7 @@ module Aws::CloudFormation
|
|
4993
5100
|
class RollbackTrigger < Struct.new(
|
4994
5101
|
:arn,
|
4995
5102
|
:type)
|
5103
|
+
SENSITIVE = []
|
4996
5104
|
include Aws::Structure
|
4997
5105
|
end
|
4998
5106
|
|
@@ -5036,6 +5144,7 @@ module Aws::CloudFormation
|
|
5036
5144
|
:stack_name,
|
5037
5145
|
:stack_policy_body,
|
5038
5146
|
:stack_policy_url)
|
5147
|
+
SENSITIVE = []
|
5039
5148
|
include Aws::Structure
|
5040
5149
|
end
|
5041
5150
|
|
@@ -5084,6 +5193,7 @@ module Aws::CloudFormation
|
|
5084
5193
|
:type,
|
5085
5194
|
:type_name,
|
5086
5195
|
:version_id)
|
5196
|
+
SENSITIVE = []
|
5087
5197
|
include Aws::Structure
|
5088
5198
|
end
|
5089
5199
|
|
@@ -5134,6 +5244,7 @@ module Aws::CloudFormation
|
|
5134
5244
|
:logical_resource_id,
|
5135
5245
|
:unique_id,
|
5136
5246
|
:status)
|
5247
|
+
SENSITIVE = []
|
5137
5248
|
include Aws::Structure
|
5138
5249
|
end
|
5139
5250
|
|
@@ -5299,6 +5410,7 @@ module Aws::CloudFormation
|
|
5299
5410
|
:parent_id,
|
5300
5411
|
:root_id,
|
5301
5412
|
:drift_information)
|
5413
|
+
SENSITIVE = []
|
5302
5414
|
include Aws::Structure
|
5303
5415
|
end
|
5304
5416
|
|
@@ -5336,6 +5448,7 @@ module Aws::CloudFormation
|
|
5336
5448
|
class StackDriftInformation < Struct.new(
|
5337
5449
|
:stack_drift_status,
|
5338
5450
|
:last_check_timestamp)
|
5451
|
+
SENSITIVE = []
|
5339
5452
|
include Aws::Structure
|
5340
5453
|
end
|
5341
5454
|
|
@@ -5373,6 +5486,7 @@ module Aws::CloudFormation
|
|
5373
5486
|
class StackDriftInformationSummary < Struct.new(
|
5374
5487
|
:stack_drift_status,
|
5375
5488
|
:last_check_timestamp)
|
5489
|
+
SENSITIVE = []
|
5376
5490
|
include Aws::Structure
|
5377
5491
|
end
|
5378
5492
|
|
@@ -5456,6 +5570,7 @@ module Aws::CloudFormation
|
|
5456
5570
|
:resource_status_reason,
|
5457
5571
|
:resource_properties,
|
5458
5572
|
:client_request_token)
|
5573
|
+
SENSITIVE = []
|
5459
5574
|
include Aws::Structure
|
5460
5575
|
end
|
5461
5576
|
|
@@ -5569,6 +5684,7 @@ module Aws::CloudFormation
|
|
5569
5684
|
:organizational_unit_id,
|
5570
5685
|
:drift_status,
|
5571
5686
|
:last_drift_check_timestamp)
|
5687
|
+
SENSITIVE = []
|
5572
5688
|
include Aws::Structure
|
5573
5689
|
end
|
5574
5690
|
|
@@ -5676,6 +5792,7 @@ module Aws::CloudFormation
|
|
5676
5792
|
:organizational_unit_id,
|
5677
5793
|
:drift_status,
|
5678
5794
|
:last_drift_check_timestamp)
|
5795
|
+
SENSITIVE = []
|
5679
5796
|
include Aws::Structure
|
5680
5797
|
end
|
5681
5798
|
|
@@ -5748,6 +5865,7 @@ module Aws::CloudFormation
|
|
5748
5865
|
:resource_status_reason,
|
5749
5866
|
:description,
|
5750
5867
|
:drift_information)
|
5868
|
+
SENSITIVE = []
|
5751
5869
|
include Aws::Structure
|
5752
5870
|
end
|
5753
5871
|
|
@@ -5831,6 +5949,7 @@ module Aws::CloudFormation
|
|
5831
5949
|
:description,
|
5832
5950
|
:metadata,
|
5833
5951
|
:drift_information)
|
5952
|
+
SENSITIVE = []
|
5834
5953
|
include Aws::Structure
|
5835
5954
|
end
|
5836
5955
|
|
@@ -5938,6 +6057,7 @@ module Aws::CloudFormation
|
|
5938
6057
|
:property_differences,
|
5939
6058
|
:stack_resource_drift_status,
|
5940
6059
|
:timestamp)
|
6060
|
+
SENSITIVE = []
|
5941
6061
|
include Aws::Structure
|
5942
6062
|
end
|
5943
6063
|
|
@@ -5979,6 +6099,7 @@ module Aws::CloudFormation
|
|
5979
6099
|
class StackResourceDriftInformation < Struct.new(
|
5980
6100
|
:stack_resource_drift_status,
|
5981
6101
|
:last_check_timestamp)
|
6102
|
+
SENSITIVE = []
|
5982
6103
|
include Aws::Structure
|
5983
6104
|
end
|
5984
6105
|
|
@@ -6026,6 +6147,7 @@ module Aws::CloudFormation
|
|
6026
6147
|
class StackResourceDriftInformationSummary < Struct.new(
|
6027
6148
|
:stack_resource_drift_status,
|
6028
6149
|
:last_check_timestamp)
|
6150
|
+
SENSITIVE = []
|
6029
6151
|
include Aws::Structure
|
6030
6152
|
end
|
6031
6153
|
|
@@ -6083,6 +6205,7 @@ module Aws::CloudFormation
|
|
6083
6205
|
:resource_status,
|
6084
6206
|
:resource_status_reason,
|
6085
6207
|
:drift_information)
|
6208
|
+
SENSITIVE = []
|
6086
6209
|
include Aws::Structure
|
6087
6210
|
end
|
6088
6211
|
|
@@ -6224,6 +6347,7 @@ module Aws::CloudFormation
|
|
6224
6347
|
:auto_deployment,
|
6225
6348
|
:permission_model,
|
6226
6349
|
:organizational_unit_ids)
|
6350
|
+
SENSITIVE = []
|
6227
6351
|
include Aws::Structure
|
6228
6352
|
end
|
6229
6353
|
|
@@ -6336,6 +6460,7 @@ module Aws::CloudFormation
|
|
6336
6460
|
:in_sync_stack_instances_count,
|
6337
6461
|
:in_progress_stack_instances_count,
|
6338
6462
|
:failed_stack_instances_count)
|
6463
|
+
SENSITIVE = []
|
6339
6464
|
include Aws::Structure
|
6340
6465
|
end
|
6341
6466
|
|
@@ -6491,6 +6616,7 @@ module Aws::CloudFormation
|
|
6491
6616
|
:end_timestamp,
|
6492
6617
|
:deployment_targets,
|
6493
6618
|
:stack_set_drift_detection_details)
|
6619
|
+
SENSITIVE = []
|
6494
6620
|
include Aws::Structure
|
6495
6621
|
end
|
6496
6622
|
|
@@ -6586,6 +6712,7 @@ module Aws::CloudFormation
|
|
6586
6712
|
:failure_tolerance_percentage,
|
6587
6713
|
:max_concurrent_count,
|
6588
6714
|
:max_concurrent_percentage)
|
6715
|
+
SENSITIVE = []
|
6589
6716
|
include Aws::Structure
|
6590
6717
|
end
|
6591
6718
|
|
@@ -6656,6 +6783,7 @@ module Aws::CloudFormation
|
|
6656
6783
|
:status_reason,
|
6657
6784
|
:account_gate_result,
|
6658
6785
|
:organizational_unit_id)
|
6786
|
+
SENSITIVE = []
|
6659
6787
|
include Aws::Structure
|
6660
6788
|
end
|
6661
6789
|
|
@@ -6732,6 +6860,7 @@ module Aws::CloudFormation
|
|
6732
6860
|
:status,
|
6733
6861
|
:creation_timestamp,
|
6734
6862
|
:end_timestamp)
|
6863
|
+
SENSITIVE = []
|
6735
6864
|
include Aws::Structure
|
6736
6865
|
end
|
6737
6866
|
|
@@ -6820,6 +6949,7 @@ module Aws::CloudFormation
|
|
6820
6949
|
:permission_model,
|
6821
6950
|
:drift_status,
|
6822
6951
|
:last_drift_check_timestamp)
|
6952
|
+
SENSITIVE = []
|
6823
6953
|
include Aws::Structure
|
6824
6954
|
end
|
6825
6955
|
|
@@ -6911,6 +7041,7 @@ module Aws::CloudFormation
|
|
6911
7041
|
:parent_id,
|
6912
7042
|
:root_id,
|
6913
7043
|
:drift_information)
|
7044
|
+
SENSITIVE = []
|
6914
7045
|
include Aws::Structure
|
6915
7046
|
end
|
6916
7047
|
|
@@ -6943,6 +7074,7 @@ module Aws::CloudFormation
|
|
6943
7074
|
class StopStackSetOperationInput < Struct.new(
|
6944
7075
|
:stack_set_name,
|
6945
7076
|
:operation_id)
|
7077
|
+
SENSITIVE = []
|
6946
7078
|
include Aws::Structure
|
6947
7079
|
end
|
6948
7080
|
|
@@ -6977,6 +7109,7 @@ module Aws::CloudFormation
|
|
6977
7109
|
class Tag < Struct.new(
|
6978
7110
|
:key,
|
6979
7111
|
:value)
|
7112
|
+
SENSITIVE = []
|
6980
7113
|
include Aws::Structure
|
6981
7114
|
end
|
6982
7115
|
|
@@ -7006,6 +7139,7 @@ module Aws::CloudFormation
|
|
7006
7139
|
:default_value,
|
7007
7140
|
:no_echo,
|
7008
7141
|
:description)
|
7142
|
+
SENSITIVE = []
|
7009
7143
|
include Aws::Structure
|
7010
7144
|
end
|
7011
7145
|
|
@@ -7059,6 +7193,7 @@ module Aws::CloudFormation
|
|
7059
7193
|
:type_arn,
|
7060
7194
|
:last_updated,
|
7061
7195
|
:description)
|
7196
|
+
SENSITIVE = []
|
7062
7197
|
include Aws::Structure
|
7063
7198
|
end
|
7064
7199
|
|
@@ -7105,6 +7240,7 @@ module Aws::CloudFormation
|
|
7105
7240
|
:arn,
|
7106
7241
|
:time_created,
|
7107
7242
|
:description)
|
7243
|
+
SENSITIVE = []
|
7108
7244
|
include Aws::Structure
|
7109
7245
|
end
|
7110
7246
|
|
@@ -7438,6 +7574,7 @@ module Aws::CloudFormation
|
|
7438
7574
|
:notification_arns,
|
7439
7575
|
:tags,
|
7440
7576
|
:client_request_token)
|
7577
|
+
SENSITIVE = []
|
7441
7578
|
include Aws::Structure
|
7442
7579
|
end
|
7443
7580
|
|
@@ -7579,6 +7716,7 @@ module Aws::CloudFormation
|
|
7579
7716
|
:parameter_overrides,
|
7580
7717
|
:operation_preferences,
|
7581
7718
|
:operation_id)
|
7719
|
+
SENSITIVE = []
|
7582
7720
|
include Aws::Structure
|
7583
7721
|
end
|
7584
7722
|
|
@@ -7590,6 +7728,7 @@ module Aws::CloudFormation
|
|
7590
7728
|
#
|
7591
7729
|
class UpdateStackInstancesOutput < Struct.new(
|
7592
7730
|
:operation_id)
|
7731
|
+
SENSITIVE = []
|
7593
7732
|
include Aws::Structure
|
7594
7733
|
end
|
7595
7734
|
|
@@ -7603,6 +7742,7 @@ module Aws::CloudFormation
|
|
7603
7742
|
#
|
7604
7743
|
class UpdateStackOutput < Struct.new(
|
7605
7744
|
:stack_id)
|
7745
|
+
SENSITIVE = []
|
7606
7746
|
include Aws::Structure
|
7607
7747
|
end
|
7608
7748
|
|
@@ -7982,6 +8122,7 @@ module Aws::CloudFormation
|
|
7982
8122
|
:operation_id,
|
7983
8123
|
:accounts,
|
7984
8124
|
:regions)
|
8125
|
+
SENSITIVE = []
|
7985
8126
|
include Aws::Structure
|
7986
8127
|
end
|
7987
8128
|
|
@@ -7993,6 +8134,7 @@ module Aws::CloudFormation
|
|
7993
8134
|
#
|
7994
8135
|
class UpdateStackSetOutput < Struct.new(
|
7995
8136
|
:operation_id)
|
8137
|
+
SENSITIVE = []
|
7996
8138
|
include Aws::Structure
|
7997
8139
|
end
|
7998
8140
|
|
@@ -8018,6 +8160,7 @@ module Aws::CloudFormation
|
|
8018
8160
|
class UpdateTerminationProtectionInput < Struct.new(
|
8019
8161
|
:enable_termination_protection,
|
8020
8162
|
:stack_name)
|
8163
|
+
SENSITIVE = []
|
8021
8164
|
include Aws::Structure
|
8022
8165
|
end
|
8023
8166
|
|
@@ -8029,6 +8172,7 @@ module Aws::CloudFormation
|
|
8029
8172
|
#
|
8030
8173
|
class UpdateTerminationProtectionOutput < Struct.new(
|
8031
8174
|
:stack_id)
|
8175
|
+
SENSITIVE = []
|
8032
8176
|
include Aws::Structure
|
8033
8177
|
end
|
8034
8178
|
|
@@ -8074,6 +8218,7 @@ module Aws::CloudFormation
|
|
8074
8218
|
class ValidateTemplateInput < Struct.new(
|
8075
8219
|
:template_body,
|
8076
8220
|
:template_url)
|
8221
|
+
SENSITIVE = []
|
8077
8222
|
include Aws::Structure
|
8078
8223
|
end
|
8079
8224
|
|
@@ -8119,6 +8264,7 @@ module Aws::CloudFormation
|
|
8119
8264
|
:capabilities,
|
8120
8265
|
:capabilities_reason,
|
8121
8266
|
:declared_transforms)
|
8267
|
+
SENSITIVE = []
|
8122
8268
|
include Aws::Structure
|
8123
8269
|
end
|
8124
8270
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudformation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.39.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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|