You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.cloudfront.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,9 @@ commands:
270
270
--cli-input-yaml=: Read arguments from the YAML string provided.
271
271
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
272
272
--name=!: A name for the trust store.
273
+
--no-use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
273
274
--tags=: ""
275
+
--use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
274
276
- name: create-vpc-origin
275
277
description: Create an Amazon CloudFront VPC origin.
276
278
flags:
@@ -1508,12 +1510,14 @@ commands:
1508
1510
- name: update-trust-store
1509
1511
description: Updates a trust store.
1510
1512
flags:
1511
-
--ca-certificates-bundle-source=!: The CA certificates bundle source.
1513
+
--ca-certificates-bundle-source=: The CA certificates bundle source.
1512
1514
--cli-input-json=: Read arguments from the JSON string provided.
1513
1515
--cli-input-yaml=: Read arguments from the YAML string provided.
1514
1516
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1515
1517
--id=!: The trust store ID.
1516
1518
--if-match=!: The current version (`ETag` value) of the trust store you are updating.
1519
+
--no-use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
1520
+
--use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
1517
1521
- name: update-vpc-origin
1518
1522
description: Update an Amazon CloudFront VPC origin in your account.
0 commit comments