@@ -16,6 +16,7 @@ commands:
1616 flags :
1717 --cli-input-json= : Read arguments from the JSON string provided.
1818 --cli-input-yaml= : Read arguments from the YAML string provided.
19+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
1920 --description= : The invoice unit's description.
2021 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
2122 --invoice-receiver=! : The Amazon Web Services account ID chosen to be the receiver of an invoice unit.
@@ -67,13 +68,15 @@ commands:
6768 flags :
6869 --cli-input-json= : Read arguments from the JSON string provided.
6970 --cli-input-yaml= : Read arguments from the YAML string provided.
71+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
7072 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
7173 --invoice-unit-arn=! : The ARN to identify an invoice unit.
7274 - name : delete-procurement-portal-preference
7375 description : ' ***This feature API is subject to changing at any time.'
7476 flags :
7577 --cli-input-json= : Read arguments from the JSON string provided.
7678 --cli-input-yaml= : Read arguments from the YAML string provided.
79+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
7780 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
7881 --procurement-portal-preference-arn=! : The Amazon Resource Name (ARN) of the procurement portal preference to delete.
7982 - name : get-invoice-pdf
@@ -107,7 +110,7 @@ commands:
107110 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
108111 --max-items= : The total number of items to return in the command's output.
109112 --max-results= : The maximum number of invoice summaries a paginated response can contain.
110- --next-token= : The token to retrieve the next set of results.
113+ --next-token= : The token for the next set of results.
111114 --page-size= : The size of each page to get in the AWS service call.
112115 --selector=! : The option to retrieve details for a specific invoice by providing its unique ID.
113116 --starting-token= : A token to specify where to start paginating.
@@ -147,6 +150,7 @@ commands:
147150 flags :
148151 --cli-input-json= : Read arguments from the JSON string provided.
149152 --cli-input-yaml= : Read arguments from the YAML string provided.
153+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
150154 --contacts=! :
151155 description : Updated list of contact information for portal administrators and technical contacts.
152156 nargs : -1
@@ -186,6 +190,7 @@ commands:
186190 flags :
187191 --cli-input-json= : Read arguments from the JSON string provided.
188192 --cli-input-yaml= : Read arguments from the YAML string provided.
193+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
189194 --description= : The assigned description for an invoice unit.
190195 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
191196 --invoice-unit-arn=! : The ARN to identify an invoice unit.
@@ -197,6 +202,7 @@ commands:
197202 flags :
198203 --cli-input-json= : Read arguments from the JSON string provided.
199204 --cli-input-yaml= : Read arguments from the YAML string provided.
205+ --client-token= : A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
200206 --einvoice-delivery-preference-status-reason= : The reason for the e-invoice delivery preference status update, providing context for the change.
201207 --einvoice-delivery-preference-status= : The updated status of the e-invoice delivery preference.
202208 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
0 commit comments