@aws-sdk/client-api-gateway 3.377.0 → 3.378.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.
- package/dist-types/commands/ImportApiKeysCommand.d.ts +2 -3
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +2 -3
- package/dist-types/commands/ImportRestApiCommand.d.ts +2 -3
- package/dist-types/commands/PutRestApiCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +2 -2
- package/package.json +37 -37
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
|
|
6
5
|
import { ApiKeyIds, ImportApiKeysRequest } from "../models/models_0";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type ImportApiKeysCommandInputType = Omit<ImportApiKeysRequest, "body"> & {
|
|
15
|
-
body:
|
|
14
|
+
body: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
|
|
6
5
|
import { DocumentationPartIds, ImportDocumentationPartsRequest } from "../models/models_0";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type ImportDocumentationPartsCommandInputType = Omit<ImportDocumentationPartsRequest, "body"> & {
|
|
15
|
-
body:
|
|
14
|
+
body: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
|
|
6
5
|
import { ImportRestApiRequest, RestApi } from "../models/models_0";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type ImportRestApiCommandInputType = Omit<ImportRestApiRequest, "body"> & {
|
|
15
|
-
body:
|
|
14
|
+
body: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
|
|
6
5
|
import { PutRestApiRequest, RestApi } from "../models/models_0";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type PutRestApiCommandInputType = Omit<PutRestApiRequest, "body"> & {
|
|
15
|
-
body:
|
|
14
|
+
body: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -18,7 +18,7 @@ export type ImportApiKeysCommandInputType = Pick<
|
|
|
18
18
|
ImportApiKeysRequest,
|
|
19
19
|
Exclude<keyof ImportApiKeysRequest, "body">
|
|
20
20
|
> & {
|
|
21
|
-
body:
|
|
21
|
+
body: BlobPayloadInputTypes;
|
|
22
22
|
};
|
|
23
23
|
export interface ImportApiKeysCommandInput
|
|
24
24
|
extends ImportApiKeysCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type ImportDocumentationPartsCommandInputType = Pick<
|
|
|
21
21
|
ImportDocumentationPartsRequest,
|
|
22
22
|
Exclude<keyof ImportDocumentationPartsRequest, "body">
|
|
23
23
|
> & {
|
|
24
|
-
body:
|
|
24
|
+
body: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface ImportDocumentationPartsCommandInput
|
|
27
27
|
extends ImportDocumentationPartsCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -18,7 +18,7 @@ export type ImportRestApiCommandInputType = Pick<
|
|
|
18
18
|
ImportRestApiRequest,
|
|
19
19
|
Exclude<keyof ImportRestApiRequest, "body">
|
|
20
20
|
> & {
|
|
21
|
-
body:
|
|
21
|
+
body: BlobPayloadInputTypes;
|
|
22
22
|
};
|
|
23
23
|
export interface ImportRestApiCommandInput
|
|
24
24
|
extends ImportRestApiCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -18,7 +18,7 @@ export type PutRestApiCommandInputType = Pick<
|
|
|
18
18
|
PutRestApiRequest,
|
|
19
19
|
Exclude<keyof PutRestApiRequest, "body">
|
|
20
20
|
> & {
|
|
21
|
-
body:
|
|
21
|
+
body: BlobPayloadInputTypes;
|
|
22
22
|
};
|
|
23
23
|
export interface PutRestApiCommandInput extends PutRestApiCommandInputType {}
|
|
24
24
|
export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-api-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.378.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,45 +21,45 @@
|
|
|
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.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-api-gateway": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/fetch-http-handler": "^
|
|
38
|
-
"@smithy/hash-node": "^
|
|
39
|
-
"@smithy/invalid-dependency": "^
|
|
40
|
-
"@smithy/middleware-content-length": "^
|
|
41
|
-
"@smithy/middleware-endpoint": "^
|
|
42
|
-
"@smithy/middleware-retry": "^
|
|
43
|
-
"@smithy/middleware-serde": "^
|
|
44
|
-
"@smithy/middleware-stack": "^
|
|
45
|
-
"@smithy/node-config-provider": "^
|
|
46
|
-
"@smithy/node-http-handler": "^
|
|
47
|
-
"@smithy/protocol-http": "^
|
|
48
|
-
"@smithy/smithy-client": "^
|
|
49
|
-
"@smithy/types": "^
|
|
50
|
-
"@smithy/url-parser": "^
|
|
51
|
-
"@smithy/util-base64": "^
|
|
52
|
-
"@smithy/util-body-length-browser": "^
|
|
53
|
-
"@smithy/util-body-length-node": "^
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^
|
|
56
|
-
"@smithy/util-retry": "^
|
|
57
|
-
"@smithy/util-stream": "^
|
|
58
|
-
"@smithy/util-utf8": "^
|
|
24
|
+
"@aws-sdk/client-sts": "3.378.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.378.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.378.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-api-gateway": "3.378.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.378.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.378.0",
|
|
32
|
+
"@aws-sdk/types": "3.378.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.378.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.1",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.0.1",
|
|
38
|
+
"@smithy/hash-node": "^2.0.1",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.1",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.1",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.1",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.1",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.0.1",
|
|
47
|
+
"@smithy/protocol-http": "^2.0.1",
|
|
48
|
+
"@smithy/smithy-client": "^2.0.1",
|
|
49
|
+
"@smithy/types": "^2.0.2",
|
|
50
|
+
"@smithy/url-parser": "^2.0.1",
|
|
51
|
+
"@smithy/util-base64": "^2.0.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.0.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.1",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.1",
|
|
56
|
+
"@smithy/util-retry": "^2.0.0",
|
|
57
|
+
"@smithy/util-stream": "^2.0.1",
|
|
58
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@smithy/service-client-documentation-generator": "^
|
|
62
|
+
"@smithy/service-client-documentation-generator": "^2.0.0",
|
|
63
63
|
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/node": "^14.14.31",
|
|
65
65
|
"concurrently": "7.0.0",
|