Skip to content

Commit

Permalink
Merge branch 'version-3' into cbor
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Apr 15, 2024
2 parents 029e8f0 + 09ee4c3 commit 885c880
Show file tree
Hide file tree
Showing 276 changed files with 53,908 additions and 13,905 deletions.
30 changes: 29 additions & 1 deletion apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,32 @@
"container":{"shape":"AttemptContainerDetail"},
"startedAt":{"shape":"Long"},
"stoppedAt":{"shape":"Long"},
"statusReason":{"shape":"String"}
"statusReason":{"shape":"String"},
"taskProperties":{"shape":"ListAttemptEcsTaskDetails"}
}
},
"AttemptDetails":{
"type":"list",
"member":{"shape":"AttemptDetail"}
},
"AttemptEcsTaskDetails":{
"type":"structure",
"members":{
"containerInstanceArn":{"shape":"String"},
"taskArn":{"shape":"String"},
"containers":{"shape":"ListAttemptTaskContainerDetails"}
}
},
"AttemptTaskContainerDetails":{
"type":"structure",
"members":{
"exitCode":{"shape":"Integer"},
"name":{"shape":"String"},
"reason":{"shape":"String"},
"logStreamName":{"shape":"String"},
"networkInterfaces":{"shape":"NetworkInterfaceList"}
}
},
"Boolean":{"type":"boolean"},
"CEState":{
"type":"string",
Expand Down Expand Up @@ -976,6 +995,7 @@
"EksAttemptContainerDetail":{
"type":"structure",
"members":{
"name":{"shape":"String"},
"exitCode":{"shape":"Integer"},
"reason":{"shape":"String"}
}
Expand Down Expand Up @@ -1540,6 +1560,14 @@
"swappiness":{"shape":"Integer"}
}
},
"ListAttemptEcsTaskDetails":{
"type":"list",
"member":{"shape":"AttemptEcsTaskDetails"}
},
"ListAttemptTaskContainerDetails":{
"type":"list",
"member":{"shape":"AttemptTaskContainerDetails"}
},
"ListEcsTaskDetails":{
"type":"list",
"member":{"shape":"EcsTaskDetails"}
Expand Down
44 changes: 38 additions & 6 deletions apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

27 changes: 24 additions & 3 deletions apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,8 @@
"Arn":{"shape":"PrivateTypeArn"}
}
},
"AfterContext":{"type":"string"},
"AfterValue":{"type":"string"},
"AllowedValue":{"type":"string"},
"AllowedValues":{
"type":"list",
Expand All @@ -1335,6 +1337,14 @@
"exception":true
},
"Arn":{"type":"string"},
"AttributeChangeType":{
"type":"string",
"enum":[
"Add",
"Remove",
"Modify"
]
},
"AutoDeployment":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1371,6 +1381,8 @@
"TypeConfigurations":{"shape":"TypeConfigurationDetailsList"}
}
},
"BeforeContext":{"type":"string"},
"BeforeValue":{"type":"string"},
"BoxedInteger":{
"type":"integer",
"box":true
Expand Down Expand Up @@ -1947,7 +1959,8 @@
"members":{
"ChangeSetName":{"shape":"ChangeSetNameOrId"},
"StackName":{"shape":"StackNameOrId"},
"NextToken":{"shape":"NextToken"}
"NextToken":{"shape":"NextToken"},
"IncludePropertyValues":{"shape":"IncludePropertyValues"}
}
},
"DescribeChangeSetOutput":{
Expand Down Expand Up @@ -2686,6 +2699,7 @@
"min":0
},
"IncludeNestedStacks":{"type":"boolean"},
"IncludePropertyValues":{"type":"boolean"},
"InsufficientCapabilitiesException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3609,7 +3623,9 @@
"Scope":{"shape":"Scope"},
"Details":{"shape":"ResourceChangeDetails"},
"ChangeSetId":{"shape":"ChangeSetId"},
"ModuleInfo":{"shape":"ModuleInfo"}
"ModuleInfo":{"shape":"ModuleInfo"},
"BeforeContext":{"shape":"BeforeContext"},
"AfterContext":{"shape":"AfterContext"}
}
},
"ResourceChangeDetail":{
Expand Down Expand Up @@ -3700,6 +3716,7 @@
"min":1
},
"ResourceProperties":{"type":"string"},
"ResourcePropertyPath":{"type":"string"},
"ResourceScanId":{"type":"string"},
"ResourceScanInProgressException":{
"type":"structure",
Expand Down Expand Up @@ -3808,7 +3825,11 @@
"members":{
"Attribute":{"shape":"ResourceAttribute"},
"Name":{"shape":"PropertyName"},
"RequiresRecreation":{"shape":"RequiresRecreation"}
"RequiresRecreation":{"shape":"RequiresRecreation"},
"Path":{"shape":"ResourcePropertyPath"},
"BeforeValue":{"shape":"BeforeValue"},
"AfterValue":{"shape":"AfterValue"},
"AttributeChangeType":{"shape":"AttributeChangeType"}
}
},
"ResourceToImport":{
Expand Down
44 changes: 43 additions & 1 deletion apis/cloudformation/2010-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@
"refs": {
}
},
"AfterContext": {
"base": null,
"refs": {
"ResourceChange$AfterContext": "<p>An encoded JSON string containing the context of the resource after the change is executed.</p>"
}
},
"AfterValue": {
"base": null,
"refs": {
"ResourceTargetDefinition$AfterValue": "<p>The value of the property after the change is executed. Large values can be truncated.</p>"
}
},
"AllowedValue": {
"base": null,
"refs": {
Expand All @@ -199,6 +211,12 @@
"RollbackTrigger$Arn": "<p>The Amazon Resource Name (ARN) of the rollback trigger.</p> <p>If a specified trigger is missing, the entire stack operation fails and is rolled back.</p>"
}
},
"AttributeChangeType": {
"base": null,
"refs": {
"ResourceTargetDefinition$AttributeChangeType": "<p>The type of change to be made to the property if the change is executed.</p> <ul> <li> <p> <code>Add</code> The item will be added.</p> </li> <li> <p> <code>Remove</code> The item will be removed.</p> </li> <li> <p> <code>Modify</code> The item will be modified.</p> </li> </ul>"
}
},
"AutoDeployment": {
"base": "<p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).</p>",
"refs": {
Expand Down Expand Up @@ -243,6 +261,18 @@
"refs": {
}
},
"BeforeContext": {
"base": null,
"refs": {
"ResourceChange$BeforeContext": "<p>An encoded JSON string containing the context of the resource before the change is executed.</p>"
}
},
"BeforeValue": {
"base": null,
"refs": {
"ResourceTargetDefinition$BeforeValue": "<p>The value of the property before the change is executed. Large values can be truncated.</p>"
}
},
"BoxedInteger": {
"base": null,
"refs": {
Expand Down Expand Up @@ -454,7 +484,7 @@
"ChangeType": {
"base": null,
"refs": {
"Change$Type": "<p>The type of entity that CloudFormation changes. Currently, the only entity type is <code>Resource</code>.</p>"
"Change$Type": "<p>The type of entity that CloudFormation changes.</p> <ul> <li> <p> <code>Resource</code> This change is for a resource.</p> </li> </ul>"
}
},
"Changes": {
Expand Down Expand Up @@ -1294,6 +1324,12 @@
"DescribeChangeSetOutput$IncludeNestedStacks": "<p>Verifies if <code>IncludeNestedStacks</code> is set to <code>True</code>.</p>"
}
},
"IncludePropertyValues": {
"base": null,
"refs": {
"DescribeChangeSetInput$IncludePropertyValues": "<p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>"
}
},
"InsufficientCapabilitiesException": {
"base": "<p>The template contains resources with capabilities that weren't specified in the Capabilities parameter.</p>",
"refs": {
Expand Down Expand Up @@ -2394,6 +2430,12 @@
"StackEvent$ResourceProperties": "<p>BLOB of the properties used to create the resource.</p>"
}
},
"ResourcePropertyPath": {
"base": null,
"refs": {
"ResourceTargetDefinition$Path": "<p>The property path of the property.</p>"
}
},
"ResourceScanId": {
"base": null,
"refs": {
Expand Down
19 changes: 13 additions & 6 deletions apis/cloudfront/2020-05-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@
{"shape":"EntityLimitExceeded"},
{"shape":"EntityAlreadyExists"},
{"shape":"EntitySizeLimitExceeded"},
{"shape":"InvalidArgument"}
{"shape":"InvalidArgument"},
{"shape":"UnsupportedOperation"}
]
},
"CreateMonitoringSubscription":{
Expand Down Expand Up @@ -733,7 +734,8 @@
{"shape":"InvalidIfMatchVersion"},
{"shape":"EntityNotFound"},
{"shape":"CannotDeleteEntityWhileInUse"},
{"shape":"PreconditionFailed"}
{"shape":"PreconditionFailed"},
{"shape":"UnsupportedOperation"}
],
"idempotent":true
},
Expand Down Expand Up @@ -877,7 +879,8 @@
"errors":[
{"shape":"AccessDenied"},
{"shape":"InvalidArgument"},
{"shape":"EntityNotFound"}
{"shape":"EntityNotFound"},
{"shape":"UnsupportedOperation"}
]
},
"GetCachePolicy":{
Expand Down Expand Up @@ -1473,7 +1476,8 @@
"output":{"shape":"ListKeyValueStoresResult"},
"errors":[
{"shape":"AccessDenied"},
{"shape":"InvalidArgument"}
{"shape":"InvalidArgument"},
{"shape":"UnsupportedOperation"}
]
},
"ListOriginAccessControls":{
Expand Down Expand Up @@ -1943,7 +1947,8 @@
{"shape":"InvalidArgument"},
{"shape":"EntityNotFound"},
{"shape":"InvalidIfMatchVersion"},
{"shape":"PreconditionFailed"}
{"shape":"PreconditionFailed"},
{"shape":"UnsupportedOperation"}
],
"idempotent":true
},
Expand Down Expand Up @@ -6400,7 +6405,9 @@
"type":"string",
"enum":[
"s3",
"mediastore"
"mediastore",
"mediapackagev2",
"lambda"
]
},
"OriginAccessControlSigningBehaviors":{
Expand Down
Loading

0 comments on commit 885c880

Please sign in to comment.