Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws): update spec #2351

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,108 changes: 903 additions & 205 deletions src/aws.ts

Large diffs are not rendered by default.

787 changes: 535 additions & 252 deletions src/aws/accessanalyzer.ts

Large diffs are not rendered by default.

424 changes: 424 additions & 0 deletions src/aws/account.ts

Large diffs are not rendered by default.

303 changes: 160 additions & 143 deletions src/aws/acm-pca.ts

Large diffs are not rendered by default.

285 changes: 110 additions & 175 deletions src/aws/acm.ts

Large diffs are not rendered by default.

1,213 changes: 607 additions & 606 deletions src/aws/alexaforbusiness.ts

Large diffs are not rendered by default.

1,201 changes: 1,159 additions & 42 deletions src/aws/amp.ts

Large diffs are not rendered by default.

849 changes: 355 additions & 494 deletions src/aws/amplify.ts

Large diffs are not rendered by default.

654 changes: 500 additions & 154 deletions src/aws/amplifybackend.ts

Large diffs are not rendered by default.

1,494 changes: 1,494 additions & 0 deletions src/aws/amplifyuibuilder.ts

Large diffs are not rendered by default.

1,785 changes: 852 additions & 933 deletions src/aws/apigateway.ts

Large diffs are not rendered by default.

27 changes: 13 additions & 14 deletions src/aws/apigatewaymanagementapi.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const completionSpec: Fig.Spec = {
export const completionSpec: Fig.Spec = {
name: "apigatewaymanagementapi",
description:
"The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable",
"The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable.",
subcommands: [
{
name: "delete-connection",
description: "Delete the connection with the provided id",
description: "Delete the connection with the provided id.",
options: [
{
name: "--connection-id",
Expand All @@ -16,15 +16,15 @@ const completionSpec: Fig.Spec = {
{
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",
"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",
"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"],
Expand All @@ -34,7 +34,7 @@ const completionSpec: Fig.Spec = {
},
{
name: "get-connection",
description: "Get information about the connection with the provided id",
description: "Get information about the connection with the provided id.",
options: [
{
name: "--connection-id",
Expand All @@ -45,15 +45,15 @@ const completionSpec: Fig.Spec = {
{
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",
"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",
"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"],
Expand All @@ -63,36 +63,36 @@ const completionSpec: Fig.Spec = {
},
{
name: "post-to-connection",
description: "Sends the provided data to the specified connection",
description: "Sends the provided data to the specified connection.",
options: [
{
name: "--data",
description:
"The data to be sent to the client specified by its connection id",
"The data to be sent to the client specified by its connection id.",
args: {
name: "blob",
},
},
{
name: "--connection-id",
description:
"The identifier of the connection that a specific client is using",
"The identifier of the connection that a specific client is using.",
args: {
name: "string",
},
},
{
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",
"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",
"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"],
Expand All @@ -102,5 +102,4 @@ const completionSpec: Fig.Spec = {
},
],
};

export default completionSpec;
Loading
Loading