@aws-sdk/client-api-gateway 3.758.0 → 3.772.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-cjs/index.js +134 -134
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
APIGateway: () => APIGateway,
|
|
25
25
|
APIGatewayClient: () => APIGatewayClient,
|
|
26
26
|
APIGatewayServiceException: () => APIGatewayServiceException,
|
|
@@ -190,7 +190,7 @@ __export(src_exports, {
|
|
|
190
190
|
paginateGetUsagePlans: () => paginateGetUsagePlans,
|
|
191
191
|
paginateGetVpcLinks: () => paginateGetVpcLinks
|
|
192
192
|
});
|
|
193
|
-
module.exports = __toCommonJS(
|
|
193
|
+
module.exports = __toCommonJS(index_exports);
|
|
194
194
|
|
|
195
195
|
// src/APIGatewayClient.ts
|
|
196
196
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -319,9 +319,9 @@ var APIGatewayClient = class extends import_smithy_client.Client {
|
|
|
319
319
|
this.middlewareStack.use(
|
|
320
320
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
321
321
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAPIGatewayHttpAuthSchemeParametersProvider,
|
|
322
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
322
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
323
323
|
"aws.auth#sigv4": config.credentials
|
|
324
|
-
})
|
|
324
|
+
}), "identityProviderConfigProvider")
|
|
325
325
|
})
|
|
326
326
|
);
|
|
327
327
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -649,8 +649,8 @@ var se_CreateApiKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
649
649
|
enabled: [],
|
|
650
650
|
generateDistinctId: [],
|
|
651
651
|
name: [],
|
|
652
|
-
stageKeys: (_) => (0, import_smithy_client._json)(_),
|
|
653
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
652
|
+
stageKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stageKeys"),
|
|
653
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
654
654
|
value: []
|
|
655
655
|
})
|
|
656
656
|
);
|
|
@@ -674,7 +674,7 @@ var se_CreateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
674
674
|
identitySource: [],
|
|
675
675
|
identityValidationExpression: [],
|
|
676
676
|
name: [],
|
|
677
|
-
providerARNs: (_) => (0, import_smithy_client._json)(_),
|
|
677
|
+
providerARNs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "providerARNs"),
|
|
678
678
|
type: []
|
|
679
679
|
})
|
|
680
680
|
);
|
|
@@ -714,12 +714,12 @@ var se_CreateDeploymentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
714
714
|
(0, import_smithy_client.take)(input, {
|
|
715
715
|
cacheClusterEnabled: [],
|
|
716
716
|
cacheClusterSize: [],
|
|
717
|
-
canarySettings: (_) => se_DeploymentCanarySettings(_, context),
|
|
717
|
+
canarySettings: /* @__PURE__ */ __name((_) => se_DeploymentCanarySettings(_, context), "canarySettings"),
|
|
718
718
|
description: [],
|
|
719
719
|
stageDescription: [],
|
|
720
720
|
stageName: [],
|
|
721
721
|
tracingEnabled: [],
|
|
722
|
-
variables: (_) => (0, import_smithy_client._json)(_)
|
|
722
|
+
variables: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "variables")
|
|
723
723
|
})
|
|
724
724
|
);
|
|
725
725
|
b.m("POST").h(headers).b(body);
|
|
@@ -735,7 +735,7 @@ var se_CreateDocumentationPartCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
735
735
|
let body;
|
|
736
736
|
body = JSON.stringify(
|
|
737
737
|
(0, import_smithy_client.take)(input, {
|
|
738
|
-
location: (_) => (0, import_smithy_client._json)(_),
|
|
738
|
+
location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "location"),
|
|
739
739
|
properties: []
|
|
740
740
|
})
|
|
741
741
|
);
|
|
@@ -775,14 +775,14 @@ var se_CreateDomainNameCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
775
775
|
certificateName: [],
|
|
776
776
|
certificatePrivateKey: [],
|
|
777
777
|
domainName: [],
|
|
778
|
-
endpointConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
779
|
-
mutualTlsAuthentication: (_) => (0, import_smithy_client._json)(_),
|
|
778
|
+
endpointConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "endpointConfiguration"),
|
|
779
|
+
mutualTlsAuthentication: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mutualTlsAuthentication"),
|
|
780
780
|
ownershipVerificationCertificateArn: [],
|
|
781
781
|
policy: [],
|
|
782
782
|
regionalCertificateArn: [],
|
|
783
783
|
regionalCertificateName: [],
|
|
784
784
|
securityPolicy: [],
|
|
785
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
785
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
786
786
|
})
|
|
787
787
|
);
|
|
788
788
|
b.m("POST").h(headers).b(body);
|
|
@@ -800,7 +800,7 @@ var se_CreateDomainNameAccessAssociationCommand = /* @__PURE__ */ __name(async (
|
|
|
800
800
|
accessAssociationSource: [],
|
|
801
801
|
accessAssociationSourceType: [],
|
|
802
802
|
domainNameArn: [],
|
|
803
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
803
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
804
804
|
})
|
|
805
805
|
);
|
|
806
806
|
b.m("POST").h(headers).b(body);
|
|
@@ -870,15 +870,15 @@ var se_CreateRestApiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
870
870
|
body = JSON.stringify(
|
|
871
871
|
(0, import_smithy_client.take)(input, {
|
|
872
872
|
apiKeySource: [],
|
|
873
|
-
binaryMediaTypes: (_) => (0, import_smithy_client._json)(_),
|
|
873
|
+
binaryMediaTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "binaryMediaTypes"),
|
|
874
874
|
cloneFrom: [],
|
|
875
875
|
description: [],
|
|
876
876
|
disableExecuteApiEndpoint: [],
|
|
877
|
-
endpointConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
877
|
+
endpointConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "endpointConfiguration"),
|
|
878
878
|
minimumCompressionSize: [],
|
|
879
879
|
name: [],
|
|
880
880
|
policy: [],
|
|
881
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
881
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
882
882
|
version: []
|
|
883
883
|
})
|
|
884
884
|
);
|
|
@@ -897,14 +897,14 @@ var se_CreateStageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
897
897
|
(0, import_smithy_client.take)(input, {
|
|
898
898
|
cacheClusterEnabled: [],
|
|
899
899
|
cacheClusterSize: [],
|
|
900
|
-
canarySettings: (_) => se_CanarySettings(_, context),
|
|
900
|
+
canarySettings: /* @__PURE__ */ __name((_) => se_CanarySettings(_, context), "canarySettings"),
|
|
901
901
|
deploymentId: [],
|
|
902
902
|
description: [],
|
|
903
903
|
documentationVersion: [],
|
|
904
904
|
stageName: [],
|
|
905
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
905
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
906
906
|
tracingEnabled: [],
|
|
907
|
-
variables: (_) => (0, import_smithy_client._json)(_)
|
|
907
|
+
variables: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "variables")
|
|
908
908
|
})
|
|
909
909
|
);
|
|
910
910
|
b.m("POST").h(headers).b(body);
|
|
@@ -919,12 +919,12 @@ var se_CreateUsagePlanCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
919
919
|
let body;
|
|
920
920
|
body = JSON.stringify(
|
|
921
921
|
(0, import_smithy_client.take)(input, {
|
|
922
|
-
apiStages: (_) => se_ListOfApiStage(_, context),
|
|
922
|
+
apiStages: /* @__PURE__ */ __name((_) => se_ListOfApiStage(_, context), "apiStages"),
|
|
923
923
|
description: [],
|
|
924
924
|
name: [],
|
|
925
|
-
quota: (_) => (0, import_smithy_client._json)(_),
|
|
926
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
927
|
-
throttle: (_) => se_ThrottleSettings(_, context)
|
|
925
|
+
quota: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "quota"),
|
|
926
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
927
|
+
throttle: /* @__PURE__ */ __name((_) => se_ThrottleSettings(_, context), "throttle")
|
|
928
928
|
})
|
|
929
929
|
);
|
|
930
930
|
b.m("POST").h(headers).b(body);
|
|
@@ -958,8 +958,8 @@ var se_CreateVpcLinkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
958
958
|
(0, import_smithy_client.take)(input, {
|
|
959
959
|
description: [],
|
|
960
960
|
name: [],
|
|
961
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
962
|
-
targetArns: (_) => (0, import_smithy_client._json)(_)
|
|
961
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
962
|
+
targetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetArns")
|
|
963
963
|
})
|
|
964
964
|
);
|
|
965
965
|
b.m("POST").h(headers).b(body);
|
|
@@ -1225,7 +1225,7 @@ var se_GenerateClientCertificateCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1225
1225
|
body = JSON.stringify(
|
|
1226
1226
|
(0, import_smithy_client.take)(input, {
|
|
1227
1227
|
description: [],
|
|
1228
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1228
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1229
1229
|
})
|
|
1230
1230
|
);
|
|
1231
1231
|
b.m("POST").h(headers).b(body);
|
|
@@ -1861,8 +1861,8 @@ var se_PutGatewayResponseCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1861
1861
|
let body;
|
|
1862
1862
|
body = JSON.stringify(
|
|
1863
1863
|
(0, import_smithy_client.take)(input, {
|
|
1864
|
-
responseParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1865
|
-
responseTemplates: (_) => (0, import_smithy_client._json)(_),
|
|
1864
|
+
responseParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseParameters"),
|
|
1865
|
+
responseTemplates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseTemplates"),
|
|
1866
1866
|
statusCode: []
|
|
1867
1867
|
})
|
|
1868
1868
|
);
|
|
@@ -1881,7 +1881,7 @@ var se_PutIntegrationCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1881
1881
|
let body;
|
|
1882
1882
|
body = JSON.stringify(
|
|
1883
1883
|
(0, import_smithy_client.take)(input, {
|
|
1884
|
-
cacheKeyParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1884
|
+
cacheKeyParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "cacheKeyParameters"),
|
|
1885
1885
|
cacheNamespace: [],
|
|
1886
1886
|
connectionId: [],
|
|
1887
1887
|
connectionType: [],
|
|
@@ -1889,10 +1889,10 @@ var se_PutIntegrationCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1889
1889
|
credentials: [],
|
|
1890
1890
|
httpMethod: [, , `integrationHttpMethod`],
|
|
1891
1891
|
passthroughBehavior: [],
|
|
1892
|
-
requestParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1893
|
-
requestTemplates: (_) => (0, import_smithy_client._json)(_),
|
|
1892
|
+
requestParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "requestParameters"),
|
|
1893
|
+
requestTemplates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "requestTemplates"),
|
|
1894
1894
|
timeoutInMillis: [],
|
|
1895
|
-
tlsConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1895
|
+
tlsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsConfig"),
|
|
1896
1896
|
type: [],
|
|
1897
1897
|
uri: []
|
|
1898
1898
|
})
|
|
@@ -1914,8 +1914,8 @@ var se_PutIntegrationResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1914
1914
|
body = JSON.stringify(
|
|
1915
1915
|
(0, import_smithy_client.take)(input, {
|
|
1916
1916
|
contentHandling: [],
|
|
1917
|
-
responseParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1918
|
-
responseTemplates: (_) => (0, import_smithy_client._json)(_),
|
|
1917
|
+
responseParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseParameters"),
|
|
1918
|
+
responseTemplates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseTemplates"),
|
|
1919
1919
|
selectionPattern: []
|
|
1920
1920
|
})
|
|
1921
1921
|
);
|
|
@@ -1935,12 +1935,12 @@ var se_PutMethodCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1935
1935
|
body = JSON.stringify(
|
|
1936
1936
|
(0, import_smithy_client.take)(input, {
|
|
1937
1937
|
apiKeyRequired: [],
|
|
1938
|
-
authorizationScopes: (_) => (0, import_smithy_client._json)(_),
|
|
1938
|
+
authorizationScopes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizationScopes"),
|
|
1939
1939
|
authorizationType: [],
|
|
1940
1940
|
authorizerId: [],
|
|
1941
1941
|
operationName: [],
|
|
1942
|
-
requestModels: (_) => (0, import_smithy_client._json)(_),
|
|
1943
|
-
requestParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1942
|
+
requestModels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "requestModels"),
|
|
1943
|
+
requestParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "requestParameters"),
|
|
1944
1944
|
requestValidatorId: []
|
|
1945
1945
|
})
|
|
1946
1946
|
);
|
|
@@ -1960,8 +1960,8 @@ var se_PutMethodResponseCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1960
1960
|
let body;
|
|
1961
1961
|
body = JSON.stringify(
|
|
1962
1962
|
(0, import_smithy_client.take)(input, {
|
|
1963
|
-
responseModels: (_) => (0, import_smithy_client._json)(_),
|
|
1964
|
-
responseParameters: (_) => (0, import_smithy_client._json)(_)
|
|
1963
|
+
responseModels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseModels"),
|
|
1964
|
+
responseParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "responseParameters")
|
|
1965
1965
|
})
|
|
1966
1966
|
);
|
|
1967
1967
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2008,7 +2008,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2008
2008
|
let body;
|
|
2009
2009
|
body = JSON.stringify(
|
|
2010
2010
|
(0, import_smithy_client.take)(input, {
|
|
2011
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2011
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2012
2012
|
})
|
|
2013
2013
|
);
|
|
2014
2014
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2025,12 +2025,12 @@ var se_TestInvokeAuthorizerCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2025
2025
|
let body;
|
|
2026
2026
|
body = JSON.stringify(
|
|
2027
2027
|
(0, import_smithy_client.take)(input, {
|
|
2028
|
-
additionalContext: (_) => (0, import_smithy_client._json)(_),
|
|
2028
|
+
additionalContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalContext"),
|
|
2029
2029
|
body: [],
|
|
2030
|
-
headers: (_) => (0, import_smithy_client._json)(_),
|
|
2031
|
-
multiValueHeaders: (_) => (0, import_smithy_client._json)(_),
|
|
2030
|
+
headers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "headers"),
|
|
2031
|
+
multiValueHeaders: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "multiValueHeaders"),
|
|
2032
2032
|
pathWithQueryString: [],
|
|
2033
|
-
stageVariables: (_) => (0, import_smithy_client._json)(_)
|
|
2033
|
+
stageVariables: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stageVariables")
|
|
2034
2034
|
})
|
|
2035
2035
|
);
|
|
2036
2036
|
b.m("POST").h(headers).b(body);
|
|
@@ -2050,10 +2050,10 @@ var se_TestInvokeMethodCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2050
2050
|
(0, import_smithy_client.take)(input, {
|
|
2051
2051
|
body: [],
|
|
2052
2052
|
clientCertificateId: [],
|
|
2053
|
-
headers: (_) => (0, import_smithy_client._json)(_),
|
|
2054
|
-
multiValueHeaders: (_) => (0, import_smithy_client._json)(_),
|
|
2053
|
+
headers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "headers"),
|
|
2054
|
+
multiValueHeaders: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "multiValueHeaders"),
|
|
2055
2055
|
pathWithQueryString: [],
|
|
2056
|
-
stageVariables: (_) => (0, import_smithy_client._json)(_)
|
|
2056
|
+
stageVariables: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stageVariables")
|
|
2057
2057
|
})
|
|
2058
2058
|
);
|
|
2059
2059
|
b.m("POST").h(headers).b(body);
|
|
@@ -2080,7 +2080,7 @@ var se_UpdateAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2080
2080
|
let body;
|
|
2081
2081
|
body = JSON.stringify(
|
|
2082
2082
|
(0, import_smithy_client.take)(input, {
|
|
2083
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2083
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2084
2084
|
})
|
|
2085
2085
|
);
|
|
2086
2086
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2096,7 +2096,7 @@ var se_UpdateApiKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2096
2096
|
let body;
|
|
2097
2097
|
body = JSON.stringify(
|
|
2098
2098
|
(0, import_smithy_client.take)(input, {
|
|
2099
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2099
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2100
2100
|
})
|
|
2101
2101
|
);
|
|
2102
2102
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2113,7 +2113,7 @@ var se_UpdateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2113
2113
|
let body;
|
|
2114
2114
|
body = JSON.stringify(
|
|
2115
2115
|
(0, import_smithy_client.take)(input, {
|
|
2116
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2116
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2117
2117
|
})
|
|
2118
2118
|
);
|
|
2119
2119
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2133,7 +2133,7 @@ var se_UpdateBasePathMappingCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2133
2133
|
let body;
|
|
2134
2134
|
body = JSON.stringify(
|
|
2135
2135
|
(0, import_smithy_client.take)(input, {
|
|
2136
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2136
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2137
2137
|
})
|
|
2138
2138
|
);
|
|
2139
2139
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -2149,7 +2149,7 @@ var se_UpdateClientCertificateCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2149
2149
|
let body;
|
|
2150
2150
|
body = JSON.stringify(
|
|
2151
2151
|
(0, import_smithy_client.take)(input, {
|
|
2152
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2152
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2153
2153
|
})
|
|
2154
2154
|
);
|
|
2155
2155
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2166,7 +2166,7 @@ var se_UpdateDeploymentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2166
2166
|
let body;
|
|
2167
2167
|
body = JSON.stringify(
|
|
2168
2168
|
(0, import_smithy_client.take)(input, {
|
|
2169
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2169
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2170
2170
|
})
|
|
2171
2171
|
);
|
|
2172
2172
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2183,7 +2183,7 @@ var se_UpdateDocumentationPartCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2183
2183
|
let body;
|
|
2184
2184
|
body = JSON.stringify(
|
|
2185
2185
|
(0, import_smithy_client.take)(input, {
|
|
2186
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2186
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2187
2187
|
})
|
|
2188
2188
|
);
|
|
2189
2189
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2200,7 +2200,7 @@ var se_UpdateDocumentationVersionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2200
2200
|
let body;
|
|
2201
2201
|
body = JSON.stringify(
|
|
2202
2202
|
(0, import_smithy_client.take)(input, {
|
|
2203
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2203
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2204
2204
|
})
|
|
2205
2205
|
);
|
|
2206
2206
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2219,7 +2219,7 @@ var se_UpdateDomainNameCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2219
2219
|
let body;
|
|
2220
2220
|
body = JSON.stringify(
|
|
2221
2221
|
(0, import_smithy_client.take)(input, {
|
|
2222
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2222
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2223
2223
|
})
|
|
2224
2224
|
);
|
|
2225
2225
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -2236,7 +2236,7 @@ var se_UpdateGatewayResponseCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2236
2236
|
let body;
|
|
2237
2237
|
body = JSON.stringify(
|
|
2238
2238
|
(0, import_smithy_client.take)(input, {
|
|
2239
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2239
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2240
2240
|
})
|
|
2241
2241
|
);
|
|
2242
2242
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2254,7 +2254,7 @@ var se_UpdateIntegrationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2254
2254
|
let body;
|
|
2255
2255
|
body = JSON.stringify(
|
|
2256
2256
|
(0, import_smithy_client.take)(input, {
|
|
2257
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2257
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2258
2258
|
})
|
|
2259
2259
|
);
|
|
2260
2260
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2273,7 +2273,7 @@ var se_UpdateIntegrationResponseCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2273
2273
|
let body;
|
|
2274
2274
|
body = JSON.stringify(
|
|
2275
2275
|
(0, import_smithy_client.take)(input, {
|
|
2276
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2276
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2277
2277
|
})
|
|
2278
2278
|
);
|
|
2279
2279
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2291,7 +2291,7 @@ var se_UpdateMethodCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2291
2291
|
let body;
|
|
2292
2292
|
body = JSON.stringify(
|
|
2293
2293
|
(0, import_smithy_client.take)(input, {
|
|
2294
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2294
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2295
2295
|
})
|
|
2296
2296
|
);
|
|
2297
2297
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2310,7 +2310,7 @@ var se_UpdateMethodResponseCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2310
2310
|
let body;
|
|
2311
2311
|
body = JSON.stringify(
|
|
2312
2312
|
(0, import_smithy_client.take)(input, {
|
|
2313
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2313
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2314
2314
|
})
|
|
2315
2315
|
);
|
|
2316
2316
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2327,7 +2327,7 @@ var se_UpdateModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2327
2327
|
let body;
|
|
2328
2328
|
body = JSON.stringify(
|
|
2329
2329
|
(0, import_smithy_client.take)(input, {
|
|
2330
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2330
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2331
2331
|
})
|
|
2332
2332
|
);
|
|
2333
2333
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2344,7 +2344,7 @@ var se_UpdateRequestValidatorCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2344
2344
|
let body;
|
|
2345
2345
|
body = JSON.stringify(
|
|
2346
2346
|
(0, import_smithy_client.take)(input, {
|
|
2347
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2347
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2348
2348
|
})
|
|
2349
2349
|
);
|
|
2350
2350
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2361,7 +2361,7 @@ var se_UpdateResourceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2361
2361
|
let body;
|
|
2362
2362
|
body = JSON.stringify(
|
|
2363
2363
|
(0, import_smithy_client.take)(input, {
|
|
2364
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2364
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2365
2365
|
})
|
|
2366
2366
|
);
|
|
2367
2367
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2377,7 +2377,7 @@ var se_UpdateRestApiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2377
2377
|
let body;
|
|
2378
2378
|
body = JSON.stringify(
|
|
2379
2379
|
(0, import_smithy_client.take)(input, {
|
|
2380
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2380
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2381
2381
|
})
|
|
2382
2382
|
);
|
|
2383
2383
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2394,7 +2394,7 @@ var se_UpdateStageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2394
2394
|
let body;
|
|
2395
2395
|
body = JSON.stringify(
|
|
2396
2396
|
(0, import_smithy_client.take)(input, {
|
|
2397
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2397
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2398
2398
|
})
|
|
2399
2399
|
);
|
|
2400
2400
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2411,7 +2411,7 @@ var se_UpdateUsageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2411
2411
|
let body;
|
|
2412
2412
|
body = JSON.stringify(
|
|
2413
2413
|
(0, import_smithy_client.take)(input, {
|
|
2414
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2414
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2415
2415
|
})
|
|
2416
2416
|
);
|
|
2417
2417
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2427,7 +2427,7 @@ var se_UpdateUsagePlanCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2427
2427
|
let body;
|
|
2428
2428
|
body = JSON.stringify(
|
|
2429
2429
|
(0, import_smithy_client.take)(input, {
|
|
2430
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2430
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2431
2431
|
})
|
|
2432
2432
|
);
|
|
2433
2433
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2443,7 +2443,7 @@ var se_UpdateVpcLinkCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2443
2443
|
let body;
|
|
2444
2444
|
body = JSON.stringify(
|
|
2445
2445
|
(0, import_smithy_client.take)(input, {
|
|
2446
|
-
patchOperations: (_) => (0, import_smithy_client._json)(_)
|
|
2446
|
+
patchOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "patchOperations")
|
|
2447
2447
|
})
|
|
2448
2448
|
);
|
|
2449
2449
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2458,12 +2458,12 @@ var de_CreateApiKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2458
2458
|
});
|
|
2459
2459
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2460
2460
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2461
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2461
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
2462
2462
|
customerId: import_smithy_client.expectString,
|
|
2463
2463
|
description: import_smithy_client.expectString,
|
|
2464
2464
|
enabled: import_smithy_client.expectBoolean,
|
|
2465
2465
|
id: import_smithy_client.expectString,
|
|
2466
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2466
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
2467
2467
|
name: import_smithy_client.expectString,
|
|
2468
2468
|
stageKeys: import_smithy_client._json,
|
|
2469
2469
|
tags: import_smithy_client._json,
|
|
@@ -2521,7 +2521,7 @@ var de_CreateDeploymentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2521
2521
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2522
2522
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2523
2523
|
apiSummary: import_smithy_client._json,
|
|
2524
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2524
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
2525
2525
|
description: import_smithy_client.expectString,
|
|
2526
2526
|
id: import_smithy_client.expectString
|
|
2527
2527
|
});
|
|
@@ -2553,7 +2553,7 @@ var de_CreateDocumentationVersionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2553
2553
|
});
|
|
2554
2554
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2555
2555
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2556
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2556
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
2557
2557
|
description: import_smithy_client.expectString,
|
|
2558
2558
|
version: import_smithy_client.expectString
|
|
2559
2559
|
});
|
|
@@ -2571,7 +2571,7 @@ var de_CreateDomainNameCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2571
2571
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2572
2572
|
certificateArn: import_smithy_client.expectString,
|
|
2573
2573
|
certificateName: import_smithy_client.expectString,
|
|
2574
|
-
certificateUploadDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2574
|
+
certificateUploadDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "certificateUploadDate"),
|
|
2575
2575
|
distributionDomainName: import_smithy_client.expectString,
|
|
2576
2576
|
distributionHostedZoneId: import_smithy_client.expectString,
|
|
2577
2577
|
domainName: import_smithy_client.expectString,
|
|
@@ -2676,7 +2676,7 @@ var de_CreateRestApiCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2676
2676
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2677
2677
|
apiKeySource: import_smithy_client.expectString,
|
|
2678
2678
|
binaryMediaTypes: import_smithy_client._json,
|
|
2679
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2679
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
2680
2680
|
description: import_smithy_client.expectString,
|
|
2681
2681
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
2682
2682
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -2705,14 +2705,14 @@ var de_CreateStageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2705
2705
|
cacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
2706
2706
|
cacheClusterSize: import_smithy_client.expectString,
|
|
2707
2707
|
cacheClusterStatus: import_smithy_client.expectString,
|
|
2708
|
-
canarySettings: (_) => de_CanarySettings(_, context),
|
|
2708
|
+
canarySettings: /* @__PURE__ */ __name((_) => de_CanarySettings(_, context), "canarySettings"),
|
|
2709
2709
|
clientCertificateId: import_smithy_client.expectString,
|
|
2710
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2710
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
2711
2711
|
deploymentId: import_smithy_client.expectString,
|
|
2712
2712
|
description: import_smithy_client.expectString,
|
|
2713
2713
|
documentationVersion: import_smithy_client.expectString,
|
|
2714
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2715
|
-
methodSettings: (_) => de_MapOfMethodSettings(_, context),
|
|
2714
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
2715
|
+
methodSettings: /* @__PURE__ */ __name((_) => de_MapOfMethodSettings(_, context), "methodSettings"),
|
|
2716
2716
|
stageName: import_smithy_client.expectString,
|
|
2717
2717
|
tags: import_smithy_client._json,
|
|
2718
2718
|
tracingEnabled: import_smithy_client.expectBoolean,
|
|
@@ -2731,14 +2731,14 @@ var de_CreateUsagePlanCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2731
2731
|
});
|
|
2732
2732
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2733
2733
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2734
|
-
apiStages: (_) => de_ListOfApiStage(_, context),
|
|
2734
|
+
apiStages: /* @__PURE__ */ __name((_) => de_ListOfApiStage(_, context), "apiStages"),
|
|
2735
2735
|
description: import_smithy_client.expectString,
|
|
2736
2736
|
id: import_smithy_client.expectString,
|
|
2737
2737
|
name: import_smithy_client.expectString,
|
|
2738
2738
|
productCode: import_smithy_client.expectString,
|
|
2739
2739
|
quota: import_smithy_client._json,
|
|
2740
2740
|
tags: import_smithy_client._json,
|
|
2741
|
-
throttle: (_) => de_ThrottleSettings(_, context)
|
|
2741
|
+
throttle: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttle")
|
|
2742
2742
|
});
|
|
2743
2743
|
Object.assign(contents, doc);
|
|
2744
2744
|
return contents;
|
|
@@ -3030,9 +3030,9 @@ var de_GenerateClientCertificateCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3030
3030
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3031
3031
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3032
3032
|
clientCertificateId: import_smithy_client.expectString,
|
|
3033
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3033
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3034
3034
|
description: import_smithy_client.expectString,
|
|
3035
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3035
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
3036
3036
|
pemEncodedCertificate: import_smithy_client.expectString,
|
|
3037
3037
|
tags: import_smithy_client._json
|
|
3038
3038
|
});
|
|
@@ -3051,7 +3051,7 @@ var de_GetAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3051
3051
|
apiKeyVersion: import_smithy_client.expectString,
|
|
3052
3052
|
cloudwatchRoleArn: import_smithy_client.expectString,
|
|
3053
3053
|
features: import_smithy_client._json,
|
|
3054
|
-
throttleSettings: (_) => de_ThrottleSettings(_, context)
|
|
3054
|
+
throttleSettings: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttleSettings")
|
|
3055
3055
|
});
|
|
3056
3056
|
Object.assign(contents, doc);
|
|
3057
3057
|
return contents;
|
|
@@ -3065,12 +3065,12 @@ var de_GetApiKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3065
3065
|
});
|
|
3066
3066
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3067
3067
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3068
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3068
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3069
3069
|
customerId: import_smithy_client.expectString,
|
|
3070
3070
|
description: import_smithy_client.expectString,
|
|
3071
3071
|
enabled: import_smithy_client.expectBoolean,
|
|
3072
3072
|
id: import_smithy_client.expectString,
|
|
3073
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3073
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
3074
3074
|
name: import_smithy_client.expectString,
|
|
3075
3075
|
stageKeys: import_smithy_client._json,
|
|
3076
3076
|
tags: import_smithy_client._json,
|
|
@@ -3174,9 +3174,9 @@ var de_GetClientCertificateCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3174
3174
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3175
3175
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3176
3176
|
clientCertificateId: import_smithy_client.expectString,
|
|
3177
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3177
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3178
3178
|
description: import_smithy_client.expectString,
|
|
3179
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3179
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
3180
3180
|
pemEncodedCertificate: import_smithy_client.expectString,
|
|
3181
3181
|
tags: import_smithy_client._json
|
|
3182
3182
|
});
|
|
@@ -3208,7 +3208,7 @@ var de_GetDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3208
3208
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3209
3209
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3210
3210
|
apiSummary: import_smithy_client._json,
|
|
3211
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3211
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3212
3212
|
description: import_smithy_client.expectString,
|
|
3213
3213
|
id: import_smithy_client.expectString
|
|
3214
3214
|
});
|
|
@@ -3270,7 +3270,7 @@ var de_GetDocumentationVersionCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3270
3270
|
});
|
|
3271
3271
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3272
3272
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3273
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3273
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3274
3274
|
description: import_smithy_client.expectString,
|
|
3275
3275
|
version: import_smithy_client.expectString
|
|
3276
3276
|
});
|
|
@@ -3303,7 +3303,7 @@ var de_GetDomainNameCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3303
3303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3304
3304
|
certificateArn: import_smithy_client.expectString,
|
|
3305
3305
|
certificateName: import_smithy_client.expectString,
|
|
3306
|
-
certificateUploadDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3306
|
+
certificateUploadDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "certificateUploadDate"),
|
|
3307
3307
|
distributionDomainName: import_smithy_client.expectString,
|
|
3308
3308
|
distributionHostedZoneId: import_smithy_client.expectString,
|
|
3309
3309
|
domainName: import_smithy_client.expectString,
|
|
@@ -3611,7 +3611,7 @@ var de_GetRestApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3611
3611
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3612
3612
|
apiKeySource: import_smithy_client.expectString,
|
|
3613
3613
|
binaryMediaTypes: import_smithy_client._json,
|
|
3614
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3614
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3615
3615
|
description: import_smithy_client.expectString,
|
|
3616
3616
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
3617
3617
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -3699,14 +3699,14 @@ var de_GetStageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3699
3699
|
cacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
3700
3700
|
cacheClusterSize: import_smithy_client.expectString,
|
|
3701
3701
|
cacheClusterStatus: import_smithy_client.expectString,
|
|
3702
|
-
canarySettings: (_) => de_CanarySettings(_, context),
|
|
3702
|
+
canarySettings: /* @__PURE__ */ __name((_) => de_CanarySettings(_, context), "canarySettings"),
|
|
3703
3703
|
clientCertificateId: import_smithy_client.expectString,
|
|
3704
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3704
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3705
3705
|
deploymentId: import_smithy_client.expectString,
|
|
3706
3706
|
description: import_smithy_client.expectString,
|
|
3707
3707
|
documentationVersion: import_smithy_client.expectString,
|
|
3708
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3709
|
-
methodSettings: (_) => de_MapOfMethodSettings(_, context),
|
|
3708
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
3709
|
+
methodSettings: /* @__PURE__ */ __name((_) => de_MapOfMethodSettings(_, context), "methodSettings"),
|
|
3710
3710
|
stageName: import_smithy_client.expectString,
|
|
3711
3711
|
tags: import_smithy_client._json,
|
|
3712
3712
|
tracingEnabled: import_smithy_client.expectBoolean,
|
|
@@ -3725,7 +3725,7 @@ var de_GetStagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3725
3725
|
});
|
|
3726
3726
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3727
3727
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3728
|
-
item: (_) => de_ListOfStage(_, context)
|
|
3728
|
+
item: /* @__PURE__ */ __name((_) => de_ListOfStage(_, context), "item")
|
|
3729
3729
|
});
|
|
3730
3730
|
Object.assign(contents, doc);
|
|
3731
3731
|
return contents;
|
|
@@ -3771,14 +3771,14 @@ var de_GetUsagePlanCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3771
3771
|
});
|
|
3772
3772
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3773
3773
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3774
|
-
apiStages: (_) => de_ListOfApiStage(_, context),
|
|
3774
|
+
apiStages: /* @__PURE__ */ __name((_) => de_ListOfApiStage(_, context), "apiStages"),
|
|
3775
3775
|
description: import_smithy_client.expectString,
|
|
3776
3776
|
id: import_smithy_client.expectString,
|
|
3777
3777
|
name: import_smithy_client.expectString,
|
|
3778
3778
|
productCode: import_smithy_client.expectString,
|
|
3779
3779
|
quota: import_smithy_client._json,
|
|
3780
3780
|
tags: import_smithy_client._json,
|
|
3781
|
-
throttle: (_) => de_ThrottleSettings(_, context)
|
|
3781
|
+
throttle: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttle")
|
|
3782
3782
|
});
|
|
3783
3783
|
Object.assign(contents, doc);
|
|
3784
3784
|
return contents;
|
|
@@ -3906,7 +3906,7 @@ var de_ImportRestApiCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3906
3906
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3907
3907
|
apiKeySource: import_smithy_client.expectString,
|
|
3908
3908
|
binaryMediaTypes: import_smithy_client._json,
|
|
3909
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3909
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
3910
3910
|
description: import_smithy_client.expectString,
|
|
3911
3911
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
3912
3912
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -4037,7 +4037,7 @@ var de_PutRestApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4037
4037
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4038
4038
|
apiKeySource: import_smithy_client.expectString,
|
|
4039
4039
|
binaryMediaTypes: import_smithy_client._json,
|
|
4040
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4040
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4041
4041
|
description: import_smithy_client.expectString,
|
|
4042
4042
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
4043
4043
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -4134,7 +4134,7 @@ var de_UpdateAccountCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4134
4134
|
apiKeyVersion: import_smithy_client.expectString,
|
|
4135
4135
|
cloudwatchRoleArn: import_smithy_client.expectString,
|
|
4136
4136
|
features: import_smithy_client._json,
|
|
4137
|
-
throttleSettings: (_) => de_ThrottleSettings(_, context)
|
|
4137
|
+
throttleSettings: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttleSettings")
|
|
4138
4138
|
});
|
|
4139
4139
|
Object.assign(contents, doc);
|
|
4140
4140
|
return contents;
|
|
@@ -4148,12 +4148,12 @@ var de_UpdateApiKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4148
4148
|
});
|
|
4149
4149
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4150
4150
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4151
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4151
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4152
4152
|
customerId: import_smithy_client.expectString,
|
|
4153
4153
|
description: import_smithy_client.expectString,
|
|
4154
4154
|
enabled: import_smithy_client.expectBoolean,
|
|
4155
4155
|
id: import_smithy_client.expectString,
|
|
4156
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4156
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
4157
4157
|
name: import_smithy_client.expectString,
|
|
4158
4158
|
stageKeys: import_smithy_client._json,
|
|
4159
4159
|
tags: import_smithy_client._json,
|
|
@@ -4211,9 +4211,9 @@ var de_UpdateClientCertificateCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
4211
4211
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4212
4212
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4213
4213
|
clientCertificateId: import_smithy_client.expectString,
|
|
4214
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4214
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4215
4215
|
description: import_smithy_client.expectString,
|
|
4216
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4216
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
4217
4217
|
pemEncodedCertificate: import_smithy_client.expectString,
|
|
4218
4218
|
tags: import_smithy_client._json
|
|
4219
4219
|
});
|
|
@@ -4230,7 +4230,7 @@ var de_UpdateDeploymentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4230
4230
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4231
4231
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4232
4232
|
apiSummary: import_smithy_client._json,
|
|
4233
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4233
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4234
4234
|
description: import_smithy_client.expectString,
|
|
4235
4235
|
id: import_smithy_client.expectString
|
|
4236
4236
|
});
|
|
@@ -4262,7 +4262,7 @@ var de_UpdateDocumentationVersionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4262
4262
|
});
|
|
4263
4263
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4264
4264
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4265
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4265
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4266
4266
|
description: import_smithy_client.expectString,
|
|
4267
4267
|
version: import_smithy_client.expectString
|
|
4268
4268
|
});
|
|
@@ -4280,7 +4280,7 @@ var de_UpdateDomainNameCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4280
4280
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4281
4281
|
certificateArn: import_smithy_client.expectString,
|
|
4282
4282
|
certificateName: import_smithy_client.expectString,
|
|
4283
|
-
certificateUploadDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4283
|
+
certificateUploadDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "certificateUploadDate"),
|
|
4284
4284
|
distributionDomainName: import_smithy_client.expectString,
|
|
4285
4285
|
distributionHostedZoneId: import_smithy_client.expectString,
|
|
4286
4286
|
domainName: import_smithy_client.expectString,
|
|
@@ -4471,7 +4471,7 @@ var de_UpdateRestApiCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4471
4471
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4472
4472
|
apiKeySource: import_smithy_client.expectString,
|
|
4473
4473
|
binaryMediaTypes: import_smithy_client._json,
|
|
4474
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4474
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4475
4475
|
description: import_smithy_client.expectString,
|
|
4476
4476
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
4477
4477
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -4500,14 +4500,14 @@ var de_UpdateStageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4500
4500
|
cacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
4501
4501
|
cacheClusterSize: import_smithy_client.expectString,
|
|
4502
4502
|
cacheClusterStatus: import_smithy_client.expectString,
|
|
4503
|
-
canarySettings: (_) => de_CanarySettings(_, context),
|
|
4503
|
+
canarySettings: /* @__PURE__ */ __name((_) => de_CanarySettings(_, context), "canarySettings"),
|
|
4504
4504
|
clientCertificateId: import_smithy_client.expectString,
|
|
4505
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4505
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4506
4506
|
deploymentId: import_smithy_client.expectString,
|
|
4507
4507
|
description: import_smithy_client.expectString,
|
|
4508
4508
|
documentationVersion: import_smithy_client.expectString,
|
|
4509
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4510
|
-
methodSettings: (_) => de_MapOfMethodSettings(_, context),
|
|
4509
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
4510
|
+
methodSettings: /* @__PURE__ */ __name((_) => de_MapOfMethodSettings(_, context), "methodSettings"),
|
|
4511
4511
|
stageName: import_smithy_client.expectString,
|
|
4512
4512
|
tags: import_smithy_client._json,
|
|
4513
4513
|
tracingEnabled: import_smithy_client.expectBoolean,
|
|
@@ -4544,14 +4544,14 @@ var de_UpdateUsagePlanCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4544
4544
|
});
|
|
4545
4545
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4546
4546
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4547
|
-
apiStages: (_) => de_ListOfApiStage(_, context),
|
|
4547
|
+
apiStages: /* @__PURE__ */ __name((_) => de_ListOfApiStage(_, context), "apiStages"),
|
|
4548
4548
|
description: import_smithy_client.expectString,
|
|
4549
4549
|
id: import_smithy_client.expectString,
|
|
4550
4550
|
name: import_smithy_client.expectString,
|
|
4551
4551
|
productCode: import_smithy_client.expectString,
|
|
4552
4552
|
quota: import_smithy_client._json,
|
|
4553
4553
|
tags: import_smithy_client._json,
|
|
4554
|
-
throttle: (_) => de_ThrottleSettings(_, context)
|
|
4554
|
+
throttle: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttle")
|
|
4555
4555
|
});
|
|
4556
4556
|
Object.assign(contents, doc);
|
|
4557
4557
|
return contents;
|
|
@@ -4715,7 +4715,7 @@ var se_ApiStage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4715
4715
|
return (0, import_smithy_client.take)(input, {
|
|
4716
4716
|
apiId: [],
|
|
4717
4717
|
stage: [],
|
|
4718
|
-
throttle: (_) => se_MapOfApiStageThrottleSettings(_, context)
|
|
4718
|
+
throttle: /* @__PURE__ */ __name((_) => se_MapOfApiStageThrottleSettings(_, context), "throttle")
|
|
4719
4719
|
});
|
|
4720
4720
|
}, "se_ApiStage");
|
|
4721
4721
|
var se_CanarySettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4755,12 +4755,12 @@ var se_ThrottleSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
4755
4755
|
}, "se_ThrottleSettings");
|
|
4756
4756
|
var de_ApiKey = /* @__PURE__ */ __name((output, context) => {
|
|
4757
4757
|
return (0, import_smithy_client.take)(output, {
|
|
4758
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4758
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4759
4759
|
customerId: import_smithy_client.expectString,
|
|
4760
4760
|
description: import_smithy_client.expectString,
|
|
4761
4761
|
enabled: import_smithy_client.expectBoolean,
|
|
4762
4762
|
id: import_smithy_client.expectString,
|
|
4763
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4763
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
4764
4764
|
name: import_smithy_client.expectString,
|
|
4765
4765
|
stageKeys: import_smithy_client._json,
|
|
4766
4766
|
tags: import_smithy_client._json,
|
|
@@ -4771,7 +4771,7 @@ var de_ApiStage = /* @__PURE__ */ __name((output, context) => {
|
|
|
4771
4771
|
return (0, import_smithy_client.take)(output, {
|
|
4772
4772
|
apiId: import_smithy_client.expectString,
|
|
4773
4773
|
stage: import_smithy_client.expectString,
|
|
4774
|
-
throttle: (_) => de_MapOfApiStageThrottleSettings(_, context)
|
|
4774
|
+
throttle: /* @__PURE__ */ __name((_) => de_MapOfApiStageThrottleSettings(_, context), "throttle")
|
|
4775
4775
|
});
|
|
4776
4776
|
}, "de_ApiStage");
|
|
4777
4777
|
var de_CanarySettings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4785,9 +4785,9 @@ var de_CanarySettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
4785
4785
|
var de_ClientCertificate = /* @__PURE__ */ __name((output, context) => {
|
|
4786
4786
|
return (0, import_smithy_client.take)(output, {
|
|
4787
4787
|
clientCertificateId: import_smithy_client.expectString,
|
|
4788
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4788
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4789
4789
|
description: import_smithy_client.expectString,
|
|
4790
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4790
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
4791
4791
|
pemEncodedCertificate: import_smithy_client.expectString,
|
|
4792
4792
|
tags: import_smithy_client._json
|
|
4793
4793
|
});
|
|
@@ -4795,14 +4795,14 @@ var de_ClientCertificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
4795
4795
|
var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
4796
4796
|
return (0, import_smithy_client.take)(output, {
|
|
4797
4797
|
apiSummary: import_smithy_client._json,
|
|
4798
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4798
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4799
4799
|
description: import_smithy_client.expectString,
|
|
4800
4800
|
id: import_smithy_client.expectString
|
|
4801
4801
|
});
|
|
4802
4802
|
}, "de_Deployment");
|
|
4803
4803
|
var de_DocumentationVersion = /* @__PURE__ */ __name((output, context) => {
|
|
4804
4804
|
return (0, import_smithy_client.take)(output, {
|
|
4805
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4805
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4806
4806
|
description: import_smithy_client.expectString,
|
|
4807
4807
|
version: import_smithy_client.expectString
|
|
4808
4808
|
});
|
|
@@ -4811,7 +4811,7 @@ var de_DomainName = /* @__PURE__ */ __name((output, context) => {
|
|
|
4811
4811
|
return (0, import_smithy_client.take)(output, {
|
|
4812
4812
|
certificateArn: import_smithy_client.expectString,
|
|
4813
4813
|
certificateName: import_smithy_client.expectString,
|
|
4814
|
-
certificateUploadDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4814
|
+
certificateUploadDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "certificateUploadDate"),
|
|
4815
4815
|
distributionDomainName: import_smithy_client.expectString,
|
|
4816
4816
|
distributionHostedZoneId: import_smithy_client.expectString,
|
|
4817
4817
|
domainName: import_smithy_client.expectString,
|
|
@@ -4922,7 +4922,7 @@ var de_RestApi = /* @__PURE__ */ __name((output, context) => {
|
|
|
4922
4922
|
return (0, import_smithy_client.take)(output, {
|
|
4923
4923
|
apiKeySource: import_smithy_client.expectString,
|
|
4924
4924
|
binaryMediaTypes: import_smithy_client._json,
|
|
4925
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4925
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4926
4926
|
description: import_smithy_client.expectString,
|
|
4927
4927
|
disableExecuteApiEndpoint: import_smithy_client.expectBoolean,
|
|
4928
4928
|
endpointConfiguration: import_smithy_client._json,
|
|
@@ -4942,14 +4942,14 @@ var de_Stage = /* @__PURE__ */ __name((output, context) => {
|
|
|
4942
4942
|
cacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
4943
4943
|
cacheClusterSize: import_smithy_client.expectString,
|
|
4944
4944
|
cacheClusterStatus: import_smithy_client.expectString,
|
|
4945
|
-
canarySettings: (_) => de_CanarySettings(_, context),
|
|
4945
|
+
canarySettings: /* @__PURE__ */ __name((_) => de_CanarySettings(_, context), "canarySettings"),
|
|
4946
4946
|
clientCertificateId: import_smithy_client.expectString,
|
|
4947
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4947
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
4948
4948
|
deploymentId: import_smithy_client.expectString,
|
|
4949
4949
|
description: import_smithy_client.expectString,
|
|
4950
4950
|
documentationVersion: import_smithy_client.expectString,
|
|
4951
|
-
lastUpdatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4952
|
-
methodSettings: (_) => de_MapOfMethodSettings(_, context),
|
|
4951
|
+
lastUpdatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDate"),
|
|
4952
|
+
methodSettings: /* @__PURE__ */ __name((_) => de_MapOfMethodSettings(_, context), "methodSettings"),
|
|
4953
4953
|
stageName: import_smithy_client.expectString,
|
|
4954
4954
|
tags: import_smithy_client._json,
|
|
4955
4955
|
tracingEnabled: import_smithy_client.expectBoolean,
|
|
@@ -4965,14 +4965,14 @@ var de_ThrottleSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
4965
4965
|
}, "de_ThrottleSettings");
|
|
4966
4966
|
var de_UsagePlan = /* @__PURE__ */ __name((output, context) => {
|
|
4967
4967
|
return (0, import_smithy_client.take)(output, {
|
|
4968
|
-
apiStages: (_) => de_ListOfApiStage(_, context),
|
|
4968
|
+
apiStages: /* @__PURE__ */ __name((_) => de_ListOfApiStage(_, context), "apiStages"),
|
|
4969
4969
|
description: import_smithy_client.expectString,
|
|
4970
4970
|
id: import_smithy_client.expectString,
|
|
4971
4971
|
name: import_smithy_client.expectString,
|
|
4972
4972
|
productCode: import_smithy_client.expectString,
|
|
4973
4973
|
quota: import_smithy_client._json,
|
|
4974
4974
|
tags: import_smithy_client._json,
|
|
4975
|
-
throttle: (_) => de_ThrottleSettings(_, context)
|
|
4975
|
+
throttle: /* @__PURE__ */ __name((_) => de_ThrottleSettings(_, context), "throttle")
|
|
4976
4976
|
});
|
|
4977
4977
|
}, "de_UsagePlan");
|
|
4978
4978
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-api-gateway",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-api-gateway": "3.734.0",
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.734.0",
|