Skip to content

Commit d70f6e1

Browse files
authored
Merge pull request #228 from carapace-sh/dependabot/npm_and_yarn/aws-2.33.13
build(deps): bump aws from 2.33.12 to 2.33.13
2 parents 313f6c8 + db500b9 commit d70f6e1

11 files changed

Lines changed: 101 additions & 3 deletions

cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore-control.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ commands:
7878
--evaluator-name=!: The name of the evaluator.
7979
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
8080
--level=!: The evaluation level that determines the scope of evaluation.
81+
--tags=: A map of tag keys and values to assign to an AgentCore Evaluator.
8182
completion:
8283
flag:
8384
level:
@@ -201,6 +202,7 @@ commands:
201202
--no-enable-on-create!: Whether to enable the online evaluation configuration immediately upon creation.
202203
--online-evaluation-config-name=!: The name of the online evaluation configuration.
203204
--rule=!: The evaluation rule that defines sampling configuration, filters, and session detection settings for the online evaluation.
205+
--tags=: A map of tag keys and values to assign to an AgentCore Online Evaluation Config.
204206
- name: create-policy
205207
description: Creates a policy within the AgentCore Policy system.
206208
flags:

cmd/carapace-aws/cmd/botocore/aws.bedrock-runtime.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ commands:
3939
description: The messages that you want to send to the model.
4040
nargs: -1
4141
--model-id=!: Specifies the model or throughput with which to run inference, or the prompt resource to use in inference.
42+
--output-config=: Output configuration for a model response.
4243
--performance-config=: Model performance settings for the request.
4344
--prompt-variables=: Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.
4445
--request-metadata=: Key-value pairs that you can use to filter invocation logs.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ commands:
6767
- name: create-field
6868
description: Creates a field in the Cases domain.
6969
flags:
70+
--attributes=: Union of field attributes.
7071
--cli-input-json=: Read arguments from the JSON string provided.
7172
--cli-input-yaml=: Read arguments from the YAML string provided.
7273
--description=: The description of the field.
@@ -432,6 +433,7 @@ commands:
432433
- name: update-field
433434
description: Updates the properties of an existing field.
434435
flags:
436+
--attributes=: Union of field attributes.
435437
--cli-input-json=: Read arguments from the JSON string provided.
436438
--cli-input-yaml=: Read arguments from the YAML string provided.
437439
--description=: The description of a field.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ commands:
7171
- name: create-table
7272
description: The `CreateTable` operation adds a new table to your account.
7373
flags:
74-
--attribute-definitions=!:
74+
--attribute-definitions=:
7575
description: An array of attributes that describe the key schema for the table and indexes.
7676
nargs: -1
7777
--billing-mode=: Controls how you are charged for read and write throughput and how you manage capacity.
@@ -82,7 +82,9 @@ commands:
8282
--global-secondary-indexes=:
8383
description: One or more global secondary indexes (the maximum is 20) to be created on the table.
8484
nargs: -1
85-
--key-schema=!:
85+
--global-table-settings-replication-mode=: Controls the settings synchronization mode for the global table.
86+
--global-table-source-arn=: The Amazon Resource Name (ARN) of the source table used for the creation of a multi-account global table.
87+
--key-schema=:
8688
description: Specifies the attributes that make up the primary key for a table or an index.
8789
nargs: -1
8890
--local-secondary-indexes=:
@@ -105,6 +107,10 @@ commands:
105107
billing-mode:
106108
- PROVISIONED
107109
- PAY_PER_REQUEST
110+
global-table-settings-replication-mode:
111+
- ENABLED
112+
- DISABLED
113+
- ENABLED_WITH_OVERRIDES
108114
table-class:
109115
- STANDARD
110116
- STANDARD_INFREQUENT_ACCESS

cmd/carapace-aws/cmd/botocore/aws.geo-maps.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ commands:
7979
- name: get-style-descriptor
8080
description: '`GetStyleDescriptor` returns information about the style.'
8181
flags:
82+
--buildings=: Adjusts how building details are rendered on the map.
8283
--color-scheme=: Sets color tone for map such as dark and light for specific map styles.
8384
--contour-density=: Displays the shape and steepness of terrain features using elevation lines.
8485
--key=: 'Optional: The API key to be used for authorization.'
@@ -91,6 +92,8 @@ commands:
9192
nargs: -1
9293
completion:
9394
flag:
95+
buildings:
96+
- Buildings3D
9497
color-scheme:
9598
- Light
9699
- Dark
@@ -103,6 +106,7 @@ commands:
103106
- Satellite
104107
terrain:
105108
- Hillshade
109+
- Terrain3D
106110
traffic:
107111
- All
108112
positional:

0 commit comments

Comments
 (0)