Skip to content

Commit 18416a9

Browse files
authored
Merge pull request #326 from carapace-sh/dependabot/npm_and_yarn/aws-2.35.15
build(deps): bump aws from 2.35.14 to 2.35.15
2 parents ce64442 + cb66d05 commit 18416a9

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

cmd/carapace-aws/cmd/botocore/aws.cognito-idp.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,13 @@ commands:
865865
--cli-input-yaml=: Read arguments from the YAML string provided.
866866
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
867867
--user-pool-id=!: The ID of the user pool that has the logging configuration that you want to view.
868+
- name: get-provisioned-limit
869+
description: Returns the current provisioned limit for a specific API category.
870+
flags:
871+
--cli-input-json=: Read arguments from the JSON string provided.
872+
--cli-input-yaml=: Read arguments from the YAML string provided.
873+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
874+
--limit-definition=!: The limit to retrieve.
868875
- name: get-signing-certificate
869876
description: Given a user pool ID, returns the signing certificate for SAML 2.0 federation.
870877
flags:
@@ -1351,6 +1358,14 @@ commands:
13511358
--settings=: A JSON file, encoded as a `Document` type, with the the settings that you want to apply to your style.
13521359
--use-cognito-provided-values: When `true`, applies the default branding style options.
13531360
--user-pool-id=: The ID of the user pool that contains the managed login branding style that you want to update.
1361+
- name: update-provisioned-limit
1362+
description: Sets the provisioned limit for a specific API category.
1363+
flags:
1364+
--cli-input-json=: Read arguments from the JSON string provided.
1365+
--cli-input-yaml=: Read arguments from the YAML string provided.
1366+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1367+
--limit-definition=!: The limit to update.
1368+
--requested-limit-value=!: The provisioned rate to set, in requests per second (RPS).
13541369
- name: update-resource-server
13551370
description: Updates the name and scopes of a resource server.
13561371
flags:

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,9 @@ commands:
25312531
--organization-custom-policy-rule-metadata=: An `OrganizationCustomPolicyRuleMetadata` object.
25322532
--organization-custom-rule-metadata=: An `OrganizationCustomRuleMetadata` object.
25332533
--organization-managed-rule-metadata=: An `OrganizationManagedRuleMetadata` object.
2534+
--tags=:
2535+
description: The tags for the organization Config rule.
2536+
nargs: -1
25342537
- name: put-organization-conformance-pack
25352538
description: Deploys conformance packs across member accounts in an Amazon Web Services Organization.
25362539
flags:
@@ -2546,6 +2549,9 @@ commands:
25462549
nargs: -1
25472550
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
25482551
--organization-conformance-pack-name=!: Name of the organization conformance pack you want to create.
2552+
--tags=:
2553+
description: The tags for the organization conformance pack.
2554+
nargs: -1
25492555
--template-body=: A string that contains the full conformance pack template body.
25502556
--template-s3-uri=: Location of file containing the template body.
25512557
- name: put-remediation-configurations

cmd/carapace-aws/cmd/botocore/aws.customer-profiles.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ commands:
567567
--cli-input-json=: Read arguments from the JSON string provided.
568568
--cli-input-yaml=: Read arguments from the YAML string provided.
569569
--context=: The contextual metadata used to provide dynamic runtime information to tailor recommendations.
570+
--diversity-config=: Runtime diversity configuration for this request.
570571
--domain-name=!: The unique name of the domain.
571572
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
572573
--max-results=: The maximum number of recommendations to return.
@@ -1262,3 +1263,4 @@ commands:
12621263
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
12631264
--recommender-config=: The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
12641265
--recommender-name=!: The name of the recommender to update.
1266+
--recommender-version-name=: The name of a specific recommender version to activate as part of this update (for example, to roll back to a previously trained version).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws": "https://github.com/aws/aws-cli#2.35.14"
3+
"aws": "https://github.com/aws/aws-cli#2.35.15"
44
}
55
}

0 commit comments

Comments
 (0)