From 335b95c20777fd8e66fd6656236d033b93262576 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 6 Mar 2023 19:10:42 +0000 Subject: [PATCH] Regenerated Clients --- .changelog/a2865804af234e0a8cd5ee7e729d12ab.json | 8 ++++++++ .changelog/b4b42f00b4bc47258720a556e51f4ae9.json | 8 ++++++++ service/account/api_op_DisableRegion.go | 9 +++++---- service/account/api_op_EnableRegion.go | 10 +++++----- service/account/types/types.go | 4 ++-- service/ivs/api_op_DeleteChannel.go | 4 ++-- service/ivs/types/types.go | 8 ++++++-- 7 files changed, 36 insertions(+), 15 deletions(-) create mode 100644 .changelog/a2865804af234e0a8cd5ee7e729d12ab.json create mode 100644 .changelog/b4b42f00b4bc47258720a556e51f4ae9.json diff --git a/.changelog/a2865804af234e0a8cd5ee7e729d12ab.json b/.changelog/a2865804af234e0a8cd5ee7e729d12ab.json new file mode 100644 index 00000000000..5175f9cb9fb --- /dev/null +++ b/.changelog/a2865804af234e0a8cd5ee7e729d12ab.json @@ -0,0 +1,8 @@ +{ + "id": "a2865804-af23-4e0a-8cd5-ee7e729d12ab", + "type": "feature", + "description": "AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character \"|\".", + "modules": [ + "service/account" + ] +} \ No newline at end of file diff --git a/.changelog/b4b42f00b4bc47258720a556e51f4ae9.json b/.changelog/b4b42f00b4bc47258720a556e51f4ae9.json new file mode 100644 index 00000000000..6e2bfafb12e --- /dev/null +++ b/.changelog/b4b42f00b4bc47258720a556e51f4ae9.json @@ -0,0 +1,8 @@ +{ + "id": "b4b42f00-b4bc-4725-8720-a556e51f4ae9", + "type": "documentation", + "description": "Updated text description in DeleteChannel, Stream, and StreamSummary.", + "modules": [ + "service/ivs" + ] +} \ No newline at end of file diff --git a/service/account/api_op_DisableRegion.go b/service/account/api_op_DisableRegion.go index 299205c52c7..b2abd93cfa3 100644 --- a/service/account/api_op_DisableRegion.go +++ b/service/account/api_op_DisableRegion.go @@ -29,10 +29,11 @@ func (c *Client) DisableRegion(ctx context.Context, params *DisableRegionInput, type DisableRegionInput struct { // Specifies the Region-code for a given Region name (for example, af-south-1). - // 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. + // 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. // // This member is required. RegionName *string diff --git a/service/account/api_op_EnableRegion.go b/service/account/api_op_EnableRegion.go index 8ad6deeb160..3993a2f1775 100644 --- a/service/account/api_op_EnableRegion.go +++ b/service/account/api_op_EnableRegion.go @@ -29,11 +29,11 @@ func (c *Client) EnableRegion(ctx context.Context, params *EnableRegionInput, op type EnableRegionInput struct { // Specifies the Region-code for a given Region name (for example, af-south-1). - // 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. + // 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. // // This member is required. RegionName *string diff --git a/service/account/types/types.go b/service/account/types/types.go index 6017f1723d3..2649f6e1c94 100644 --- a/service/account/types/types.go +++ b/service/account/types/types.go @@ -99,8 +99,8 @@ type Region struct { noSmithyDocumentSerde } -// The input failed to meet the constraints specified by the AWS service in a -// specified field. +// The input failed to meet the constraints specified by the Amazon Web Services +// service in a specified field. type ValidationExceptionField struct { // A message about the validation exception. diff --git a/service/ivs/api_op_DeleteChannel.go b/service/ivs/api_op_DeleteChannel.go index 286aa606fef..49775c13908 100644 --- a/service/ivs/api_op_DeleteChannel.go +++ b/service/ivs/api_op_DeleteChannel.go @@ -13,8 +13,8 @@ import ( // Deletes the specified channel and its associated stream keys. If you try to // delete a live channel, you will get an error (409 ConflictException). To delete // a channel that is live, call StopStream, 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 Using EventBridge with Amazon IVS +// End" event (to verify that the stream's state is no longer Live), then call +// DeleteChannel. (See Using EventBridge with Amazon IVS // (https://docs.aws.amazon.com/ivs/latest/userguide/eventbridge.html).) func (c *Client) DeleteChannel(ctx context.Context, params *DeleteChannelInput, optFns ...func(*Options)) (*DeleteChannelOutput, error) { if params == nil { diff --git a/service/ivs/types/types.go b/service/ivs/types/types.go index f8cc6b0a3d8..5f49a5956b7 100644 --- a/service/ivs/types/types.go +++ b/service/ivs/types/types.go @@ -309,7 +309,9 @@ type Stream struct { // returned as a string. StartTime *time.Time - // The stream’s state. + // The stream’s state. Do not rely on the OFFLINE state, as the API may not return + // it; instead, a "NotBroadcasting" error will indicate that the stream is not + // live. State StreamState // Unique identifier for a live or previously live stream in the specified channel. @@ -461,7 +463,9 @@ type StreamSummary struct { // returned as a string. StartTime *time.Time - // The stream’s state. + // The stream’s state. Do not rely on the OFFLINE state, as the API may not return + // it; instead, a "NotBroadcasting" error will indicate that the stream is not + // live. State StreamState // Unique identifier for a live or previously live stream in the specified channel.