Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed May 22, 2024
1 parent 39daa79 commit 8f8ca7d
Show file tree
Hide file tree
Showing 114 changed files with 5,089 additions and 114 deletions.
338 changes: 338 additions & 0 deletions aws-models/chatbot.json

Large diffs are not rendered by default.

33 changes: 31 additions & 2 deletions aws-models/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3417,6 +3417,12 @@
"traits": {
"smithy.api#documentation": "<p>A unique identifier for this <code>DeleteStack</code> request. Specify this token if you plan to retry requests\n so that CloudFormation knows that you're not attempting to delete a stack with the same name. You might retry\n <code>DeleteStack</code> requests to ensure that CloudFormation successfully received them.</p>\n <p>All events initiated by a given stack operation are assigned the same client request token, which you can use to\n track operations. For example, if you execute a <code>CreateStack</code> operation with the token\n <code>token1</code>, then all the <code>StackEvents</code> generated by that operation will have\n <code>ClientRequestToken</code> set as <code>token1</code>.</p>\n <p>In the console, stack operations display the client request token on the Events tab. Stack operations that are\n initiated from the console use the token format <i>Console-StackOperation-ID</i>, which helps you\n easily identify the stack operation . For example, if you create a stack using the console, each stack event would be\n assigned the same token in the following format:\n <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>"
}
},
"DeletionMode": {
"target": "com.amazonaws.cloudformation#DeletionMode",
"traits": {
"smithy.api#documentation": "<p>Specifies the deletion mode for the stack. Possible values are:</p>\n <ul>\n <li>\n <p>\n <code>STANDARD</code> - Use the standard behavior. Specifying this value is the same as not specifying this\n parameter.</p>\n </li>\n <li>\n <p>\n <code>FORCE_DELETE_STACK</code> - Delete the stack if it's stuck in a <code>DELETE_FAILED</code> state due to\n resource deletion failure.</p>\n </li>\n </ul>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3579,6 +3585,23 @@
"smithy.api#output": {}
}
},
"com.amazonaws.cloudformation#DeletionMode": {
"type": "enum",
"members": {
"STANDARD": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "STANDARD"
}
},
"FORCE_DELETE_STACK": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FORCE_DELETE_STACK"
}
}
}
},
"com.amazonaws.cloudformation#DeletionTime": {
"type": "timestamp"
},
Expand Down Expand Up @@ -7934,7 +7957,7 @@
"Summaries": {
"target": "com.amazonaws.cloudformation#StackInstanceResourceDriftsSummaries",
"traits": {
"smithy.api#documentation": "<p>A list of <code>StackInstanceResourceDriftSummary</code> structures that contain information about the specified\n stack instances.</p>"
"smithy.api#documentation": "<p>A list of <code>StackInstanceResourceDriftsSummary</code> structures that contain information about the\n specified stack instances.</p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -11505,6 +11528,12 @@
"smithy.api#documentation": "<p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes\n newly created resources marked with a deletion policy of <code>Retain</code>.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"DeletionMode": {
"target": "com.amazonaws.cloudformation#DeletionMode",
"traits": {
"smithy.api#documentation": "<p>Specifies the deletion mode for the stack. Possible values are:</p>\n <ul>\n <li>\n <p>\n <code>STANDARD</code> - Use the standard behavior. Specifying this value is the same as not specifying this\n parameter.</p>\n </li>\n <li>\n <p>\n <code>FORCE_DELETE_STACK</code> - Delete the stack if it's stuck in a <code>DELETE_FAILED</code> state due to\n resource deletion failure.</p>\n </li>\n </ul>"
}
},
"DetailedStatus": {
"target": "com.amazonaws.cloudformation#DetailedStatus",
"traits": {
Expand Down Expand Up @@ -13119,7 +13148,7 @@
"ConcurrencyMode": {
"target": "com.amazonaws.cloudformation#ConcurrencyMode",
"traits": {
"smithy.api#documentation": "<p>Specifies how the concurrency level behaves during the operation execution.</p>\n <ul>\n <li>\n <p>\n <code>STRICT_FAILURE_TOLERANCE</code>: This option dynamically lowers the concurrency level to ensure the\n number of failed accounts never exceeds the value of <code>FailureToleranceCount</code> +1. The initial actual\n concurrency is set to the lower of either the value of the <code>MaxConcurrentCount</code>, or the value of\n <code>MaxConcurrentCount</code> +1. The actual concurrency is then reduced proportionally by the number of\n failures. This is the default behavior.</p>\n <p>If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.</p>\n </li>\n <li>\n <p>\n <code>SOFT_FAILURE_TOLERANCE</code>: This option decouples <code>FailureToleranceCount</code> from the actual\n concurrency. This allows stack set operations to run at the concurrency level set by the\n <code>MaxConcurrentCount</code> value, or <code>MaxConcurrentPercentage</code>, regardless of the number of\n failures.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>Specifies how the concurrency level behaves during the operation execution.</p>\n <ul>\n <li>\n <p>\n <code>STRICT_FAILURE_TOLERANCE</code>: This option dynamically lowers the concurrency level to ensure the\n number of failed accounts never exceeds the value of <code>FailureToleranceCount</code> +1. The initial actual\n concurrency is set to the lower of either the value of the <code>MaxConcurrentCount</code>, or the value of\n <code>FailureToleranceCount</code> +1. The actual concurrency is then reduced proportionally by the number of\n failures. This is the default behavior.</p>\n <p>If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.</p>\n </li>\n <li>\n <p>\n <code>SOFT_FAILURE_TOLERANCE</code>: This option decouples <code>FailureToleranceCount</code> from the actual\n concurrency. This allows stack set operations to run at the concurrency level set by the\n <code>MaxConcurrentCount</code> value, or <code>MaxConcurrentPercentage</code>, regardless of the number of\n failures.</p>\n </li>\n </ul>"
}
}
},
Expand Down

0 comments on commit 8f8ca7d

Please sign in to comment.