Skip to content

Commit 957a1d9

Browse files
committed
feat: update spec
1 parent 8ba4cfb commit 957a1d9

14 files changed

+772
-52
lines changed

src/aws.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const completionSpec: Fig.Spec = {
117117
{
118118
name: "appintegrations",
119119
description:
120-
"The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide",
120+
"Amazon AppIntegrations actions Amazon AppIntegrations data types The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. For information about how you can use external applications with Amazon Connect, see the following topics in the Amazon Connect Administrator Guide: Third-party applications (3p apps) in the agent workspace Use Amazon Q in Connect for generative AI\u2013powered agent assistance in real-time",
121121
loadSpec: "aws/appintegrations",
122122
},
123123
{
@@ -857,7 +857,7 @@ const completionSpec: Fig.Spec = {
857857
{
858858
name: "fis",
859859
description:
860-
"Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide",
860+
"Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide",
861861
loadSpec: "aws/fis",
862862
},
863863
{

src/aws/amplify.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,13 @@ const completionSpec: Fig.Spec = {
491491
name: "structure",
492492
},
493493
},
494+
{
495+
name: "--cache-config",
496+
description: "The cache configuration for the Amplify app",
497+
args: {
498+
name: "structure",
499+
},
500+
},
494501
{
495502
name: "--cli-input-json",
496503
description:
@@ -2404,6 +2411,13 @@ const completionSpec: Fig.Spec = {
24042411
name: "string",
24052412
},
24062413
},
2414+
{
2415+
name: "--cache-config",
2416+
description: "The cache configuration for the Amplify app",
2417+
args: {
2418+
name: "structure",
2419+
},
2420+
},
24072421
{
24082422
name: "--cli-input-json",
24092423
description:

src/aws/appintegrations.ts

Lines changed: 129 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
const completionSpec: Fig.Spec = {
22
name: "appintegrations",
33
description:
4-
"The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide",
4+
"Amazon AppIntegrations actions Amazon AppIntegrations data types The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. For information about how you can use external applications with Amazon Connect, see the following topics in the Amazon Connect Administrator Guide: Third-party applications (3p apps) in the agent workspace Use Amazon Q in Connect for generative AI\u2013powered agent assistance in real-time",
55
subcommands: [
66
{
77
name: "create-application",
8-
description:
9-
"This API is in preview release and subject to change. Creates and persists an Application resource",
8+
description: "Creates and persists an Application resource",
109
options: [
1110
{
1211
name: "--name",
@@ -115,7 +114,7 @@ const completionSpec: Fig.Spec = {
115114
},
116115
{
117116
name: "--kms-key",
118-
description: "The KMS key for the DataIntegration",
117+
description: "The KMS key ARN for the DataIntegration",
119118
args: {
120119
name: "string",
121120
},
@@ -186,6 +185,82 @@ const completionSpec: Fig.Spec = {
186185
},
187186
],
188187
},
188+
{
189+
name: "create-data-integration-association",
190+
description: "Creates and persists a DataIntegrationAssociation resource",
191+
options: [
192+
{
193+
name: "--data-integration-identifier",
194+
description: "A unique identifier for the DataIntegration",
195+
args: {
196+
name: "string",
197+
},
198+
},
199+
{
200+
name: "--client-id",
201+
description:
202+
"The identifier for the client that is associated with the DataIntegration association",
203+
args: {
204+
name: "string",
205+
},
206+
},
207+
{
208+
name: "--object-configuration",
209+
description:
210+
"The configuration for what data should be pulled from the source",
211+
args: {
212+
name: "map",
213+
},
214+
},
215+
{
216+
name: "--destination-uri",
217+
description: "The URI of the data destination",
218+
args: {
219+
name: "string",
220+
},
221+
},
222+
{
223+
name: "--client-association-metadata",
224+
description: "The mapping of metadata to be extracted from the data",
225+
args: {
226+
name: "map",
227+
},
228+
},
229+
{
230+
name: "--client-token",
231+
description:
232+
"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs",
233+
args: {
234+
name: "string",
235+
},
236+
},
237+
{
238+
name: "--execution-configuration",
239+
description:
240+
"The configuration for how the files should be pulled from the source",
241+
args: {
242+
name: "structure",
243+
},
244+
},
245+
{
246+
name: "--cli-input-json",
247+
description:
248+
"Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally",
249+
args: {
250+
name: "string",
251+
},
252+
},
253+
{
254+
name: "--generate-cli-skeleton",
255+
description:
256+
"Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command",
257+
args: {
258+
name: "string",
259+
suggestions: ["input", "output"],
260+
},
261+
},
262+
],
263+
},
189264
{
190265
name: "create-event-integration",
191266
description:
@@ -349,8 +424,7 @@ const completionSpec: Fig.Spec = {
349424
},
350425
{
351426
name: "get-application",
352-
description:
353-
"This API is in preview release and subject to change. Get an Application resource",
427+
description: "Get an Application resource",
354428
options: [
355429
{
356430
name: "--arn",
@@ -511,8 +585,7 @@ const completionSpec: Fig.Spec = {
511585
},
512586
{
513587
name: "list-applications",
514-
description:
515-
"This API is in preview release and subject to change. Lists applications in the account",
588+
description: "Lists applications in the account",
516589
options: [
517590
{
518591
name: "--next-token",
@@ -945,8 +1018,7 @@ const completionSpec: Fig.Spec = {
9451018
},
9461019
{
9471020
name: "update-application",
948-
description:
949-
"This API is in preview release and subject to change. Updates and persists an Application resource",
1021+
description: "Updates and persists an Application resource",
9501022
options: [
9511023
{
9521024
name: "--arn",
@@ -1063,6 +1135,53 @@ const completionSpec: Fig.Spec = {
10631135
},
10641136
],
10651137
},
1138+
{
1139+
name: "update-data-integration-association",
1140+
description:
1141+
"Updates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job",
1142+
options: [
1143+
{
1144+
name: "--data-integration-identifier",
1145+
description: "A unique identifier for the DataIntegration",
1146+
args: {
1147+
name: "string",
1148+
},
1149+
},
1150+
{
1151+
name: "--data-integration-association-identifier",
1152+
description:
1153+
"A unique identifier. of the DataIntegrationAssociation resource",
1154+
args: {
1155+
name: "string",
1156+
},
1157+
},
1158+
{
1159+
name: "--execution-configuration",
1160+
description:
1161+
"The configuration for how the files should be pulled from the source",
1162+
args: {
1163+
name: "structure",
1164+
},
1165+
},
1166+
{
1167+
name: "--cli-input-json",
1168+
description:
1169+
"Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally",
1170+
args: {
1171+
name: "string",
1172+
},
1173+
},
1174+
{
1175+
name: "--generate-cli-skeleton",
1176+
description:
1177+
"Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command",
1178+
args: {
1179+
name: "string",
1180+
suggestions: ["input", "output"],
1181+
},
1182+
},
1183+
],
1184+
},
10661185
{
10671186
name: "update-event-integration",
10681187
description: "Updates the description of an event integration",

0 commit comments

Comments
 (0)