Skip to content

chore(clients): sort members of Structure using natural ordering #1827

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

Closed
wants to merge 1 commit into from
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
328 changes: 164 additions & 164 deletions clients/client-accessanalyzer/models/models_0.ts

Large diffs are not rendered by default.

352 changes: 176 additions & 176 deletions clients/client-acm-pca/models/models_0.ts

Large diffs are not rendered by default.

326 changes: 163 additions & 163 deletions clients/client-acm/models/models_0.ts

Large diffs are not rendered by default.

1,533 changes: 767 additions & 766 deletions clients/client-alexa-for-business/models/models_0.ts

Large diffs are not rendered by default.

954 changes: 477 additions & 477 deletions clients/client-amplify/models/models_0.ts

Large diffs are not rendered by default.

2,303 changes: 1,151 additions & 1,152 deletions clients/client-api-gateway/models/models_0.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-apigatewaymanagementapi/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ export namespace PayloadTooLargeException {

export interface PostToConnectionRequest {
/**
* <p>The data to be sent to the client specified by its connection id.</p>
* <p>The identifier of the connection that a specific client is using.</p>
*/
Data: Uint8Array | undefined;
ConnectionId: string | undefined;

/**
* <p>The identifier of the connection that a specific client is using.</p>
* <p>The data to be sent to the client specified by its connection id.</p>
*/
ConnectionId: string | undefined;
Data: Uint8Array | undefined;
}

export namespace PostToConnectionRequest {
Expand Down
64 changes: 32 additions & 32 deletions clients/client-apigatewayv2/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ export interface Api {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down Expand Up @@ -1084,14 +1084,14 @@ export interface CreateApiRequest {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The name of the API.</p>
Expand Down Expand Up @@ -1172,14 +1172,14 @@ export interface CreateApiResponse {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down Expand Up @@ -2818,14 +2818,14 @@ export interface GetApiResponse {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down Expand Up @@ -4249,14 +4249,14 @@ export interface ImportApiResponse {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down Expand Up @@ -4368,14 +4368,14 @@ export interface ReimportApiResponse {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down Expand Up @@ -4514,14 +4514,14 @@ export interface UpdateApiRequest {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The name of the API.</p>
Expand Down Expand Up @@ -4592,14 +4592,14 @@ export interface UpdateApiResponse {
Description?: string;

/**
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
*/
DisableSchemaValidation?: boolean;
DisableExecuteApiEndpoint?: boolean;

/**
* <p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>
* <p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>
*/
DisableExecuteApiEndpoint?: boolean;
DisableSchemaValidation?: boolean;

/**
* <p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>
Expand Down
Loading