Skip to content

Commit e180a47

Browse files
authored
feat(aws): update spec (#2399)
1 parent 7a18056 commit e180a47

20 files changed

+2020
-221
lines changed

src/aws.ts

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

src/aws/application-autoscaling.ts

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

src/aws/chime-sdk-media-pipelines.ts

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -339,18 +339,18 @@ const completionSpec: Fig.Spec = {
339339
{
340340
name: "create-media-pipeline-kinesis-video-stream-pool",
341341
description:
342-
"Creates an Kinesis video stream pool for the media pipeline",
342+
"Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines. If a meeting uses an opt-in Region as its MediaRegion, the KVS stream must be in that same Region. For example, if a meeting uses the af-south-1 Region, the KVS stream must also be in af-south-1. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses ca-central-1, the KVS stream can be in eu-west-2, us-east-1, af-south-1, or any other Region that the Amazon Chime SDK supports. To learn which AWS Region a meeting uses, call the GetMeeting API and use the MediaRegion parameter from the response. For more information about opt-in Regions, refer to Available Regions in the Amazon Chime SDK Developer Guide, and Specify which AWS Regions your account can use, in the AWS Account Management Reference Guide",
343343
options: [
344344
{
345345
name: "--stream-configuration",
346-
description: "The configuration settings for the video stream",
346+
description: "The configuration settings for the stream",
347347
args: {
348348
name: "structure",
349349
},
350350
},
351351
{
352352
name: "--pool-name",
353-
description: "The name of the video stream pool",
353+
description: "The name of the pool",
354354
args: {
355355
name: "string",
356356
},
@@ -364,7 +364,7 @@ const completionSpec: Fig.Spec = {
364364
},
365365
{
366366
name: "--tags",
367-
description: "The tags assigned to the video stream pool",
367+
description: "The tags assigned to the stream pool",
368368
args: {
369369
name: "list",
370370
},
@@ -532,11 +532,12 @@ const completionSpec: Fig.Spec = {
532532
},
533533
{
534534
name: "delete-media-pipeline-kinesis-video-stream-pool",
535-
description: "Deletes an Kinesis video stream pool",
535+
description: "Deletes an Amazon Kinesis Video Stream pool",
536536
options: [
537537
{
538538
name: "--identifier",
539-
description: "The ID of the pool being deleted",
539+
description:
540+
"The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool",
540541
args: {
541542
name: "string",
542543
},
@@ -658,7 +659,8 @@ const completionSpec: Fig.Spec = {
658659
options: [
659660
{
660661
name: "--identifier",
661-
description: "The ID of the video stream pool",
662+
description:
663+
"The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool",
662664
args: {
663665
name: "string",
664666
},
@@ -1300,11 +1302,13 @@ const completionSpec: Fig.Spec = {
13001302
},
13011303
{
13021304
name: "update-media-pipeline-kinesis-video-stream-pool",
1303-
description: "Updates an Kinesis video stream pool in a media pipeline",
1305+
description:
1306+
"Updates an Amazon Kinesis Video Stream pool in a media pipeline",
13041307
options: [
13051308
{
13061309
name: "--identifier",
1307-
description: "The ID of the video stream pool",
1310+
description:
1311+
"The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool",
13081312
args: {
13091313
name: "string",
13101314
},

src/aws/cloudfront.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,8 @@ const completionSpec: Fig.Spec = {
34903490
},
34913491
{
34923492
name: "list-tags-for-resource",
3493-
description: "List tags for a CloudFront resource",
3493+
description:
3494+
"List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide",
34943495
options: [
34953496
{
34963497
name: "--resource",
@@ -3559,7 +3560,8 @@ const completionSpec: Fig.Spec = {
35593560
},
35603561
{
35613562
name: "tag-resource",
3562-
description: "Add tags to a CloudFront resource",
3563+
description:
3564+
"Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide",
35633565
options: [
35643566
{
35653567
name: "--resource",
@@ -3651,7 +3653,8 @@ const completionSpec: Fig.Spec = {
36513653
},
36523654
{
36533655
name: "untag-resource",
3654-
description: "Remove tags from a CloudFront resource",
3656+
description:
3657+
"Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide",
36553658
options: [
36563659
{
36573660
name: "--resource",

src/aws/cloudhsmv2.ts

Lines changed: 135 additions & 17 deletions
Large diffs are not rendered by default.

src/aws/connect.ts

Lines changed: 196 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)