Skip to content

Commit e2c2d17

Browse files
authored
Merge pull request #291 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.57
build(deps): bump aws from 2.34.56 to 2.34.57
2 parents abdb86c + d5502ef commit e2c2d17

7 files changed

Lines changed: 249 additions & 16 deletions

File tree

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,19 @@ commands:
4747
- name: create-api-key-credential-provider
4848
description: Creates a new API key credential provider.
4949
flags:
50-
--api-key=!: The API key to use for authentication.
50+
--api-key-secret-config=: A reference to the AWS Secrets Manager secret that stores the API key.
51+
--api-key-secret-source=: The source type of the API key secret.
52+
--api-key=: The API key to use for authentication.
5153
--cli-input-json=: Read arguments from the JSON string provided.
5254
--cli-input-yaml=: Read arguments from the YAML string provided.
5355
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
5456
--name=!: The name of the API key credential provider.
5557
--tags=: A map of tag keys and values to assign to the API key credential provider.
58+
completion:
59+
flag:
60+
api-key-secret-source:
61+
- MANAGED
62+
- EXTERNAL
5663
- name: create-browser
5764
description: Creates a custom browser.
5865
flags:
@@ -1440,11 +1447,18 @@ commands:
14401447
- name: update-api-key-credential-provider
14411448
description: Updates an existing API key credential provider.
14421449
flags:
1443-
--api-key=!: The new API key to use for authentication.
1450+
--api-key-secret-config=: A reference to the AWS Secrets Manager secret that stores the API key.
1451+
--api-key-secret-source=: The source type of the API key secret.
1452+
--api-key=: The new API key to use for authentication.
14441453
--cli-input-json=: Read arguments from the JSON string provided.
14451454
--cli-input-yaml=: Read arguments from the YAML string provided.
14461455
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
14471456
--name=!: The name of the API key credential provider to update.
1457+
completion:
1458+
flag:
1459+
api-key-secret-source:
1460+
- MANAGED
1461+
- EXTERNAL
14481462
- name: update-configuration-bundle
14491463
description: Updates a configuration bundle by creating a new version with the specified changes.
14501464
flags:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,8 @@ commands:
11691169
- IMPORT_POLICY
11701170
- GENERATE_FIDELITY_REPORT
11711171
- GENERATE_POLICY_SCENARIOS
1172+
- RESOLVE_POLICY_AMBIGUITIES
1173+
- ITERATIVELY_REFINE_POLICY
11721174
- name: start-automated-reasoning-policy-test-workflow
11731175
description: Initiates a test workflow to validate Automated Reasoning policy tests.
11741176
flags:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@ commands:
11111111
--cli-input-json=: Read arguments from the JSON string provided.
11121112
--cli-input-yaml=: Read arguments from the YAML string provided.
11131113
--configuration-name=: Optional configuration name to use for the workflow run.
1114+
--engine-settings=: Engine-specific settings for the workflow run.
11141115
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
11151116
--log-level=: A log level for the run.
11161117
--name=: A name for the run.

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

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,69 @@ commands:
440440
flag:
441441
identity-store:
442442
- QUICKSIGHT
443+
- name: create-o-auth-client-application
444+
description: Creates an OAuthClientApplication.
445+
flags:
446+
--aws-account-id=!: The Amazon Web Services account ID.
447+
--cli-input-json=: Read arguments from the JSON string provided.
448+
--cli-input-yaml=: Read arguments from the YAML string provided.
449+
--client-id=!: The client ID of the OAuth application that is registered with the identity provider.
450+
--client-secret=!: The client secret of the OAuth application that is registered with the identity provider.
451+
--data-source-type=: The type of data source that the OAuthClientApplication is used with.
452+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
453+
--identity-provider-vpc-connection-properties=: ""
454+
--name=!: The display name for the OAuthClientApplication.
455+
--o-auth-authorization-endpoint-url=: The authorization endpoint URL of the identity provider that is used to obtain authorization codes.
456+
--o-auth-client-application-id=!: An ID for the OAuthClientApplication that you want to create.
457+
--o-auth-client-authentication-type=!: The authentication type to use for the OAuthClientApplication.
458+
--o-auth-scopes=: The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.
459+
--o-auth-token-endpoint-url=!: The token endpoint URL of the identity provider that is used to obtain access tokens.
460+
--tags=:
461+
description: Contains a map of the key-value pairs for the resource tag or tags assigned to the OAuthClientApplication.
462+
nargs: -1
463+
completion:
464+
flag:
465+
data-source-type:
466+
- ADOBE_ANALYTICS
467+
- AMAZON_ELASTICSEARCH
468+
- ATHENA
469+
- AURORA
470+
- AURORA_POSTGRESQL
471+
- AWS_IOT_ANALYTICS
472+
- GITHUB
473+
- JIRA
474+
- MARIADB
475+
- MYSQL
476+
- ORACLE
477+
- POSTGRESQL
478+
- PRESTO
479+
- REDSHIFT
480+
- S3
481+
- S3_TABLES
482+
- SALESFORCE
483+
- SERVICENOW
484+
- SNOWFLAKE
485+
- SPARK
486+
- SQLSERVER
487+
- TERADATA
488+
- TWITTER
489+
- TIMESTREAM
490+
- AMAZON_OPENSEARCH
491+
- EXASOL
492+
- DATABRICKS
493+
- STARBURST
494+
- TRINO
495+
- BIGQUERY
496+
- GOOGLESHEETS
497+
- GOOGLE_DRIVE
498+
- CONFLUENCE
499+
- SHAREPOINT
500+
- ONE_DRIVE
501+
- WEB_CRAWLER
502+
- S3_KNOWLEDGE_BASE
503+
- QBUSINESS
504+
o-auth-client-authentication-type:
505+
- TOKEN
443506
- name: create-refresh-schedule
444507
description: Creates a refresh schedule for a dataset.
445508
flags:
@@ -755,6 +818,14 @@ commands:
755818
--cli-input-yaml=: Read arguments from the YAML string provided.
756819
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
757820
--namespace=!: The namespace that you want to delete.
821+
- name: delete-o-auth-client-application
822+
description: Deletes an OAuthClientApplication.
823+
flags:
824+
--aws-account-id=!: The Amazon Web Services account ID.
825+
--cli-input-json=: Read arguments from the JSON string provided.
826+
--cli-input-yaml=: Read arguments from the YAML string provided.
827+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
828+
--o-auth-client-application-id=!: The ID of the OAuthClientApplication that you want to delete.
758829
- name: delete-refresh-schedule
759830
description: Deletes a refresh schedule from a dataset.
760831
flags:
@@ -1220,6 +1291,14 @@ commands:
12201291
--cli-input-yaml=: Read arguments from the YAML string provided.
12211292
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
12221293
--namespace=!: The namespace that you want to describe.
1294+
- name: describe-o-auth-client-application
1295+
description: Describes an OAuthClientApplication.
1296+
flags:
1297+
--aws-account-id=!: The Amazon Web Services account ID.
1298+
--cli-input-json=: Read arguments from the JSON string provided.
1299+
--cli-input-yaml=: Read arguments from the YAML string provided.
1300+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1301+
--o-auth-client-application-id=!: The ID of the OAuthClientApplication that you want to describe.
12231302
- name: describe-q-personalization-configuration
12241303
description: Describes a personalization configuration.
12251304
flags:
@@ -1758,6 +1837,18 @@ commands:
17581837
--next-token=: A unique pagination token that can be used in a subsequent request.
17591838
--page-size=: The size of each page to get in the AWS service call.
17601839
--starting-token=: A token to specify where to start paginating.
1840+
- name: list-o-auth-client-applications
1841+
description: Lists all OAuthClientApplications in the current Amazon Web Services Region that belong to this Amazon Web Services account.
1842+
flags:
1843+
--aws-account-id=!: The Amazon Web Services account ID.
1844+
--cli-input-json=: Read arguments from the JSON string provided.
1845+
--cli-input-yaml=: Read arguments from the YAML string provided.
1846+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1847+
--max-items=: The total number of items to return in the command's output.
1848+
--max-results=: The maximum number of results to return.
1849+
--next-token=: A pagination token that can be used in a subsequent request.
1850+
--page-size=: The size of each page to get in the AWS service call.
1851+
--starting-token=: A token to specify where to start paginating.
17611852
- name: list-refresh-schedules
17621853
description: Lists the refresh schedules of a dataset.
17631854
flags:
@@ -2640,6 +2731,63 @@ commands:
26402731
--key-registration=!:
26412732
description: A list of `RegisteredCustomerManagedKey` objects to be updated to the Quick Sight account.
26422733
nargs: -1
2734+
- name: update-o-auth-client-application
2735+
description: Updates an OAuthClientApplication.
2736+
flags:
2737+
--aws-account-id=!: The Amazon Web Services account ID.
2738+
--cli-input-json=: Read arguments from the JSON string provided.
2739+
--cli-input-yaml=: Read arguments from the YAML string provided.
2740+
--client-id=: The client ID of the OAuth application that is registered with the identity provider.
2741+
--client-secret=: The client secret of the OAuth application that is registered with the identity provider.
2742+
--data-source-type=: The type of data source that the OAuthClientApplication is used with.
2743+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2744+
--identity-provider-vpc-connection-properties=: ""
2745+
--name=!: The display name for the OAuthClientApplication.
2746+
--o-auth-authorization-endpoint-url=: The authorization endpoint URL of the identity provider that is used to obtain authorization codes.
2747+
--o-auth-client-application-id=!: The ID of the OAuthClientApplication that you want to update.
2748+
--o-auth-scopes=: The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.
2749+
--o-auth-token-endpoint-url=: The token endpoint URL of the identity provider that is used to obtain access tokens.
2750+
completion:
2751+
flag:
2752+
data-source-type:
2753+
- ADOBE_ANALYTICS
2754+
- AMAZON_ELASTICSEARCH
2755+
- ATHENA
2756+
- AURORA
2757+
- AURORA_POSTGRESQL
2758+
- AWS_IOT_ANALYTICS
2759+
- GITHUB
2760+
- JIRA
2761+
- MARIADB
2762+
- MYSQL
2763+
- ORACLE
2764+
- POSTGRESQL
2765+
- PRESTO
2766+
- REDSHIFT
2767+
- S3
2768+
- S3_TABLES
2769+
- SALESFORCE
2770+
- SERVICENOW
2771+
- SNOWFLAKE
2772+
- SPARK
2773+
- SQLSERVER
2774+
- TERADATA
2775+
- TWITTER
2776+
- TIMESTREAM
2777+
- AMAZON_OPENSEARCH
2778+
- EXASOL
2779+
- DATABRICKS
2780+
- STARBURST
2781+
- TRINO
2782+
- BIGQUERY
2783+
- GOOGLESHEETS
2784+
- GOOGLE_DRIVE
2785+
- CONFLUENCE
2786+
- SHAREPOINT
2787+
- ONE_DRIVE
2788+
- WEB_CRAWLER
2789+
- S3_KNOWLEDGE_BASE
2790+
- QBUSINESS
26432791
- name: update-public-sharing-settings
26442792
description: This API controls public sharing settings for your entire Quick Sight account, affecting data security and access.
26452793
flags:

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,33 @@ commands:
4747
--name=: A name for the association that you're creating between a Resolver rule and a VPC.
4848
--resolver-rule-id=!: The ID of the Resolver rule that you want to associate with the VPC.
4949
--vpc-id=!: The ID of the VPC that you want to associate the Resolver rule with.
50+
- name: batch-create-firewall-rule
51+
description: Creates multiple DNS Firewall rules in the specified rule group.
52+
flags:
53+
--cli-input-json=: Read arguments from the JSON string provided.
54+
--cli-input-yaml=: Read arguments from the YAML string provided.
55+
--create-firewall-rule-entries=!:
56+
description: The list of firewall rules to create.
57+
nargs: -1
58+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
59+
- name: batch-delete-firewall-rule
60+
description: Deletes multiple DNS Firewall rules from the specified rule group.
61+
flags:
62+
--cli-input-json=: Read arguments from the JSON string provided.
63+
--cli-input-yaml=: Read arguments from the YAML string provided.
64+
--delete-firewall-rule-entries=!:
65+
description: The list of firewall rules to delete.
66+
nargs: -1
67+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
68+
- name: batch-update-firewall-rule
69+
description: Updates multiple DNS Firewall rules in the specified rule group.
70+
flags:
71+
--cli-input-json=: Read arguments from the JSON string provided.
72+
--cli-input-yaml=: Read arguments from the YAML string provided.
73+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
74+
--update-firewall-rule-entries=!:
75+
description: The list of firewall rules to update.
76+
nargs: -1
5077
- name: create-firewall-domain-list
5178
description: Creates an empty firewall domain list for use in DNS Firewall rules.
5279
flags:
@@ -74,6 +101,7 @@ commands:
74101
--firewall-domain-list-id=: The ID of the domain list that you want to use in the rule.
75102
--firewall-domain-redirection-action=: How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
76103
--firewall-rule-group-id=!: The unique identifier of the firewall rule group where you want to create the rule.
104+
--firewall-rule-type=: The rule type configuration for the firewall rule.
77105
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
78106
--name=!: A name that lets you identify the rule in the rule group.
79107
--priority=!: The setting that determines the processing order of the rule in the rule group.
@@ -472,6 +500,18 @@ commands:
472500
--next-token=: For the first call to this list request, omit this value.
473501
--page-size=: The size of each page to get in the AWS service call.
474502
--starting-token=: A token to specify where to start paginating.
503+
- name: list-firewall-rule-types
504+
description: Retrieves the available rule types that can be used in DNS Firewall rules.
505+
flags:
506+
--cli-input-json=: Read arguments from the JSON string provided.
507+
--cli-input-yaml=: Read arguments from the YAML string provided.
508+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
509+
--max-items=: The total number of items to return in the command's output.
510+
--max-results=: The maximum number of objects that you want Resolver to return for this request.
511+
--next-token=: For the first call to this list request, omit this value.
512+
--page-size=: The size of each page to get in the AWS service call.
513+
--rule-type=: The rule type to filter by.
514+
--starting-token=: A token to specify where to start paginating.
475515
- name: list-firewall-rules
476516
description: Retrieves the firewall rules that you have defined for the specified firewall rule group.
477517
flags:
@@ -727,6 +767,7 @@ commands:
727767
--firewall-domain-list-id=: The ID of the domain list to use in the rule.
728768
--firewall-domain-redirection-action=: How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
729769
--firewall-rule-group-id=!: The unique identifier of the firewall rule group for the rule.
770+
--firewall-rule-type=: The rule type configuration for the firewall rule.
730771
--firewall-threat-protection-id=: The DNS Firewall Advanced rule ID.
731772
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
732773
--name=: The name of the rule.

0 commit comments

Comments
 (0)