Skip to content

Commit bdf2435

Browse files
committed
updated botocore
1 parent fb91369 commit bdf2435

5 files changed

Lines changed: 198 additions & 0 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.artifact.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,47 @@
22
name: artifact
33
description: AWS Artifact
44
commands:
5+
- name: create-compliance-inquiry
6+
description: Create a new compliance inquiry.
7+
flags:
8+
--cli-input-json=: Read arguments from the JSON string provided.
9+
--cli-input-yaml=: Read arguments from the YAML string provided.
10+
--client-token=: Idempotency token for the request.
11+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
12+
--inquiry-content=!: Content for creating a compliance inquiry - either a single query or file content.
13+
--name=!: Title of the inquiry.
14+
--support-mode=: Support mode for inquiry processing.
15+
--tags=: Tags to associate with the compliance inquiry resource.
16+
completion:
17+
flag:
18+
support-mode:
19+
- AI_ONLY
20+
- FULL_SUPPORT
21+
- name: export-compliance-inquiry
22+
description: Export a compliance inquiry report.
23+
flags:
24+
--cli-input-json=: Read arguments from the JSON string provided.
25+
--cli-input-yaml=: Read arguments from the YAML string provided.
26+
--compliance-inquiry-id=!: Unique resource ID for the compliance inquiry.
27+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
28+
--include-citations: When true, include citations in the exported document.
29+
--no-include-citations: When true, include citations in the exported document.
30+
--query-identifiers=:
31+
description: List of query identifiers to include in the export.
32+
nargs: -1
533
- name: get-account-settings
634
description: Get the account settings for Artifact.
735
flags:
836
--cli-input-json=: Read arguments from the JSON string provided.
937
--cli-input-yaml=: Read arguments from the YAML string provided.
1038
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
39+
- name: get-compliance-inquiry-metadata
40+
description: Get the metadata for a single compliance inquiry.
41+
flags:
42+
--cli-input-json=: Read arguments from the JSON string provided.
43+
--cli-input-yaml=: Read arguments from the YAML string provided.
44+
--compliance-inquiry-id=!: Unique resource ID for the compliance inquiry.
45+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1146
- name: get-report
1247
description: Get the content for a single report.
1348
flags:
@@ -33,6 +68,29 @@ commands:
3368
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
3469
--report-id=!: Unique resource ID for the report resource.
3570
--report-version=: Version for the report resource.
71+
- name: list-compliance-inquiries
72+
description: List available compliance inquiries.
73+
flags:
74+
--cli-input-json=: Read arguments from the JSON string provided.
75+
--cli-input-yaml=: Read arguments from the YAML string provided.
76+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
77+
--max-items=: The total number of items to return in the command's output.
78+
--max-results=: Maximum number of resources to return in the paginated response.
79+
--next-token=: Pagination token to request the next page of resources.
80+
--page-size=: The size of each page to get in the AWS service call.
81+
--starting-token=: A token to specify where to start paginating.
82+
- name: list-compliance-inquiry-queries
83+
description: List queries within a compliance inquiry.
84+
flags:
85+
--cli-input-json=: Read arguments from the JSON string provided.
86+
--cli-input-yaml=: Read arguments from the YAML string provided.
87+
--compliance-inquiry-id=!: Unique resource ID for the compliance inquiry.
88+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
89+
--max-items=: The total number of items to return in the command's output.
90+
--max-results=: Maximum number of resources to return in the paginated response.
91+
--next-token=: Pagination token to request the next page of resources.
92+
--page-size=: The size of each page to get in the AWS service call.
93+
--starting-token=: A token to specify where to start paginating.
3694
- name: list-customer-agreements
3795
description: List active customer-agreements applicable to calling identity.
3896
flags:
@@ -67,6 +125,13 @@ commands:
67125
--next-token=: Pagination token to request the next page of resources.
68126
--page-size=: The size of each page to get in the AWS service call.
69127
--starting-token=: A token to specify where to start paginating.
128+
- name: list-tags-for-resource
129+
description: List tags for a resource.
130+
flags:
131+
--cli-input-json=: Read arguments from the JSON string provided.
132+
--cli-input-yaml=: Read arguments from the YAML string provided.
133+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
134+
--resource-arn=!: The Amazon Resource Name (ARN) of the resource.
70135
- name: put-account-settings
71136
description: Put the account settings for Artifact.
72137
flags:
@@ -79,3 +144,21 @@ commands:
79144
notification-subscription-status:
80145
- SUBSCRIBED
81146
- NOT_SUBSCRIBED
147+
- name: tag-resource
148+
description: Add tags to a resource.
149+
flags:
150+
--cli-input-json=: Read arguments from the JSON string provided.
151+
--cli-input-yaml=: Read arguments from the YAML string provided.
152+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
153+
--resource-arn=!: The Amazon Resource Name (ARN) of the resource.
154+
--tags=!: Tags to add to the resource.
155+
- name: untag-resource
156+
description: Remove tags from a resource.
157+
flags:
158+
--cli-input-json=: Read arguments from the JSON string provided.
159+
--cli-input-yaml=: Read arguments from the YAML string provided.
160+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
161+
--resource-arn=!: The Amazon Resource Name (ARN) of the resource.
162+
--tag-keys=!:
163+
description: Tag keys to remove from the resource.
164+
nargs: -1

cmd/carapace-aws/cmd/botocore/aws.connect.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4001,6 +4001,20 @@ commands:
40014001
traffic-type:
40024002
- GENERAL
40034003
- CAMPAIGN
4004+
- name: send-outbound-web-notification
4005+
description: Sends an outbound web notification to a customer's web browser for outbound campaigns.
4006+
flags:
4007+
--browser-id=!: A unique identifier for the customer's web browser instance to which the notification is being sent.
4008+
--cli-input-json=: Read arguments from the JSON string provided.
4009+
--cli-input-yaml=: Read arguments from the YAML string provided.
4010+
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
4011+
--content=!: The content of the web notification, including the notification type, the view to render, and any optional attributes used to populate it.
4012+
--destination=!: The destination for the web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.
4013+
--expires-at=!: The timestamp, in Unix epoch time format, at which the web notification expires.
4014+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4015+
--instance-id=!: The identifier of the Connect Customer instance.
4016+
--session-id=!: A unique identifier for the customer's web session to which the notification is being sent.
4017+
--source=!: The source of the web notification.
40044018
- name: start-attached-file-upload
40054019
description: Provides a pre-signed Amazon S3 URL in response for uploading your content.
40064020
flags:

cmd/carapace-aws/cmd/botocore/aws.ec2.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ commands:
143143
--cli-input-json=: Read arguments from the JSON string provided.
144144
--cli-input-yaml=: Read arguments from the YAML string provided.
145145
--client-token=: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
146+
--cpu-options=: The CPU configuration options to apply to the Dedicated Host.
146147
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
147148
--host-maintenance=: Indicates whether to enable or disable host maintenance for the Dedicated Host.
148149
--host-recovery=: Indicates whether to enable or disable host recovery for the Dedicated Host.
@@ -3906,6 +3907,14 @@ commands:
39063907
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
39073908
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
39083909
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
3910+
- name: describe-account-vpc-encryption-control
3911+
description: Describes the account-level VPC Encryption Control configuration for your account.
3912+
flags:
3913+
--cli-input-json=: Read arguments from the JSON string provided.
3914+
--cli-input-yaml=: Read arguments from the YAML string provided.
3915+
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
3916+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
3917+
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
39093918
- name: describe-address-transfers
39103919
description: Describes an Elastic IP address transfer.
39113920
flags:
@@ -8222,10 +8231,12 @@ commands:
82228231
description: The filters.
82238232
nargs: -1
82248233
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
8234+
--include-managed-resources: Indicates whether to include managed resources in the output.
82258235
--max-items=: The total number of items to return in the command's output.
82268236
--max-results=: The maximum number of results (up to a limit of 500) to be returned in a paginated request.
82278237
--next-token=: The token returned from a previous paginated request.
82288238
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
8239+
--no-include-managed-resources: Indicates whether to include managed resources in the output.
82298240
--page-size=: The size of each page to get in the AWS service call.
82308241
--starting-token=: A token to specify where to start paginating.
82318242
--volume-ids=:
@@ -10410,6 +10421,53 @@ commands:
1041010421
lock-mode:
1041110422
- compliance
1041210423
- governance
10424+
- name: modify-account-vpc-encryption-control
10425+
description: Modifies the account-level VPC Encryption Control configuration.
10426+
flags:
10427+
--cli-input-json=: Read arguments from the JSON string provided.
10428+
--cli-input-yaml=: Read arguments from the YAML string provided.
10429+
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
10430+
--egress-only-internet-gateway=: Specifies whether to exclude egress-only internet gateway resource from account-level encryption enforcement.
10431+
--elastic-file-system=: Specifies whether to exclude Elastic File System service from account-level encryption enforcement.
10432+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
10433+
--internet-gateway=: Specifies whether to exclude internet gateway resource from account-level encryption enforcement.
10434+
--lambda=: Specifies whether to exclude Lambda service from account-level encryption enforcement.
10435+
--mode=: The encryption mode for the account encryption control configuration.
10436+
--nat-gateway=: Specifies whether to exclude NAT gateway resource from account-level encryption enforcement.
10437+
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
10438+
--virtual-private-gateway=: Specifies whether to exclude virtual private gateway resource from account-level encryption enforcement.
10439+
--vpc-lattice=: Specifies whether to exclude VPC Lattice service from account-level encryption enforcement.
10440+
--vpc-peering=: Specifies whether to exclude VPC peering connection resource from account-level encryption enforcement.
10441+
completion:
10442+
flag:
10443+
egress-only-internet-gateway:
10444+
- enable
10445+
- disable
10446+
elastic-file-system:
10447+
- enable
10448+
- disable
10449+
internet-gateway:
10450+
- enable
10451+
- disable
10452+
lambda:
10453+
- enable
10454+
- disable
10455+
mode:
10456+
- unmanaged
10457+
- attempt-monitor
10458+
- attempt-enforce
10459+
nat-gateway:
10460+
- enable
10461+
- disable
10462+
virtual-private-gateway:
10463+
- enable
10464+
- disable
10465+
vpc-lattice:
10466+
- enable
10467+
- disable
10468+
vpc-peering:
10469+
- enable
10470+
- disable
1041310471
- name: modify-address-attribute
1041410472
description: Modifies an attribute of the specified Elastic IP address.
1041510473
flags:

cmd/carapace-aws/cmd/botocore/aws.gameliftstreams.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ commands:
7272
- gen6n_medium_win2022
7373
- gen6e_pro
7474
- gen6e_pro_win2022
75+
- name: create-stream-session-admin-shell
76+
description: Creates an administrative terminal session with full access to the live runtime environment of the Amazon GameLift Streams stream session.
77+
flags:
78+
--cli-input-json=: Read arguments from the JSON string provided.
79+
--cli-input-yaml=: Read arguments from the YAML string provided.
80+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
81+
--identifier=!: The stream group that runs this stream session.
82+
--stream-session-identifier=!: An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream session resource.
7583
- name: create-stream-session-connection
7684
description: Enables clients to reconnect to a stream session while preserving all session state and data in the disconnected session.
7785
flags:

cmd/carapace-aws/cmd/botocore/aws.opensearch.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ commands:
143143
--domain-name=!: Name of the OpenSearch Service domain to create.
144144
--ebs-options=: Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
145145
--encryption-at-rest-options=: Key-value pairs to enable encryption at rest.
146+
--engine-mode=: The engine mode for the domain.
146147
--engine-version=: String of format Elasticsearch\_X.Y or OpenSearch\_X.Y to specify the engine version for the OpenSearch Service domain.
147148
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
148149
--identity-center-options=: Configuration options for enabling and managing IAM Identity Center integration within a domain.
@@ -155,12 +156,21 @@ commands:
155156
--tag-list=:
156157
description: List of tags to add to the domain upon creation.
157158
nargs: -1
159+
--use-case=: The primary use case for the domain.
158160
--vpc-options=: Container for the values required to configure VPC access domains.
159161
completion:
160162
flag:
163+
engine-mode:
164+
- GENERAL
165+
- OPTIMIZED
161166
ip-address-type:
162167
- ipv4
163168
- dualstack
169+
use-case:
170+
- SEARCH
171+
- VECTOR
172+
- OBSERVABILITY
173+
- MIXED
164174
- name: create-index
165175
description: Creates an OpenSearch index with optional automatic semantic enrichment for specified text fields.
166176
flags:
@@ -656,6 +666,21 @@ commands:
656666
--cli-input-yaml=: Read arguments from the YAML string provided.
657667
--domain-name=!: The domain of the domain to get upgrade status information for.
658668
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
669+
- name: insight-feedback
670+
description: Submits feedback for an existing insight in an Amazon OpenSearch Service domain.
671+
flags:
672+
--cli-input-json=: Read arguments from the JSON string provided.
673+
--cli-input-yaml=: Read arguments from the YAML string provided.
674+
--entity=!: The entity for which to submit insight feedback.
675+
--feedback-text=: Optional text feedback providing additional details about the insight.
676+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
677+
--insight-id=!: The unique identifier of the insight for which to submit feedback.
678+
--thumbs=!: The thumbs up or thumbs down feedback for the insight.
679+
completion:
680+
flag:
681+
thumbs:
682+
- Up
683+
- Down
659684
- name: list-applications
660685
description: Lists all OpenSearch applications under your account.
661686
flags:
@@ -980,6 +1005,7 @@ commands:
9801005
--dry-run-mode=: The type of dry run to perform.
9811006
--ebs-options=: The type and size of the EBS volume to attach to instances in the domain.
9821007
--encryption-at-rest-options=: Encryption at rest options for the domain.
1008+
--engine-mode=: The engine mode for the domain.
9831009
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
9841010
--identity-center-options=: ""
9851011
--ip-address-type=: Specify either dual stack or IPv4 as your IP address type.
@@ -989,15 +1015,24 @@ commands:
9891015
--off-peak-window-options=: Off-peak window options for the domain.
9901016
--snapshot-options=: Option to set the time, in UTC format, for the daily automated snapshot.
9911017
--software-update-options=: Service software update options for the domain.
1018+
--use-case=: The primary use case for the domain.
9921019
--vpc-options=: Options to specify the subnets and security groups for a VPC endpoint.
9931020
completion:
9941021
flag:
9951022
dry-run-mode:
9961023
- Basic
9971024
- Verbose
1025+
engine-mode:
1026+
- GENERAL
1027+
- OPTIMIZED
9981028
ip-address-type:
9991029
- ipv4
10001030
- dualstack
1031+
use-case:
1032+
- SEARCH
1033+
- VECTOR
1034+
- OBSERVABILITY
1035+
- MIXED
10011036
- name: update-index
10021037
description: Updates an existing OpenSearch index schema and semantic enrichment configuration.
10031038
flags:

0 commit comments

Comments
 (0)