@aws-sdk/client-apigatewaymanagementapi 3.325.0 → 3.327.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.
@@ -31,6 +31,8 @@ export interface DeleteConnectionCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteConnectionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
@@ -48,6 +50,8 @@ export interface DeleteConnectionCommandOutput extends __MetadataBearer {
48
50
  * @throws {@link LimitExceededException} (client fault)
49
51
  * <p>The client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.</p>
50
52
  *
53
+ * @throws {@link ApiGatewayManagementApiServiceException}
54
+ * <p>Base exception class for all service exceptions from ApiGatewayManagementApi service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
31
31
  * };
32
32
  * const command = new GetConnectionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetConnectionResponse
35
+ * // ConnectedAt: new Date("TIMESTAMP"),
36
+ * // Identity: { // Identity
37
+ * // SourceIp: "STRING_VALUE", // required
38
+ * // UserAgent: "STRING_VALUE", // required
39
+ * // },
40
+ * // LastActiveAt: new Date("TIMESTAMP"),
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param GetConnectionCommandInput - {@link GetConnectionCommandInput}
@@ -48,6 +57,8 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
48
57
  * @throws {@link LimitExceededException} (client fault)
49
58
  * <p>The client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.</p>
50
59
  *
60
+ * @throws {@link ApiGatewayManagementApiServiceException}
61
+ * <p>Base exception class for all service exceptions from ApiGatewayManagementApi service.</p>
51
62
  *
52
63
  */
53
64
  export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PostToConnectionCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new PostToConnectionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PostToConnectionCommandInput - {@link PostToConnectionCommandInput}
@@ -52,6 +54,8 @@ export interface PostToConnectionCommandOutput extends __MetadataBearer {
52
54
  * @throws {@link PayloadTooLargeException} (client fault)
53
55
  * <p>The data has exceeded the maximum size allowed.</p>
54
56
  *
57
+ * @throws {@link ApiGatewayManagementApiServiceException}
58
+ * <p>Base exception class for all service exceptions from ApiGatewayManagementApi service.</p>
55
59
  *
56
60
  */
57
61
  export declare class PostToConnectionCommand extends $Command<PostToConnectionCommandInput, PostToConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig> {
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.325.0",
4
+ "version": "3.327.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,9 +21,9 @@
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.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",