Skip to content

Commit

Permalink
feat: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
withfig-bot committed Aug 14, 2024
1 parent 8ba4cfb commit 957a1d9
Show file tree
Hide file tree
Showing 14 changed files with 772 additions and 52 deletions.
4 changes: 2 additions & 2 deletions src/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const completionSpec: Fig.Spec = {
{
name: "appintegrations",
description:
"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",
"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",
loadSpec: "aws/appintegrations",
},
{
Expand Down Expand Up @@ -857,7 +857,7 @@ const completionSpec: Fig.Spec = {
{
name: "fis",
description:
"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",
"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",
loadSpec: "aws/fis",
},
{
Expand Down
14 changes: 14 additions & 0 deletions src/aws/amplify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,13 @@ const completionSpec: Fig.Spec = {
name: "structure",
},
},
{
name: "--cache-config",
description: "The cache configuration for the Amplify app",
args: {
name: "structure",
},
},
{
name: "--cli-input-json",
description:
Expand Down Expand Up @@ -2404,6 +2411,13 @@ const completionSpec: Fig.Spec = {
name: "string",
},
},
{
name: "--cache-config",
description: "The cache configuration for the Amplify app",
args: {
name: "structure",
},
},
{
name: "--cli-input-json",
description:
Expand Down
139 changes: 129 additions & 10 deletions src/aws/appintegrations.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
const completionSpec: Fig.Spec = {
name: "appintegrations",
description:
"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",
"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",
subcommands: [
{
name: "create-application",
description:
"This API is in preview release and subject to change. Creates and persists an Application resource",
description: "Creates and persists an Application resource",
options: [
{
name: "--name",
Expand Down Expand Up @@ -115,7 +114,7 @@ const completionSpec: Fig.Spec = {
},
{
name: "--kms-key",
description: "The KMS key for the DataIntegration",
description: "The KMS key ARN for the DataIntegration",
args: {
name: "string",
},
Expand Down Expand Up @@ -186,6 +185,82 @@ const completionSpec: Fig.Spec = {
},
],
},
{
name: "create-data-integration-association",
description: "Creates and persists a DataIntegrationAssociation resource",
options: [
{
name: "--data-integration-identifier",
description: "A unique identifier for the DataIntegration",
args: {
name: "string",
},
},
{
name: "--client-id",
description:
"The identifier for the client that is associated with the DataIntegration association",
args: {
name: "string",
},
},
{
name: "--object-configuration",
description:
"The configuration for what data should be pulled from the source",
args: {
name: "map",
},
},
{
name: "--destination-uri",
description: "The URI of the data destination",
args: {
name: "string",
},
},
{
name: "--client-association-metadata",
description: "The mapping of metadata to be extracted from the data",
args: {
name: "map",
},
},
{
name: "--client-token",
description:
"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",
args: {
name: "string",
},
},
{
name: "--execution-configuration",
description:
"The configuration for how the files should be pulled from the source",
args: {
name: "structure",
},
},
{
name: "--cli-input-json",
description:
"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",
args: {
name: "string",
},
},
{
name: "--generate-cli-skeleton",
description:
"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",
args: {
name: "string",
suggestions: ["input", "output"],
},
},
],
},
{
name: "create-event-integration",
description:
Expand Down Expand Up @@ -349,8 +424,7 @@ const completionSpec: Fig.Spec = {
},
{
name: "get-application",
description:
"This API is in preview release and subject to change. Get an Application resource",
description: "Get an Application resource",
options: [
{
name: "--arn",
Expand Down Expand Up @@ -511,8 +585,7 @@ const completionSpec: Fig.Spec = {
},
{
name: "list-applications",
description:
"This API is in preview release and subject to change. Lists applications in the account",
description: "Lists applications in the account",
options: [
{
name: "--next-token",
Expand Down Expand Up @@ -945,8 +1018,7 @@ const completionSpec: Fig.Spec = {
},
{
name: "update-application",
description:
"This API is in preview release and subject to change. Updates and persists an Application resource",
description: "Updates and persists an Application resource",
options: [
{
name: "--arn",
Expand Down Expand Up @@ -1063,6 +1135,53 @@ const completionSpec: Fig.Spec = {
},
],
},
{
name: "update-data-integration-association",
description:
"Updates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job",
options: [
{
name: "--data-integration-identifier",
description: "A unique identifier for the DataIntegration",
args: {
name: "string",
},
},
{
name: "--data-integration-association-identifier",
description:
"A unique identifier. of the DataIntegrationAssociation resource",
args: {
name: "string",
},
},
{
name: "--execution-configuration",
description:
"The configuration for how the files should be pulled from the source",
args: {
name: "structure",
},
},
{
name: "--cli-input-json",
description:
"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",
args: {
name: "string",
},
},
{
name: "--generate-cli-skeleton",
description:
"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",
args: {
name: "string",
suggestions: ["input", "output"],
},
},
],
},
{
name: "update-event-integration",
description: "Updates the description of an event integration",
Expand Down
Loading

0 comments on commit 957a1d9

Please sign in to comment.