Skip to content

Commit

Permalink
feat: update clients as of 12/12/2020 with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Dec 14, 2020
1 parent 79180c5 commit 32f1ef8
Show file tree
Hide file tree
Showing 371 changed files with 74,413 additions and 77,725 deletions.
524 changes: 262 additions & 262 deletions clients/client-acm-pca/models/models_0.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions clients/client-acm/models/models_0.ts

Large diffs are not rendered by default.

1,814 changes: 907 additions & 907 deletions clients/client-alexa-for-business/models/models_0.ts

Large diffs are not rendered by default.

2,084 changes: 1,060 additions & 1,024 deletions clients/client-api-gateway/models/models_0.ts

Large diffs are not rendered by default.

867 changes: 437 additions & 430 deletions clients/client-api-gateway/protocols/Aws_restJson1.ts

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions clients/client-apigatewaymanagementapi/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ export namespace GetConnectionRequest {

export interface Identity {
/**
* <p>The User Agent of the API caller.</p>
* <p>The source IP address of the TCP connection making the request to API Gateway.</p>
*/
UserAgent: string | undefined;
SourceIp: string | undefined;

/**
* <p>The source IP address of the TCP connection making the request to API Gateway.</p>
* <p>The User Agent of the API caller.</p>
*/
SourceIp: string | undefined;
UserAgent: string | undefined;
}

export namespace Identity {
Expand All @@ -82,16 +82,16 @@ export namespace Identity {
}

export interface GetConnectionResponse {
Identity?: Identity;
/**
* <p>The time in ISO 8601 format for when the connection was last active.</p>
* <p>The time in ISO 8601 format for when the connection was established.</p>
*/
LastActiveAt?: Date;
ConnectedAt?: Date;

Identity?: Identity;
/**
* <p>The time in ISO 8601 format for when the connection was established.</p>
* <p>The time in ISO 8601 format for when the connection was last active.</p>
*/
ConnectedAt?: Date;
LastActiveAt?: Date;
}

export namespace GetConnectionResponse {
Expand All @@ -117,14 +117,14 @@ export namespace PayloadTooLargeException {

export interface PostToConnectionRequest {
/**
* <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;

/**
* <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;
}

export namespace PostToConnectionRequest {
Expand Down
2,810 changes: 1,405 additions & 1,405 deletions clients/client-apigatewayv2/models/models_0.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 32f1ef8

Please sign in to comment.