Skip to content

Commit

Permalink
Release v1.44.215 (2023-03-06) (#4747)
Browse files Browse the repository at this point in the history
Release v1.44.215 (2023-03-06)
===

### Service Client Updates
* `service/account`: Updates service API and documentation
* `service/ivs`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Mar 6, 2023
1 parent 7520c8b commit 8085d71
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 65 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.44.215 (2023-03-06)
===

### Service Client Updates
* `service/account`: Updates service API and documentation
* `service/ivs`: Updates service documentation

Release v1.44.214 (2023-03-03)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.214"
const SDKVersion = "1.44.215"
4 changes: 2 additions & 2 deletions models/apis/account/2021-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,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 Down
4 changes: 4 additions & 0 deletions models/apis/account/2021-02-01/defaults-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"added": {
}
}
6 changes: 3 additions & 3 deletions models/apis/account/2021-02-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
"RegionName": {
"base": null,
"refs": {
"DisableRegionRequest$RegionName": "<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>",
"EnableRegionRequest$RegionName": "<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>",
"DisableRegionRequest$RegionName": "<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>",
"EnableRegionRequest$RegionName": "<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>",
"GetRegionOptStatusRequest$RegionName": "<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). This function will return the status of whatever Region you pass into this parameter. </p>",
"GetRegionOptStatusResponse$RegionName": "<p>The Region code that was passed in.</p>",
"Region$RegionName": "<p>The Region code of a given Region (for example, <code>us-east-1</code>).</p>"
Expand Down Expand Up @@ -296,7 +296,7 @@
}
},
"ValidationExceptionField": {
"base": "<p>The input failed to meet the constraints specified by the AWS service in a specified field.</p>",
"base": "<p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>",
"refs": {
"ValidationExceptionFieldList$member": null
}
Expand Down
80 changes: 40 additions & 40 deletions models/apis/account/2021-02-01/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
6 changes: 3 additions & 3 deletions models/apis/ivs/2020-07-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"CreateChannel": "<p>Creates a new channel and an associated stream key to start streaming.</p>",
"CreateRecordingConfiguration": "<p>Creates a new recording configuration, used to enable recording to Amazon S3.</p> <p> <b>Known issue:</b> In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the <code>state</code> of the recording configuration is <code>CREATE_FAILED</code> (instead of <code>ACTIVE</code>). (In other regions, the CLI correctly returns failure if the bucket is in a different region.)</p> <p> <b>Workaround:</b> Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.</p>",
"CreateStreamKey": "<p>Creates a stream key, used to initiate a stream, for the specified channel ARN.</p> <p>Note that <a>CreateChannel</a> creates a stream key. If you subsequently use CreateStreamKey on the same channel, it will fail because a stream key already exists and there is a limit of 1 stream key per channel. To reset the stream key on a channel, use <a>DeleteStreamKey</a> and then CreateStreamKey.</p>",
"DeleteChannel": "<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>",
"DeleteChannel": "<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": "<p>Deletes a specified authorization key pair. This invalidates future viewer tokens generated using the key pair’s <code>privateKey</code>. For more information, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html\">Setting Up Private Channels</a> in the <i>Amazon IVS User Guide</i>.</p>",
"DeleteRecordingConfiguration": "<p>Deletes the recording configuration for the specified ARN.</p> <p>If you try to delete a recording configuration that is associated with a channel, you will get an error (409 ConflictException). To avoid this, for all channels that reference the recording configuration, first use <a>UpdateChannel</a> to set the <code>recordingConfigurationArn</code> field to an empty string, then use DeleteRecordingConfiguration.</p>",
"DeleteStreamKey": "<p>Deletes the stream key for the specified ARN, so it can no longer be used to stream.</p>",
Expand Down Expand Up @@ -768,8 +768,8 @@
"StreamState": {
"base": null,
"refs": {
"Stream$state": "<p>The stream’s state.</p>",
"StreamSummary$state": "<p>The stream’s state.</p>"
"Stream$state": "<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>",
"StreamSummary$state": "<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>"
}
},
"StreamSummary": {
Expand Down
24 changes: 13 additions & 11 deletions service/account/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions service/ivs/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8085d71

Please sign in to comment.