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.customer-profiles.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ commands:
98
98
layout-type:
99
99
- PROFILE_EXPLORER
100
100
- name: create-event-stream
101
-
description: Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.
101
+
description: Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Connect Customer Customer Profiles.
102
102
flags:
103
103
--cli-input-json=: Read arguments from the JSON string provided.
104
104
--cli-input-yaml=: Read arguments from the YAML string provided.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.kms.yaml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,16 @@ commands:
60
60
--grant-tokens=:
61
61
description: A list of grant tokens.
62
62
nargs: -1
63
-
--grantee-principal=!: The identity that gets the permissions specified in the grant.
63
+
--grantee-principal=: The identity that gets the permissions specified in the grant.
64
+
--grantee-service-principal=: The Amazon Web Services [service principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#principal-services) that gets the permissions specified in the grant.
64
65
--key-id=!: Identifies the KMS key for the grant.
65
66
--name=: A friendly name for the grant.
66
67
--no-dry-run: Checks if your request will succeed.
67
68
--operations=!:
68
69
description: A list of operations that the grant permits.
69
70
nargs: -1
70
71
--retiring-principal=: The principal that has permission to use the [RetireGrant]() operation to retire the grant.
72
+
--retiring-service-principal=: The Amazon Web Services [service principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#principal-services) that has permission to use the [RetireGrant]() operation to retire the grant.
71
73
- name: create-key
72
74
description: Creates a unique customer managed [KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#kms-keys) in your Amazon Web Services account and Region.
73
75
flags:
@@ -502,6 +504,7 @@ commands:
502
504
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
503
505
--grant-id=: Returns only the grant with the specified grant ID.
504
506
--grantee-principal=: Returns only grants where the specified principal is the grantee principal for the grant.
507
+
--grantee-service-principal=: Returns only grants where the specified Amazon Web Services service principal is the grantee service principal for the grant.
505
508
--key-id=!: Returns only grants for the specified KMS key.
506
509
--limit=: Use this parameter to specify the maximum number of items to return.
507
510
--marker=: Use this parameter in a subsequent request after you receive a response with truncated results.
@@ -562,7 +565,7 @@ commands:
562
565
--page-size=: The size of each page to get in the AWS service call.
563
566
--starting-token=: A token to specify where to start paginating.
564
567
- name: list-retirable-grants
565
-
description: Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal.
568
+
description: Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal or retiring service principal.
566
569
flags:
567
570
--cli-input-json=: Read arguments from the JSON string provided.
568
571
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -571,7 +574,8 @@ commands:
571
574
--marker=: Use this parameter in a subsequent request after you receive a response with truncated results.
572
575
--max-items=: The total number of items to return in the command's output.
573
576
--page-size=: The size of each page to get in the AWS service call.
574
-
--retiring-principal=!: The retiring principal for which to list grants.
577
+
--retiring-principal=: The retiring principal for which to list grants.
578
+
--retiring-service-principal=: The retiring service principal for which to list grants.
575
579
--starting-token=: A token to specify where to start paginating.
576
580
- name: put-key-policy
577
581
description: Attaches a key policy to the specified KMS key.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.payment-cryptography-data.yaml
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,34 @@ commands:
23
23
--plain-text=!: The plaintext to be encrypted.
24
24
--wrapped-key=: The WrappedKeyBlock containing the encryption key for plaintext encryption.
25
25
- name: generate-as2805-kek-validation
26
-
description: Establishes node-to-node initialization between payment processing nodes such as an acquirer, issuer or payment network using Australian Standard 2805 (AS2805).
26
+
description: Generates a `KekValidationRequest` or a `KekValidationResponse` for node-to-node initialization between payment processing nodes using [Australian Standard 2805 (AS2805)](https://docs.aws.amazon.com/payment-cryptography/latest/userguide/as2805.html).
27
27
flags:
28
28
--cli-input-json=: Read arguments from the JSON string provided.
29
29
--cli-input-yaml=: Read arguments from the YAML string provided.
30
30
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
31
-
--kek-validation-type=!: Parameter information for generating a random key for KEK validation to perform node-to-node initialization.
31
+
--kek-validation-type=!: Defines whether to generate a KEK validation request or KEK validation response for node-to-node initialization.
32
32
--key-identifier=!: The `keyARN` of sending KEK that Amazon Web Services Payment Cryptography uses for node-to-node initialization
33
33
--random-key-send-variant-mask=!: The key variant to use for generating a random key for KEK validation during node-to-node initialization.
34
34
completion:
35
35
flag:
36
36
random-key-send-variant-mask:
37
37
- VARIANT_MASK_82C0
38
38
- VARIANT_MASK_82
39
+
- name: generate-auth-request-cryptogram
40
+
description: Generates an Authorization Request Cryptogram (ARQC) for an EMV chip payment card authorization.
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
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
45
+
--key-identifier=!: The `keyARN` of the IMK-AC (TR31\_E0\_EMV\_MKEY\_APP\_CRYPTOGRAMS) that Amazon Web Services Payment Cryptography uses to generate the ARQC.
46
+
--major-key-derivation-mode=!: The method to use when deriving the major encryption key for ARQC generation within Amazon Web Services Payment Cryptography.
47
+
--session-key-derivation-attributes=!: The attributes and values to use for deriving a session key for ARQC generation within Amazon Web Services Payment Cryptography.
48
+
--transaction-data=!: The transaction data that Amazon Web Services Payment Cryptography uses for ARQC generation.
49
+
completion:
50
+
flag:
51
+
major-key-derivation-mode:
52
+
- EMV_OPTION_A
53
+
- EMV_OPTION_B
39
54
- name: generate-card-validation-data
40
55
description: Generates card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2), or Card Security Codes (CSC).
0 commit comments