|
292 | 292 | "smithy.api#output": {} |
293 | 293 | } |
294 | 294 | }, |
| 295 | + "com.amazonaws.cloudformation#AfterContext": { |
| 296 | + "type": "string" |
| 297 | + }, |
| 298 | + "com.amazonaws.cloudformation#AfterValue": { |
| 299 | + "type": "string" |
| 300 | + }, |
295 | 301 | "com.amazonaws.cloudformation#AllowedValue": { |
296 | 302 | "type": "string" |
297 | 303 | }, |
|
321 | 327 | "com.amazonaws.cloudformation#Arn": { |
322 | 328 | "type": "string" |
323 | 329 | }, |
| 330 | + "com.amazonaws.cloudformation#AttributeChangeType": { |
| 331 | + "type": "enum", |
| 332 | + "members": { |
| 333 | + "Add": { |
| 334 | + "target": "smithy.api#Unit", |
| 335 | + "traits": { |
| 336 | + "smithy.api#enumValue": "Add" |
| 337 | + } |
| 338 | + }, |
| 339 | + "Remove": { |
| 340 | + "target": "smithy.api#Unit", |
| 341 | + "traits": { |
| 342 | + "smithy.api#enumValue": "Remove" |
| 343 | + } |
| 344 | + }, |
| 345 | + "Modify": { |
| 346 | + "target": "smithy.api#Unit", |
| 347 | + "traits": { |
| 348 | + "smithy.api#enumValue": "Modify" |
| 349 | + } |
| 350 | + } |
| 351 | + } |
| 352 | + }, |
324 | 353 | "com.amazonaws.cloudformation#AutoDeployment": { |
325 | 354 | "type": "structure", |
326 | 355 | "members": { |
|
441 | 470 | "smithy.api#output": {} |
442 | 471 | } |
443 | 472 | }, |
| 473 | + "com.amazonaws.cloudformation#BeforeContext": { |
| 474 | + "type": "string" |
| 475 | + }, |
| 476 | + "com.amazonaws.cloudformation#BeforeValue": { |
| 477 | + "type": "string" |
| 478 | + }, |
444 | 479 | "com.amazonaws.cloudformation#BoxedInteger": { |
445 | 480 | "type": "integer" |
446 | 481 | }, |
|
600 | 635 | "Type": { |
601 | 636 | "target": "com.amazonaws.cloudformation#ChangeType", |
602 | 637 | "traits": { |
603 | | - "smithy.api#documentation": "<p>The type of entity that CloudFormation changes. Currently, the only entity type is <code>Resource</code>.</p>" |
| 638 | + "smithy.api#documentation": "<p>The type of entity that CloudFormation changes.</p>\n <ul>\n <li>\n <p>\n <code>Resource</code> This change is for a resource.</p>\n </li>\n </ul>" |
604 | 639 | } |
605 | 640 | }, |
606 | 641 | "HookInvocationCount": { |
|
3886 | 3921 | "traits": { |
3887 | 3922 | "smithy.api#documentation": "<p>A string (provided by the <a>DescribeChangeSet</a> response output) that identifies the next page of\n information that you want to retrieve.</p>" |
3888 | 3923 | } |
| 3924 | + }, |
| 3925 | + "IncludePropertyValues": { |
| 3926 | + "target": "com.amazonaws.cloudformation#IncludePropertyValues", |
| 3927 | + "traits": { |
| 3928 | + "smithy.api#documentation": "<p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>" |
| 3929 | + } |
3889 | 3930 | } |
3890 | 3931 | }, |
3891 | 3932 | "traits": { |
|
7084 | 7125 | "com.amazonaws.cloudformation#IncludeNestedStacks": { |
7085 | 7126 | "type": "boolean" |
7086 | 7127 | }, |
| 7128 | + "com.amazonaws.cloudformation#IncludePropertyValues": { |
| 7129 | + "type": "boolean" |
| 7130 | + }, |
7087 | 7131 | "com.amazonaws.cloudformation#InsufficientCapabilitiesException": { |
7088 | 7132 | "type": "structure", |
7089 | 7133 | "members": { |
|
10131 | 10175 | "traits": { |
10132 | 10176 | "smithy.api#documentation": "<p>Contains information about the module from which the resource was created, if the resource was created from a\n module included in the stack template.</p>" |
10133 | 10177 | } |
| 10178 | + }, |
| 10179 | + "BeforeContext": { |
| 10180 | + "target": "com.amazonaws.cloudformation#BeforeContext", |
| 10181 | + "traits": { |
| 10182 | + "smithy.api#documentation": "<p>An encoded JSON string containing the context of the resource before the change is executed.</p>" |
| 10183 | + } |
| 10184 | + }, |
| 10185 | + "AfterContext": { |
| 10186 | + "target": "com.amazonaws.cloudformation#AfterContext", |
| 10187 | + "traits": { |
| 10188 | + "smithy.api#documentation": "<p>An encoded JSON string containing the context of the resource after the change is executed.</p>" |
| 10189 | + } |
10134 | 10190 | } |
10135 | 10191 | }, |
10136 | 10192 | "traits": { |
|
10359 | 10415 | "com.amazonaws.cloudformation#ResourceProperties": { |
10360 | 10416 | "type": "string" |
10361 | 10417 | }, |
| 10418 | + "com.amazonaws.cloudformation#ResourcePropertyPath": { |
| 10419 | + "type": "string" |
| 10420 | + }, |
10362 | 10421 | "com.amazonaws.cloudformation#ResourceScanId": { |
10363 | 10422 | "type": "string" |
10364 | 10423 | }, |
|
10684 | 10743 | "traits": { |
10685 | 10744 | "smithy.api#documentation": "<p>If the <code>Attribute</code> value is <code>Properties</code>, indicates whether a change to this property\n causes the resource to be recreated. The value can be <code>Never</code>, <code>Always</code>, or\n <code>Conditionally</code>. To determine the conditions for a <code>Conditionally</code> recreation, see the update\n behavior for that <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">property</a> in the\n <i>CloudFormation User Guide</i>.</p>" |
10686 | 10745 | } |
| 10746 | + }, |
| 10747 | + "Path": { |
| 10748 | + "target": "com.amazonaws.cloudformation#ResourcePropertyPath", |
| 10749 | + "traits": { |
| 10750 | + "smithy.api#documentation": "<p>The property path of the property.</p>" |
| 10751 | + } |
| 10752 | + }, |
| 10753 | + "BeforeValue": { |
| 10754 | + "target": "com.amazonaws.cloudformation#BeforeValue", |
| 10755 | + "traits": { |
| 10756 | + "smithy.api#documentation": "<p>The value of the property before the change is executed. Large values can be truncated.</p>" |
| 10757 | + } |
| 10758 | + }, |
| 10759 | + "AfterValue": { |
| 10760 | + "target": "com.amazonaws.cloudformation#AfterValue", |
| 10761 | + "traits": { |
| 10762 | + "smithy.api#documentation": "<p>The value of the property after the change is executed. Large values can be truncated.</p>" |
| 10763 | + } |
| 10764 | + }, |
| 10765 | + "AttributeChangeType": { |
| 10766 | + "target": "com.amazonaws.cloudformation#AttributeChangeType", |
| 10767 | + "traits": { |
| 10768 | + "smithy.api#documentation": "<p>The type of change to be made to the property if the change is executed.</p>\n <ul>\n <li>\n <p>\n <code>Add</code> The item will be added.</p>\n </li>\n <li>\n <p>\n <code>Remove</code> The item will be removed.</p>\n </li>\n <li>\n <p>\n <code>Modify</code> The item will be modified.</p>\n </li>\n </ul>" |
| 10769 | + } |
10687 | 10770 | } |
10688 | 10771 | }, |
10689 | 10772 | "traits": { |
|
0 commit comments