Skip to content

Commit bf7d155

Browse files
committed
added argument renames
1 parent 7b38a19 commit bf7d155

90 files changed

Lines changed: 95 additions & 93 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/carapace-aws/cmd/botocore/aws.apigateway.create-rest-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: create-rest-api
22
description: Creates a new RestApi resource.
33
flags:
44
--api-key-source=: The source of the API key for metering requests according to a usage plan.
5+
--api-version=: A version identifier for the API.
56
--binary-media-types=: The list of binary media types supported by the RestApi.
67
--cli-input-json=: Read arguments from the JSON string provided.
78
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -15,7 +16,6 @@ flags:
1516
--no-disable-execute-api-endpoint: Specifies whether clients can invoke your API by using the default `execute-api` endpoint.
1617
--policy=: A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
1718
--tags=: The key-value map of strings.
18-
--version=: A version identifier for the API.
1919
completion:
2020
flag:
2121
api-key-source:

cmd/carapace-aws/cmd/botocore/aws.apigatewayv2.create-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: create-api
22
description: Creates an Api resource.
33
flags:
44
--api-key-selection-expression=: An API key selection expression.
5+
--api-version=: A version identifier for the API.
56
--cli-input-json=: Read arguments from the JSON string provided.
67
--cli-input-yaml=: Read arguments from the YAML string provided.
78
--cors-configuration=: A CORS configuration.
@@ -19,7 +20,6 @@ flags:
1920
--route-selection-expression=: The route selection expression for the API.
2021
--tags=: The collection of tags.
2122
--target=: This property is part of quick create.
22-
--version=: A version identifier for the API.
2323
completion:
2424
flag:
2525
ip-address-type:

cmd/carapace-aws/cmd/botocore/aws.apigatewayv2.update-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Updates an Api resource.
33
flags:
44
--api-id=!: The API identifier.
55
--api-key-selection-expression=: An API key selection expression.
6+
--api-version=: A version identifier for the API.
67
--cli-input-json=: Read arguments from the JSON string provided.
78
--cli-input-yaml=: Read arguments from the YAML string provided.
89
--cors-configuration=: A CORS configuration.
@@ -18,7 +19,6 @@ flags:
1819
--route-key=: This property is part of quick create.
1920
--route-selection-expression=: The route selection expression for the API.
2021
--target=: This property is part of quick create.
21-
--version=: A version identifier for the API.
2222
completion:
2323
flag:
2424
ip-address-type:

cmd/carapace-aws/cmd/botocore/aws.clouddirectory.publish-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ flags:
77
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
88
--minor-version=: The minor version under which the schema will be published.
99
--name=: The new name under which the schema will be published.
10-
--version=!: The major version under which the schema will be published.
10+
--schema-version=!: The major version under which the schema will be published.

cmd/carapace-aws/cmd/botocore/aws.cloudsearchdomain.search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ flags:
1313
--partial: Enables partial results to be returned if one or more index partitions are unavailable.
1414
--query-options=: Configures options for the query parser specified in the `queryParser` parameter.
1515
--query-parser=: Specifies which query parser to use to process the request.
16-
--query=!: Specifies the search criteria for the request.
1716
--return=: Specifies the field and expression values to include in the response.
17+
--search-query=!: Specifies the search criteria for the request.
1818
--size=: Specifies the maximum number of search hits to include in the response.
1919
--sort=: Specifies the fields or custom expressions to use to sort the search results.
2020
--start=: Specifies the offset of the first search hit you want to return.

cmd/carapace-aws/cmd/botocore/aws.cloudsearchdomain.suggest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ flags:
44
--cli-input-json=: Read arguments from the JSON string provided.
55
--cli-input-yaml=: Read arguments from the YAML string provided.
66
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
7-
--query=!: Specifies the string for which you want to get suggestions.
87
--size=: Specifies the maximum number of suggestions to return.
8+
--suggest-query=!: Specifies the string for which you want to get suggestions.
99
--suggester=!: Specifies the name of the suggester to use to find suggested matches.

cmd/carapace-aws/cmd/botocore/aws.codepipeline.create-custom-action-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: create-custom-action-type
22
description: Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
33
flags:
4+
--action-version=!: The version identifier of the custom action.
45
--category=!: The category of the custom action, such as a build action or a test action.
56
--cli-input-json=: Read arguments from the JSON string provided.
67
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -11,7 +12,6 @@ flags:
1112
--provider=!: The provider of the service used in the custom action, such as CodeDeploy.
1213
--settings=: URLs that provide users information about this custom action.
1314
--tags=: The tags for the custom action.
14-
--version=!: The version identifier of the custom action.
1515
completion:
1616
flag:
1717
category:

cmd/carapace-aws/cmd/botocore/aws.codepipeline.delete-custom-action-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: delete-custom-action-type
22
description: Marks a custom action as deleted.
33
flags:
4+
--action-version=!: The version of the custom action to delete.
45
--category=!: The category of the custom action that you want to delete, such as source or deploy.
56
--cli-input-json=: Read arguments from the JSON string provided.
67
--cli-input-yaml=: Read arguments from the YAML string provided.
78
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
89
--provider=!: The provider of the service used in the custom action, such as CodeDeploy.
9-
--version=!: The version of the custom action to delete.
1010
completion:
1111
flag:
1212
category:

cmd/carapace-aws/cmd/botocore/aws.codepipeline.get-action-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: get-action-type
22
description: Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.
33
flags:
4+
--action-version=!: A string that describes the action type version.
45
--category=!: Defines what kind of action can be taken in the stage.
56
--cli-input-json=: Read arguments from the JSON string provided.
67
--cli-input-yaml=: Read arguments from the YAML string provided.
78
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
89
--owner=!: The creator of an action type that was created with any supported integration model.
910
--provider=!: The provider of the action type being called.
10-
--version=!: A string that describes the action type version.
1111
completion:
1212
flag:
1313
category:

cmd/carapace-aws/cmd/botocore/aws.codepipeline.get-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ flags:
55
--cli-input-yaml=: Read arguments from the YAML string provided.
66
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
77
--name=!: The name of the pipeline for which you want to get information.
8-
--version=: The version number of the pipeline.
8+
--pipeline-version=: The version number of the pipeline.

0 commit comments

Comments
 (0)