aws-sdk-core 2.2.30 → 2.2.31

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
  SHA1:
3
- metadata.gz: 99dbd5664ae0da0b1d9ca5bb96f317211c9327bf
4
- data.tar.gz: 9c206c37e0cdebb425046ecc17151ba590c45f9e
3
+ metadata.gz: 8201232fbde4c280bc03ee62825b34cb5d215cec
4
+ data.tar.gz: 4c7c9f38ed4472a7ea5d6620fa139ae461560213
5
5
  SHA512:
6
- metadata.gz: 044a1f16fd088aa75bcb50e8e07471503f406164de4b9d6c7a51fa41d555699af7956f2099640308d2f5bc2a69bbe8014745cb31664c859bee7aa1713d4453cb
7
- data.tar.gz: 933c58ff92d799b78af80e99bb2b26913686c64f4193907804661f34453582c3464082b2380dae54d68b7ac7f2b31f8943e2032ec3d5e57a496322a70fd0007d
6
+ metadata.gz: 6035a19621d385a608cc229cc6fa7a3a53c136210f4cc57669564e81ea8ff96c39069979ff75495af87763451202583a90e57558a5071d499c9bd7a82fa38396
7
+ data.tar.gz: 6376bf86f9f1020a3dd27f57a6f91d0744196b17eead1dbf04cd2e916181b4beb60b786c1e6c7571bbb50d577199b2942e5a762c8e98baaf39b3018ea5d0c9c5
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2015-12-08",
5
5
  "endpointPrefix":"acm",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"ACM",
8
9
  "serviceFullName":"AWS Certificate Manager",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"CertificateManager",
11
- "protocol":"json"
11
+ "targetPrefix":"CertificateManager"
12
12
  },
13
13
  "operations":{
14
14
  "DeleteCertificate":{
@@ -19,18 +19,9 @@
19
19
  },
20
20
  "input":{"shape":"DeleteCertificateRequest"},
21
21
  "errors":[
22
- {
23
- "shape":"ResourceNotFoundException",
24
- "exception":true
25
- },
26
- {
27
- "shape":"ResourceInUseException",
28
- "exception":true
29
- },
30
- {
31
- "shape":"InvalidArnException",
32
- "exception":true
33
- }
22
+ {"shape":"ResourceNotFoundException"},
23
+ {"shape":"ResourceInUseException"},
24
+ {"shape":"InvalidArnException"}
34
25
  ]
35
26
  },
36
27
  "DescribeCertificate":{
@@ -42,14 +33,8 @@
42
33
  "input":{"shape":"DescribeCertificateRequest"},
43
34
  "output":{"shape":"DescribeCertificateResponse"},
44
35
  "errors":[
45
- {
46
- "shape":"ResourceNotFoundException",
47
- "exception":true
48
- },
49
- {
50
- "shape":"InvalidArnException",
51
- "exception":true
52
- }
36
+ {"shape":"ResourceNotFoundException"},
37
+ {"shape":"InvalidArnException"}
53
38
  ]
54
39
  },
55
40
  "GetCertificate":{
@@ -61,18 +46,9 @@
61
46
  "input":{"shape":"GetCertificateRequest"},
62
47
  "output":{"shape":"GetCertificateResponse"},
63
48
  "errors":[
64
- {
65
- "shape":"ResourceNotFoundException",
66
- "exception":true
67
- },
68
- {
69
- "shape":"RequestInProgressException",
70
- "exception":true
71
- },
72
- {
73
- "shape":"InvalidArnException",
74
- "exception":true
75
- }
49
+ {"shape":"ResourceNotFoundException"},
50
+ {"shape":"RequestInProgressException"},
51
+ {"shape":"InvalidArnException"}
76
52
  ]
77
53
  },
78
54
  "ListCertificates":{
@@ -93,14 +69,8 @@
93
69
  "input":{"shape":"RequestCertificateRequest"},
94
70
  "output":{"shape":"RequestCertificateResponse"},
95
71
  "errors":[
96
- {
97
- "shape":"LimitExceededException",
98
- "exception":true
99
- },
100
- {
101
- "shape":"InvalidDomainValidationOptionsException",
102
- "exception":true
103
- }
72
+ {"shape":"LimitExceededException"},
73
+ {"shape":"InvalidDomainValidationOptionsException"}
104
74
  ]
105
75
  },
106
76
  "ResendValidationEmail":{
@@ -111,42 +81,30 @@
111
81
  },
112
82
  "input":{"shape":"ResendValidationEmailRequest"},
113
83
  "errors":[
114
- {
115
- "shape":"ResourceNotFoundException",
116
- "exception":true
117
- },
118
- {
119
- "shape":"InvalidStateException",
120
- "exception":true
121
- },
122
- {
123
- "shape":"InvalidArnException",
124
- "exception":true
125
- },
126
- {
127
- "shape":"InvalidDomainValidationOptionsException",
128
- "exception":true
129
- }
84
+ {"shape":"ResourceNotFoundException"},
85
+ {"shape":"InvalidStateException"},
86
+ {"shape":"InvalidArnException"},
87
+ {"shape":"InvalidDomainValidationOptionsException"}
130
88
  ]
131
89
  }
132
90
  },
133
91
  "shapes":{
134
92
  "Arn":{
135
93
  "type":"string",
136
- "min":20,
137
94
  "max":2048,
95
+ "min":20,
138
96
  "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
139
97
  },
140
98
  "CertificateBody":{
141
99
  "type":"string",
142
- "min":1,
143
100
  "max":524288,
101
+ "min":1,
144
102
  "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
145
103
  },
146
104
  "CertificateChain":{
147
105
  "type":"string",
148
- "min":1,
149
106
  "max":2097152,
107
+ "min":1,
150
108
  "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
151
109
  },
152
110
  "CertificateDetail":{
@@ -221,13 +179,13 @@
221
179
  "DomainList":{
222
180
  "type":"list",
223
181
  "member":{"shape":"DomainNameString"},
224
- "min":1,
225
- "max":1000
182
+ "max":1000,
183
+ "min":1
226
184
  },
227
185
  "DomainNameString":{
228
186
  "type":"string",
229
- "min":1,
230
187
  "max":253,
188
+ "min":1,
231
189
  "pattern":"^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
232
190
  },
233
191
  "DomainValidation":{
@@ -242,8 +200,8 @@
242
200
  "DomainValidationList":{
243
201
  "type":"list",
244
202
  "member":{"shape":"DomainValidation"},
245
- "min":1,
246
- "max":1000
203
+ "max":1000,
204
+ "min":1
247
205
  },
248
206
  "DomainValidationOption":{
249
207
  "type":"structure",
@@ -259,8 +217,8 @@
259
217
  "DomainValidationOptionList":{
260
218
  "type":"list",
261
219
  "member":{"shape":"DomainValidationOption"},
262
- "min":1,
263
- "max":1000
220
+ "max":1000,
221
+ "min":1
264
222
  },
265
223
  "GetCertificateRequest":{
266
224
  "type":"structure",
@@ -278,8 +236,8 @@
278
236
  },
279
237
  "IdempotencyToken":{
280
238
  "type":"string",
281
- "min":1,
282
239
  "max":32,
240
+ "min":1,
283
241
  "pattern":"\\w+"
284
242
  },
285
243
  "InUseList":{
@@ -338,13 +296,13 @@
338
296
  },
339
297
  "MaxItems":{
340
298
  "type":"integer",
341
- "min":1,
342
- "max":1000
299
+ "max":1000,
300
+ "min":1
343
301
  },
344
302
  "NextToken":{
345
303
  "type":"string",
346
- "min":1,
347
304
  "max":320,
305
+ "min":1,
348
306
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*"
349
307
  },
350
308
  "RequestCertificateRequest":{
@@ -1,5 +1,5 @@
1
1
  {
2
- "version":"1.0",
3
- "examples":{
2
+ "version": "1.0",
3
+ "examples": {
4
4
  }
5
5
  }
@@ -29,6 +29,23 @@
29
29
  "resultWrapper":"ContinueUpdateRollbackResult"
30
30
  }
31
31
  },
32
+ "CreateChangeSet":{
33
+ "name":"CreateChangeSet",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"CreateChangeSetInput"},
39
+ "output":{
40
+ "shape":"CreateChangeSetOutput",
41
+ "resultWrapper":"CreateChangeSetResult"
42
+ },
43
+ "errors":[
44
+ {"shape":"AlreadyExistsException"},
45
+ {"shape":"InsufficientCapabilitiesException"},
46
+ {"shape":"LimitExceededException"}
47
+ ]
48
+ },
32
49
  "CreateStack":{
33
50
  "name":"CreateStack",
34
51
  "http":{
@@ -46,6 +63,18 @@
46
63
  {"shape":"InsufficientCapabilitiesException"}
47
64
  ]
48
65
  },
66
+ "DeleteChangeSet":{
67
+ "name":"DeleteChangeSet",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/"
71
+ },
72
+ "input":{"shape":"DeleteChangeSetInput"},
73
+ "output":{
74
+ "shape":"DeleteChangeSetOutput",
75
+ "resultWrapper":"DeleteChangeSetResult"
76
+ }
77
+ },
49
78
  "DeleteStack":{
50
79
  "name":"DeleteStack",
51
80
  "http":{
@@ -66,6 +95,21 @@
66
95
  "resultWrapper":"DescribeAccountLimitsResult"
67
96
  }
68
97
  },
98
+ "DescribeChangeSet":{
99
+ "name":"DescribeChangeSet",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/"
103
+ },
104
+ "input":{"shape":"DescribeChangeSetInput"},
105
+ "output":{
106
+ "shape":"DescribeChangeSetOutput",
107
+ "resultWrapper":"DescribeChangeSetResult"
108
+ },
109
+ "errors":[
110
+ {"shape":"ChangeSetNotFoundException"}
111
+ ]
112
+ },
69
113
  "DescribeStackEvents":{
70
114
  "name":"DescribeStackEvents",
71
115
  "http":{
@@ -126,6 +170,22 @@
126
170
  "resultWrapper":"EstimateTemplateCostResult"
127
171
  }
128
172
  },
173
+ "ExecuteChangeSet":{
174
+ "name":"ExecuteChangeSet",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"ExecuteChangeSetInput"},
180
+ "output":{
181
+ "shape":"ExecuteChangeSetOutput",
182
+ "resultWrapper":"ExecuteChangeSetResult"
183
+ },
184
+ "errors":[
185
+ {"shape":"InvalidChangeSetStatusException"},
186
+ {"shape":"ChangeSetNotFoundException"}
187
+ ]
188
+ },
129
189
  "GetStackPolicy":{
130
190
  "name":"GetStackPolicy",
131
191
  "http":{
@@ -162,6 +222,18 @@
162
222
  "resultWrapper":"GetTemplateSummaryResult"
163
223
  }
164
224
  },
225
+ "ListChangeSets":{
226
+ "name":"ListChangeSets",
227
+ "http":{
228
+ "method":"POST",
229
+ "requestUri":"/"
230
+ },
231
+ "input":{"shape":"ListChangeSetsInput"},
232
+ "output":{
233
+ "shape":"ListChangeSetsOutput",
234
+ "resultWrapper":"ListChangeSetsResult"
235
+ }
236
+ },
165
237
  "ListStackResources":{
166
238
  "name":"ListStackResources",
167
239
  "http":{
@@ -274,6 +346,101 @@
274
346
  "type":"string",
275
347
  "enum":["CAPABILITY_IAM"]
276
348
  },
349
+ "CausingEntity":{"type":"string"},
350
+ "Change":{
351
+ "type":"structure",
352
+ "members":{
353
+ "Type":{"shape":"ChangeType"},
354
+ "ResourceChange":{"shape":"ResourceChange"}
355
+ }
356
+ },
357
+ "ChangeAction":{
358
+ "type":"string",
359
+ "enum":[
360
+ "Add",
361
+ "Modify",
362
+ "Remove"
363
+ ]
364
+ },
365
+ "ChangeSetId":{
366
+ "type":"string",
367
+ "min":1,
368
+ "pattern":"arn:[-a-zA-Z0-9:/]*"
369
+ },
370
+ "ChangeSetName":{
371
+ "type":"string",
372
+ "max":128,
373
+ "min":1,
374
+ "pattern":"[a-zA-Z][-a-zA-Z0-9]*"
375
+ },
376
+ "ChangeSetNameOrId":{
377
+ "type":"string",
378
+ "max":1600,
379
+ "min":1,
380
+ "pattern":"[a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/]*"
381
+ },
382
+ "ChangeSetNotFoundException":{
383
+ "type":"structure",
384
+ "members":{
385
+ },
386
+ "error":{
387
+ "code":"ChangeSetNotFound",
388
+ "httpStatusCode":404,
389
+ "senderFault":true
390
+ },
391
+ "exception":true
392
+ },
393
+ "ChangeSetStatus":{
394
+ "type":"string",
395
+ "enum":[
396
+ "CREATE_PENDING",
397
+ "CREATE_IN_PROGRESS",
398
+ "CREATE_COMPLETE",
399
+ "DELETE_COMPLETE",
400
+ "FAILED"
401
+ ]
402
+ },
403
+ "ChangeSetStatusReason":{"type":"string"},
404
+ "ChangeSetSummaries":{
405
+ "type":"list",
406
+ "member":{"shape":"ChangeSetSummary"}
407
+ },
408
+ "ChangeSetSummary":{
409
+ "type":"structure",
410
+ "members":{
411
+ "StackId":{"shape":"StackId"},
412
+ "StackName":{"shape":"StackName"},
413
+ "ChangeSetId":{"shape":"ChangeSetId"},
414
+ "ChangeSetName":{"shape":"ChangeSetName"},
415
+ "Status":{"shape":"ChangeSetStatus"},
416
+ "StatusReason":{"shape":"ChangeSetStatusReason"},
417
+ "CreationTime":{"shape":"CreationTime"},
418
+ "Description":{"shape":"Description"}
419
+ }
420
+ },
421
+ "ChangeSource":{
422
+ "type":"string",
423
+ "enum":[
424
+ "ResourceReference",
425
+ "ParameterReference",
426
+ "ResourceAttribute",
427
+ "DirectModification",
428
+ "Automatic"
429
+ ]
430
+ },
431
+ "ChangeType":{
432
+ "type":"string",
433
+ "enum":["Resource"]
434
+ },
435
+ "Changes":{
436
+ "type":"list",
437
+ "member":{"shape":"Change"}
438
+ },
439
+ "ClientToken":{
440
+ "type":"string",
441
+ "max":128,
442
+ "min":1
443
+ },
277
444
  "ContinueUpdateRollbackInput":{
278
445
  "type":"structure",
279
446
  "required":["StackName"],
@@ -286,6 +453,33 @@
286
453
  "members":{
287
454
  }
288
455
  },
456
+ "CreateChangeSetInput":{
457
+ "type":"structure",
458
+ "required":[
459
+ "StackName",
460
+ "ChangeSetName"
461
+ ],
462
+ "members":{
463
+ "StackName":{"shape":"StackNameOrId"},
464
+ "TemplateBody":{"shape":"TemplateBody"},
465
+ "TemplateURL":{"shape":"TemplateURL"},
466
+ "UsePreviousTemplate":{"shape":"UsePreviousTemplate"},
467
+ "Parameters":{"shape":"Parameters"},
468
+ "Capabilities":{"shape":"Capabilities"},
469
+ "ResourceTypes":{"shape":"ResourceTypes"},
470
+ "NotificationARNs":{"shape":"NotificationARNs"},
471
+ "Tags":{"shape":"Tags"},
472
+ "ChangeSetName":{"shape":"ChangeSetName"},
473
+ "ClientToken":{"shape":"ClientToken"},
474
+ "Description":{"shape":"Description"}
475
+ }
476
+ },
477
+ "CreateChangeSetOutput":{
478
+ "type":"structure",
479
+ "members":{
480
+ "Id":{"shape":"ChangeSetId"}
481
+ }
482
+ },
289
483
  "CreateStackInput":{
290
484
  "type":"structure",
291
485
  "required":["StackName"],
@@ -312,6 +506,19 @@
312
506
  }
313
507
  },
314
508
  "CreationTime":{"type":"timestamp"},
509
+ "DeleteChangeSetInput":{
510
+ "type":"structure",
511
+ "required":["ChangeSetName"],
512
+ "members":{
513
+ "ChangeSetName":{"shape":"ChangeSetNameOrId"},
514
+ "StackName":{"shape":"StackNameOrId"}
515
+ }
516
+ },
517
+ "DeleteChangeSetOutput":{
518
+ "type":"structure",
519
+ "members":{
520
+ }
521
+ },
315
522
  "DeleteStackInput":{
316
523
  "type":"structure",
317
524
  "required":["StackName"],
@@ -334,6 +541,34 @@
334
541
  "NextToken":{"shape":"NextToken"}
335
542
  }
336
543
  },
544
+ "DescribeChangeSetInput":{
545
+ "type":"structure",
546
+ "required":["ChangeSetName"],
547
+ "members":{
548
+ "ChangeSetName":{"shape":"ChangeSetNameOrId"},
549
+ "StackName":{"shape":"StackNameOrId"},
550
+ "NextToken":{"shape":"NextToken"}
551
+ }
552
+ },
553
+ "DescribeChangeSetOutput":{
554
+ "type":"structure",
555
+ "members":{
556
+ "ChangeSetName":{"shape":"ChangeSetName"},
557
+ "ChangeSetId":{"shape":"ChangeSetId"},
558
+ "StackId":{"shape":"StackId"},
559
+ "StackName":{"shape":"StackName"},
560
+ "Description":{"shape":"Description"},
561
+ "Parameters":{"shape":"Parameters"},
562
+ "CreationTime":{"shape":"CreationTime"},
563
+ "Status":{"shape":"ChangeSetStatus"},
564
+ "StatusReason":{"shape":"ChangeSetStatusReason"},
565
+ "NotificationARNs":{"shape":"NotificationARNs"},
566
+ "Capabilities":{"shape":"Capabilities"},
567
+ "Tags":{"shape":"Tags"},
568
+ "Changes":{"shape":"Changes"},
569
+ "NextToken":{"shape":"NextToken"}
570
+ }
571
+ },
337
572
  "DescribeStackEventsInput":{
338
573
  "type":"structure",
339
574
  "members":{
@@ -393,7 +628,11 @@
393
628
  "NextToken":{"shape":"NextToken"}
394
629
  }
395
630
  },
396
- "Description":{"type":"string"},
631
+ "Description":{
632
+ "type":"string",
633
+ "max":1024,
634
+ "min":1
635
+ },
397
636
  "DisableRollback":{"type":"boolean"},
398
637
  "EstimateTemplateCostInput":{
399
638
  "type":"structure",
@@ -409,7 +648,27 @@
409
648
  "Url":{"shape":"Url"}
410
649
  }
411
650
  },
651
+ "EvaluationType":{
652
+ "type":"string",
653
+ "enum":[
654
+ "Static",
655
+ "Dynamic"
656
+ ]
657
+ },
412
658
  "EventId":{"type":"string"},
659
+ "ExecuteChangeSetInput":{
660
+ "type":"structure",
661
+ "required":["ChangeSetName"],
662
+ "members":{
663
+ "ChangeSetName":{"shape":"ChangeSetNameOrId"},
664
+ "StackName":{"shape":"StackNameOrId"}
665
+ }
666
+ },
667
+ "ExecuteChangeSetOutput":{
668
+ "type":"structure",
669
+ "members":{
670
+ }
671
+ },
413
672
  "GetStackPolicyInput":{
414
673
  "type":"structure",
415
674
  "required":["StackName"],
@@ -467,6 +726,17 @@
467
726
  },
468
727
  "exception":true
469
728
  },
729
+ "InvalidChangeSetStatusException":{
730
+ "type":"structure",
731
+ "members":{
732
+ },
733
+ "error":{
734
+ "code":"InvalidChangeSetStatus",
735
+ "httpStatusCode":400,
736
+ "senderFault":true
737
+ },
738
+ "exception":true
739
+ },
470
740
  "LastUpdatedTime":{"type":"timestamp"},
471
741
  "LimitExceededException":{
472
742
  "type":"structure",
@@ -481,6 +751,21 @@
481
751
  },
482
752
  "LimitName":{"type":"string"},
483
753
  "LimitValue":{"type":"integer"},
754
+ "ListChangeSetsInput":{
755
+ "type":"structure",
756
+ "required":["StackName"],
757
+ "members":{
758
+ "StackName":{"shape":"StackNameOrId"},
759
+ "NextToken":{"shape":"NextToken"}
760
+ }
761
+ },
762
+ "ListChangeSetsOutput":{
763
+ "type":"structure",
764
+ "members":{
765
+ "Summaries":{"shape":"ChangeSetSummaries"},
766
+ "NextToken":{"shape":"NextToken"}
767
+ }
768
+ },
484
769
  "ListStackResourcesInput":{
485
770
  "type":"structure",
486
771
  "required":["StackName"],
@@ -583,6 +868,59 @@
583
868
  "member":{"shape":"Parameter"}
584
869
  },
585
870
  "PhysicalResourceId":{"type":"string"},
871
+ "PropertyName":{"type":"string"},
872
+ "Replacement":{
873
+ "type":"string",
874
+ "enum":[
875
+ "True",
876
+ "False",
877
+ "Conditional"
878
+ ]
879
+ },
880
+ "RequiresRecreation":{
881
+ "type":"string",
882
+ "enum":[
883
+ "Never",
884
+ "Conditionally",
885
+ "Always"
886
+ ]
887
+ },
888
+ "ResourceAttribute":{
889
+ "type":"string",
890
+ "enum":[
891
+ "Properties",
892
+ "Metadata",
893
+ "CreationPolicy",
894
+ "UpdatePolicy",
895
+ "DeletionPolicy",
896
+ "Tags"
897
+ ]
898
+ },
899
+ "ResourceChange":{
900
+ "type":"structure",
901
+ "members":{
902
+ "Action":{"shape":"ChangeAction"},
903
+ "LogicalResourceId":{"shape":"LogicalResourceId"},
904
+ "PhysicalResourceId":{"shape":"PhysicalResourceId"},
905
+ "ResourceType":{"shape":"ResourceType"},
906
+ "Replacement":{"shape":"Replacement"},
907
+ "Scope":{"shape":"Scope"},
908
+ "Details":{"shape":"ResourceChangeDetails"}
909
+ }
910
+ },
911
+ "ResourceChangeDetail":{
912
+ "type":"structure",
913
+ "members":{
914
+ "Target":{"shape":"ResourceTargetDefinition"},
915
+ "Evaluation":{"shape":"EvaluationType"},
916
+ "ChangeSource":{"shape":"ChangeSource"},
917
+ "CausingEntity":{"shape":"CausingEntity"}
918
+ }
919
+ },
920
+ "ResourceChangeDetails":{
921
+ "type":"list",
922
+ "member":{"shape":"ResourceChangeDetail"}
923
+ },
586
924
  "ResourceProperties":{"type":"string"},
587
925
  "ResourceSignalStatus":{
588
926
  "type":"string",
@@ -612,7 +950,19 @@
612
950
  ]
613
951
  },
614
952
  "ResourceStatusReason":{"type":"string"},
615
- "ResourceType":{"type":"string"},
953
+ "ResourceTargetDefinition":{
954
+ "type":"structure",
955
+ "members":{
956
+ "Attribute":{"shape":"ResourceAttribute"},
957
+ "Name":{"shape":"PropertyName"},
958
+ "RequiresRecreation":{"shape":"RequiresRecreation"}
959
+ }
960
+ },
961
+ "ResourceType":{
962
+ "type":"string",
963
+ "max":256,
964
+ "min":1
965
+ },
616
966
  "ResourceTypes":{
617
967
  "type":"list",
618
968
  "member":{"shape":"ResourceType"}
@@ -621,6 +971,10 @@
621
971
  "type":"list",
622
972
  "member":{"shape":"LogicalResourceId"}
623
973
  },
974
+ "Scope":{
975
+ "type":"list",
976
+ "member":{"shape":"ResourceAttribute"}
977
+ },
624
978
  "SetStackPolicyInput":{
625
979
  "type":"structure",
626
980
  "required":["StackName"],