Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 6, 2023
1 parent b51546d commit e5f2607
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 48 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-account-15321.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``account``",
"description": "AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character \"|\"."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ivs-36142.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ivs``",
"description": "Updated text description in DeleteChannel, Stream, and StreamSummary."
}
10 changes: 5 additions & 5 deletions botocore/data/account/2021-02-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
},
"RegionName":{
"shape":"RegionName",
"documentation":"<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When you disable a Region, AWS performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.</p>"
"documentation":"<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.</p>"
}
}
},
Expand All @@ -363,9 +363,9 @@
},
"EmailAddress":{
"type":"string",
"max":64,
"max":254,
"min":1,
"pattern":"^[\\s]*[\\w+=.#!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"pattern":"^[\\s]*[\\w+=.#|!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"sensitive":true
},
"EnableRegionRequest":{
Expand All @@ -378,7 +378,7 @@
},
"RegionName":{
"shape":"RegionName",
"documentation":"<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When you enable a Region, AWS performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.</p>"
"documentation":"<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.</p>"
}
}
},
Expand Down Expand Up @@ -703,7 +703,7 @@
"documentation":"<p>The field name where the invalid entry was detected.</p>"
}
},
"documentation":"<p>The input failed to meet the constraints specified by the AWS service in a specified field.</p>"
"documentation":"<p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>"
},
"ValidationExceptionFieldList":{
"type":"list",
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/ivs/2020-07-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{"shape":"PendingVerification"},
{"shape":"ConflictException"}
],
"documentation":"<p>Deletes the specified channel and its associated stream keys.</p> <p>If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call <a>StopStream</a>, wait for the Amazon EventBridge \"Stream End\" event (to verify that the stream's state was changed from Live to Offline), then call DeleteChannel. (See <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/eventbridge.html\"> Using EventBridge with Amazon IVS</a>.) </p>"
"documentation":"<p>Deletes the specified channel and its associated stream keys.</p> <p>If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call <a>StopStream</a>, wait for the Amazon EventBridge \"Stream End\" event (to verify that the stream's state is no longer Live), then call DeleteChannel. (See <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/eventbridge.html\"> Using EventBridge with Amazon IVS</a>.) </p>"
},
"DeletePlaybackKeyPair":{
"name":"DeletePlaybackKeyPair",
Expand Down Expand Up @@ -1578,7 +1578,7 @@
},
"state":{
"shape":"StreamState",
"documentation":"<p>The stream’s state.</p>"
"documentation":"<p>The stream’s state. Do not rely on the <code>OFFLINE</code> state, as the API may not return it; instead, a \"NotBroadcasting\" error will indicate that the stream is not live.</p>"
},
"streamId":{
"shape":"StreamId",
Expand Down Expand Up @@ -1800,7 +1800,7 @@
},
"state":{
"shape":"StreamState",
"documentation":"<p>The stream’s state.</p>"
"documentation":"<p>The stream’s state. Do not rely on the <code>OFFLINE</code> state, as the API may not return it; instead, a \"NotBroadcasting\" error will indicate that the stream is not live.</p>"
},
"streamId":{
"shape":"StreamId",
Expand Down
80 changes: 40 additions & 40 deletions tests/functional/endpoint-rules/account/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"params": {
"Region": "aws-global",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -31,8 +31,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -44,8 +44,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -57,8 +57,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -79,8 +79,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -101,8 +101,8 @@
},
"params": {
"Region": "aws-cn-global",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -114,8 +114,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -127,8 +127,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -140,8 +140,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -162,8 +162,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -175,8 +175,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -188,8 +188,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -201,8 +201,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -214,8 +214,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -227,8 +227,8 @@
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -240,8 +240,8 @@
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -253,8 +253,8 @@
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -266,8 +266,8 @@
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -279,8 +279,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -292,8 +292,8 @@
}
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -304,8 +304,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -316,8 +316,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"UseDualStack": true,
"Endpoint": "https://example.com"
}
}
Expand Down

0 comments on commit e5f2607

Please sign in to comment.