@aws-sdk/client-apigatewaymanagementapi 3.379.1 → 3.382.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,10 +53,12 @@ export interface GetConnectionRequest {
|
|
|
53
53
|
*/
|
|
54
54
|
export interface Identity {
|
|
55
55
|
/**
|
|
56
|
+
* @public
|
|
56
57
|
* <p>The source IP address of the TCP connection making the request to API Gateway.</p>
|
|
57
58
|
*/
|
|
58
59
|
SourceIp: string | undefined;
|
|
59
60
|
/**
|
|
61
|
+
* @public
|
|
60
62
|
* <p>The User Agent of the API caller.</p>
|
|
61
63
|
*/
|
|
62
64
|
UserAgent: string | undefined;
|
|
@@ -66,11 +68,13 @@ export interface Identity {
|
|
|
66
68
|
*/
|
|
67
69
|
export interface GetConnectionResponse {
|
|
68
70
|
/**
|
|
71
|
+
* @public
|
|
69
72
|
* <p>The time in ISO 8601 format for when the connection was established.</p>
|
|
70
73
|
*/
|
|
71
74
|
ConnectedAt?: Date;
|
|
72
75
|
Identity?: Identity;
|
|
73
76
|
/**
|
|
77
|
+
* @public
|
|
74
78
|
* <p>The time in ISO 8601 format for when the connection was last active.</p>
|
|
75
79
|
*/
|
|
76
80
|
LastActiveAt?: Date;
|
|
@@ -93,10 +97,12 @@ export declare class PayloadTooLargeException extends __BaseException {
|
|
|
93
97
|
*/
|
|
94
98
|
export interface PostToConnectionRequest {
|
|
95
99
|
/**
|
|
100
|
+
* @public
|
|
96
101
|
* <p>The data to be sent to the client specified by its connection id.</p>
|
|
97
102
|
*/
|
|
98
103
|
Data: Uint8Array | undefined;
|
|
99
104
|
/**
|
|
105
|
+
* @public
|
|
100
106
|
* <p>The identifier of the connection that a specific client is using.</p>
|
|
101
107
|
*/
|
|
102
108
|
ConnectionId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewaymanagementapi",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.382.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|