@aws-sdk/client-api-gateway 3.952.0 → 3.954.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 +1085 -747
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-es/commands/CreateBasePathMappingCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDocumentationPartCommand.js +2 -2
- package/dist-es/commands/CreateDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -2
- package/dist-es/commands/CreateRequestValidatorCommand.js +2 -2
- package/dist-es/commands/CreateResourceCommand.js +2 -2
- package/dist-es/commands/CreateRestApiCommand.js +2 -2
- package/dist-es/commands/CreateStageCommand.js +2 -2
- package/dist-es/commands/CreateUsagePlanCommand.js +2 -2
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-es/commands/DeleteBasePathMappingCommand.js +2 -2
- package/dist-es/commands/DeleteClientCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationPartCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayResponseCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/DeleteMethodCommand.js +2 -2
- package/dist-es/commands/DeleteMethodResponseCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteRequestValidatorCommand.js +2 -2
- package/dist-es/commands/DeleteResourceCommand.js +2 -2
- package/dist-es/commands/DeleteRestApiCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +2 -2
- package/dist-es/commands/FlushStageCacheCommand.js +2 -2
- package/dist-es/commands/GenerateClientCertificateCommand.js +2 -2
- package/dist-es/commands/GetAccountCommand.js +2 -2
- package/dist-es/commands/GetApiKeyCommand.js +2 -2
- package/dist-es/commands/GetApiKeysCommand.js +2 -2
- package/dist-es/commands/GetAuthorizerCommand.js +2 -2
- package/dist-es/commands/GetAuthorizersCommand.js +2 -2
- package/dist-es/commands/GetBasePathMappingCommand.js +2 -2
- package/dist-es/commands/GetBasePathMappingsCommand.js +2 -2
- package/dist-es/commands/GetClientCertificateCommand.js +2 -2
- package/dist-es/commands/GetClientCertificatesCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentsCommand.js +2 -2
- package/dist-es/commands/GetDocumentationPartCommand.js +2 -2
- package/dist-es/commands/GetDocumentationPartsCommand.js +2 -2
- package/dist-es/commands/GetDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/GetDocumentationVersionsCommand.js +2 -2
- package/dist-es/commands/GetDomainNameAccessAssociationsCommand.js +2 -2
- package/dist-es/commands/GetDomainNameCommand.js +2 -2
- package/dist-es/commands/GetDomainNamesCommand.js +2 -2
- package/dist-es/commands/GetExportCommand.js +2 -2
- package/dist-es/commands/GetGatewayResponseCommand.js +2 -2
- package/dist-es/commands/GetGatewayResponsesCommand.js +2 -2
- package/dist-es/commands/GetIntegrationCommand.js +2 -2
- package/dist-es/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/GetMethodCommand.js +2 -2
- package/dist-es/commands/GetMethodResponseCommand.js +2 -2
- package/dist-es/commands/GetModelCommand.js +2 -2
- package/dist-es/commands/GetModelTemplateCommand.js +2 -2
- package/dist-es/commands/GetModelsCommand.js +2 -2
- package/dist-es/commands/GetRequestValidatorCommand.js +2 -2
- package/dist-es/commands/GetRequestValidatorsCommand.js +2 -2
- package/dist-es/commands/GetResourceCommand.js +2 -2
- package/dist-es/commands/GetResourcesCommand.js +2 -2
- package/dist-es/commands/GetRestApiCommand.js +2 -2
- package/dist-es/commands/GetRestApisCommand.js +2 -2
- package/dist-es/commands/GetSdkCommand.js +2 -2
- package/dist-es/commands/GetSdkTypeCommand.js +2 -2
- package/dist-es/commands/GetSdkTypesCommand.js +2 -2
- package/dist-es/commands/GetStageCommand.js +2 -2
- package/dist-es/commands/GetStagesCommand.js +2 -2
- package/dist-es/commands/GetTagsCommand.js +2 -2
- package/dist-es/commands/GetUsageCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanKeysCommand.js +2 -2
- package/dist-es/commands/GetUsagePlansCommand.js +2 -2
- package/dist-es/commands/GetVpcLinkCommand.js +2 -2
- package/dist-es/commands/GetVpcLinksCommand.js +2 -2
- package/dist-es/commands/ImportApiKeysCommand.js +2 -2
- package/dist-es/commands/ImportDocumentationPartsCommand.js +2 -2
- package/dist-es/commands/ImportRestApiCommand.js +2 -2
- package/dist-es/commands/PutGatewayResponseCommand.js +2 -2
- package/dist-es/commands/PutIntegrationCommand.js +2 -2
- package/dist-es/commands/PutIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/PutMethodCommand.js +2 -2
- package/dist-es/commands/PutMethodResponseCommand.js +2 -2
- package/dist-es/commands/PutRestApiCommand.js +2 -2
- package/dist-es/commands/RejectDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +2 -2
- package/dist-es/commands/TestInvokeMethodCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-es/commands/UpdateBasePathMappingCommand.js +2 -2
- package/dist-es/commands/UpdateClientCertificateCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentationPartCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayResponseCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/UpdateMethodCommand.js +2 -2
- package/dist-es/commands/UpdateMethodResponseCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -2
- package/dist-es/commands/UpdateRequestValidatorCommand.js +2 -2
- package/dist-es/commands/UpdateResourceCommand.js +2 -2
- package/dist-es/commands/UpdateRestApiCommand.js +2 -2
- package/dist-es/commands/UpdateStageCommand.js +2 -2
- package/dist-es/commands/UpdateUsageCommand.js +2 -2
- package/dist-es/commands/UpdateUsagePlanCommand.js +2 -2
- package/dist-es/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +626 -612
- package/dist-types/APIGatewayClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +325 -365
- package/dist-types/ts3.4/APIGatewayClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -366
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -112,14 +112,14 @@ class APIGatewayClient extends smithyClient.Client {
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
class APIGatewayServiceException extends smithyClient.ServiceException {
|
|
116
116
|
constructor(options) {
|
|
117
117
|
super(options);
|
|
118
118
|
Object.setPrototypeOf(this, APIGatewayServiceException.prototype);
|
|
119
119
|
}
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
class BadRequestException extends APIGatewayServiceException {
|
|
123
123
|
name = "BadRequestException";
|
|
124
124
|
$fault = "client";
|
|
125
125
|
constructor(opts) {
|
|
@@ -130,8 +130,8 @@ let BadRequestException$1 = class BadRequestException extends APIGatewayServiceE
|
|
|
130
130
|
});
|
|
131
131
|
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends APIGatewayServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
constructor(opts) {
|
|
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends APIGatewayServiceExcep
|
|
|
142
142
|
});
|
|
143
143
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class LimitExceededException extends APIGatewayServiceException {
|
|
147
147
|
name = "LimitExceededException";
|
|
148
148
|
$fault = "client";
|
|
149
149
|
retryAfterSeconds;
|
|
@@ -156,8 +156,8 @@ let LimitExceededException$1 = class LimitExceededException extends APIGatewaySe
|
|
|
156
156
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
157
157
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
158
158
|
}
|
|
159
|
-
}
|
|
160
|
-
|
|
159
|
+
}
|
|
160
|
+
class NotFoundException extends APIGatewayServiceException {
|
|
161
161
|
name = "NotFoundException";
|
|
162
162
|
$fault = "client";
|
|
163
163
|
constructor(opts) {
|
|
@@ -168,8 +168,8 @@ let NotFoundException$1 = class NotFoundException extends APIGatewayServiceExcep
|
|
|
168
168
|
});
|
|
169
169
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
170
170
|
}
|
|
171
|
-
}
|
|
172
|
-
|
|
171
|
+
}
|
|
172
|
+
class TooManyRequestsException extends APIGatewayServiceException {
|
|
173
173
|
name = "TooManyRequestsException";
|
|
174
174
|
$fault = "client";
|
|
175
175
|
retryAfterSeconds;
|
|
@@ -182,8 +182,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends APIGatew
|
|
|
182
182
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
183
183
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
184
184
|
}
|
|
185
|
-
}
|
|
186
|
-
|
|
185
|
+
}
|
|
186
|
+
class UnauthorizedException extends APIGatewayServiceException {
|
|
187
187
|
name = "UnauthorizedException";
|
|
188
188
|
$fault = "client";
|
|
189
189
|
constructor(opts) {
|
|
@@ -194,8 +194,8 @@ let UnauthorizedException$1 = class UnauthorizedException extends APIGatewayServ
|
|
|
194
194
|
});
|
|
195
195
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class ServiceUnavailableException extends APIGatewayServiceException {
|
|
199
199
|
name = "ServiceUnavailableException";
|
|
200
200
|
$fault = "server";
|
|
201
201
|
retryAfterSeconds;
|
|
@@ -208,7 +208,7 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends AP
|
|
|
208
208
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
209
209
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
210
210
|
}
|
|
211
|
-
}
|
|
211
|
+
}
|
|
212
212
|
|
|
213
213
|
const _A = "Account";
|
|
214
214
|
const _AK = "ApiKey";
|
|
@@ -795,16 +795,16 @@ const _ve = "version";
|
|
|
795
795
|
const _w = "warnings";
|
|
796
796
|
const _wAA = "webAclArn";
|
|
797
797
|
const n0 = "com.amazonaws.apigateway";
|
|
798
|
-
var AccessLogSettings = [3, n0, _ALS, 0, [_f, _dA], [0, 0]];
|
|
799
|
-
var Account = [
|
|
798
|
+
var AccessLogSettings$ = [3, n0, _ALS, 0, [_f, _dA], [0, 0]];
|
|
799
|
+
var Account$ = [
|
|
800
800
|
3,
|
|
801
801
|
n0,
|
|
802
802
|
_A,
|
|
803
803
|
0,
|
|
804
804
|
[_cRA, _tS, _fe, _aKV],
|
|
805
|
-
[0, () => ThrottleSettings
|
|
805
|
+
[0, () => ThrottleSettings$, 64 | 0, 0],
|
|
806
806
|
];
|
|
807
|
-
var ApiKey = [
|
|
807
|
+
var ApiKey$ = [
|
|
808
808
|
3,
|
|
809
809
|
n0,
|
|
810
810
|
_AK,
|
|
@@ -812,8 +812,8 @@ var ApiKey = [
|
|
|
812
812
|
[_i, _v, _n, _cI, _d, _e, _cD, _lUD, _sK, _t],
|
|
813
813
|
[0, 0, 0, 0, 0, 2, 4, 4, 64 | 0, 128 | 0],
|
|
814
814
|
];
|
|
815
|
-
var ApiKeyIds = [3, n0, _AKI, 0, [_id, _w], [64 | 0, 64 | 0]];
|
|
816
|
-
var ApiKeys = [
|
|
815
|
+
var ApiKeyIds$ = [3, n0, _AKI, 0, [_id, _w], [64 | 0, 64 | 0]];
|
|
816
|
+
var ApiKeys$ = [
|
|
817
817
|
3,
|
|
818
818
|
n0,
|
|
819
819
|
_AKp,
|
|
@@ -821,7 +821,7 @@ var ApiKeys = [
|
|
|
821
821
|
[_w, _it, _p],
|
|
822
822
|
[64 | 0, [() => ListOfApiKey, { [_jN]: _ite }], [0, { [_hQ]: _p }]],
|
|
823
823
|
];
|
|
824
|
-
var ApiStage = [
|
|
824
|
+
var ApiStage$ = [
|
|
825
825
|
3,
|
|
826
826
|
n0,
|
|
827
827
|
_AS,
|
|
@@ -829,7 +829,7 @@ var ApiStage = [
|
|
|
829
829
|
[_aI, _s, _th],
|
|
830
830
|
[0, 0, () => MapOfApiStageThrottleSettings],
|
|
831
831
|
];
|
|
832
|
-
var Authorizer = [
|
|
832
|
+
var Authorizer$ = [
|
|
833
833
|
3,
|
|
834
834
|
n0,
|
|
835
835
|
_Au,
|
|
@@ -837,7 +837,7 @@ var Authorizer = [
|
|
|
837
837
|
[_i, _n, _ty, _pARN, _aT, _aU, _aC, _iS, _iVE, _aRTIS],
|
|
838
838
|
[0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 1],
|
|
839
839
|
];
|
|
840
|
-
var Authorizers = [
|
|
840
|
+
var Authorizers$ = [
|
|
841
841
|
3,
|
|
842
842
|
n0,
|
|
843
843
|
_Aut,
|
|
@@ -848,10 +848,10 @@ var Authorizers = [
|
|
|
848
848
|
[0, { [_hQ]: _p }],
|
|
849
849
|
],
|
|
850
850
|
];
|
|
851
|
-
var BadRequestException = [-3, n0, _BRE, { [_er]: _c, [_hE]: 400 }, [_m], [0]];
|
|
852
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException
|
|
853
|
-
var BasePathMapping = [3, n0, _BPM, 0, [_bP, _rAI, _s], [0, 0, 0]];
|
|
854
|
-
var BasePathMappings = [
|
|
851
|
+
var BadRequestException$ = [-3, n0, _BRE, { [_er]: _c, [_hE]: 400 }, [_m], [0]];
|
|
852
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
853
|
+
var BasePathMapping$ = [3, n0, _BPM, 0, [_bP, _rAI, _s], [0, 0, 0]];
|
|
854
|
+
var BasePathMappings$ = [
|
|
855
855
|
3,
|
|
856
856
|
n0,
|
|
857
857
|
_BPMa,
|
|
@@ -862,8 +862,8 @@ var BasePathMappings = [
|
|
|
862
862
|
[0, { [_hQ]: _p }],
|
|
863
863
|
],
|
|
864
864
|
];
|
|
865
|
-
var CanarySettings = [3, n0, _CS, 0, [_pT, _dI, _sVO, _uSC], [1, 0, 128 | 0, 2]];
|
|
866
|
-
var ClientCertificate = [
|
|
865
|
+
var CanarySettings$ = [3, n0, _CS, 0, [_pT, _dI, _sVO, _uSC], [1, 0, 128 | 0, 2]];
|
|
866
|
+
var ClientCertificate$ = [
|
|
867
867
|
3,
|
|
868
868
|
n0,
|
|
869
869
|
_CC,
|
|
@@ -871,7 +871,7 @@ var ClientCertificate = [
|
|
|
871
871
|
[_cCI, _d, _pEC, _cD, _eD, _t],
|
|
872
872
|
[0, 0, 0, 4, 4, 128 | 0],
|
|
873
873
|
];
|
|
874
|
-
var ClientCertificates = [
|
|
874
|
+
var ClientCertificates$ = [
|
|
875
875
|
3,
|
|
876
876
|
n0,
|
|
877
877
|
_CCl,
|
|
@@ -882,9 +882,9 @@ var ClientCertificates = [
|
|
|
882
882
|
[0, { [_hQ]: _p }],
|
|
883
883
|
],
|
|
884
884
|
];
|
|
885
|
-
var ConflictException = [-3, n0, _CE, { [_er]: _c, [_hE]: 409 }, [_m], [0]];
|
|
886
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
887
|
-
var CreateApiKeyRequest = [
|
|
885
|
+
var ConflictException$ = [-3, n0, _CE, { [_er]: _c, [_hE]: 409 }, [_m], [0]];
|
|
886
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
887
|
+
var CreateApiKeyRequest$ = [
|
|
888
888
|
3,
|
|
889
889
|
n0,
|
|
890
890
|
_CAKR,
|
|
@@ -892,7 +892,7 @@ var CreateApiKeyRequest = [
|
|
|
892
892
|
[_n, _d, _e, _gDI, _v, _sK, _cI, _t],
|
|
893
893
|
[0, 0, 2, 2, 0, () => ListOfStageKeys, 0, 128 | 0],
|
|
894
894
|
];
|
|
895
|
-
var CreateAuthorizerRequest = [
|
|
895
|
+
var CreateAuthorizerRequest$ = [
|
|
896
896
|
3,
|
|
897
897
|
n0,
|
|
898
898
|
_CAR,
|
|
@@ -900,7 +900,7 @@ var CreateAuthorizerRequest = [
|
|
|
900
900
|
[_rAI, _n, _ty, _pARN, _aT, _aU, _aC, _iS, _iVE, _aRTIS],
|
|
901
901
|
[[0, 1], 0, 0, 64 | 0, 0, 0, 0, 0, 0, 1],
|
|
902
902
|
];
|
|
903
|
-
var CreateBasePathMappingRequest = [
|
|
903
|
+
var CreateBasePathMappingRequest$ = [
|
|
904
904
|
3,
|
|
905
905
|
n0,
|
|
906
906
|
_CBPMR,
|
|
@@ -908,23 +908,23 @@ var CreateBasePathMappingRequest = [
|
|
|
908
908
|
[_dN, _dNI, _bP, _rAI, _s],
|
|
909
909
|
[[0, 1], [0, { [_hQ]: _dNI }], 0, 0, 0],
|
|
910
910
|
];
|
|
911
|
-
var CreateDeploymentRequest = [
|
|
911
|
+
var CreateDeploymentRequest$ = [
|
|
912
912
|
3,
|
|
913
913
|
n0,
|
|
914
914
|
_CDR,
|
|
915
915
|
0,
|
|
916
916
|
[_rAI, _sN, _sD, _d, _cCE, _cCS, _va, _cS, _tE],
|
|
917
|
-
[[0, 1], 0, 0, 0, 2, 0, 128 | 0, () => DeploymentCanarySettings
|
|
917
|
+
[[0, 1], 0, 0, 0, 2, 0, 128 | 0, () => DeploymentCanarySettings$, 2],
|
|
918
918
|
];
|
|
919
|
-
var CreateDocumentationPartRequest = [
|
|
919
|
+
var CreateDocumentationPartRequest$ = [
|
|
920
920
|
3,
|
|
921
921
|
n0,
|
|
922
922
|
_CDPR,
|
|
923
923
|
0,
|
|
924
924
|
[_rAI, _l, _pr],
|
|
925
|
-
[[0, 1], () => DocumentationPartLocation
|
|
925
|
+
[[0, 1], () => DocumentationPartLocation$, 0],
|
|
926
926
|
];
|
|
927
|
-
var CreateDocumentationVersionRequest = [
|
|
927
|
+
var CreateDocumentationVersionRequest$ = [
|
|
928
928
|
3,
|
|
929
929
|
n0,
|
|
930
930
|
_CDVR,
|
|
@@ -932,7 +932,7 @@ var CreateDocumentationVersionRequest = [
|
|
|
932
932
|
[_rAI, _dV, _sN, _d],
|
|
933
933
|
[[0, 1], 0, 0, 0],
|
|
934
934
|
];
|
|
935
|
-
var CreateDomainNameAccessAssociationRequest = [
|
|
935
|
+
var CreateDomainNameAccessAssociationRequest$ = [
|
|
936
936
|
3,
|
|
937
937
|
n0,
|
|
938
938
|
_CDNAAR,
|
|
@@ -940,16 +940,23 @@ var CreateDomainNameAccessAssociationRequest = [
|
|
|
940
940
|
[_dNA, _aAST, _aAS, _t],
|
|
941
941
|
[0, 0, 0, 128 | 0],
|
|
942
942
|
];
|
|
943
|
-
var CreateDomainNameRequest = [
|
|
943
|
+
var CreateDomainNameRequest$ = [
|
|
944
944
|
3,
|
|
945
945
|
n0,
|
|
946
946
|
_CDNR,
|
|
947
947
|
0,
|
|
948
948
|
[_dN, _cN, _cB, _cPK, _cC, _cA, _rCN, _rCA, _eC, _t, _sP, _eAM, _mTA, _oVCA, _po, _rM],
|
|
949
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => EndpointConfiguration
|
|
949
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => EndpointConfiguration$, 128 | 0, 0, 0, () => MutualTlsAuthenticationInput$, 0, 0, 0],
|
|
950
|
+
];
|
|
951
|
+
var CreateModelRequest$ = [
|
|
952
|
+
3,
|
|
953
|
+
n0,
|
|
954
|
+
_CMR,
|
|
955
|
+
0,
|
|
956
|
+
[_rAI, _n, _d, _sc, _cT],
|
|
957
|
+
[[0, 1], 0, 0, 0, 0],
|
|
950
958
|
];
|
|
951
|
-
var
|
|
952
|
-
var CreateRequestValidatorRequest = [
|
|
959
|
+
var CreateRequestValidatorRequest$ = [
|
|
953
960
|
3,
|
|
954
961
|
n0,
|
|
955
962
|
_CRVR,
|
|
@@ -957,35 +964,35 @@ var CreateRequestValidatorRequest = [
|
|
|
957
964
|
[_rAI, _n, _vRB, _vRP],
|
|
958
965
|
[[0, 1], 0, 2, 2],
|
|
959
966
|
];
|
|
960
|
-
var CreateResourceRequest = [3, n0, _CRR, 0, [_rAI, _pI, _pP], [[0, 1], [0, 1], 0]];
|
|
961
|
-
var CreateRestApiRequest = [
|
|
967
|
+
var CreateResourceRequest$ = [3, n0, _CRR, 0, [_rAI, _pI, _pP], [[0, 1], [0, 1], 0]];
|
|
968
|
+
var CreateRestApiRequest$ = [
|
|
962
969
|
3,
|
|
963
970
|
n0,
|
|
964
971
|
_CRAR,
|
|
965
972
|
0,
|
|
966
973
|
[_n, _d, _ve, _cF, _bMT, _mCS, _aKS, _eC, _po, _t, _dEAE, _sP, _eAM],
|
|
967
|
-
[0, 0, 0, 0, 64 | 0, 1, 0, () => EndpointConfiguration
|
|
974
|
+
[0, 0, 0, 0, 64 | 0, 1, 0, () => EndpointConfiguration$, 0, 128 | 0, 2, 0, 0],
|
|
968
975
|
];
|
|
969
|
-
var CreateStageRequest = [
|
|
976
|
+
var CreateStageRequest$ = [
|
|
970
977
|
3,
|
|
971
978
|
n0,
|
|
972
979
|
_CSR,
|
|
973
980
|
0,
|
|
974
981
|
[_rAI, _sN, _dI, _d, _cCE, _cCS, _va, _dV, _cS, _tE, _t],
|
|
975
|
-
[[0, 1], 0, 0, 0, 2, 0, 128 | 0, 0, () => CanarySettings
|
|
982
|
+
[[0, 1], 0, 0, 0, 2, 0, 128 | 0, 0, () => CanarySettings$, 2, 128 | 0],
|
|
976
983
|
];
|
|
977
|
-
var CreateUsagePlanKeyRequest = [3, n0, _CUPKR, 0, [_uPI, _kI, _kT], [[0, 1], 0, 0]];
|
|
978
|
-
var CreateUsagePlanRequest = [
|
|
984
|
+
var CreateUsagePlanKeyRequest$ = [3, n0, _CUPKR, 0, [_uPI, _kI, _kT], [[0, 1], 0, 0]];
|
|
985
|
+
var CreateUsagePlanRequest$ = [
|
|
979
986
|
3,
|
|
980
987
|
n0,
|
|
981
988
|
_CUPR,
|
|
982
989
|
0,
|
|
983
990
|
[_n, _d, _aS, _th, _q, _t],
|
|
984
|
-
[0, 0, () => ListOfApiStage, () => ThrottleSettings
|
|
991
|
+
[0, 0, () => ListOfApiStage, () => ThrottleSettings$, () => QuotaSettings$, 128 | 0],
|
|
985
992
|
];
|
|
986
|
-
var CreateVpcLinkRequest = [3, n0, _CVLR, 0, [_n, _d, _tA, _t], [0, 0, 64 | 0, 128 | 0]];
|
|
987
|
-
var DeleteApiKeyRequest = [3, n0, _DAKR, 0, [_aK], [[0, 1]]];
|
|
988
|
-
var DeleteAuthorizerRequest = [
|
|
993
|
+
var CreateVpcLinkRequest$ = [3, n0, _CVLR, 0, [_n, _d, _tA, _t], [0, 0, 64 | 0, 128 | 0]];
|
|
994
|
+
var DeleteApiKeyRequest$ = [3, n0, _DAKR, 0, [_aK], [[0, 1]]];
|
|
995
|
+
var DeleteAuthorizerRequest$ = [
|
|
989
996
|
3,
|
|
990
997
|
n0,
|
|
991
998
|
_DAR,
|
|
@@ -996,7 +1003,7 @@ var DeleteAuthorizerRequest = [
|
|
|
996
1003
|
[0, 1],
|
|
997
1004
|
],
|
|
998
1005
|
];
|
|
999
|
-
var DeleteBasePathMappingRequest = [
|
|
1006
|
+
var DeleteBasePathMappingRequest$ = [
|
|
1000
1007
|
3,
|
|
1001
1008
|
n0,
|
|
1002
1009
|
_DBPMR,
|
|
@@ -1008,8 +1015,8 @@ var DeleteBasePathMappingRequest = [
|
|
|
1008
1015
|
[0, 1],
|
|
1009
1016
|
],
|
|
1010
1017
|
];
|
|
1011
|
-
var DeleteClientCertificateRequest = [3, n0, _DCCR, 0, [_cCI], [[0, 1]]];
|
|
1012
|
-
var DeleteDeploymentRequest = [
|
|
1018
|
+
var DeleteClientCertificateRequest$ = [3, n0, _DCCR, 0, [_cCI], [[0, 1]]];
|
|
1019
|
+
var DeleteDeploymentRequest$ = [
|
|
1013
1020
|
3,
|
|
1014
1021
|
n0,
|
|
1015
1022
|
_DDR,
|
|
@@ -1020,7 +1027,7 @@ var DeleteDeploymentRequest = [
|
|
|
1020
1027
|
[0, 1],
|
|
1021
1028
|
],
|
|
1022
1029
|
];
|
|
1023
|
-
var DeleteDocumentationPartRequest = [
|
|
1030
|
+
var DeleteDocumentationPartRequest$ = [
|
|
1024
1031
|
3,
|
|
1025
1032
|
n0,
|
|
1026
1033
|
_DDPR,
|
|
@@ -1031,7 +1038,7 @@ var DeleteDocumentationPartRequest = [
|
|
|
1031
1038
|
[0, 1],
|
|
1032
1039
|
],
|
|
1033
1040
|
];
|
|
1034
|
-
var DeleteDocumentationVersionRequest = [
|
|
1041
|
+
var DeleteDocumentationVersionRequest$ = [
|
|
1035
1042
|
3,
|
|
1036
1043
|
n0,
|
|
1037
1044
|
_DDVR,
|
|
@@ -1042,8 +1049,8 @@ var DeleteDocumentationVersionRequest = [
|
|
|
1042
1049
|
[0, 1],
|
|
1043
1050
|
],
|
|
1044
1051
|
];
|
|
1045
|
-
var DeleteDomainNameAccessAssociationRequest = [3, n0, _DDNAAR, 0, [_dNAAA], [[0, 1]]];
|
|
1046
|
-
var DeleteDomainNameRequest = [
|
|
1052
|
+
var DeleteDomainNameAccessAssociationRequest$ = [3, n0, _DDNAAR, 0, [_dNAAA], [[0, 1]]];
|
|
1053
|
+
var DeleteDomainNameRequest$ = [
|
|
1047
1054
|
3,
|
|
1048
1055
|
n0,
|
|
1049
1056
|
_DDNR,
|
|
@@ -1054,7 +1061,7 @@ var DeleteDomainNameRequest = [
|
|
|
1054
1061
|
[0, { [_hQ]: _dNI }],
|
|
1055
1062
|
],
|
|
1056
1063
|
];
|
|
1057
|
-
var DeleteGatewayResponseRequest = [
|
|
1064
|
+
var DeleteGatewayResponseRequest$ = [
|
|
1058
1065
|
3,
|
|
1059
1066
|
n0,
|
|
1060
1067
|
_DGRR,
|
|
@@ -1065,7 +1072,7 @@ var DeleteGatewayResponseRequest = [
|
|
|
1065
1072
|
[0, 1],
|
|
1066
1073
|
],
|
|
1067
1074
|
];
|
|
1068
|
-
var DeleteIntegrationRequest = [
|
|
1075
|
+
var DeleteIntegrationRequest$ = [
|
|
1069
1076
|
3,
|
|
1070
1077
|
n0,
|
|
1071
1078
|
_DIR,
|
|
@@ -1077,7 +1084,7 @@ var DeleteIntegrationRequest = [
|
|
|
1077
1084
|
[0, 1],
|
|
1078
1085
|
],
|
|
1079
1086
|
];
|
|
1080
|
-
var DeleteIntegrationResponseRequest = [
|
|
1087
|
+
var DeleteIntegrationResponseRequest$ = [
|
|
1081
1088
|
3,
|
|
1082
1089
|
n0,
|
|
1083
1090
|
_DIRR,
|
|
@@ -1090,7 +1097,7 @@ var DeleteIntegrationResponseRequest = [
|
|
|
1090
1097
|
[0, 1],
|
|
1091
1098
|
],
|
|
1092
1099
|
];
|
|
1093
|
-
var DeleteMethodRequest = [
|
|
1100
|
+
var DeleteMethodRequest$ = [
|
|
1094
1101
|
3,
|
|
1095
1102
|
n0,
|
|
1096
1103
|
_DMR,
|
|
@@ -1102,7 +1109,7 @@ var DeleteMethodRequest = [
|
|
|
1102
1109
|
[0, 1],
|
|
1103
1110
|
],
|
|
1104
1111
|
];
|
|
1105
|
-
var DeleteMethodResponseRequest = [
|
|
1112
|
+
var DeleteMethodResponseRequest$ = [
|
|
1106
1113
|
3,
|
|
1107
1114
|
n0,
|
|
1108
1115
|
_DMRR,
|
|
@@ -1115,7 +1122,7 @@ var DeleteMethodResponseRequest = [
|
|
|
1115
1122
|
[0, 1],
|
|
1116
1123
|
],
|
|
1117
1124
|
];
|
|
1118
|
-
var DeleteModelRequest = [
|
|
1125
|
+
var DeleteModelRequest$ = [
|
|
1119
1126
|
3,
|
|
1120
1127
|
n0,
|
|
1121
1128
|
_DMRe,
|
|
@@ -1126,7 +1133,7 @@ var DeleteModelRequest = [
|
|
|
1126
1133
|
[0, 1],
|
|
1127
1134
|
],
|
|
1128
1135
|
];
|
|
1129
|
-
var DeleteRequestValidatorRequest = [
|
|
1136
|
+
var DeleteRequestValidatorRequest$ = [
|
|
1130
1137
|
3,
|
|
1131
1138
|
n0,
|
|
1132
1139
|
_DRVR,
|
|
@@ -1137,7 +1144,7 @@ var DeleteRequestValidatorRequest = [
|
|
|
1137
1144
|
[0, 1],
|
|
1138
1145
|
],
|
|
1139
1146
|
];
|
|
1140
|
-
var DeleteResourceRequest = [
|
|
1147
|
+
var DeleteResourceRequest$ = [
|
|
1141
1148
|
3,
|
|
1142
1149
|
n0,
|
|
1143
1150
|
_DRR,
|
|
@@ -1148,8 +1155,8 @@ var DeleteResourceRequest = [
|
|
|
1148
1155
|
[0, 1],
|
|
1149
1156
|
],
|
|
1150
1157
|
];
|
|
1151
|
-
var DeleteRestApiRequest = [3, n0, _DRAR, 0, [_rAI], [[0, 1]]];
|
|
1152
|
-
var DeleteStageRequest = [
|
|
1158
|
+
var DeleteRestApiRequest$ = [3, n0, _DRAR, 0, [_rAI], [[0, 1]]];
|
|
1159
|
+
var DeleteStageRequest$ = [
|
|
1153
1160
|
3,
|
|
1154
1161
|
n0,
|
|
1155
1162
|
_DSR,
|
|
@@ -1160,7 +1167,7 @@ var DeleteStageRequest = [
|
|
|
1160
1167
|
[0, 1],
|
|
1161
1168
|
],
|
|
1162
1169
|
];
|
|
1163
|
-
var DeleteUsagePlanKeyRequest = [
|
|
1170
|
+
var DeleteUsagePlanKeyRequest$ = [
|
|
1164
1171
|
3,
|
|
1165
1172
|
n0,
|
|
1166
1173
|
_DUPKR,
|
|
@@ -1171,9 +1178,9 @@ var DeleteUsagePlanKeyRequest = [
|
|
|
1171
1178
|
[0, 1],
|
|
1172
1179
|
],
|
|
1173
1180
|
];
|
|
1174
|
-
var DeleteUsagePlanRequest = [3, n0, _DUPR, 0, [_uPI], [[0, 1]]];
|
|
1175
|
-
var DeleteVpcLinkRequest = [3, n0, _DVLR, 0, [_vLI], [[0, 1]]];
|
|
1176
|
-
var Deployment = [
|
|
1181
|
+
var DeleteUsagePlanRequest$ = [3, n0, _DUPR, 0, [_uPI], [[0, 1]]];
|
|
1182
|
+
var DeleteVpcLinkRequest$ = [3, n0, _DVLR, 0, [_vLI], [[0, 1]]];
|
|
1183
|
+
var Deployment$ = [
|
|
1177
1184
|
3,
|
|
1178
1185
|
n0,
|
|
1179
1186
|
_D,
|
|
@@ -1181,8 +1188,8 @@ var Deployment = [
|
|
|
1181
1188
|
[_i, _d, _cD, _aSp],
|
|
1182
1189
|
[0, 0, 4, () => PathToMapOfMethodSnapshot],
|
|
1183
1190
|
];
|
|
1184
|
-
var DeploymentCanarySettings = [3, n0, _DCS, 0, [_pT, _sVO, _uSC], [1, 128 | 0, 2]];
|
|
1185
|
-
var Deployments = [
|
|
1191
|
+
var DeploymentCanarySettings$ = [3, n0, _DCS, 0, [_pT, _sVO, _uSC], [1, 128 | 0, 2]];
|
|
1192
|
+
var Deployments$ = [
|
|
1186
1193
|
3,
|
|
1187
1194
|
n0,
|
|
1188
1195
|
_De,
|
|
@@ -1193,16 +1200,16 @@ var Deployments = [
|
|
|
1193
1200
|
[0, { [_hQ]: _p }],
|
|
1194
1201
|
],
|
|
1195
1202
|
];
|
|
1196
|
-
var DocumentationPart = [
|
|
1203
|
+
var DocumentationPart$ = [
|
|
1197
1204
|
3,
|
|
1198
1205
|
n0,
|
|
1199
1206
|
_DP,
|
|
1200
1207
|
0,
|
|
1201
1208
|
[_i, _l, _pr],
|
|
1202
|
-
[0, () => DocumentationPartLocation
|
|
1209
|
+
[0, () => DocumentationPartLocation$, 0],
|
|
1203
1210
|
];
|
|
1204
|
-
var DocumentationPartIds = [3, n0, _DPI, 0, [_id, _w], [64 | 0, 64 | 0]];
|
|
1205
|
-
var DocumentationPartLocation = [
|
|
1211
|
+
var DocumentationPartIds$ = [3, n0, _DPI, 0, [_id, _w], [64 | 0, 64 | 0]];
|
|
1212
|
+
var DocumentationPartLocation$ = [
|
|
1206
1213
|
3,
|
|
1207
1214
|
n0,
|
|
1208
1215
|
_DPL,
|
|
@@ -1210,7 +1217,7 @@ var DocumentationPartLocation = [
|
|
|
1210
1217
|
[_ty, _pa, _me, _sC, _n],
|
|
1211
1218
|
[0, 0, 0, 0, 0],
|
|
1212
1219
|
];
|
|
1213
|
-
var DocumentationParts = [
|
|
1220
|
+
var DocumentationParts$ = [
|
|
1214
1221
|
3,
|
|
1215
1222
|
n0,
|
|
1216
1223
|
_DPo,
|
|
@@ -1221,8 +1228,8 @@ var DocumentationParts = [
|
|
|
1221
1228
|
[0, { [_hQ]: _p }],
|
|
1222
1229
|
],
|
|
1223
1230
|
];
|
|
1224
|
-
var DocumentationVersion = [3, n0, _DV, 0, [_ve, _cD, _d], [0, 4, 0]];
|
|
1225
|
-
var DocumentationVersions = [
|
|
1231
|
+
var DocumentationVersion$ = [3, n0, _DV, 0, [_ve, _cD, _d], [0, 4, 0]];
|
|
1232
|
+
var DocumentationVersions$ = [
|
|
1226
1233
|
3,
|
|
1227
1234
|
n0,
|
|
1228
1235
|
_DVo,
|
|
@@ -1233,7 +1240,7 @@ var DocumentationVersions = [
|
|
|
1233
1240
|
[0, { [_hQ]: _p }],
|
|
1234
1241
|
],
|
|
1235
1242
|
];
|
|
1236
|
-
var DomainName = [
|
|
1243
|
+
var DomainName$ = [
|
|
1237
1244
|
3,
|
|
1238
1245
|
n0,
|
|
1239
1246
|
_DN,
|
|
@@ -1276,20 +1283,20 @@ var DomainName = [
|
|
|
1276
1283
|
0,
|
|
1277
1284
|
0,
|
|
1278
1285
|
0,
|
|
1279
|
-
() => EndpointConfiguration
|
|
1286
|
+
() => EndpointConfiguration$,
|
|
1280
1287
|
0,
|
|
1281
1288
|
0,
|
|
1282
1289
|
0,
|
|
1283
1290
|
0,
|
|
1284
1291
|
128 | 0,
|
|
1285
|
-
() => MutualTlsAuthentication
|
|
1292
|
+
() => MutualTlsAuthentication$,
|
|
1286
1293
|
0,
|
|
1287
1294
|
0,
|
|
1288
1295
|
0,
|
|
1289
1296
|
0,
|
|
1290
1297
|
],
|
|
1291
1298
|
];
|
|
1292
|
-
var DomainNameAccessAssociation = [
|
|
1299
|
+
var DomainNameAccessAssociation$ = [
|
|
1293
1300
|
3,
|
|
1294
1301
|
n0,
|
|
1295
1302
|
_DNAA,
|
|
@@ -1297,7 +1304,7 @@ var DomainNameAccessAssociation = [
|
|
|
1297
1304
|
[_dNAAA, _dNA, _aAST, _aAS, _t],
|
|
1298
1305
|
[0, 0, 0, 0, 128 | 0],
|
|
1299
1306
|
];
|
|
1300
|
-
var DomainNameAccessAssociations = [
|
|
1307
|
+
var DomainNameAccessAssociations$ = [
|
|
1301
1308
|
3,
|
|
1302
1309
|
n0,
|
|
1303
1310
|
_DNAAo,
|
|
@@ -1308,7 +1315,7 @@ var DomainNameAccessAssociations = [
|
|
|
1308
1315
|
[0, { [_hQ]: _p }],
|
|
1309
1316
|
],
|
|
1310
1317
|
];
|
|
1311
|
-
var DomainNames = [
|
|
1318
|
+
var DomainNames$ = [
|
|
1312
1319
|
3,
|
|
1313
1320
|
n0,
|
|
1314
1321
|
_DNo,
|
|
@@ -1319,8 +1326,8 @@ var DomainNames = [
|
|
|
1319
1326
|
[0, { [_hQ]: _p }],
|
|
1320
1327
|
],
|
|
1321
1328
|
];
|
|
1322
|
-
var EndpointConfiguration = [3, n0, _EC, 0, [_typ, _iAT, _vEI], [64 | 0, 0, 64 | 0]];
|
|
1323
|
-
var ExportResponse = [
|
|
1329
|
+
var EndpointConfiguration$ = [3, n0, _EC, 0, [_typ, _iAT, _vEI], [64 | 0, 0, 64 | 0]];
|
|
1330
|
+
var ExportResponse$ = [
|
|
1324
1331
|
3,
|
|
1325
1332
|
n0,
|
|
1326
1333
|
_ER,
|
|
@@ -1332,7 +1339,7 @@ var ExportResponse = [
|
|
|
1332
1339
|
[21, 16],
|
|
1333
1340
|
],
|
|
1334
1341
|
];
|
|
1335
|
-
var FlushStageAuthorizersCacheRequest = [
|
|
1342
|
+
var FlushStageAuthorizersCacheRequest$ = [
|
|
1336
1343
|
3,
|
|
1337
1344
|
n0,
|
|
1338
1345
|
_FSACR,
|
|
@@ -1343,7 +1350,7 @@ var FlushStageAuthorizersCacheRequest = [
|
|
|
1343
1350
|
[0, 1],
|
|
1344
1351
|
],
|
|
1345
1352
|
];
|
|
1346
|
-
var FlushStageCacheRequest = [
|
|
1353
|
+
var FlushStageCacheRequest$ = [
|
|
1347
1354
|
3,
|
|
1348
1355
|
n0,
|
|
1349
1356
|
_FSCR,
|
|
@@ -1354,7 +1361,7 @@ var FlushStageCacheRequest = [
|
|
|
1354
1361
|
[0, 1],
|
|
1355
1362
|
],
|
|
1356
1363
|
];
|
|
1357
|
-
var GatewayResponse = [
|
|
1364
|
+
var GatewayResponse$ = [
|
|
1358
1365
|
3,
|
|
1359
1366
|
n0,
|
|
1360
1367
|
_GR,
|
|
@@ -1362,7 +1369,7 @@ var GatewayResponse = [
|
|
|
1362
1369
|
[_rT, _sC, _rP, _rTe, _dR],
|
|
1363
1370
|
[0, 0, 128 | 0, 128 | 0, 2],
|
|
1364
1371
|
];
|
|
1365
|
-
var GatewayResponses = [
|
|
1372
|
+
var GatewayResponses$ = [
|
|
1366
1373
|
3,
|
|
1367
1374
|
n0,
|
|
1368
1375
|
_GRa,
|
|
@@ -1373,9 +1380,9 @@ var GatewayResponses = [
|
|
|
1373
1380
|
[0, { [_hQ]: _p }],
|
|
1374
1381
|
],
|
|
1375
1382
|
];
|
|
1376
|
-
var GenerateClientCertificateRequest = [3, n0, _GCCR, 0, [_d, _t], [0, 128 | 0]];
|
|
1377
|
-
var GetAccountRequest = [3, n0, _GAR, 0, [], []];
|
|
1378
|
-
var GetApiKeyRequest = [
|
|
1383
|
+
var GenerateClientCertificateRequest$ = [3, n0, _GCCR, 0, [_d, _t], [0, 128 | 0]];
|
|
1384
|
+
var GetAccountRequest$ = [3, n0, _GAR, 0, [], []];
|
|
1385
|
+
var GetApiKeyRequest$ = [
|
|
1379
1386
|
3,
|
|
1380
1387
|
n0,
|
|
1381
1388
|
_GAKR,
|
|
@@ -1386,7 +1393,7 @@ var GetApiKeyRequest = [
|
|
|
1386
1393
|
[2, { [_hQ]: _iV }],
|
|
1387
1394
|
],
|
|
1388
1395
|
];
|
|
1389
|
-
var GetApiKeysRequest = [
|
|
1396
|
+
var GetApiKeysRequest$ = [
|
|
1390
1397
|
3,
|
|
1391
1398
|
n0,
|
|
1392
1399
|
_GAKRe,
|
|
@@ -1400,7 +1407,7 @@ var GetApiKeysRequest = [
|
|
|
1400
1407
|
[2, { [_hQ]: _iVn }],
|
|
1401
1408
|
],
|
|
1402
1409
|
];
|
|
1403
|
-
var GetAuthorizerRequest = [
|
|
1410
|
+
var GetAuthorizerRequest$ = [
|
|
1404
1411
|
3,
|
|
1405
1412
|
n0,
|
|
1406
1413
|
_GARe,
|
|
@@ -1411,7 +1418,7 @@ var GetAuthorizerRequest = [
|
|
|
1411
1418
|
[0, 1],
|
|
1412
1419
|
],
|
|
1413
1420
|
];
|
|
1414
|
-
var GetAuthorizersRequest = [
|
|
1421
|
+
var GetAuthorizersRequest$ = [
|
|
1415
1422
|
3,
|
|
1416
1423
|
n0,
|
|
1417
1424
|
_GARet,
|
|
@@ -1423,7 +1430,7 @@ var GetAuthorizersRequest = [
|
|
|
1423
1430
|
[1, { [_hQ]: _li }],
|
|
1424
1431
|
],
|
|
1425
1432
|
];
|
|
1426
|
-
var GetBasePathMappingRequest = [
|
|
1433
|
+
var GetBasePathMappingRequest$ = [
|
|
1427
1434
|
3,
|
|
1428
1435
|
n0,
|
|
1429
1436
|
_GBPMR,
|
|
@@ -1435,7 +1442,7 @@ var GetBasePathMappingRequest = [
|
|
|
1435
1442
|
[0, 1],
|
|
1436
1443
|
],
|
|
1437
1444
|
];
|
|
1438
|
-
var GetBasePathMappingsRequest = [
|
|
1445
|
+
var GetBasePathMappingsRequest$ = [
|
|
1439
1446
|
3,
|
|
1440
1447
|
n0,
|
|
1441
1448
|
_GBPMRe,
|
|
@@ -1448,8 +1455,8 @@ var GetBasePathMappingsRequest = [
|
|
|
1448
1455
|
[1, { [_hQ]: _li }],
|
|
1449
1456
|
],
|
|
1450
1457
|
];
|
|
1451
|
-
var GetClientCertificateRequest = [3, n0, _GCCRe, 0, [_cCI], [[0, 1]]];
|
|
1452
|
-
var GetClientCertificatesRequest = [
|
|
1458
|
+
var GetClientCertificateRequest$ = [3, n0, _GCCRe, 0, [_cCI], [[0, 1]]];
|
|
1459
|
+
var GetClientCertificatesRequest$ = [
|
|
1453
1460
|
3,
|
|
1454
1461
|
n0,
|
|
1455
1462
|
_GCCRet,
|
|
@@ -1460,7 +1467,7 @@ var GetClientCertificatesRequest = [
|
|
|
1460
1467
|
[1, { [_hQ]: _li }],
|
|
1461
1468
|
],
|
|
1462
1469
|
];
|
|
1463
|
-
var GetDeploymentRequest = [
|
|
1470
|
+
var GetDeploymentRequest$ = [
|
|
1464
1471
|
3,
|
|
1465
1472
|
n0,
|
|
1466
1473
|
_GDR,
|
|
@@ -1472,7 +1479,7 @@ var GetDeploymentRequest = [
|
|
|
1472
1479
|
[64 | 0, { [_hQ]: _em }],
|
|
1473
1480
|
],
|
|
1474
1481
|
];
|
|
1475
|
-
var GetDeploymentsRequest = [
|
|
1482
|
+
var GetDeploymentsRequest$ = [
|
|
1476
1483
|
3,
|
|
1477
1484
|
n0,
|
|
1478
1485
|
_GDRe,
|
|
@@ -1484,7 +1491,7 @@ var GetDeploymentsRequest = [
|
|
|
1484
1491
|
[1, { [_hQ]: _li }],
|
|
1485
1492
|
],
|
|
1486
1493
|
];
|
|
1487
|
-
var GetDocumentationPartRequest = [
|
|
1494
|
+
var GetDocumentationPartRequest$ = [
|
|
1488
1495
|
3,
|
|
1489
1496
|
n0,
|
|
1490
1497
|
_GDPR,
|
|
@@ -1495,7 +1502,7 @@ var GetDocumentationPartRequest = [
|
|
|
1495
1502
|
[0, 1],
|
|
1496
1503
|
],
|
|
1497
1504
|
];
|
|
1498
|
-
var GetDocumentationPartsRequest = [
|
|
1505
|
+
var GetDocumentationPartsRequest$ = [
|
|
1499
1506
|
3,
|
|
1500
1507
|
n0,
|
|
1501
1508
|
_GDPRe,
|
|
@@ -1511,7 +1518,7 @@ var GetDocumentationPartsRequest = [
|
|
|
1511
1518
|
[0, { [_hQ]: _lS }],
|
|
1512
1519
|
],
|
|
1513
1520
|
];
|
|
1514
|
-
var GetDocumentationVersionRequest = [
|
|
1521
|
+
var GetDocumentationVersionRequest$ = [
|
|
1515
1522
|
3,
|
|
1516
1523
|
n0,
|
|
1517
1524
|
_GDVR,
|
|
@@ -1522,7 +1529,7 @@ var GetDocumentationVersionRequest = [
|
|
|
1522
1529
|
[0, 1],
|
|
1523
1530
|
],
|
|
1524
1531
|
];
|
|
1525
|
-
var GetDocumentationVersionsRequest = [
|
|
1532
|
+
var GetDocumentationVersionsRequest$ = [
|
|
1526
1533
|
3,
|
|
1527
1534
|
n0,
|
|
1528
1535
|
_GDVRe,
|
|
@@ -1534,7 +1541,7 @@ var GetDocumentationVersionsRequest = [
|
|
|
1534
1541
|
[1, { [_hQ]: _li }],
|
|
1535
1542
|
],
|
|
1536
1543
|
];
|
|
1537
|
-
var GetDomainNameAccessAssociationsRequest = [
|
|
1544
|
+
var GetDomainNameAccessAssociationsRequest$ = [
|
|
1538
1545
|
3,
|
|
1539
1546
|
n0,
|
|
1540
1547
|
_GDNAAR,
|
|
@@ -1546,7 +1553,7 @@ var GetDomainNameAccessAssociationsRequest = [
|
|
|
1546
1553
|
[0, { [_hQ]: _rO }],
|
|
1547
1554
|
],
|
|
1548
1555
|
];
|
|
1549
|
-
var GetDomainNameRequest = [
|
|
1556
|
+
var GetDomainNameRequest$ = [
|
|
1550
1557
|
3,
|
|
1551
1558
|
n0,
|
|
1552
1559
|
_GDNR,
|
|
@@ -1557,7 +1564,7 @@ var GetDomainNameRequest = [
|
|
|
1557
1564
|
[0, { [_hQ]: _dNI }],
|
|
1558
1565
|
],
|
|
1559
1566
|
];
|
|
1560
|
-
var GetDomainNamesRequest = [
|
|
1567
|
+
var GetDomainNamesRequest$ = [
|
|
1561
1568
|
3,
|
|
1562
1569
|
n0,
|
|
1563
1570
|
_GDNRe,
|
|
@@ -1569,7 +1576,7 @@ var GetDomainNamesRequest = [
|
|
|
1569
1576
|
[0, { [_hQ]: _rO }],
|
|
1570
1577
|
],
|
|
1571
1578
|
];
|
|
1572
|
-
var GetExportRequest = [
|
|
1579
|
+
var GetExportRequest$ = [
|
|
1573
1580
|
3,
|
|
1574
1581
|
n0,
|
|
1575
1582
|
_GER,
|
|
@@ -1583,7 +1590,7 @@ var GetExportRequest = [
|
|
|
1583
1590
|
[0, { [_hH]: _Ac }],
|
|
1584
1591
|
],
|
|
1585
1592
|
];
|
|
1586
|
-
var GetGatewayResponseRequest = [
|
|
1593
|
+
var GetGatewayResponseRequest$ = [
|
|
1587
1594
|
3,
|
|
1588
1595
|
n0,
|
|
1589
1596
|
_GGRR,
|
|
@@ -1594,7 +1601,7 @@ var GetGatewayResponseRequest = [
|
|
|
1594
1601
|
[0, 1],
|
|
1595
1602
|
],
|
|
1596
1603
|
];
|
|
1597
|
-
var GetGatewayResponsesRequest = [
|
|
1604
|
+
var GetGatewayResponsesRequest$ = [
|
|
1598
1605
|
3,
|
|
1599
1606
|
n0,
|
|
1600
1607
|
_GGRRe,
|
|
@@ -1606,7 +1613,7 @@ var GetGatewayResponsesRequest = [
|
|
|
1606
1613
|
[1, { [_hQ]: _li }],
|
|
1607
1614
|
],
|
|
1608
1615
|
];
|
|
1609
|
-
var GetIntegrationRequest = [
|
|
1616
|
+
var GetIntegrationRequest$ = [
|
|
1610
1617
|
3,
|
|
1611
1618
|
n0,
|
|
1612
1619
|
_GIR,
|
|
@@ -1618,7 +1625,7 @@ var GetIntegrationRequest = [
|
|
|
1618
1625
|
[0, 1],
|
|
1619
1626
|
],
|
|
1620
1627
|
];
|
|
1621
|
-
var GetIntegrationResponseRequest = [
|
|
1628
|
+
var GetIntegrationResponseRequest$ = [
|
|
1622
1629
|
3,
|
|
1623
1630
|
n0,
|
|
1624
1631
|
_GIRR,
|
|
@@ -1631,7 +1638,7 @@ var GetIntegrationResponseRequest = [
|
|
|
1631
1638
|
[0, 1],
|
|
1632
1639
|
],
|
|
1633
1640
|
];
|
|
1634
|
-
var GetMethodRequest = [
|
|
1641
|
+
var GetMethodRequest$ = [
|
|
1635
1642
|
3,
|
|
1636
1643
|
n0,
|
|
1637
1644
|
_GMR,
|
|
@@ -1643,7 +1650,7 @@ var GetMethodRequest = [
|
|
|
1643
1650
|
[0, 1],
|
|
1644
1651
|
],
|
|
1645
1652
|
];
|
|
1646
|
-
var GetMethodResponseRequest = [
|
|
1653
|
+
var GetMethodResponseRequest$ = [
|
|
1647
1654
|
3,
|
|
1648
1655
|
n0,
|
|
1649
1656
|
_GMRR,
|
|
@@ -1656,7 +1663,7 @@ var GetMethodResponseRequest = [
|
|
|
1656
1663
|
[0, 1],
|
|
1657
1664
|
],
|
|
1658
1665
|
];
|
|
1659
|
-
var GetModelRequest = [
|
|
1666
|
+
var GetModelRequest$ = [
|
|
1660
1667
|
3,
|
|
1661
1668
|
n0,
|
|
1662
1669
|
_GMRe,
|
|
@@ -1668,7 +1675,7 @@ var GetModelRequest = [
|
|
|
1668
1675
|
[2, { [_hQ]: _fl }],
|
|
1669
1676
|
],
|
|
1670
1677
|
];
|
|
1671
|
-
var GetModelsRequest = [
|
|
1678
|
+
var GetModelsRequest$ = [
|
|
1672
1679
|
3,
|
|
1673
1680
|
n0,
|
|
1674
1681
|
_GMRet,
|
|
@@ -1680,7 +1687,7 @@ var GetModelsRequest = [
|
|
|
1680
1687
|
[1, { [_hQ]: _li }],
|
|
1681
1688
|
],
|
|
1682
1689
|
];
|
|
1683
|
-
var GetModelTemplateRequest = [
|
|
1690
|
+
var GetModelTemplateRequest$ = [
|
|
1684
1691
|
3,
|
|
1685
1692
|
n0,
|
|
1686
1693
|
_GMTR,
|
|
@@ -1691,7 +1698,7 @@ var GetModelTemplateRequest = [
|
|
|
1691
1698
|
[0, 1],
|
|
1692
1699
|
],
|
|
1693
1700
|
];
|
|
1694
|
-
var GetRequestValidatorRequest = [
|
|
1701
|
+
var GetRequestValidatorRequest$ = [
|
|
1695
1702
|
3,
|
|
1696
1703
|
n0,
|
|
1697
1704
|
_GRVR,
|
|
@@ -1702,7 +1709,7 @@ var GetRequestValidatorRequest = [
|
|
|
1702
1709
|
[0, 1],
|
|
1703
1710
|
],
|
|
1704
1711
|
];
|
|
1705
|
-
var GetRequestValidatorsRequest = [
|
|
1712
|
+
var GetRequestValidatorsRequest$ = [
|
|
1706
1713
|
3,
|
|
1707
1714
|
n0,
|
|
1708
1715
|
_GRVRe,
|
|
@@ -1714,7 +1721,7 @@ var GetRequestValidatorsRequest = [
|
|
|
1714
1721
|
[1, { [_hQ]: _li }],
|
|
1715
1722
|
],
|
|
1716
1723
|
];
|
|
1717
|
-
var GetResourceRequest = [
|
|
1724
|
+
var GetResourceRequest$ = [
|
|
1718
1725
|
3,
|
|
1719
1726
|
n0,
|
|
1720
1727
|
_GRR,
|
|
@@ -1726,7 +1733,7 @@ var GetResourceRequest = [
|
|
|
1726
1733
|
[64 | 0, { [_hQ]: _em }],
|
|
1727
1734
|
],
|
|
1728
1735
|
];
|
|
1729
|
-
var GetResourcesRequest = [
|
|
1736
|
+
var GetResourcesRequest$ = [
|
|
1730
1737
|
3,
|
|
1731
1738
|
n0,
|
|
1732
1739
|
_GRRe,
|
|
@@ -1739,8 +1746,8 @@ var GetResourcesRequest = [
|
|
|
1739
1746
|
[64 | 0, { [_hQ]: _em }],
|
|
1740
1747
|
],
|
|
1741
1748
|
];
|
|
1742
|
-
var GetRestApiRequest = [3, n0, _GRAR, 0, [_rAI], [[0, 1]]];
|
|
1743
|
-
var GetRestApisRequest = [
|
|
1749
|
+
var GetRestApiRequest$ = [3, n0, _GRAR, 0, [_rAI], [[0, 1]]];
|
|
1750
|
+
var GetRestApisRequest$ = [
|
|
1744
1751
|
3,
|
|
1745
1752
|
n0,
|
|
1746
1753
|
_GRARe,
|
|
@@ -1751,7 +1758,7 @@ var GetRestApisRequest = [
|
|
|
1751
1758
|
[1, { [_hQ]: _li }],
|
|
1752
1759
|
],
|
|
1753
1760
|
];
|
|
1754
|
-
var GetSdkRequest = [
|
|
1761
|
+
var GetSdkRequest$ = [
|
|
1755
1762
|
3,
|
|
1756
1763
|
n0,
|
|
1757
1764
|
_GSR,
|
|
@@ -1764,8 +1771,8 @@ var GetSdkRequest = [
|
|
|
1764
1771
|
[128 | 0, 64],
|
|
1765
1772
|
],
|
|
1766
1773
|
];
|
|
1767
|
-
var GetSdkTypeRequest = [3, n0, _GSTR, 0, [_i], [[0, 1]]];
|
|
1768
|
-
var GetSdkTypesRequest = [
|
|
1774
|
+
var GetSdkTypeRequest$ = [3, n0, _GSTR, 0, [_i], [[0, 1]]];
|
|
1775
|
+
var GetSdkTypesRequest$ = [
|
|
1769
1776
|
3,
|
|
1770
1777
|
n0,
|
|
1771
1778
|
_GSTRe,
|
|
@@ -1776,7 +1783,7 @@ var GetSdkTypesRequest = [
|
|
|
1776
1783
|
[1, { [_hQ]: _li }],
|
|
1777
1784
|
],
|
|
1778
1785
|
];
|
|
1779
|
-
var GetStageRequest = [
|
|
1786
|
+
var GetStageRequest$ = [
|
|
1780
1787
|
3,
|
|
1781
1788
|
n0,
|
|
1782
1789
|
_GSRe,
|
|
@@ -1787,7 +1794,7 @@ var GetStageRequest = [
|
|
|
1787
1794
|
[0, 1],
|
|
1788
1795
|
],
|
|
1789
1796
|
];
|
|
1790
|
-
var GetStagesRequest = [
|
|
1797
|
+
var GetStagesRequest$ = [
|
|
1791
1798
|
3,
|
|
1792
1799
|
n0,
|
|
1793
1800
|
_GSRet,
|
|
@@ -1798,7 +1805,7 @@ var GetStagesRequest = [
|
|
|
1798
1805
|
[0, { [_hQ]: _dI }],
|
|
1799
1806
|
],
|
|
1800
1807
|
];
|
|
1801
|
-
var GetTagsRequest = [
|
|
1808
|
+
var GetTagsRequest$ = [
|
|
1802
1809
|
3,
|
|
1803
1810
|
n0,
|
|
1804
1811
|
_GTR,
|
|
@@ -1810,7 +1817,7 @@ var GetTagsRequest = [
|
|
|
1810
1817
|
[1, { [_hQ]: _li }],
|
|
1811
1818
|
],
|
|
1812
1819
|
];
|
|
1813
|
-
var GetUsagePlanKeyRequest = [
|
|
1820
|
+
var GetUsagePlanKeyRequest$ = [
|
|
1814
1821
|
3,
|
|
1815
1822
|
n0,
|
|
1816
1823
|
_GUPKR,
|
|
@@ -1821,7 +1828,7 @@ var GetUsagePlanKeyRequest = [
|
|
|
1821
1828
|
[0, 1],
|
|
1822
1829
|
],
|
|
1823
1830
|
];
|
|
1824
|
-
var GetUsagePlanKeysRequest = [
|
|
1831
|
+
var GetUsagePlanKeysRequest$ = [
|
|
1825
1832
|
3,
|
|
1826
1833
|
n0,
|
|
1827
1834
|
_GUPKRe,
|
|
@@ -1834,8 +1841,8 @@ var GetUsagePlanKeysRequest = [
|
|
|
1834
1841
|
[0, { [_hQ]: _n }],
|
|
1835
1842
|
],
|
|
1836
1843
|
];
|
|
1837
|
-
var GetUsagePlanRequest = [3, n0, _GUPR, 0, [_uPI], [[0, 1]]];
|
|
1838
|
-
var GetUsagePlansRequest = [
|
|
1844
|
+
var GetUsagePlanRequest$ = [3, n0, _GUPR, 0, [_uPI], [[0, 1]]];
|
|
1845
|
+
var GetUsagePlansRequest$ = [
|
|
1839
1846
|
3,
|
|
1840
1847
|
n0,
|
|
1841
1848
|
_GUPRe,
|
|
@@ -1847,7 +1854,7 @@ var GetUsagePlansRequest = [
|
|
|
1847
1854
|
[1, { [_hQ]: _li }],
|
|
1848
1855
|
],
|
|
1849
1856
|
];
|
|
1850
|
-
var GetUsageRequest = [
|
|
1857
|
+
var GetUsageRequest$ = [
|
|
1851
1858
|
3,
|
|
1852
1859
|
n0,
|
|
1853
1860
|
_GUR,
|
|
@@ -1862,8 +1869,8 @@ var GetUsageRequest = [
|
|
|
1862
1869
|
[1, { [_hQ]: _li }],
|
|
1863
1870
|
],
|
|
1864
1871
|
];
|
|
1865
|
-
var GetVpcLinkRequest = [3, n0, _GVLR, 0, [_vLI], [[0, 1]]];
|
|
1866
|
-
var GetVpcLinksRequest = [
|
|
1872
|
+
var GetVpcLinkRequest$ = [3, n0, _GVLR, 0, [_vLI], [[0, 1]]];
|
|
1873
|
+
var GetVpcLinksRequest$ = [
|
|
1867
1874
|
3,
|
|
1868
1875
|
n0,
|
|
1869
1876
|
_GVLRe,
|
|
@@ -1874,7 +1881,7 @@ var GetVpcLinksRequest = [
|
|
|
1874
1881
|
[1, { [_hQ]: _li }],
|
|
1875
1882
|
],
|
|
1876
1883
|
];
|
|
1877
|
-
var ImportApiKeysRequest = [
|
|
1884
|
+
var ImportApiKeysRequest$ = [
|
|
1878
1885
|
3,
|
|
1879
1886
|
n0,
|
|
1880
1887
|
_IAKR,
|
|
@@ -1886,7 +1893,7 @@ var ImportApiKeysRequest = [
|
|
|
1886
1893
|
[2, { [_hQ]: _fa }],
|
|
1887
1894
|
],
|
|
1888
1895
|
];
|
|
1889
|
-
var ImportDocumentationPartsRequest = [
|
|
1896
|
+
var ImportDocumentationPartsRequest$ = [
|
|
1890
1897
|
3,
|
|
1891
1898
|
n0,
|
|
1892
1899
|
_IDPR,
|
|
@@ -1899,7 +1906,7 @@ var ImportDocumentationPartsRequest = [
|
|
|
1899
1906
|
[21, 16],
|
|
1900
1907
|
],
|
|
1901
1908
|
];
|
|
1902
|
-
var ImportRestApiRequest = [
|
|
1909
|
+
var ImportRestApiRequest$ = [
|
|
1903
1910
|
3,
|
|
1904
1911
|
n0,
|
|
1905
1912
|
_IRAR,
|
|
@@ -1911,15 +1918,15 @@ var ImportRestApiRequest = [
|
|
|
1911
1918
|
[21, 16],
|
|
1912
1919
|
],
|
|
1913
1920
|
];
|
|
1914
|
-
var Integration = [
|
|
1921
|
+
var Integration$ = [
|
|
1915
1922
|
3,
|
|
1916
1923
|
n0,
|
|
1917
1924
|
_I,
|
|
1918
1925
|
0,
|
|
1919
1926
|
[_ty, _hM, _u, _cTo, _cIo, _cr, _rPe, _rTeq, _pB, _cH, _tIM, _cNa, _cKP, _iR, _tC, _rTM, _iT],
|
|
1920
|
-
[0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0, 0, 1, 0, 64 | 0, () => MapOfIntegrationResponse, () => TlsConfig
|
|
1927
|
+
[0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0, 0, 1, 0, 64 | 0, () => MapOfIntegrationResponse, () => TlsConfig$, 0, 0],
|
|
1921
1928
|
];
|
|
1922
|
-
var IntegrationResponse = [
|
|
1929
|
+
var IntegrationResponse$ = [
|
|
1923
1930
|
3,
|
|
1924
1931
|
n0,
|
|
1925
1932
|
_IR,
|
|
@@ -1927,7 +1934,7 @@ var IntegrationResponse = [
|
|
|
1927
1934
|
[_sC, _sPe, _rP, _rTe, _cH],
|
|
1928
1935
|
[0, 0, 128 | 0, 128 | 0, 0],
|
|
1929
1936
|
];
|
|
1930
|
-
var LimitExceededException = [
|
|
1937
|
+
var LimitExceededException$ = [
|
|
1931
1938
|
-3,
|
|
1932
1939
|
n0,
|
|
1933
1940
|
_LEE,
|
|
@@ -1935,17 +1942,17 @@ var LimitExceededException = [
|
|
|
1935
1942
|
[_rAS, _m],
|
|
1936
1943
|
[[0, { [_hH]: _RA }], 0],
|
|
1937
1944
|
];
|
|
1938
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1939
|
-
var Method = [
|
|
1945
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1946
|
+
var Method$ = [
|
|
1940
1947
|
3,
|
|
1941
1948
|
n0,
|
|
1942
1949
|
_M,
|
|
1943
1950
|
0,
|
|
1944
1951
|
[_hM, _aTu, _aIu, _aKR, _rVI, _oN, _rPe, _rMe, _mR, _mI, _aSu],
|
|
1945
|
-
[0, 0, 0, 2, 0, 0, 128 | 2, 128 | 0, () => MapOfMethodResponse, () => Integration
|
|
1952
|
+
[0, 0, 0, 2, 0, 0, 128 | 2, 128 | 0, () => MapOfMethodResponse, () => Integration$, 64 | 0],
|
|
1946
1953
|
];
|
|
1947
|
-
var MethodResponse = [3, n0, _MR, 0, [_sC, _rP, _rMes], [0, 128 | 2, 128 | 0]];
|
|
1948
|
-
var MethodSetting = [
|
|
1954
|
+
var MethodResponse$ = [3, n0, _MR, 0, [_sC, _rP, _rMes], [0, 128 | 2, 128 | 0]];
|
|
1955
|
+
var MethodSetting$ = [
|
|
1949
1956
|
3,
|
|
1950
1957
|
n0,
|
|
1951
1958
|
_MS,
|
|
@@ -1953,9 +1960,9 @@ var MethodSetting = [
|
|
|
1953
1960
|
[_mE, _lL, _dTE, _tBL, _tRL, _cE, _cTIS, _cDE, _rAFCC, _uCCHS],
|
|
1954
1961
|
[2, 0, 2, 1, 1, 2, 1, 2, 2, 0],
|
|
1955
1962
|
];
|
|
1956
|
-
var MethodSnapshot = [3, n0, _MSe, 0, [_aTu, _aKR], [0, 2]];
|
|
1957
|
-
var Model = [3, n0, _Mo, 0, [_i, _n, _d, _sc, _cT], [0, 0, 0, 0, 0]];
|
|
1958
|
-
var Models = [
|
|
1963
|
+
var MethodSnapshot$ = [3, n0, _MSe, 0, [_aTu, _aKR], [0, 2]];
|
|
1964
|
+
var Model$ = [3, n0, _Mo, 0, [_i, _n, _d, _sc, _cT], [0, 0, 0, 0, 0]];
|
|
1965
|
+
var Models$ = [
|
|
1959
1966
|
3,
|
|
1960
1967
|
n0,
|
|
1961
1968
|
_Mod,
|
|
@@ -1966,12 +1973,12 @@ var Models = [
|
|
|
1966
1973
|
[0, { [_hQ]: _p }],
|
|
1967
1974
|
],
|
|
1968
1975
|
];
|
|
1969
|
-
var MutualTlsAuthentication = [3, n0, _MTA, 0, [_tU, _tV, _tW], [0, 0, 64 | 0]];
|
|
1970
|
-
var MutualTlsAuthenticationInput = [3, n0, _MTAI, 0, [_tU, _tV], [0, 0]];
|
|
1971
|
-
var NotFoundException = [-3, n0, _NFE, { [_er]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1972
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
1973
|
-
var PatchOperation = [3, n0, _PO, 0, [_o, _pa, _v, _fr], [0, 0, 0, 0]];
|
|
1974
|
-
var PutGatewayResponseRequest = [
|
|
1976
|
+
var MutualTlsAuthentication$ = [3, n0, _MTA, 0, [_tU, _tV, _tW], [0, 0, 64 | 0]];
|
|
1977
|
+
var MutualTlsAuthenticationInput$ = [3, n0, _MTAI, 0, [_tU, _tV], [0, 0]];
|
|
1978
|
+
var NotFoundException$ = [-3, n0, _NFE, { [_er]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1979
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1980
|
+
var PatchOperation$ = [3, n0, _PO, 0, [_o, _pa, _v, _fr], [0, 0, 0, 0]];
|
|
1981
|
+
var PutGatewayResponseRequest$ = [
|
|
1975
1982
|
3,
|
|
1976
1983
|
n0,
|
|
1977
1984
|
_PGRR,
|
|
@@ -1979,7 +1986,7 @@ var PutGatewayResponseRequest = [
|
|
|
1979
1986
|
[_rAI, _rT, _sC, _rP, _rTe],
|
|
1980
1987
|
[[0, 1], [0, 1], 0, 128 | 0, 128 | 0],
|
|
1981
1988
|
];
|
|
1982
|
-
var PutIntegrationRequest = [
|
|
1989
|
+
var PutIntegrationRequest$ = [
|
|
1983
1990
|
3,
|
|
1984
1991
|
n0,
|
|
1985
1992
|
_PIR,
|
|
@@ -2002,12 +2009,12 @@ var PutIntegrationRequest = [
|
|
|
2002
2009
|
64 | 0,
|
|
2003
2010
|
0,
|
|
2004
2011
|
1,
|
|
2005
|
-
() => TlsConfig
|
|
2012
|
+
() => TlsConfig$,
|
|
2006
2013
|
0,
|
|
2007
2014
|
0,
|
|
2008
2015
|
],
|
|
2009
2016
|
];
|
|
2010
|
-
var PutIntegrationResponseRequest = [
|
|
2017
|
+
var PutIntegrationResponseRequest$ = [
|
|
2011
2018
|
3,
|
|
2012
2019
|
n0,
|
|
2013
2020
|
_PIRR,
|
|
@@ -2015,7 +2022,7 @@ var PutIntegrationResponseRequest = [
|
|
|
2015
2022
|
[_rAI, _rI, _hM, _sC, _sPe, _rP, _rTe, _cH],
|
|
2016
2023
|
[[0, 1], [0, 1], [0, 1], [0, 1], 0, 128 | 0, 128 | 0, 0],
|
|
2017
2024
|
];
|
|
2018
|
-
var PutMethodRequest = [
|
|
2025
|
+
var PutMethodRequest$ = [
|
|
2019
2026
|
3,
|
|
2020
2027
|
n0,
|
|
2021
2028
|
_PMR,
|
|
@@ -2023,7 +2030,7 @@ var PutMethodRequest = [
|
|
|
2023
2030
|
[_rAI, _rI, _hM, _aTu, _aIu, _aKR, _oN, _rPe, _rMe, _rVI, _aSu],
|
|
2024
2031
|
[[0, 1], [0, 1], [0, 1], 0, 0, 2, 0, 128 | 2, 128 | 0, 0, 64 | 0],
|
|
2025
2032
|
];
|
|
2026
|
-
var PutMethodResponseRequest = [
|
|
2033
|
+
var PutMethodResponseRequest$ = [
|
|
2027
2034
|
3,
|
|
2028
2035
|
n0,
|
|
2029
2036
|
_PMRR,
|
|
@@ -2031,7 +2038,7 @@ var PutMethodResponseRequest = [
|
|
|
2031
2038
|
[_rAI, _rI, _hM, _sC, _rP, _rMes],
|
|
2032
2039
|
[[0, 1], [0, 1], [0, 1], [0, 1], 128 | 2, 128 | 0],
|
|
2033
2040
|
];
|
|
2034
|
-
var PutRestApiRequest = [
|
|
2041
|
+
var PutRestApiRequest$ = [
|
|
2035
2042
|
3,
|
|
2036
2043
|
n0,
|
|
2037
2044
|
_PRAR,
|
|
@@ -2045,8 +2052,8 @@ var PutRestApiRequest = [
|
|
|
2045
2052
|
[21, 16],
|
|
2046
2053
|
],
|
|
2047
2054
|
];
|
|
2048
|
-
var QuotaSettings = [3, n0, _QS, 0, [_li, _of, _pe], [1, 1, 0]];
|
|
2049
|
-
var RejectDomainNameAccessAssociationRequest = [
|
|
2055
|
+
var QuotaSettings$ = [3, n0, _QS, 0, [_li, _of, _pe], [1, 1, 0]];
|
|
2056
|
+
var RejectDomainNameAccessAssociationRequest$ = [
|
|
2050
2057
|
3,
|
|
2051
2058
|
n0,
|
|
2052
2059
|
_RDNAAR,
|
|
@@ -2057,8 +2064,8 @@ var RejectDomainNameAccessAssociationRequest = [
|
|
|
2057
2064
|
[0, { [_hQ]: _dNA }],
|
|
2058
2065
|
],
|
|
2059
2066
|
];
|
|
2060
|
-
var RequestValidator = [3, n0, _RV, 0, [_i, _n, _vRB, _vRP], [0, 0, 2, 2]];
|
|
2061
|
-
var RequestValidators = [
|
|
2067
|
+
var RequestValidator$ = [3, n0, _RV, 0, [_i, _n, _vRB, _vRP], [0, 0, 2, 2]];
|
|
2068
|
+
var RequestValidators$ = [
|
|
2062
2069
|
3,
|
|
2063
2070
|
n0,
|
|
2064
2071
|
_RVe,
|
|
@@ -2069,7 +2076,7 @@ var RequestValidators = [
|
|
|
2069
2076
|
[0, { [_hQ]: _p }],
|
|
2070
2077
|
],
|
|
2071
2078
|
];
|
|
2072
|
-
var Resource = [
|
|
2079
|
+
var Resource$ = [
|
|
2073
2080
|
3,
|
|
2074
2081
|
n0,
|
|
2075
2082
|
_R,
|
|
@@ -2077,7 +2084,7 @@ var Resource = [
|
|
|
2077
2084
|
[_i, _pI, _pP, _pa, _rMeso],
|
|
2078
2085
|
[0, 0, 0, 0, () => MapOfMethod],
|
|
2079
2086
|
];
|
|
2080
|
-
var Resources = [
|
|
2087
|
+
var Resources$ = [
|
|
2081
2088
|
3,
|
|
2082
2089
|
n0,
|
|
2083
2090
|
_Re,
|
|
@@ -2088,15 +2095,15 @@ var Resources = [
|
|
|
2088
2095
|
[0, { [_hQ]: _p }],
|
|
2089
2096
|
],
|
|
2090
2097
|
];
|
|
2091
|
-
var RestApi = [
|
|
2098
|
+
var RestApi$ = [
|
|
2092
2099
|
3,
|
|
2093
2100
|
n0,
|
|
2094
2101
|
_RAe,
|
|
2095
2102
|
0,
|
|
2096
2103
|
[_i, _n, _d, _cD, _ve, _w, _bMT, _mCS, _aKS, _eC, _po, _t, _dEAE, _rRI, _sP, _eAM, _aSpi, _aSM],
|
|
2097
|
-
[0, 0, 0, 4, 0, 64 | 0, 64 | 0, 1, 0, () => EndpointConfiguration
|
|
2104
|
+
[0, 0, 0, 4, 0, 64 | 0, 64 | 0, 1, 0, () => EndpointConfiguration$, 0, 128 | 0, 2, 0, 0, 0, 0, 0],
|
|
2098
2105
|
];
|
|
2099
|
-
var RestApis = [
|
|
2106
|
+
var RestApis$ = [
|
|
2100
2107
|
3,
|
|
2101
2108
|
n0,
|
|
2102
2109
|
_RAes,
|
|
@@ -2107,8 +2114,15 @@ var RestApis = [
|
|
|
2107
2114
|
[0, { [_hQ]: _p }],
|
|
2108
2115
|
],
|
|
2109
2116
|
];
|
|
2110
|
-
var SdkConfigurationProperty = [
|
|
2111
|
-
|
|
2117
|
+
var SdkConfigurationProperty$ = [
|
|
2118
|
+
3,
|
|
2119
|
+
n0,
|
|
2120
|
+
_SCP,
|
|
2121
|
+
0,
|
|
2122
|
+
[_n, _fN, _d, _r, _dVe],
|
|
2123
|
+
[0, 0, 0, 2, 0],
|
|
2124
|
+
];
|
|
2125
|
+
var SdkResponse$ = [
|
|
2112
2126
|
3,
|
|
2113
2127
|
n0,
|
|
2114
2128
|
_SR,
|
|
@@ -2120,7 +2134,7 @@ var SdkResponse = [
|
|
|
2120
2134
|
[21, 16],
|
|
2121
2135
|
],
|
|
2122
2136
|
];
|
|
2123
|
-
var SdkType = [
|
|
2137
|
+
var SdkType$ = [
|
|
2124
2138
|
3,
|
|
2125
2139
|
n0,
|
|
2126
2140
|
_ST,
|
|
@@ -2128,8 +2142,8 @@ var SdkType = [
|
|
|
2128
2142
|
[_i, _fN, _d, _cP],
|
|
2129
2143
|
[0, 0, 0, () => ListOfSdkConfigurationProperty],
|
|
2130
2144
|
];
|
|
2131
|
-
var SdkTypes = [3, n0, _STd, 0, [_it], [[() => ListOfSdkType, { [_jN]: _ite }]]];
|
|
2132
|
-
var ServiceUnavailableException = [
|
|
2145
|
+
var SdkTypes$ = [3, n0, _STd, 0, [_it], [[() => ListOfSdkType, { [_jN]: _ite }]]];
|
|
2146
|
+
var ServiceUnavailableException$ = [
|
|
2133
2147
|
-3,
|
|
2134
2148
|
n0,
|
|
2135
2149
|
_SUE,
|
|
@@ -2137,8 +2151,8 @@ var ServiceUnavailableException = [
|
|
|
2137
2151
|
[_rAS, _m],
|
|
2138
2152
|
[[0, { [_hH]: _RA }], 0],
|
|
2139
2153
|
];
|
|
2140
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException
|
|
2141
|
-
var Stage = [
|
|
2154
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
2155
|
+
var Stage$ = [
|
|
2142
2156
|
3,
|
|
2143
2157
|
n0,
|
|
2144
2158
|
_S,
|
|
@@ -2155,8 +2169,8 @@ var Stage = [
|
|
|
2155
2169
|
() => MapOfMethodSettings,
|
|
2156
2170
|
128 | 0,
|
|
2157
2171
|
0,
|
|
2158
|
-
() => AccessLogSettings
|
|
2159
|
-
() => CanarySettings
|
|
2172
|
+
() => AccessLogSettings$,
|
|
2173
|
+
() => CanarySettings$,
|
|
2160
2174
|
2,
|
|
2161
2175
|
0,
|
|
2162
2176
|
128 | 0,
|
|
@@ -2164,12 +2178,12 @@ var Stage = [
|
|
|
2164
2178
|
4,
|
|
2165
2179
|
],
|
|
2166
2180
|
];
|
|
2167
|
-
var StageKey = [3, n0, _SK, 0, [_rAI, _sN], [0, 0]];
|
|
2168
|
-
var Stages = [3, n0, _St, 0, [_ite], [() => ListOfStage]];
|
|
2169
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
2170
|
-
var Tags = [3, n0, _T, 0, [_t], [128 | 0]];
|
|
2171
|
-
var Template = [3, n0, _Te, 0, [_v], [0]];
|
|
2172
|
-
var TestInvokeAuthorizerRequest = [
|
|
2181
|
+
var StageKey$ = [3, n0, _SK, 0, [_rAI, _sN], [0, 0]];
|
|
2182
|
+
var Stages$ = [3, n0, _St, 0, [_ite], [() => ListOfStage]];
|
|
2183
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
2184
|
+
var Tags$ = [3, n0, _T, 0, [_t], [128 | 0]];
|
|
2185
|
+
var Template$ = [3, n0, _Te, 0, [_v], [0]];
|
|
2186
|
+
var TestInvokeAuthorizerRequest$ = [
|
|
2173
2187
|
3,
|
|
2174
2188
|
n0,
|
|
2175
2189
|
_TIAR,
|
|
@@ -2177,7 +2191,7 @@ var TestInvokeAuthorizerRequest = [
|
|
|
2177
2191
|
[_rAI, _aIu, _h, _mVH, _pWQS, _b, _sV, _aCd],
|
|
2178
2192
|
[[0, 1], [0, 1], 128 | 0, [2, n0, _MOSTL, 0, 0, 64 | 0], 0, 0, 128 | 0, 128 | 0],
|
|
2179
2193
|
];
|
|
2180
|
-
var TestInvokeAuthorizerResponse = [
|
|
2194
|
+
var TestInvokeAuthorizerResponse$ = [
|
|
2181
2195
|
3,
|
|
2182
2196
|
n0,
|
|
2183
2197
|
_TIARe,
|
|
@@ -2185,7 +2199,7 @@ var TestInvokeAuthorizerResponse = [
|
|
|
2185
2199
|
[_cSl, _lo, _la, _pIr, _po, _au, _cl],
|
|
2186
2200
|
[1, 0, 1, 0, 0, [2, n0, _MOSTL, 0, 0, 64 | 0], 128 | 0],
|
|
2187
2201
|
];
|
|
2188
|
-
var TestInvokeMethodRequest = [
|
|
2202
|
+
var TestInvokeMethodRequest$ = [
|
|
2189
2203
|
3,
|
|
2190
2204
|
n0,
|
|
2191
2205
|
_TIMR,
|
|
@@ -2193,7 +2207,7 @@ var TestInvokeMethodRequest = [
|
|
|
2193
2207
|
[_rAI, _rI, _hM, _pWQS, _b, _h, _mVH, _cCI, _sV],
|
|
2194
2208
|
[[0, 1], [0, 1], [0, 1], 0, 0, 128 | 0, [2, n0, _MOSTL, 0, 0, 64 | 0], 0, 128 | 0],
|
|
2195
2209
|
];
|
|
2196
|
-
var TestInvokeMethodResponse = [
|
|
2210
|
+
var TestInvokeMethodResponse$ = [
|
|
2197
2211
|
3,
|
|
2198
2212
|
n0,
|
|
2199
2213
|
_TIMRe,
|
|
@@ -2201,9 +2215,9 @@ var TestInvokeMethodResponse = [
|
|
|
2201
2215
|
[_st, _b, _h, _mVH, _lo, _la],
|
|
2202
2216
|
[1, 0, 128 | 0, [2, n0, _MOSTL, 0, 0, 64 | 0], 0, 1],
|
|
2203
2217
|
];
|
|
2204
|
-
var ThrottleSettings = [3, n0, _TS, 0, [_bL, _rL], [1, 1]];
|
|
2205
|
-
var TlsConfig = [3, n0, _TC, 0, [_iSV], [2]];
|
|
2206
|
-
var TooManyRequestsException = [
|
|
2218
|
+
var ThrottleSettings$ = [3, n0, _TS, 0, [_bL, _rL], [1, 1]];
|
|
2219
|
+
var TlsConfig$ = [3, n0, _TC, 0, [_iSV], [2]];
|
|
2220
|
+
var TooManyRequestsException$ = [
|
|
2207
2221
|
-3,
|
|
2208
2222
|
n0,
|
|
2209
2223
|
_TMRE,
|
|
@@ -2211,10 +2225,10 @@ var TooManyRequestsException = [
|
|
|
2211
2225
|
[_rAS, _m],
|
|
2212
2226
|
[[0, { [_hH]: _RA }], 0],
|
|
2213
2227
|
];
|
|
2214
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
2215
|
-
var UnauthorizedException = [-3, n0, _UE, { [_er]: _c, [_hE]: 401 }, [_m], [0]];
|
|
2216
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException
|
|
2217
|
-
var UntagResourceRequest = [
|
|
2228
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
2229
|
+
var UnauthorizedException$ = [-3, n0, _UE, { [_er]: _c, [_hE]: 401 }, [_m], [0]];
|
|
2230
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
2231
|
+
var UntagResourceRequest$ = [
|
|
2218
2232
|
3,
|
|
2219
2233
|
n0,
|
|
2220
2234
|
_URR,
|
|
@@ -2225,8 +2239,8 @@ var UntagResourceRequest = [
|
|
|
2225
2239
|
[64 | 0, { [_hQ]: _tK }],
|
|
2226
2240
|
],
|
|
2227
2241
|
];
|
|
2228
|
-
var UpdateAccountRequest = [3, n0, _UAR, 0, [_pO], [() => ListOfPatchOperation]];
|
|
2229
|
-
var UpdateApiKeyRequest = [
|
|
2242
|
+
var UpdateAccountRequest$ = [3, n0, _UAR, 0, [_pO], [() => ListOfPatchOperation]];
|
|
2243
|
+
var UpdateApiKeyRequest$ = [
|
|
2230
2244
|
3,
|
|
2231
2245
|
n0,
|
|
2232
2246
|
_UAKR,
|
|
@@ -2234,7 +2248,7 @@ var UpdateApiKeyRequest = [
|
|
|
2234
2248
|
[_aK, _pO],
|
|
2235
2249
|
[[0, 1], () => ListOfPatchOperation],
|
|
2236
2250
|
];
|
|
2237
|
-
var UpdateAuthorizerRequest = [
|
|
2251
|
+
var UpdateAuthorizerRequest$ = [
|
|
2238
2252
|
3,
|
|
2239
2253
|
n0,
|
|
2240
2254
|
_UARp,
|
|
@@ -2242,7 +2256,7 @@ var UpdateAuthorizerRequest = [
|
|
|
2242
2256
|
[_rAI, _aIu, _pO],
|
|
2243
2257
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2244
2258
|
];
|
|
2245
|
-
var UpdateBasePathMappingRequest = [
|
|
2259
|
+
var UpdateBasePathMappingRequest$ = [
|
|
2246
2260
|
3,
|
|
2247
2261
|
n0,
|
|
2248
2262
|
_UBPMR,
|
|
@@ -2250,7 +2264,7 @@ var UpdateBasePathMappingRequest = [
|
|
|
2250
2264
|
[_dN, _dNI, _bP, _pO],
|
|
2251
2265
|
[[0, 1], [0, { [_hQ]: _dNI }], [0, 1], () => ListOfPatchOperation],
|
|
2252
2266
|
];
|
|
2253
|
-
var UpdateClientCertificateRequest = [
|
|
2267
|
+
var UpdateClientCertificateRequest$ = [
|
|
2254
2268
|
3,
|
|
2255
2269
|
n0,
|
|
2256
2270
|
_UCCR,
|
|
@@ -2258,7 +2272,7 @@ var UpdateClientCertificateRequest = [
|
|
|
2258
2272
|
[_cCI, _pO],
|
|
2259
2273
|
[[0, 1], () => ListOfPatchOperation],
|
|
2260
2274
|
];
|
|
2261
|
-
var UpdateDeploymentRequest = [
|
|
2275
|
+
var UpdateDeploymentRequest$ = [
|
|
2262
2276
|
3,
|
|
2263
2277
|
n0,
|
|
2264
2278
|
_UDR,
|
|
@@ -2266,7 +2280,7 @@ var UpdateDeploymentRequest = [
|
|
|
2266
2280
|
[_rAI, _dI, _pO],
|
|
2267
2281
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2268
2282
|
];
|
|
2269
|
-
var UpdateDocumentationPartRequest = [
|
|
2283
|
+
var UpdateDocumentationPartRequest$ = [
|
|
2270
2284
|
3,
|
|
2271
2285
|
n0,
|
|
2272
2286
|
_UDPR,
|
|
@@ -2274,7 +2288,7 @@ var UpdateDocumentationPartRequest = [
|
|
|
2274
2288
|
[_rAI, _dPI, _pO],
|
|
2275
2289
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2276
2290
|
];
|
|
2277
|
-
var UpdateDocumentationVersionRequest = [
|
|
2291
|
+
var UpdateDocumentationVersionRequest$ = [
|
|
2278
2292
|
3,
|
|
2279
2293
|
n0,
|
|
2280
2294
|
_UDVR,
|
|
@@ -2282,7 +2296,7 @@ var UpdateDocumentationVersionRequest = [
|
|
|
2282
2296
|
[_rAI, _dV, _pO],
|
|
2283
2297
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2284
2298
|
];
|
|
2285
|
-
var UpdateDomainNameRequest = [
|
|
2299
|
+
var UpdateDomainNameRequest$ = [
|
|
2286
2300
|
3,
|
|
2287
2301
|
n0,
|
|
2288
2302
|
_UDNR,
|
|
@@ -2290,7 +2304,7 @@ var UpdateDomainNameRequest = [
|
|
|
2290
2304
|
[_dN, _dNI, _pO],
|
|
2291
2305
|
[[0, 1], [0, { [_hQ]: _dNI }], () => ListOfPatchOperation],
|
|
2292
2306
|
];
|
|
2293
|
-
var UpdateGatewayResponseRequest = [
|
|
2307
|
+
var UpdateGatewayResponseRequest$ = [
|
|
2294
2308
|
3,
|
|
2295
2309
|
n0,
|
|
2296
2310
|
_UGRR,
|
|
@@ -2298,7 +2312,7 @@ var UpdateGatewayResponseRequest = [
|
|
|
2298
2312
|
[_rAI, _rT, _pO],
|
|
2299
2313
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2300
2314
|
];
|
|
2301
|
-
var UpdateIntegrationRequest = [
|
|
2315
|
+
var UpdateIntegrationRequest$ = [
|
|
2302
2316
|
3,
|
|
2303
2317
|
n0,
|
|
2304
2318
|
_UIR,
|
|
@@ -2306,7 +2320,7 @@ var UpdateIntegrationRequest = [
|
|
|
2306
2320
|
[_rAI, _rI, _hM, _pO],
|
|
2307
2321
|
[[0, 1], [0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2308
2322
|
];
|
|
2309
|
-
var UpdateIntegrationResponseRequest = [
|
|
2323
|
+
var UpdateIntegrationResponseRequest$ = [
|
|
2310
2324
|
3,
|
|
2311
2325
|
n0,
|
|
2312
2326
|
_UIRR,
|
|
@@ -2314,7 +2328,7 @@ var UpdateIntegrationResponseRequest = [
|
|
|
2314
2328
|
[_rAI, _rI, _hM, _sC, _pO],
|
|
2315
2329
|
[[0, 1], [0, 1], [0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2316
2330
|
];
|
|
2317
|
-
var UpdateMethodRequest = [
|
|
2331
|
+
var UpdateMethodRequest$ = [
|
|
2318
2332
|
3,
|
|
2319
2333
|
n0,
|
|
2320
2334
|
_UMR,
|
|
@@ -2322,7 +2336,7 @@ var UpdateMethodRequest = [
|
|
|
2322
2336
|
[_rAI, _rI, _hM, _pO],
|
|
2323
2337
|
[[0, 1], [0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2324
2338
|
];
|
|
2325
|
-
var UpdateMethodResponseRequest = [
|
|
2339
|
+
var UpdateMethodResponseRequest$ = [
|
|
2326
2340
|
3,
|
|
2327
2341
|
n0,
|
|
2328
2342
|
_UMRR,
|
|
@@ -2330,7 +2344,7 @@ var UpdateMethodResponseRequest = [
|
|
|
2330
2344
|
[_rAI, _rI, _hM, _sC, _pO],
|
|
2331
2345
|
[[0, 1], [0, 1], [0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2332
2346
|
];
|
|
2333
|
-
var UpdateModelRequest = [
|
|
2347
|
+
var UpdateModelRequest$ = [
|
|
2334
2348
|
3,
|
|
2335
2349
|
n0,
|
|
2336
2350
|
_UMRp,
|
|
@@ -2338,7 +2352,7 @@ var UpdateModelRequest = [
|
|
|
2338
2352
|
[_rAI, _mN, _pO],
|
|
2339
2353
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2340
2354
|
];
|
|
2341
|
-
var UpdateRequestValidatorRequest = [
|
|
2355
|
+
var UpdateRequestValidatorRequest$ = [
|
|
2342
2356
|
3,
|
|
2343
2357
|
n0,
|
|
2344
2358
|
_URVR,
|
|
@@ -2346,7 +2360,7 @@ var UpdateRequestValidatorRequest = [
|
|
|
2346
2360
|
[_rAI, _rVI, _pO],
|
|
2347
2361
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2348
2362
|
];
|
|
2349
|
-
var UpdateResourceRequest = [
|
|
2363
|
+
var UpdateResourceRequest$ = [
|
|
2350
2364
|
3,
|
|
2351
2365
|
n0,
|
|
2352
2366
|
_URRp,
|
|
@@ -2354,7 +2368,7 @@ var UpdateResourceRequest = [
|
|
|
2354
2368
|
[_rAI, _rI, _pO],
|
|
2355
2369
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2356
2370
|
];
|
|
2357
|
-
var UpdateRestApiRequest = [
|
|
2371
|
+
var UpdateRestApiRequest$ = [
|
|
2358
2372
|
3,
|
|
2359
2373
|
n0,
|
|
2360
2374
|
_URAR,
|
|
@@ -2362,7 +2376,7 @@ var UpdateRestApiRequest = [
|
|
|
2362
2376
|
[_rAI, _pO],
|
|
2363
2377
|
[[0, 1], () => ListOfPatchOperation],
|
|
2364
2378
|
];
|
|
2365
|
-
var UpdateStageRequest = [
|
|
2379
|
+
var UpdateStageRequest$ = [
|
|
2366
2380
|
3,
|
|
2367
2381
|
n0,
|
|
2368
2382
|
_USR,
|
|
@@ -2370,7 +2384,7 @@ var UpdateStageRequest = [
|
|
|
2370
2384
|
[_rAI, _sN, _pO],
|
|
2371
2385
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2372
2386
|
];
|
|
2373
|
-
var UpdateUsagePlanRequest = [
|
|
2387
|
+
var UpdateUsagePlanRequest$ = [
|
|
2374
2388
|
3,
|
|
2375
2389
|
n0,
|
|
2376
2390
|
_UUPR,
|
|
@@ -2378,7 +2392,7 @@ var UpdateUsagePlanRequest = [
|
|
|
2378
2392
|
[_uPI, _pO],
|
|
2379
2393
|
[[0, 1], () => ListOfPatchOperation],
|
|
2380
2394
|
];
|
|
2381
|
-
var UpdateUsageRequest = [
|
|
2395
|
+
var UpdateUsageRequest$ = [
|
|
2382
2396
|
3,
|
|
2383
2397
|
n0,
|
|
2384
2398
|
_UUR,
|
|
@@ -2386,7 +2400,7 @@ var UpdateUsageRequest = [
|
|
|
2386
2400
|
[_uPI, _kI, _pO],
|
|
2387
2401
|
[[0, 1], [0, 1], () => ListOfPatchOperation],
|
|
2388
2402
|
];
|
|
2389
|
-
var UpdateVpcLinkRequest = [
|
|
2403
|
+
var UpdateVpcLinkRequest$ = [
|
|
2390
2404
|
3,
|
|
2391
2405
|
n0,
|
|
2392
2406
|
_UVLR,
|
|
@@ -2394,7 +2408,7 @@ var UpdateVpcLinkRequest = [
|
|
|
2394
2408
|
[_vLI, _pO],
|
|
2395
2409
|
[[0, 1], () => ListOfPatchOperation],
|
|
2396
2410
|
];
|
|
2397
|
-
var Usage = [
|
|
2411
|
+
var Usage$ = [
|
|
2398
2412
|
3,
|
|
2399
2413
|
n0,
|
|
2400
2414
|
_U,
|
|
@@ -2402,16 +2416,16 @@ var Usage = [
|
|
|
2402
2416
|
[_uPI, _sDt, _eDn, _it, _p],
|
|
2403
2417
|
[0, 0, 0, [[2, n0, _MOKU, 0, 0, [1, n0, _LOU, 0, 64 | 1]], { [_jN]: _val }], [0, { [_hQ]: _p }]],
|
|
2404
2418
|
];
|
|
2405
|
-
var UsagePlan = [
|
|
2419
|
+
var UsagePlan$ = [
|
|
2406
2420
|
3,
|
|
2407
2421
|
n0,
|
|
2408
2422
|
_UP,
|
|
2409
2423
|
0,
|
|
2410
2424
|
[_i, _n, _d, _aS, _th, _q, _pC, _t],
|
|
2411
|
-
[0, 0, 0, () => ListOfApiStage, () => ThrottleSettings
|
|
2425
|
+
[0, 0, 0, () => ListOfApiStage, () => ThrottleSettings$, () => QuotaSettings$, 0, 128 | 0],
|
|
2412
2426
|
];
|
|
2413
|
-
var UsagePlanKey = [3, n0, _UPK, 0, [_i, _ty, _v, _n], [0, 0, 0, 0]];
|
|
2414
|
-
var UsagePlanKeys = [
|
|
2427
|
+
var UsagePlanKey$ = [3, n0, _UPK, 0, [_i, _ty, _v, _n], [0, 0, 0, 0]];
|
|
2428
|
+
var UsagePlanKeys$ = [
|
|
2415
2429
|
3,
|
|
2416
2430
|
n0,
|
|
2417
2431
|
_UPKs,
|
|
@@ -2422,7 +2436,7 @@ var UsagePlanKeys = [
|
|
|
2422
2436
|
[0, { [_hQ]: _p }],
|
|
2423
2437
|
],
|
|
2424
2438
|
];
|
|
2425
|
-
var UsagePlans = [
|
|
2439
|
+
var UsagePlans$ = [
|
|
2426
2440
|
3,
|
|
2427
2441
|
n0,
|
|
2428
2442
|
_UPs,
|
|
@@ -2433,7 +2447,7 @@ var UsagePlans = [
|
|
|
2433
2447
|
[0, { [_hQ]: _p }],
|
|
2434
2448
|
],
|
|
2435
2449
|
];
|
|
2436
|
-
var VpcLink = [
|
|
2450
|
+
var VpcLink$ = [
|
|
2437
2451
|
3,
|
|
2438
2452
|
n0,
|
|
2439
2453
|
_VL,
|
|
@@ -2441,7 +2455,7 @@ var VpcLink = [
|
|
|
2441
2455
|
[_i, _n, _d, _tA, _st, _sM, _t],
|
|
2442
2456
|
[0, 0, 0, 64 | 0, 0, 0, 128 | 0],
|
|
2443
2457
|
];
|
|
2444
|
-
var VpcLinks = [
|
|
2458
|
+
var VpcLinks$ = [
|
|
2445
2459
|
3,
|
|
2446
2460
|
n0,
|
|
2447
2461
|
_VLp,
|
|
@@ -2453,255 +2467,255 @@ var VpcLinks = [
|
|
|
2453
2467
|
],
|
|
2454
2468
|
];
|
|
2455
2469
|
var __Unit = "unit";
|
|
2456
|
-
var APIGatewayServiceException = [-3, _sm, "APIGatewayServiceException", 0, [], []];
|
|
2457
|
-
schema.TypeRegistry.for(_sm).registerError(APIGatewayServiceException
|
|
2458
|
-
var ListOfApiKey = [1, n0, _LOAK, 0, () => ApiKey];
|
|
2459
|
-
var ListOfApiStage = [1, n0, _LOAS, 0, () => ApiStage];
|
|
2460
|
-
var ListOfAuthorizer = [1, n0, _LOA, 0, () => Authorizer];
|
|
2461
|
-
var ListOfBasePathMapping = [1, n0, _LOBPM, 0, () => BasePathMapping];
|
|
2462
|
-
var ListOfClientCertificate = [1, n0, _LOCC, 0, () => ClientCertificate];
|
|
2463
|
-
var ListOfDeployment = [1, n0, _LOD, 0, () => Deployment];
|
|
2464
|
-
var ListOfDocumentationPart = [1, n0, _LODP, 0, () => DocumentationPart];
|
|
2465
|
-
var ListOfDocumentationVersion = [1, n0, _LODV, 0, () => DocumentationVersion];
|
|
2466
|
-
var ListOfDomainName = [1, n0, _LODN, 0, () => DomainName];
|
|
2467
|
-
var ListOfDomainNameAccessAssociation = [1, n0, _LODNAA, 0, () => DomainNameAccessAssociation];
|
|
2468
|
-
var ListOfGatewayResponse = [1, n0, _LOGR, 0, () => GatewayResponse];
|
|
2469
|
-
var ListOfModel = [1, n0, _LOM, 0, () => Model];
|
|
2470
|
-
var ListOfPatchOperation = [1, n0, _LOPO, 0, () => PatchOperation];
|
|
2471
|
-
var ListOfRequestValidator = [1, n0, _LORV, 0, () => RequestValidator];
|
|
2472
|
-
var ListOfResource = [1, n0, _LOR, 0, () => Resource];
|
|
2473
|
-
var ListOfRestApi = [1, n0, _LORA, 0, () => RestApi];
|
|
2474
|
-
var ListOfSdkConfigurationProperty = [1, n0, _LOSCP, 0, () => SdkConfigurationProperty];
|
|
2475
|
-
var ListOfSdkType = [1, n0, _LOST, 0, () => SdkType];
|
|
2476
|
-
var ListOfStage = [1, n0, _LOS, 0, () => Stage];
|
|
2477
|
-
var ListOfStageKeys = [1, n0, _LOSK, 0, () => StageKey];
|
|
2478
|
-
var ListOfUsagePlan = [1, n0, _LOUP, 0, () => UsagePlan];
|
|
2479
|
-
var ListOfUsagePlanKey = [1, n0, _LOUPK, 0, () => UsagePlanKey];
|
|
2480
|
-
var ListOfVpcLink = [1, n0, _LOVL, 0, () => VpcLink];
|
|
2481
|
-
var MapOfApiStageThrottleSettings = [2, n0, _MOASTS, 0, 0, () => ThrottleSettings];
|
|
2482
|
-
var MapOfIntegrationResponse = [2, n0, _MOIR, 0, 0, () => IntegrationResponse];
|
|
2483
|
-
var MapOfMethod = [2, n0, _MOM, 0, 0, () => Method];
|
|
2484
|
-
var MapOfMethodResponse = [2, n0, _MOMR, 0, 0, () => MethodResponse];
|
|
2485
|
-
var MapOfMethodSettings = [2, n0, _MOMS, 0, 0, () => MethodSetting];
|
|
2486
|
-
var MapOfMethodSnapshot = [2, n0, _MOMSa, 0, 0, () => MethodSnapshot];
|
|
2470
|
+
var APIGatewayServiceException$ = [-3, _sm, "APIGatewayServiceException", 0, [], []];
|
|
2471
|
+
schema.TypeRegistry.for(_sm).registerError(APIGatewayServiceException$, APIGatewayServiceException);
|
|
2472
|
+
var ListOfApiKey = [1, n0, _LOAK, 0, () => ApiKey$];
|
|
2473
|
+
var ListOfApiStage = [1, n0, _LOAS, 0, () => ApiStage$];
|
|
2474
|
+
var ListOfAuthorizer = [1, n0, _LOA, 0, () => Authorizer$];
|
|
2475
|
+
var ListOfBasePathMapping = [1, n0, _LOBPM, 0, () => BasePathMapping$];
|
|
2476
|
+
var ListOfClientCertificate = [1, n0, _LOCC, 0, () => ClientCertificate$];
|
|
2477
|
+
var ListOfDeployment = [1, n0, _LOD, 0, () => Deployment$];
|
|
2478
|
+
var ListOfDocumentationPart = [1, n0, _LODP, 0, () => DocumentationPart$];
|
|
2479
|
+
var ListOfDocumentationVersion = [1, n0, _LODV, 0, () => DocumentationVersion$];
|
|
2480
|
+
var ListOfDomainName = [1, n0, _LODN, 0, () => DomainName$];
|
|
2481
|
+
var ListOfDomainNameAccessAssociation = [1, n0, _LODNAA, 0, () => DomainNameAccessAssociation$];
|
|
2482
|
+
var ListOfGatewayResponse = [1, n0, _LOGR, 0, () => GatewayResponse$];
|
|
2483
|
+
var ListOfModel = [1, n0, _LOM, 0, () => Model$];
|
|
2484
|
+
var ListOfPatchOperation = [1, n0, _LOPO, 0, () => PatchOperation$];
|
|
2485
|
+
var ListOfRequestValidator = [1, n0, _LORV, 0, () => RequestValidator$];
|
|
2486
|
+
var ListOfResource = [1, n0, _LOR, 0, () => Resource$];
|
|
2487
|
+
var ListOfRestApi = [1, n0, _LORA, 0, () => RestApi$];
|
|
2488
|
+
var ListOfSdkConfigurationProperty = [1, n0, _LOSCP, 0, () => SdkConfigurationProperty$];
|
|
2489
|
+
var ListOfSdkType = [1, n0, _LOST, 0, () => SdkType$];
|
|
2490
|
+
var ListOfStage = [1, n0, _LOS, 0, () => Stage$];
|
|
2491
|
+
var ListOfStageKeys = [1, n0, _LOSK, 0, () => StageKey$];
|
|
2492
|
+
var ListOfUsagePlan = [1, n0, _LOUP, 0, () => UsagePlan$];
|
|
2493
|
+
var ListOfUsagePlanKey = [1, n0, _LOUPK, 0, () => UsagePlanKey$];
|
|
2494
|
+
var ListOfVpcLink = [1, n0, _LOVL, 0, () => VpcLink$];
|
|
2495
|
+
var MapOfApiStageThrottleSettings = [2, n0, _MOASTS, 0, 0, () => ThrottleSettings$];
|
|
2496
|
+
var MapOfIntegrationResponse = [2, n0, _MOIR, 0, 0, () => IntegrationResponse$];
|
|
2497
|
+
var MapOfMethod = [2, n0, _MOM, 0, 0, () => Method$];
|
|
2498
|
+
var MapOfMethodResponse = [2, n0, _MOMR, 0, 0, () => MethodResponse$];
|
|
2499
|
+
var MapOfMethodSettings = [2, n0, _MOMS, 0, 0, () => MethodSetting$];
|
|
2500
|
+
var MapOfMethodSnapshot = [2, n0, _MOMSa, 0, 0, () => MethodSnapshot$];
|
|
2487
2501
|
var PathToMapOfMethodSnapshot = [2, n0, _PTMOMS, 0, 0, () => MapOfMethodSnapshot];
|
|
2488
|
-
var CreateApiKey = [
|
|
2502
|
+
var CreateApiKey$ = [
|
|
2489
2503
|
9,
|
|
2490
2504
|
n0,
|
|
2491
2505
|
_CAK,
|
|
2492
2506
|
{ [_ht]: ["POST", "/apikeys", 201] },
|
|
2493
|
-
() => CreateApiKeyRequest
|
|
2494
|
-
() => ApiKey
|
|
2507
|
+
() => CreateApiKeyRequest$,
|
|
2508
|
+
() => ApiKey$,
|
|
2495
2509
|
];
|
|
2496
|
-
var CreateAuthorizer = [
|
|
2510
|
+
var CreateAuthorizer$ = [
|
|
2497
2511
|
9,
|
|
2498
2512
|
n0,
|
|
2499
2513
|
_CA,
|
|
2500
2514
|
{ [_ht]: ["POST", "/restapis/{restApiId}/authorizers", 201] },
|
|
2501
|
-
() => CreateAuthorizerRequest
|
|
2502
|
-
() => Authorizer
|
|
2515
|
+
() => CreateAuthorizerRequest$,
|
|
2516
|
+
() => Authorizer$,
|
|
2503
2517
|
];
|
|
2504
|
-
var CreateBasePathMapping = [
|
|
2518
|
+
var CreateBasePathMapping$ = [
|
|
2505
2519
|
9,
|
|
2506
2520
|
n0,
|
|
2507
2521
|
_CBPM,
|
|
2508
2522
|
{ [_ht]: ["POST", "/domainnames/{domainName}/basepathmappings", 201] },
|
|
2509
|
-
() => CreateBasePathMappingRequest
|
|
2510
|
-
() => BasePathMapping
|
|
2523
|
+
() => CreateBasePathMappingRequest$,
|
|
2524
|
+
() => BasePathMapping$,
|
|
2511
2525
|
];
|
|
2512
|
-
var CreateDeployment = [
|
|
2526
|
+
var CreateDeployment$ = [
|
|
2513
2527
|
9,
|
|
2514
2528
|
n0,
|
|
2515
2529
|
_CDr,
|
|
2516
2530
|
{ [_ht]: ["POST", "/restapis/{restApiId}/deployments", 201] },
|
|
2517
|
-
() => CreateDeploymentRequest
|
|
2518
|
-
() => Deployment
|
|
2531
|
+
() => CreateDeploymentRequest$,
|
|
2532
|
+
() => Deployment$,
|
|
2519
2533
|
];
|
|
2520
|
-
var CreateDocumentationPart = [
|
|
2534
|
+
var CreateDocumentationPart$ = [
|
|
2521
2535
|
9,
|
|
2522
2536
|
n0,
|
|
2523
2537
|
_CDP,
|
|
2524
2538
|
{ [_ht]: ["POST", "/restapis/{restApiId}/documentation/parts", 201] },
|
|
2525
|
-
() => CreateDocumentationPartRequest
|
|
2526
|
-
() => DocumentationPart
|
|
2539
|
+
() => CreateDocumentationPartRequest$,
|
|
2540
|
+
() => DocumentationPart$,
|
|
2527
2541
|
];
|
|
2528
|
-
var CreateDocumentationVersion = [
|
|
2542
|
+
var CreateDocumentationVersion$ = [
|
|
2529
2543
|
9,
|
|
2530
2544
|
n0,
|
|
2531
2545
|
_CDV,
|
|
2532
2546
|
{ [_ht]: ["POST", "/restapis/{restApiId}/documentation/versions", 201] },
|
|
2533
|
-
() => CreateDocumentationVersionRequest
|
|
2534
|
-
() => DocumentationVersion
|
|
2547
|
+
() => CreateDocumentationVersionRequest$,
|
|
2548
|
+
() => DocumentationVersion$,
|
|
2535
2549
|
];
|
|
2536
|
-
var CreateDomainName = [
|
|
2550
|
+
var CreateDomainName$ = [
|
|
2537
2551
|
9,
|
|
2538
2552
|
n0,
|
|
2539
2553
|
_CDN,
|
|
2540
2554
|
{ [_ht]: ["POST", "/domainnames", 201] },
|
|
2541
|
-
() => CreateDomainNameRequest
|
|
2542
|
-
() => DomainName
|
|
2555
|
+
() => CreateDomainNameRequest$,
|
|
2556
|
+
() => DomainName$,
|
|
2543
2557
|
];
|
|
2544
|
-
var CreateDomainNameAccessAssociation = [
|
|
2558
|
+
var CreateDomainNameAccessAssociation$ = [
|
|
2545
2559
|
9,
|
|
2546
2560
|
n0,
|
|
2547
2561
|
_CDNAA,
|
|
2548
2562
|
{ [_ht]: ["POST", "/domainnameaccessassociations", 201] },
|
|
2549
|
-
() => CreateDomainNameAccessAssociationRequest
|
|
2550
|
-
() => DomainNameAccessAssociation
|
|
2563
|
+
() => CreateDomainNameAccessAssociationRequest$,
|
|
2564
|
+
() => DomainNameAccessAssociation$,
|
|
2551
2565
|
];
|
|
2552
|
-
var CreateModel = [
|
|
2566
|
+
var CreateModel$ = [
|
|
2553
2567
|
9,
|
|
2554
2568
|
n0,
|
|
2555
2569
|
_CM,
|
|
2556
2570
|
{ [_ht]: ["POST", "/restapis/{restApiId}/models", 201] },
|
|
2557
|
-
() => CreateModelRequest
|
|
2558
|
-
() => Model
|
|
2571
|
+
() => CreateModelRequest$,
|
|
2572
|
+
() => Model$,
|
|
2559
2573
|
];
|
|
2560
|
-
var CreateRequestValidator = [
|
|
2574
|
+
var CreateRequestValidator$ = [
|
|
2561
2575
|
9,
|
|
2562
2576
|
n0,
|
|
2563
2577
|
_CRV,
|
|
2564
2578
|
{ [_ht]: ["POST", "/restapis/{restApiId}/requestvalidators", 201] },
|
|
2565
|
-
() => CreateRequestValidatorRequest
|
|
2566
|
-
() => RequestValidator
|
|
2579
|
+
() => CreateRequestValidatorRequest$,
|
|
2580
|
+
() => RequestValidator$,
|
|
2567
2581
|
];
|
|
2568
|
-
var CreateResource = [
|
|
2582
|
+
var CreateResource$ = [
|
|
2569
2583
|
9,
|
|
2570
2584
|
n0,
|
|
2571
2585
|
_CR,
|
|
2572
2586
|
{ [_ht]: ["POST", "/restapis/{restApiId}/resources/{parentId}", 201] },
|
|
2573
|
-
() => CreateResourceRequest
|
|
2574
|
-
() => Resource
|
|
2587
|
+
() => CreateResourceRequest$,
|
|
2588
|
+
() => Resource$,
|
|
2575
2589
|
];
|
|
2576
|
-
var CreateRestApi = [
|
|
2590
|
+
var CreateRestApi$ = [
|
|
2577
2591
|
9,
|
|
2578
2592
|
n0,
|
|
2579
2593
|
_CRA,
|
|
2580
2594
|
{ [_ht]: ["POST", "/restapis", 201] },
|
|
2581
|
-
() => CreateRestApiRequest
|
|
2582
|
-
() => RestApi
|
|
2595
|
+
() => CreateRestApiRequest$,
|
|
2596
|
+
() => RestApi$,
|
|
2583
2597
|
];
|
|
2584
|
-
var CreateStage = [
|
|
2598
|
+
var CreateStage$ = [
|
|
2585
2599
|
9,
|
|
2586
2600
|
n0,
|
|
2587
2601
|
_CSr,
|
|
2588
2602
|
{ [_ht]: ["POST", "/restapis/{restApiId}/stages", 201] },
|
|
2589
|
-
() => CreateStageRequest
|
|
2590
|
-
() => Stage
|
|
2603
|
+
() => CreateStageRequest$,
|
|
2604
|
+
() => Stage$,
|
|
2591
2605
|
];
|
|
2592
|
-
var CreateUsagePlan = [
|
|
2606
|
+
var CreateUsagePlan$ = [
|
|
2593
2607
|
9,
|
|
2594
2608
|
n0,
|
|
2595
2609
|
_CUP,
|
|
2596
2610
|
{ [_ht]: ["POST", "/usageplans", 201] },
|
|
2597
|
-
() => CreateUsagePlanRequest
|
|
2598
|
-
() => UsagePlan
|
|
2611
|
+
() => CreateUsagePlanRequest$,
|
|
2612
|
+
() => UsagePlan$,
|
|
2599
2613
|
];
|
|
2600
|
-
var CreateUsagePlanKey = [
|
|
2614
|
+
var CreateUsagePlanKey$ = [
|
|
2601
2615
|
9,
|
|
2602
2616
|
n0,
|
|
2603
2617
|
_CUPK,
|
|
2604
2618
|
{ [_ht]: ["POST", "/usageplans/{usagePlanId}/keys", 201] },
|
|
2605
|
-
() => CreateUsagePlanKeyRequest
|
|
2606
|
-
() => UsagePlanKey
|
|
2619
|
+
() => CreateUsagePlanKeyRequest$,
|
|
2620
|
+
() => UsagePlanKey$,
|
|
2607
2621
|
];
|
|
2608
|
-
var CreateVpcLink = [
|
|
2622
|
+
var CreateVpcLink$ = [
|
|
2609
2623
|
9,
|
|
2610
2624
|
n0,
|
|
2611
2625
|
_CVL,
|
|
2612
2626
|
{ [_ht]: ["POST", "/vpclinks", 202] },
|
|
2613
|
-
() => CreateVpcLinkRequest
|
|
2614
|
-
() => VpcLink
|
|
2627
|
+
() => CreateVpcLinkRequest$,
|
|
2628
|
+
() => VpcLink$,
|
|
2615
2629
|
];
|
|
2616
|
-
var DeleteApiKey = [
|
|
2630
|
+
var DeleteApiKey$ = [
|
|
2617
2631
|
9,
|
|
2618
2632
|
n0,
|
|
2619
2633
|
_DAK,
|
|
2620
2634
|
{ [_ht]: ["DELETE", "/apikeys/{apiKey}", 202] },
|
|
2621
|
-
() => DeleteApiKeyRequest
|
|
2635
|
+
() => DeleteApiKeyRequest$,
|
|
2622
2636
|
() => __Unit,
|
|
2623
2637
|
];
|
|
2624
|
-
var DeleteAuthorizer = [
|
|
2638
|
+
var DeleteAuthorizer$ = [
|
|
2625
2639
|
9,
|
|
2626
2640
|
n0,
|
|
2627
2641
|
_DA,
|
|
2628
2642
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/authorizers/{authorizerId}", 202] },
|
|
2629
|
-
() => DeleteAuthorizerRequest
|
|
2643
|
+
() => DeleteAuthorizerRequest$,
|
|
2630
2644
|
() => __Unit,
|
|
2631
2645
|
];
|
|
2632
|
-
var DeleteBasePathMapping = [
|
|
2646
|
+
var DeleteBasePathMapping$ = [
|
|
2633
2647
|
9,
|
|
2634
2648
|
n0,
|
|
2635
2649
|
_DBPM,
|
|
2636
2650
|
{ [_ht]: ["DELETE", "/domainnames/{domainName}/basepathmappings/{basePath}", 202] },
|
|
2637
|
-
() => DeleteBasePathMappingRequest
|
|
2651
|
+
() => DeleteBasePathMappingRequest$,
|
|
2638
2652
|
() => __Unit,
|
|
2639
2653
|
];
|
|
2640
|
-
var DeleteClientCertificate = [
|
|
2654
|
+
var DeleteClientCertificate$ = [
|
|
2641
2655
|
9,
|
|
2642
2656
|
n0,
|
|
2643
2657
|
_DCC,
|
|
2644
2658
|
{ [_ht]: ["DELETE", "/clientcertificates/{clientCertificateId}", 202] },
|
|
2645
|
-
() => DeleteClientCertificateRequest
|
|
2659
|
+
() => DeleteClientCertificateRequest$,
|
|
2646
2660
|
() => __Unit,
|
|
2647
2661
|
];
|
|
2648
|
-
var DeleteDeployment = [
|
|
2662
|
+
var DeleteDeployment$ = [
|
|
2649
2663
|
9,
|
|
2650
2664
|
n0,
|
|
2651
2665
|
_DD,
|
|
2652
2666
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/deployments/{deploymentId}", 202] },
|
|
2653
|
-
() => DeleteDeploymentRequest
|
|
2667
|
+
() => DeleteDeploymentRequest$,
|
|
2654
2668
|
() => __Unit,
|
|
2655
2669
|
];
|
|
2656
|
-
var DeleteDocumentationPart = [
|
|
2670
|
+
var DeleteDocumentationPart$ = [
|
|
2657
2671
|
9,
|
|
2658
2672
|
n0,
|
|
2659
2673
|
_DDP,
|
|
2660
2674
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 202] },
|
|
2661
|
-
() => DeleteDocumentationPartRequest
|
|
2675
|
+
() => DeleteDocumentationPartRequest$,
|
|
2662
2676
|
() => __Unit,
|
|
2663
2677
|
];
|
|
2664
|
-
var DeleteDocumentationVersion = [
|
|
2678
|
+
var DeleteDocumentationVersion$ = [
|
|
2665
2679
|
9,
|
|
2666
2680
|
n0,
|
|
2667
2681
|
_DDV,
|
|
2668
2682
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 202] },
|
|
2669
|
-
() => DeleteDocumentationVersionRequest
|
|
2683
|
+
() => DeleteDocumentationVersionRequest$,
|
|
2670
2684
|
() => __Unit,
|
|
2671
2685
|
];
|
|
2672
|
-
var DeleteDomainName = [
|
|
2686
|
+
var DeleteDomainName$ = [
|
|
2673
2687
|
9,
|
|
2674
2688
|
n0,
|
|
2675
2689
|
_DDN,
|
|
2676
2690
|
{ [_ht]: ["DELETE", "/domainnames/{domainName}", 202] },
|
|
2677
|
-
() => DeleteDomainNameRequest
|
|
2691
|
+
() => DeleteDomainNameRequest$,
|
|
2678
2692
|
() => __Unit,
|
|
2679
2693
|
];
|
|
2680
|
-
var DeleteDomainNameAccessAssociation = [
|
|
2694
|
+
var DeleteDomainNameAccessAssociation$ = [
|
|
2681
2695
|
9,
|
|
2682
2696
|
n0,
|
|
2683
2697
|
_DDNAA,
|
|
2684
2698
|
{ [_ht]: ["DELETE", "/domainnameaccessassociations/{domainNameAccessAssociationArn}", 202] },
|
|
2685
|
-
() => DeleteDomainNameAccessAssociationRequest
|
|
2699
|
+
() => DeleteDomainNameAccessAssociationRequest$,
|
|
2686
2700
|
() => __Unit,
|
|
2687
2701
|
];
|
|
2688
|
-
var DeleteGatewayResponse = [
|
|
2702
|
+
var DeleteGatewayResponse$ = [
|
|
2689
2703
|
9,
|
|
2690
2704
|
n0,
|
|
2691
2705
|
_DGR,
|
|
2692
2706
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/gatewayresponses/{responseType}", 202] },
|
|
2693
|
-
() => DeleteGatewayResponseRequest
|
|
2707
|
+
() => DeleteGatewayResponseRequest$,
|
|
2694
2708
|
() => __Unit,
|
|
2695
2709
|
];
|
|
2696
|
-
var DeleteIntegration = [
|
|
2710
|
+
var DeleteIntegration$ = [
|
|
2697
2711
|
9,
|
|
2698
2712
|
n0,
|
|
2699
2713
|
_DI,
|
|
2700
2714
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 204] },
|
|
2701
|
-
() => DeleteIntegrationRequest
|
|
2715
|
+
() => DeleteIntegrationRequest$,
|
|
2702
2716
|
() => __Unit,
|
|
2703
2717
|
];
|
|
2704
|
-
var DeleteIntegrationResponse = [
|
|
2718
|
+
var DeleteIntegrationResponse$ = [
|
|
2705
2719
|
9,
|
|
2706
2720
|
n0,
|
|
2707
2721
|
_DIRe,
|
|
@@ -2712,292 +2726,292 @@ var DeleteIntegrationResponse = [
|
|
|
2712
2726
|
204,
|
|
2713
2727
|
],
|
|
2714
2728
|
},
|
|
2715
|
-
() => DeleteIntegrationResponseRequest
|
|
2729
|
+
() => DeleteIntegrationResponseRequest$,
|
|
2716
2730
|
() => __Unit,
|
|
2717
2731
|
];
|
|
2718
|
-
var DeleteMethod = [
|
|
2732
|
+
var DeleteMethod$ = [
|
|
2719
2733
|
9,
|
|
2720
2734
|
n0,
|
|
2721
2735
|
_DM,
|
|
2722
2736
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 204] },
|
|
2723
|
-
() => DeleteMethodRequest
|
|
2737
|
+
() => DeleteMethodRequest$,
|
|
2724
2738
|
() => __Unit,
|
|
2725
2739
|
];
|
|
2726
|
-
var DeleteMethodResponse = [
|
|
2740
|
+
var DeleteMethodResponse$ = [
|
|
2727
2741
|
9,
|
|
2728
2742
|
n0,
|
|
2729
2743
|
_DMRel,
|
|
2730
2744
|
{
|
|
2731
2745
|
[_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 204],
|
|
2732
2746
|
},
|
|
2733
|
-
() => DeleteMethodResponseRequest
|
|
2747
|
+
() => DeleteMethodResponseRequest$,
|
|
2734
2748
|
() => __Unit,
|
|
2735
2749
|
];
|
|
2736
|
-
var DeleteModel = [
|
|
2750
|
+
var DeleteModel$ = [
|
|
2737
2751
|
9,
|
|
2738
2752
|
n0,
|
|
2739
2753
|
_DMe,
|
|
2740
2754
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/models/{modelName}", 202] },
|
|
2741
|
-
() => DeleteModelRequest
|
|
2755
|
+
() => DeleteModelRequest$,
|
|
2742
2756
|
() => __Unit,
|
|
2743
2757
|
];
|
|
2744
|
-
var DeleteRequestValidator = [
|
|
2758
|
+
var DeleteRequestValidator$ = [
|
|
2745
2759
|
9,
|
|
2746
2760
|
n0,
|
|
2747
2761
|
_DRV,
|
|
2748
2762
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 202] },
|
|
2749
|
-
() => DeleteRequestValidatorRequest
|
|
2763
|
+
() => DeleteRequestValidatorRequest$,
|
|
2750
2764
|
() => __Unit,
|
|
2751
2765
|
];
|
|
2752
|
-
var DeleteResource = [
|
|
2766
|
+
var DeleteResource$ = [
|
|
2753
2767
|
9,
|
|
2754
2768
|
n0,
|
|
2755
2769
|
_DR,
|
|
2756
2770
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/resources/{resourceId}", 202] },
|
|
2757
|
-
() => DeleteResourceRequest
|
|
2771
|
+
() => DeleteResourceRequest$,
|
|
2758
2772
|
() => __Unit,
|
|
2759
2773
|
];
|
|
2760
|
-
var DeleteRestApi = [
|
|
2774
|
+
var DeleteRestApi$ = [
|
|
2761
2775
|
9,
|
|
2762
2776
|
n0,
|
|
2763
2777
|
_DRA,
|
|
2764
2778
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}", 202] },
|
|
2765
|
-
() => DeleteRestApiRequest
|
|
2779
|
+
() => DeleteRestApiRequest$,
|
|
2766
2780
|
() => __Unit,
|
|
2767
2781
|
];
|
|
2768
|
-
var DeleteStage = [
|
|
2782
|
+
var DeleteStage$ = [
|
|
2769
2783
|
9,
|
|
2770
2784
|
n0,
|
|
2771
2785
|
_DS,
|
|
2772
2786
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}", 202] },
|
|
2773
|
-
() => DeleteStageRequest
|
|
2787
|
+
() => DeleteStageRequest$,
|
|
2774
2788
|
() => __Unit,
|
|
2775
2789
|
];
|
|
2776
|
-
var DeleteUsagePlan = [
|
|
2790
|
+
var DeleteUsagePlan$ = [
|
|
2777
2791
|
9,
|
|
2778
2792
|
n0,
|
|
2779
2793
|
_DUP,
|
|
2780
2794
|
{ [_ht]: ["DELETE", "/usageplans/{usagePlanId}", 202] },
|
|
2781
|
-
() => DeleteUsagePlanRequest
|
|
2795
|
+
() => DeleteUsagePlanRequest$,
|
|
2782
2796
|
() => __Unit,
|
|
2783
2797
|
];
|
|
2784
|
-
var DeleteUsagePlanKey = [
|
|
2798
|
+
var DeleteUsagePlanKey$ = [
|
|
2785
2799
|
9,
|
|
2786
2800
|
n0,
|
|
2787
2801
|
_DUPK,
|
|
2788
2802
|
{ [_ht]: ["DELETE", "/usageplans/{usagePlanId}/keys/{keyId}", 202] },
|
|
2789
|
-
() => DeleteUsagePlanKeyRequest
|
|
2803
|
+
() => DeleteUsagePlanKeyRequest$,
|
|
2790
2804
|
() => __Unit,
|
|
2791
2805
|
];
|
|
2792
|
-
var DeleteVpcLink = [
|
|
2806
|
+
var DeleteVpcLink$ = [
|
|
2793
2807
|
9,
|
|
2794
2808
|
n0,
|
|
2795
2809
|
_DVL,
|
|
2796
2810
|
{ [_ht]: ["DELETE", "/vpclinks/{vpcLinkId}", 202] },
|
|
2797
|
-
() => DeleteVpcLinkRequest
|
|
2811
|
+
() => DeleteVpcLinkRequest$,
|
|
2798
2812
|
() => __Unit,
|
|
2799
2813
|
];
|
|
2800
|
-
var FlushStageAuthorizersCache = [
|
|
2814
|
+
var FlushStageAuthorizersCache$ = [
|
|
2801
2815
|
9,
|
|
2802
2816
|
n0,
|
|
2803
2817
|
_FSAC,
|
|
2804
2818
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/authorizers", 202] },
|
|
2805
|
-
() => FlushStageAuthorizersCacheRequest
|
|
2819
|
+
() => FlushStageAuthorizersCacheRequest$,
|
|
2806
2820
|
() => __Unit,
|
|
2807
2821
|
];
|
|
2808
|
-
var FlushStageCache = [
|
|
2822
|
+
var FlushStageCache$ = [
|
|
2809
2823
|
9,
|
|
2810
2824
|
n0,
|
|
2811
2825
|
_FSC,
|
|
2812
2826
|
{ [_ht]: ["DELETE", "/restapis/{restApiId}/stages/{stageName}/cache/data", 202] },
|
|
2813
|
-
() => FlushStageCacheRequest
|
|
2827
|
+
() => FlushStageCacheRequest$,
|
|
2814
2828
|
() => __Unit,
|
|
2815
2829
|
];
|
|
2816
|
-
var GenerateClientCertificate = [
|
|
2830
|
+
var GenerateClientCertificate$ = [
|
|
2817
2831
|
9,
|
|
2818
2832
|
n0,
|
|
2819
2833
|
_GCC,
|
|
2820
2834
|
{ [_ht]: ["POST", "/clientcertificates", 201] },
|
|
2821
|
-
() => GenerateClientCertificateRequest
|
|
2822
|
-
() => ClientCertificate
|
|
2835
|
+
() => GenerateClientCertificateRequest$,
|
|
2836
|
+
() => ClientCertificate$,
|
|
2823
2837
|
];
|
|
2824
|
-
var GetAccount = [
|
|
2838
|
+
var GetAccount$ = [
|
|
2825
2839
|
9,
|
|
2826
2840
|
n0,
|
|
2827
2841
|
_GA,
|
|
2828
2842
|
{ [_ht]: ["GET", "/account", 200] },
|
|
2829
|
-
() => GetAccountRequest
|
|
2830
|
-
() => Account
|
|
2843
|
+
() => GetAccountRequest$,
|
|
2844
|
+
() => Account$,
|
|
2831
2845
|
];
|
|
2832
|
-
var GetApiKey = [
|
|
2846
|
+
var GetApiKey$ = [
|
|
2833
2847
|
9,
|
|
2834
2848
|
n0,
|
|
2835
2849
|
_GAK,
|
|
2836
2850
|
{ [_ht]: ["GET", "/apikeys/{apiKey}", 200] },
|
|
2837
|
-
() => GetApiKeyRequest
|
|
2838
|
-
() => ApiKey
|
|
2851
|
+
() => GetApiKeyRequest$,
|
|
2852
|
+
() => ApiKey$,
|
|
2839
2853
|
];
|
|
2840
|
-
var GetApiKeys = [
|
|
2854
|
+
var GetApiKeys$ = [
|
|
2841
2855
|
9,
|
|
2842
2856
|
n0,
|
|
2843
2857
|
_GAKe,
|
|
2844
2858
|
{ [_ht]: ["GET", "/apikeys", 200] },
|
|
2845
|
-
() => GetApiKeysRequest
|
|
2846
|
-
() => ApiKeys
|
|
2859
|
+
() => GetApiKeysRequest$,
|
|
2860
|
+
() => ApiKeys$,
|
|
2847
2861
|
];
|
|
2848
|
-
var GetAuthorizer = [
|
|
2862
|
+
var GetAuthorizer$ = [
|
|
2849
2863
|
9,
|
|
2850
2864
|
n0,
|
|
2851
2865
|
_GAe,
|
|
2852
2866
|
{ [_ht]: ["GET", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
|
|
2853
|
-
() => GetAuthorizerRequest
|
|
2854
|
-
() => Authorizer
|
|
2867
|
+
() => GetAuthorizerRequest$,
|
|
2868
|
+
() => Authorizer$,
|
|
2855
2869
|
];
|
|
2856
|
-
var GetAuthorizers = [
|
|
2870
|
+
var GetAuthorizers$ = [
|
|
2857
2871
|
9,
|
|
2858
2872
|
n0,
|
|
2859
2873
|
_GAet,
|
|
2860
2874
|
{ [_ht]: ["GET", "/restapis/{restApiId}/authorizers", 200] },
|
|
2861
|
-
() => GetAuthorizersRequest
|
|
2862
|
-
() => Authorizers
|
|
2875
|
+
() => GetAuthorizersRequest$,
|
|
2876
|
+
() => Authorizers$,
|
|
2863
2877
|
];
|
|
2864
|
-
var GetBasePathMapping = [
|
|
2878
|
+
var GetBasePathMapping$ = [
|
|
2865
2879
|
9,
|
|
2866
2880
|
n0,
|
|
2867
2881
|
_GBPM,
|
|
2868
2882
|
{ [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings/{basePath}", 200] },
|
|
2869
|
-
() => GetBasePathMappingRequest
|
|
2870
|
-
() => BasePathMapping
|
|
2883
|
+
() => GetBasePathMappingRequest$,
|
|
2884
|
+
() => BasePathMapping$,
|
|
2871
2885
|
];
|
|
2872
|
-
var GetBasePathMappings = [
|
|
2886
|
+
var GetBasePathMappings$ = [
|
|
2873
2887
|
9,
|
|
2874
2888
|
n0,
|
|
2875
2889
|
_GBPMe,
|
|
2876
2890
|
{ [_ht]: ["GET", "/domainnames/{domainName}/basepathmappings", 200] },
|
|
2877
|
-
() => GetBasePathMappingsRequest
|
|
2878
|
-
() => BasePathMappings
|
|
2891
|
+
() => GetBasePathMappingsRequest$,
|
|
2892
|
+
() => BasePathMappings$,
|
|
2879
2893
|
];
|
|
2880
|
-
var GetClientCertificate = [
|
|
2894
|
+
var GetClientCertificate$ = [
|
|
2881
2895
|
9,
|
|
2882
2896
|
n0,
|
|
2883
2897
|
_GCCe,
|
|
2884
2898
|
{ [_ht]: ["GET", "/clientcertificates/{clientCertificateId}", 200] },
|
|
2885
|
-
() => GetClientCertificateRequest
|
|
2886
|
-
() => ClientCertificate
|
|
2899
|
+
() => GetClientCertificateRequest$,
|
|
2900
|
+
() => ClientCertificate$,
|
|
2887
2901
|
];
|
|
2888
|
-
var GetClientCertificates = [
|
|
2902
|
+
var GetClientCertificates$ = [
|
|
2889
2903
|
9,
|
|
2890
2904
|
n0,
|
|
2891
2905
|
_GCCet,
|
|
2892
2906
|
{ [_ht]: ["GET", "/clientcertificates", 200] },
|
|
2893
|
-
() => GetClientCertificatesRequest
|
|
2894
|
-
() => ClientCertificates
|
|
2907
|
+
() => GetClientCertificatesRequest$,
|
|
2908
|
+
() => ClientCertificates$,
|
|
2895
2909
|
];
|
|
2896
|
-
var GetDeployment = [
|
|
2910
|
+
var GetDeployment$ = [
|
|
2897
2911
|
9,
|
|
2898
2912
|
n0,
|
|
2899
2913
|
_GD,
|
|
2900
2914
|
{ [_ht]: ["GET", "/restapis/{restApiId}/deployments/{deploymentId}", 200] },
|
|
2901
|
-
() => GetDeploymentRequest
|
|
2902
|
-
() => Deployment
|
|
2915
|
+
() => GetDeploymentRequest$,
|
|
2916
|
+
() => Deployment$,
|
|
2903
2917
|
];
|
|
2904
|
-
var GetDeployments = [
|
|
2918
|
+
var GetDeployments$ = [
|
|
2905
2919
|
9,
|
|
2906
2920
|
n0,
|
|
2907
2921
|
_GDe,
|
|
2908
2922
|
{ [_ht]: ["GET", "/restapis/{restApiId}/deployments", 200] },
|
|
2909
|
-
() => GetDeploymentsRequest
|
|
2910
|
-
() => Deployments
|
|
2923
|
+
() => GetDeploymentsRequest$,
|
|
2924
|
+
() => Deployments$,
|
|
2911
2925
|
];
|
|
2912
|
-
var GetDocumentationPart = [
|
|
2926
|
+
var GetDocumentationPart$ = [
|
|
2913
2927
|
9,
|
|
2914
2928
|
n0,
|
|
2915
2929
|
_GDP,
|
|
2916
2930
|
{ [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200] },
|
|
2917
|
-
() => GetDocumentationPartRequest
|
|
2918
|
-
() => DocumentationPart
|
|
2931
|
+
() => GetDocumentationPartRequest$,
|
|
2932
|
+
() => DocumentationPart$,
|
|
2919
2933
|
];
|
|
2920
|
-
var GetDocumentationParts = [
|
|
2934
|
+
var GetDocumentationParts$ = [
|
|
2921
2935
|
9,
|
|
2922
2936
|
n0,
|
|
2923
2937
|
_GDPe,
|
|
2924
2938
|
{ [_ht]: ["GET", "/restapis/{restApiId}/documentation/parts", 200] },
|
|
2925
|
-
() => GetDocumentationPartsRequest
|
|
2926
|
-
() => DocumentationParts
|
|
2939
|
+
() => GetDocumentationPartsRequest$,
|
|
2940
|
+
() => DocumentationParts$,
|
|
2927
2941
|
];
|
|
2928
|
-
var GetDocumentationVersion = [
|
|
2942
|
+
var GetDocumentationVersion$ = [
|
|
2929
2943
|
9,
|
|
2930
2944
|
n0,
|
|
2931
2945
|
_GDV,
|
|
2932
2946
|
{ [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200] },
|
|
2933
|
-
() => GetDocumentationVersionRequest
|
|
2934
|
-
() => DocumentationVersion
|
|
2947
|
+
() => GetDocumentationVersionRequest$,
|
|
2948
|
+
() => DocumentationVersion$,
|
|
2935
2949
|
];
|
|
2936
|
-
var GetDocumentationVersions = [
|
|
2950
|
+
var GetDocumentationVersions$ = [
|
|
2937
2951
|
9,
|
|
2938
2952
|
n0,
|
|
2939
2953
|
_GDVe,
|
|
2940
2954
|
{ [_ht]: ["GET", "/restapis/{restApiId}/documentation/versions", 200] },
|
|
2941
|
-
() => GetDocumentationVersionsRequest
|
|
2942
|
-
() => DocumentationVersions
|
|
2955
|
+
() => GetDocumentationVersionsRequest$,
|
|
2956
|
+
() => DocumentationVersions$,
|
|
2943
2957
|
];
|
|
2944
|
-
var GetDomainName = [
|
|
2958
|
+
var GetDomainName$ = [
|
|
2945
2959
|
9,
|
|
2946
2960
|
n0,
|
|
2947
2961
|
_GDN,
|
|
2948
2962
|
{ [_ht]: ["GET", "/domainnames/{domainName}", 200] },
|
|
2949
|
-
() => GetDomainNameRequest
|
|
2950
|
-
() => DomainName
|
|
2963
|
+
() => GetDomainNameRequest$,
|
|
2964
|
+
() => DomainName$,
|
|
2951
2965
|
];
|
|
2952
|
-
var GetDomainNameAccessAssociations = [
|
|
2966
|
+
var GetDomainNameAccessAssociations$ = [
|
|
2953
2967
|
9,
|
|
2954
2968
|
n0,
|
|
2955
2969
|
_GDNAA,
|
|
2956
2970
|
{ [_ht]: ["GET", "/domainnameaccessassociations", 200] },
|
|
2957
|
-
() => GetDomainNameAccessAssociationsRequest
|
|
2958
|
-
() => DomainNameAccessAssociations
|
|
2971
|
+
() => GetDomainNameAccessAssociationsRequest$,
|
|
2972
|
+
() => DomainNameAccessAssociations$,
|
|
2959
2973
|
];
|
|
2960
|
-
var GetDomainNames = [
|
|
2974
|
+
var GetDomainNames$ = [
|
|
2961
2975
|
9,
|
|
2962
2976
|
n0,
|
|
2963
2977
|
_GDNe,
|
|
2964
2978
|
{ [_ht]: ["GET", "/domainnames", 200] },
|
|
2965
|
-
() => GetDomainNamesRequest
|
|
2966
|
-
() => DomainNames
|
|
2979
|
+
() => GetDomainNamesRequest$,
|
|
2980
|
+
() => DomainNames$,
|
|
2967
2981
|
];
|
|
2968
|
-
var GetExport = [
|
|
2982
|
+
var GetExport$ = [
|
|
2969
2983
|
9,
|
|
2970
2984
|
n0,
|
|
2971
2985
|
_GE,
|
|
2972
2986
|
{ [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/exports/{exportType}", 200] },
|
|
2973
|
-
() => GetExportRequest
|
|
2974
|
-
() => ExportResponse
|
|
2987
|
+
() => GetExportRequest$,
|
|
2988
|
+
() => ExportResponse$,
|
|
2975
2989
|
];
|
|
2976
|
-
var GetGatewayResponse = [
|
|
2990
|
+
var GetGatewayResponse$ = [
|
|
2977
2991
|
9,
|
|
2978
2992
|
n0,
|
|
2979
2993
|
_GGR,
|
|
2980
2994
|
{ [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200] },
|
|
2981
|
-
() => GetGatewayResponseRequest
|
|
2982
|
-
() => GatewayResponse
|
|
2995
|
+
() => GetGatewayResponseRequest$,
|
|
2996
|
+
() => GatewayResponse$,
|
|
2983
2997
|
];
|
|
2984
|
-
var GetGatewayResponses = [
|
|
2998
|
+
var GetGatewayResponses$ = [
|
|
2985
2999
|
9,
|
|
2986
3000
|
n0,
|
|
2987
3001
|
_GGRe,
|
|
2988
3002
|
{ [_ht]: ["GET", "/restapis/{restApiId}/gatewayresponses", 200] },
|
|
2989
|
-
() => GetGatewayResponsesRequest
|
|
2990
|
-
() => GatewayResponses
|
|
3003
|
+
() => GetGatewayResponsesRequest$,
|
|
3004
|
+
() => GatewayResponses$,
|
|
2991
3005
|
];
|
|
2992
|
-
var GetIntegration = [
|
|
3006
|
+
var GetIntegration$ = [
|
|
2993
3007
|
9,
|
|
2994
3008
|
n0,
|
|
2995
3009
|
_GI,
|
|
2996
3010
|
{ [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200] },
|
|
2997
|
-
() => GetIntegrationRequest
|
|
2998
|
-
() => Integration
|
|
3011
|
+
() => GetIntegrationRequest$,
|
|
3012
|
+
() => Integration$,
|
|
2999
3013
|
];
|
|
3000
|
-
var GetIntegrationResponse = [
|
|
3014
|
+
var GetIntegrationResponse$ = [
|
|
3001
3015
|
9,
|
|
3002
3016
|
n0,
|
|
3003
3017
|
_GIRe,
|
|
@@ -3008,242 +3022,242 @@ var GetIntegrationResponse = [
|
|
|
3008
3022
|
200,
|
|
3009
3023
|
],
|
|
3010
3024
|
},
|
|
3011
|
-
() => GetIntegrationResponseRequest
|
|
3012
|
-
() => IntegrationResponse
|
|
3025
|
+
() => GetIntegrationResponseRequest$,
|
|
3026
|
+
() => IntegrationResponse$,
|
|
3013
3027
|
];
|
|
3014
|
-
var GetMethod = [
|
|
3028
|
+
var GetMethod$ = [
|
|
3015
3029
|
9,
|
|
3016
3030
|
n0,
|
|
3017
3031
|
_GM,
|
|
3018
3032
|
{ [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
|
|
3019
|
-
() => GetMethodRequest
|
|
3020
|
-
() => Method
|
|
3033
|
+
() => GetMethodRequest$,
|
|
3034
|
+
() => Method$,
|
|
3021
3035
|
];
|
|
3022
|
-
var GetMethodResponse = [
|
|
3036
|
+
var GetMethodResponse$ = [
|
|
3023
3037
|
9,
|
|
3024
3038
|
n0,
|
|
3025
3039
|
_GMRete,
|
|
3026
3040
|
{ [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 200] },
|
|
3027
|
-
() => GetMethodResponseRequest
|
|
3028
|
-
() => MethodResponse
|
|
3041
|
+
() => GetMethodResponseRequest$,
|
|
3042
|
+
() => MethodResponse$,
|
|
3029
3043
|
];
|
|
3030
|
-
var GetModel = [
|
|
3044
|
+
var GetModel$ = [
|
|
3031
3045
|
9,
|
|
3032
3046
|
n0,
|
|
3033
3047
|
_GMe,
|
|
3034
3048
|
{ [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}", 200] },
|
|
3035
|
-
() => GetModelRequest
|
|
3036
|
-
() => Model
|
|
3049
|
+
() => GetModelRequest$,
|
|
3050
|
+
() => Model$,
|
|
3037
3051
|
];
|
|
3038
|
-
var GetModels = [
|
|
3052
|
+
var GetModels$ = [
|
|
3039
3053
|
9,
|
|
3040
3054
|
n0,
|
|
3041
3055
|
_GMet,
|
|
3042
3056
|
{ [_ht]: ["GET", "/restapis/{restApiId}/models", 200] },
|
|
3043
|
-
() => GetModelsRequest
|
|
3044
|
-
() => Models
|
|
3057
|
+
() => GetModelsRequest$,
|
|
3058
|
+
() => Models$,
|
|
3045
3059
|
];
|
|
3046
|
-
var GetModelTemplate = [
|
|
3060
|
+
var GetModelTemplate$ = [
|
|
3047
3061
|
9,
|
|
3048
3062
|
n0,
|
|
3049
3063
|
_GMT,
|
|
3050
3064
|
{ [_ht]: ["GET", "/restapis/{restApiId}/models/{modelName}/default_template", 200] },
|
|
3051
|
-
() => GetModelTemplateRequest
|
|
3052
|
-
() => Template
|
|
3065
|
+
() => GetModelTemplateRequest$,
|
|
3066
|
+
() => Template$,
|
|
3053
3067
|
];
|
|
3054
|
-
var GetRequestValidator = [
|
|
3068
|
+
var GetRequestValidator$ = [
|
|
3055
3069
|
9,
|
|
3056
3070
|
n0,
|
|
3057
3071
|
_GRV,
|
|
3058
3072
|
{ [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200] },
|
|
3059
|
-
() => GetRequestValidatorRequest
|
|
3060
|
-
() => RequestValidator
|
|
3073
|
+
() => GetRequestValidatorRequest$,
|
|
3074
|
+
() => RequestValidator$,
|
|
3061
3075
|
];
|
|
3062
|
-
var GetRequestValidators = [
|
|
3076
|
+
var GetRequestValidators$ = [
|
|
3063
3077
|
9,
|
|
3064
3078
|
n0,
|
|
3065
3079
|
_GRVe,
|
|
3066
3080
|
{ [_ht]: ["GET", "/restapis/{restApiId}/requestvalidators", 200] },
|
|
3067
|
-
() => GetRequestValidatorsRequest
|
|
3068
|
-
() => RequestValidators
|
|
3081
|
+
() => GetRequestValidatorsRequest$,
|
|
3082
|
+
() => RequestValidators$,
|
|
3069
3083
|
];
|
|
3070
|
-
var GetResource = [
|
|
3084
|
+
var GetResource$ = [
|
|
3071
3085
|
9,
|
|
3072
3086
|
n0,
|
|
3073
3087
|
_GRe,
|
|
3074
3088
|
{ [_ht]: ["GET", "/restapis/{restApiId}/resources/{resourceId}", 200] },
|
|
3075
|
-
() => GetResourceRequest
|
|
3076
|
-
() => Resource
|
|
3089
|
+
() => GetResourceRequest$,
|
|
3090
|
+
() => Resource$,
|
|
3077
3091
|
];
|
|
3078
|
-
var GetResources = [
|
|
3092
|
+
var GetResources$ = [
|
|
3079
3093
|
9,
|
|
3080
3094
|
n0,
|
|
3081
3095
|
_GRet,
|
|
3082
3096
|
{ [_ht]: ["GET", "/restapis/{restApiId}/resources", 200] },
|
|
3083
|
-
() => GetResourcesRequest
|
|
3084
|
-
() => Resources
|
|
3097
|
+
() => GetResourcesRequest$,
|
|
3098
|
+
() => Resources$,
|
|
3085
3099
|
];
|
|
3086
|
-
var GetRestApi = [
|
|
3100
|
+
var GetRestApi$ = [
|
|
3087
3101
|
9,
|
|
3088
3102
|
n0,
|
|
3089
3103
|
_GRA,
|
|
3090
3104
|
{ [_ht]: ["GET", "/restapis/{restApiId}", 200] },
|
|
3091
|
-
() => GetRestApiRequest
|
|
3092
|
-
() => RestApi
|
|
3105
|
+
() => GetRestApiRequest$,
|
|
3106
|
+
() => RestApi$,
|
|
3093
3107
|
];
|
|
3094
|
-
var GetRestApis = [
|
|
3108
|
+
var GetRestApis$ = [
|
|
3095
3109
|
9,
|
|
3096
3110
|
n0,
|
|
3097
3111
|
_GRAe,
|
|
3098
3112
|
{ [_ht]: ["GET", "/restapis", 200] },
|
|
3099
|
-
() => GetRestApisRequest
|
|
3100
|
-
() => RestApis
|
|
3113
|
+
() => GetRestApisRequest$,
|
|
3114
|
+
() => RestApis$,
|
|
3101
3115
|
];
|
|
3102
|
-
var GetSdk = [
|
|
3116
|
+
var GetSdk$ = [
|
|
3103
3117
|
9,
|
|
3104
3118
|
n0,
|
|
3105
3119
|
_GS,
|
|
3106
3120
|
{ [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}/sdks/{sdkType}", 200] },
|
|
3107
|
-
() => GetSdkRequest
|
|
3108
|
-
() => SdkResponse
|
|
3121
|
+
() => GetSdkRequest$,
|
|
3122
|
+
() => SdkResponse$,
|
|
3109
3123
|
];
|
|
3110
|
-
var GetSdkType = [
|
|
3124
|
+
var GetSdkType$ = [
|
|
3111
3125
|
9,
|
|
3112
3126
|
n0,
|
|
3113
3127
|
_GST,
|
|
3114
3128
|
{ [_ht]: ["GET", "/sdktypes/{id}", 200] },
|
|
3115
|
-
() => GetSdkTypeRequest
|
|
3116
|
-
() => SdkType
|
|
3129
|
+
() => GetSdkTypeRequest$,
|
|
3130
|
+
() => SdkType$,
|
|
3117
3131
|
];
|
|
3118
|
-
var GetSdkTypes = [
|
|
3132
|
+
var GetSdkTypes$ = [
|
|
3119
3133
|
9,
|
|
3120
3134
|
n0,
|
|
3121
3135
|
_GSTe,
|
|
3122
3136
|
{ [_ht]: ["GET", "/sdktypes", 200] },
|
|
3123
|
-
() => GetSdkTypesRequest
|
|
3124
|
-
() => SdkTypes
|
|
3137
|
+
() => GetSdkTypesRequest$,
|
|
3138
|
+
() => SdkTypes$,
|
|
3125
3139
|
];
|
|
3126
|
-
var GetStage = [
|
|
3140
|
+
var GetStage$ = [
|
|
3127
3141
|
9,
|
|
3128
3142
|
n0,
|
|
3129
3143
|
_GSe,
|
|
3130
3144
|
{ [_ht]: ["GET", "/restapis/{restApiId}/stages/{stageName}", 200] },
|
|
3131
|
-
() => GetStageRequest
|
|
3132
|
-
() => Stage
|
|
3145
|
+
() => GetStageRequest$,
|
|
3146
|
+
() => Stage$,
|
|
3133
3147
|
];
|
|
3134
|
-
var GetStages = [
|
|
3148
|
+
var GetStages$ = [
|
|
3135
3149
|
9,
|
|
3136
3150
|
n0,
|
|
3137
3151
|
_GSet,
|
|
3138
3152
|
{ [_ht]: ["GET", "/restapis/{restApiId}/stages", 200] },
|
|
3139
|
-
() => GetStagesRequest
|
|
3140
|
-
() => Stages
|
|
3153
|
+
() => GetStagesRequest$,
|
|
3154
|
+
() => Stages$,
|
|
3141
3155
|
];
|
|
3142
|
-
var GetTags = [
|
|
3156
|
+
var GetTags$ = [
|
|
3143
3157
|
9,
|
|
3144
3158
|
n0,
|
|
3145
3159
|
_GT,
|
|
3146
3160
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
3147
|
-
() => GetTagsRequest
|
|
3148
|
-
() => Tags
|
|
3161
|
+
() => GetTagsRequest$,
|
|
3162
|
+
() => Tags$,
|
|
3149
3163
|
];
|
|
3150
|
-
var GetUsage = [
|
|
3164
|
+
var GetUsage$ = [
|
|
3151
3165
|
9,
|
|
3152
3166
|
n0,
|
|
3153
3167
|
_GU,
|
|
3154
3168
|
{ [_ht]: ["GET", "/usageplans/{usagePlanId}/usage", 200] },
|
|
3155
|
-
() => GetUsageRequest
|
|
3156
|
-
() => Usage
|
|
3169
|
+
() => GetUsageRequest$,
|
|
3170
|
+
() => Usage$,
|
|
3157
3171
|
];
|
|
3158
|
-
var GetUsagePlan = [
|
|
3172
|
+
var GetUsagePlan$ = [
|
|
3159
3173
|
9,
|
|
3160
3174
|
n0,
|
|
3161
3175
|
_GUP,
|
|
3162
3176
|
{ [_ht]: ["GET", "/usageplans/{usagePlanId}", 200] },
|
|
3163
|
-
() => GetUsagePlanRequest
|
|
3164
|
-
() => UsagePlan
|
|
3177
|
+
() => GetUsagePlanRequest$,
|
|
3178
|
+
() => UsagePlan$,
|
|
3165
3179
|
];
|
|
3166
|
-
var GetUsagePlanKey = [
|
|
3180
|
+
var GetUsagePlanKey$ = [
|
|
3167
3181
|
9,
|
|
3168
3182
|
n0,
|
|
3169
3183
|
_GUPK,
|
|
3170
3184
|
{ [_ht]: ["GET", "/usageplans/{usagePlanId}/keys/{keyId}", 200] },
|
|
3171
|
-
() => GetUsagePlanKeyRequest
|
|
3172
|
-
() => UsagePlanKey
|
|
3185
|
+
() => GetUsagePlanKeyRequest$,
|
|
3186
|
+
() => UsagePlanKey$,
|
|
3173
3187
|
];
|
|
3174
|
-
var GetUsagePlanKeys = [
|
|
3188
|
+
var GetUsagePlanKeys$ = [
|
|
3175
3189
|
9,
|
|
3176
3190
|
n0,
|
|
3177
3191
|
_GUPKe,
|
|
3178
3192
|
{ [_ht]: ["GET", "/usageplans/{usagePlanId}/keys", 200] },
|
|
3179
|
-
() => GetUsagePlanKeysRequest
|
|
3180
|
-
() => UsagePlanKeys
|
|
3193
|
+
() => GetUsagePlanKeysRequest$,
|
|
3194
|
+
() => UsagePlanKeys$,
|
|
3181
3195
|
];
|
|
3182
|
-
var GetUsagePlans = [
|
|
3196
|
+
var GetUsagePlans$ = [
|
|
3183
3197
|
9,
|
|
3184
3198
|
n0,
|
|
3185
3199
|
_GUPe,
|
|
3186
3200
|
{ [_ht]: ["GET", "/usageplans", 200] },
|
|
3187
|
-
() => GetUsagePlansRequest
|
|
3188
|
-
() => UsagePlans
|
|
3201
|
+
() => GetUsagePlansRequest$,
|
|
3202
|
+
() => UsagePlans$,
|
|
3189
3203
|
];
|
|
3190
|
-
var GetVpcLink = [
|
|
3204
|
+
var GetVpcLink$ = [
|
|
3191
3205
|
9,
|
|
3192
3206
|
n0,
|
|
3193
3207
|
_GVL,
|
|
3194
3208
|
{ [_ht]: ["GET", "/vpclinks/{vpcLinkId}", 200] },
|
|
3195
|
-
() => GetVpcLinkRequest
|
|
3196
|
-
() => VpcLink
|
|
3209
|
+
() => GetVpcLinkRequest$,
|
|
3210
|
+
() => VpcLink$,
|
|
3197
3211
|
];
|
|
3198
|
-
var GetVpcLinks = [
|
|
3212
|
+
var GetVpcLinks$ = [
|
|
3199
3213
|
9,
|
|
3200
3214
|
n0,
|
|
3201
3215
|
_GVLe,
|
|
3202
3216
|
{ [_ht]: ["GET", "/vpclinks", 200] },
|
|
3203
|
-
() => GetVpcLinksRequest
|
|
3204
|
-
() => VpcLinks
|
|
3217
|
+
() => GetVpcLinksRequest$,
|
|
3218
|
+
() => VpcLinks$,
|
|
3205
3219
|
];
|
|
3206
|
-
var ImportApiKeys = [
|
|
3220
|
+
var ImportApiKeys$ = [
|
|
3207
3221
|
9,
|
|
3208
3222
|
n0,
|
|
3209
3223
|
_IAK,
|
|
3210
3224
|
{ [_ht]: ["POST", "/apikeys?mode=import", 201] },
|
|
3211
|
-
() => ImportApiKeysRequest
|
|
3212
|
-
() => ApiKeyIds
|
|
3225
|
+
() => ImportApiKeysRequest$,
|
|
3226
|
+
() => ApiKeyIds$,
|
|
3213
3227
|
];
|
|
3214
|
-
var ImportDocumentationParts = [
|
|
3228
|
+
var ImportDocumentationParts$ = [
|
|
3215
3229
|
9,
|
|
3216
3230
|
n0,
|
|
3217
3231
|
_IDP,
|
|
3218
3232
|
{ [_ht]: ["PUT", "/restapis/{restApiId}/documentation/parts", 200] },
|
|
3219
|
-
() => ImportDocumentationPartsRequest
|
|
3220
|
-
() => DocumentationPartIds
|
|
3233
|
+
() => ImportDocumentationPartsRequest$,
|
|
3234
|
+
() => DocumentationPartIds$,
|
|
3221
3235
|
];
|
|
3222
|
-
var ImportRestApi = [
|
|
3236
|
+
var ImportRestApi$ = [
|
|
3223
3237
|
9,
|
|
3224
3238
|
n0,
|
|
3225
3239
|
_IRA,
|
|
3226
3240
|
{ [_ht]: ["POST", "/restapis?mode=import", 201] },
|
|
3227
|
-
() => ImportRestApiRequest
|
|
3228
|
-
() => RestApi
|
|
3241
|
+
() => ImportRestApiRequest$,
|
|
3242
|
+
() => RestApi$,
|
|
3229
3243
|
];
|
|
3230
|
-
var PutGatewayResponse = [
|
|
3244
|
+
var PutGatewayResponse$ = [
|
|
3231
3245
|
9,
|
|
3232
3246
|
n0,
|
|
3233
3247
|
_PGR,
|
|
3234
3248
|
{ [_ht]: ["PUT", "/restapis/{restApiId}/gatewayresponses/{responseType}", 201] },
|
|
3235
|
-
() => PutGatewayResponseRequest
|
|
3236
|
-
() => GatewayResponse
|
|
3249
|
+
() => PutGatewayResponseRequest$,
|
|
3250
|
+
() => GatewayResponse$,
|
|
3237
3251
|
];
|
|
3238
|
-
var PutIntegration = [
|
|
3252
|
+
var PutIntegration$ = [
|
|
3239
3253
|
9,
|
|
3240
3254
|
n0,
|
|
3241
3255
|
_PI,
|
|
3242
3256
|
{ [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 201] },
|
|
3243
|
-
() => PutIntegrationRequest
|
|
3244
|
-
() => Integration
|
|
3257
|
+
() => PutIntegrationRequest$,
|
|
3258
|
+
() => Integration$,
|
|
3245
3259
|
];
|
|
3246
|
-
var PutIntegrationResponse = [
|
|
3260
|
+
var PutIntegrationResponse$ = [
|
|
3247
3261
|
9,
|
|
3248
3262
|
n0,
|
|
3249
3263
|
_PIRu,
|
|
@@ -3254,162 +3268,162 @@ var PutIntegrationResponse = [
|
|
|
3254
3268
|
201,
|
|
3255
3269
|
],
|
|
3256
3270
|
},
|
|
3257
|
-
() => PutIntegrationResponseRequest
|
|
3258
|
-
() => IntegrationResponse
|
|
3271
|
+
() => PutIntegrationResponseRequest$,
|
|
3272
|
+
() => IntegrationResponse$,
|
|
3259
3273
|
];
|
|
3260
|
-
var PutMethod = [
|
|
3274
|
+
var PutMethod$ = [
|
|
3261
3275
|
9,
|
|
3262
3276
|
n0,
|
|
3263
3277
|
_PM,
|
|
3264
3278
|
{ [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 201] },
|
|
3265
|
-
() => PutMethodRequest
|
|
3266
|
-
() => Method
|
|
3279
|
+
() => PutMethodRequest$,
|
|
3280
|
+
() => Method$,
|
|
3267
3281
|
];
|
|
3268
|
-
var PutMethodResponse = [
|
|
3282
|
+
var PutMethodResponse$ = [
|
|
3269
3283
|
9,
|
|
3270
3284
|
n0,
|
|
3271
3285
|
_PMRu,
|
|
3272
3286
|
{ [_ht]: ["PUT", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201] },
|
|
3273
|
-
() => PutMethodResponseRequest
|
|
3274
|
-
() => MethodResponse
|
|
3287
|
+
() => PutMethodResponseRequest$,
|
|
3288
|
+
() => MethodResponse$,
|
|
3275
3289
|
];
|
|
3276
|
-
var PutRestApi = [
|
|
3290
|
+
var PutRestApi$ = [
|
|
3277
3291
|
9,
|
|
3278
3292
|
n0,
|
|
3279
3293
|
_PRA,
|
|
3280
3294
|
{ [_ht]: ["PUT", "/restapis/{restApiId}", 200] },
|
|
3281
|
-
() => PutRestApiRequest
|
|
3282
|
-
() => RestApi
|
|
3295
|
+
() => PutRestApiRequest$,
|
|
3296
|
+
() => RestApi$,
|
|
3283
3297
|
];
|
|
3284
|
-
var RejectDomainNameAccessAssociation = [
|
|
3298
|
+
var RejectDomainNameAccessAssociation$ = [
|
|
3285
3299
|
9,
|
|
3286
3300
|
n0,
|
|
3287
3301
|
_RDNAA,
|
|
3288
3302
|
{ [_ht]: ["POST", "/rejectdomainnameaccessassociations", 202] },
|
|
3289
|
-
() => RejectDomainNameAccessAssociationRequest
|
|
3303
|
+
() => RejectDomainNameAccessAssociationRequest$,
|
|
3290
3304
|
() => __Unit,
|
|
3291
3305
|
];
|
|
3292
|
-
var TagResource = [
|
|
3306
|
+
var TagResource$ = [
|
|
3293
3307
|
9,
|
|
3294
3308
|
n0,
|
|
3295
3309
|
_TR,
|
|
3296
3310
|
{ [_ht]: ["PUT", "/tags/{resourceArn}", 204] },
|
|
3297
|
-
() => TagResourceRequest
|
|
3311
|
+
() => TagResourceRequest$,
|
|
3298
3312
|
() => __Unit,
|
|
3299
3313
|
];
|
|
3300
|
-
var TestInvokeAuthorizer = [
|
|
3314
|
+
var TestInvokeAuthorizer$ = [
|
|
3301
3315
|
9,
|
|
3302
3316
|
n0,
|
|
3303
3317
|
_TIA,
|
|
3304
3318
|
{ [_ht]: ["POST", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
|
|
3305
|
-
() => TestInvokeAuthorizerRequest
|
|
3306
|
-
() => TestInvokeAuthorizerResponse
|
|
3319
|
+
() => TestInvokeAuthorizerRequest$,
|
|
3320
|
+
() => TestInvokeAuthorizerResponse$,
|
|
3307
3321
|
];
|
|
3308
|
-
var TestInvokeMethod = [
|
|
3322
|
+
var TestInvokeMethod$ = [
|
|
3309
3323
|
9,
|
|
3310
3324
|
n0,
|
|
3311
3325
|
_TIM,
|
|
3312
3326
|
{ [_ht]: ["POST", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
|
|
3313
|
-
() => TestInvokeMethodRequest
|
|
3314
|
-
() => TestInvokeMethodResponse
|
|
3327
|
+
() => TestInvokeMethodRequest$,
|
|
3328
|
+
() => TestInvokeMethodResponse$,
|
|
3315
3329
|
];
|
|
3316
|
-
var UntagResource = [
|
|
3330
|
+
var UntagResource$ = [
|
|
3317
3331
|
9,
|
|
3318
3332
|
n0,
|
|
3319
3333
|
_UR,
|
|
3320
3334
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
3321
|
-
() => UntagResourceRequest
|
|
3335
|
+
() => UntagResourceRequest$,
|
|
3322
3336
|
() => __Unit,
|
|
3323
3337
|
];
|
|
3324
|
-
var UpdateAccount = [
|
|
3338
|
+
var UpdateAccount$ = [
|
|
3325
3339
|
9,
|
|
3326
3340
|
n0,
|
|
3327
3341
|
_UA,
|
|
3328
3342
|
{ [_ht]: ["PATCH", "/account", 200] },
|
|
3329
|
-
() => UpdateAccountRequest
|
|
3330
|
-
() => Account
|
|
3343
|
+
() => UpdateAccountRequest$,
|
|
3344
|
+
() => Account$,
|
|
3331
3345
|
];
|
|
3332
|
-
var UpdateApiKey = [
|
|
3346
|
+
var UpdateApiKey$ = [
|
|
3333
3347
|
9,
|
|
3334
3348
|
n0,
|
|
3335
3349
|
_UAK,
|
|
3336
3350
|
{ [_ht]: ["PATCH", "/apikeys/{apiKey}", 200] },
|
|
3337
|
-
() => UpdateApiKeyRequest
|
|
3338
|
-
() => ApiKey
|
|
3351
|
+
() => UpdateApiKeyRequest$,
|
|
3352
|
+
() => ApiKey$,
|
|
3339
3353
|
];
|
|
3340
|
-
var UpdateAuthorizer = [
|
|
3354
|
+
var UpdateAuthorizer$ = [
|
|
3341
3355
|
9,
|
|
3342
3356
|
n0,
|
|
3343
3357
|
_UAp,
|
|
3344
3358
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/authorizers/{authorizerId}", 200] },
|
|
3345
|
-
() => UpdateAuthorizerRequest
|
|
3346
|
-
() => Authorizer
|
|
3359
|
+
() => UpdateAuthorizerRequest$,
|
|
3360
|
+
() => Authorizer$,
|
|
3347
3361
|
];
|
|
3348
|
-
var UpdateBasePathMapping = [
|
|
3362
|
+
var UpdateBasePathMapping$ = [
|
|
3349
3363
|
9,
|
|
3350
3364
|
n0,
|
|
3351
3365
|
_UBPM,
|
|
3352
3366
|
{ [_ht]: ["PATCH", "/domainnames/{domainName}/basepathmappings/{basePath}", 200] },
|
|
3353
|
-
() => UpdateBasePathMappingRequest
|
|
3354
|
-
() => BasePathMapping
|
|
3367
|
+
() => UpdateBasePathMappingRequest$,
|
|
3368
|
+
() => BasePathMapping$,
|
|
3355
3369
|
];
|
|
3356
|
-
var UpdateClientCertificate = [
|
|
3370
|
+
var UpdateClientCertificate$ = [
|
|
3357
3371
|
9,
|
|
3358
3372
|
n0,
|
|
3359
3373
|
_UCC,
|
|
3360
3374
|
{ [_ht]: ["PATCH", "/clientcertificates/{clientCertificateId}", 200] },
|
|
3361
|
-
() => UpdateClientCertificateRequest
|
|
3362
|
-
() => ClientCertificate
|
|
3375
|
+
() => UpdateClientCertificateRequest$,
|
|
3376
|
+
() => ClientCertificate$,
|
|
3363
3377
|
];
|
|
3364
|
-
var UpdateDeployment = [
|
|
3378
|
+
var UpdateDeployment$ = [
|
|
3365
3379
|
9,
|
|
3366
3380
|
n0,
|
|
3367
3381
|
_UD,
|
|
3368
3382
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/deployments/{deploymentId}", 200] },
|
|
3369
|
-
() => UpdateDeploymentRequest
|
|
3370
|
-
() => Deployment
|
|
3383
|
+
() => UpdateDeploymentRequest$,
|
|
3384
|
+
() => Deployment$,
|
|
3371
3385
|
];
|
|
3372
|
-
var UpdateDocumentationPart = [
|
|
3386
|
+
var UpdateDocumentationPart$ = [
|
|
3373
3387
|
9,
|
|
3374
3388
|
n0,
|
|
3375
3389
|
_UDP,
|
|
3376
3390
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/parts/{documentationPartId}", 200] },
|
|
3377
|
-
() => UpdateDocumentationPartRequest
|
|
3378
|
-
() => DocumentationPart
|
|
3391
|
+
() => UpdateDocumentationPartRequest$,
|
|
3392
|
+
() => DocumentationPart$,
|
|
3379
3393
|
];
|
|
3380
|
-
var UpdateDocumentationVersion = [
|
|
3394
|
+
var UpdateDocumentationVersion$ = [
|
|
3381
3395
|
9,
|
|
3382
3396
|
n0,
|
|
3383
3397
|
_UDV,
|
|
3384
3398
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/documentation/versions/{documentationVersion}", 200] },
|
|
3385
|
-
() => UpdateDocumentationVersionRequest
|
|
3386
|
-
() => DocumentationVersion
|
|
3399
|
+
() => UpdateDocumentationVersionRequest$,
|
|
3400
|
+
() => DocumentationVersion$,
|
|
3387
3401
|
];
|
|
3388
|
-
var UpdateDomainName = [
|
|
3402
|
+
var UpdateDomainName$ = [
|
|
3389
3403
|
9,
|
|
3390
3404
|
n0,
|
|
3391
3405
|
_UDN,
|
|
3392
3406
|
{ [_ht]: ["PATCH", "/domainnames/{domainName}", 200] },
|
|
3393
|
-
() => UpdateDomainNameRequest
|
|
3394
|
-
() => DomainName
|
|
3407
|
+
() => UpdateDomainNameRequest$,
|
|
3408
|
+
() => DomainName$,
|
|
3395
3409
|
];
|
|
3396
|
-
var UpdateGatewayResponse = [
|
|
3410
|
+
var UpdateGatewayResponse$ = [
|
|
3397
3411
|
9,
|
|
3398
3412
|
n0,
|
|
3399
3413
|
_UGR,
|
|
3400
3414
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/gatewayresponses/{responseType}", 200] },
|
|
3401
|
-
() => UpdateGatewayResponseRequest
|
|
3402
|
-
() => GatewayResponse
|
|
3415
|
+
() => UpdateGatewayResponseRequest$,
|
|
3416
|
+
() => GatewayResponse$,
|
|
3403
3417
|
];
|
|
3404
|
-
var UpdateIntegration = [
|
|
3418
|
+
var UpdateIntegration$ = [
|
|
3405
3419
|
9,
|
|
3406
3420
|
n0,
|
|
3407
3421
|
_UI,
|
|
3408
3422
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/integration", 200] },
|
|
3409
|
-
() => UpdateIntegrationRequest
|
|
3410
|
-
() => Integration
|
|
3423
|
+
() => UpdateIntegrationRequest$,
|
|
3424
|
+
() => Integration$,
|
|
3411
3425
|
];
|
|
3412
|
-
var UpdateIntegrationResponse = [
|
|
3426
|
+
var UpdateIntegrationResponse$ = [
|
|
3413
3427
|
9,
|
|
3414
3428
|
n0,
|
|
3415
3429
|
_UIRp,
|
|
@@ -3420,88 +3434,88 @@ var UpdateIntegrationResponse = [
|
|
|
3420
3434
|
200,
|
|
3421
3435
|
],
|
|
3422
3436
|
},
|
|
3423
|
-
() => UpdateIntegrationResponseRequest
|
|
3424
|
-
() => IntegrationResponse
|
|
3437
|
+
() => UpdateIntegrationResponseRequest$,
|
|
3438
|
+
() => IntegrationResponse$,
|
|
3425
3439
|
];
|
|
3426
|
-
var UpdateMethod = [
|
|
3440
|
+
var UpdateMethod$ = [
|
|
3427
3441
|
9,
|
|
3428
3442
|
n0,
|
|
3429
3443
|
_UM,
|
|
3430
3444
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}", 200] },
|
|
3431
|
-
() => UpdateMethodRequest
|
|
3432
|
-
() => Method
|
|
3445
|
+
() => UpdateMethodRequest$,
|
|
3446
|
+
() => Method$,
|
|
3433
3447
|
];
|
|
3434
|
-
var UpdateMethodResponse = [
|
|
3448
|
+
var UpdateMethodResponse$ = [
|
|
3435
3449
|
9,
|
|
3436
3450
|
n0,
|
|
3437
3451
|
_UMRpd,
|
|
3438
3452
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}/methods/{httpMethod}/responses/{statusCode}", 201] },
|
|
3439
|
-
() => UpdateMethodResponseRequest
|
|
3440
|
-
() => MethodResponse
|
|
3453
|
+
() => UpdateMethodResponseRequest$,
|
|
3454
|
+
() => MethodResponse$,
|
|
3441
3455
|
];
|
|
3442
|
-
var UpdateModel = [
|
|
3456
|
+
var UpdateModel$ = [
|
|
3443
3457
|
9,
|
|
3444
3458
|
n0,
|
|
3445
3459
|
_UMp,
|
|
3446
3460
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/models/{modelName}", 200] },
|
|
3447
|
-
() => UpdateModelRequest
|
|
3448
|
-
() => Model
|
|
3461
|
+
() => UpdateModelRequest$,
|
|
3462
|
+
() => Model$,
|
|
3449
3463
|
];
|
|
3450
|
-
var UpdateRequestValidator = [
|
|
3464
|
+
var UpdateRequestValidator$ = [
|
|
3451
3465
|
9,
|
|
3452
3466
|
n0,
|
|
3453
3467
|
_URV,
|
|
3454
3468
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/requestvalidators/{requestValidatorId}", 200] },
|
|
3455
|
-
() => UpdateRequestValidatorRequest
|
|
3456
|
-
() => RequestValidator
|
|
3469
|
+
() => UpdateRequestValidatorRequest$,
|
|
3470
|
+
() => RequestValidator$,
|
|
3457
3471
|
];
|
|
3458
|
-
var UpdateResource = [
|
|
3472
|
+
var UpdateResource$ = [
|
|
3459
3473
|
9,
|
|
3460
3474
|
n0,
|
|
3461
3475
|
_URp,
|
|
3462
3476
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/resources/{resourceId}", 200] },
|
|
3463
|
-
() => UpdateResourceRequest
|
|
3464
|
-
() => Resource
|
|
3477
|
+
() => UpdateResourceRequest$,
|
|
3478
|
+
() => Resource$,
|
|
3465
3479
|
];
|
|
3466
|
-
var UpdateRestApi = [
|
|
3480
|
+
var UpdateRestApi$ = [
|
|
3467
3481
|
9,
|
|
3468
3482
|
n0,
|
|
3469
3483
|
_URA,
|
|
3470
3484
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}", 200] },
|
|
3471
|
-
() => UpdateRestApiRequest
|
|
3472
|
-
() => RestApi
|
|
3485
|
+
() => UpdateRestApiRequest$,
|
|
3486
|
+
() => RestApi$,
|
|
3473
3487
|
];
|
|
3474
|
-
var UpdateStage = [
|
|
3488
|
+
var UpdateStage$ = [
|
|
3475
3489
|
9,
|
|
3476
3490
|
n0,
|
|
3477
3491
|
_US,
|
|
3478
3492
|
{ [_ht]: ["PATCH", "/restapis/{restApiId}/stages/{stageName}", 200] },
|
|
3479
|
-
() => UpdateStageRequest
|
|
3480
|
-
() => Stage
|
|
3493
|
+
() => UpdateStageRequest$,
|
|
3494
|
+
() => Stage$,
|
|
3481
3495
|
];
|
|
3482
|
-
var UpdateUsage = [
|
|
3496
|
+
var UpdateUsage$ = [
|
|
3483
3497
|
9,
|
|
3484
3498
|
n0,
|
|
3485
3499
|
_UU,
|
|
3486
3500
|
{ [_ht]: ["PATCH", "/usageplans/{usagePlanId}/keys/{keyId}/usage", 200] },
|
|
3487
|
-
() => UpdateUsageRequest
|
|
3488
|
-
() => Usage
|
|
3501
|
+
() => UpdateUsageRequest$,
|
|
3502
|
+
() => Usage$,
|
|
3489
3503
|
];
|
|
3490
|
-
var UpdateUsagePlan = [
|
|
3504
|
+
var UpdateUsagePlan$ = [
|
|
3491
3505
|
9,
|
|
3492
3506
|
n0,
|
|
3493
3507
|
_UUP,
|
|
3494
3508
|
{ [_ht]: ["PATCH", "/usageplans/{usagePlanId}", 200] },
|
|
3495
|
-
() => UpdateUsagePlanRequest
|
|
3496
|
-
() => UsagePlan
|
|
3509
|
+
() => UpdateUsagePlanRequest$,
|
|
3510
|
+
() => UsagePlan$,
|
|
3497
3511
|
];
|
|
3498
|
-
var UpdateVpcLink = [
|
|
3512
|
+
var UpdateVpcLink$ = [
|
|
3499
3513
|
9,
|
|
3500
3514
|
n0,
|
|
3501
3515
|
_UVL,
|
|
3502
3516
|
{ [_ht]: ["PATCH", "/vpclinks/{vpcLinkId}", 200] },
|
|
3503
|
-
() => UpdateVpcLinkRequest
|
|
3504
|
-
() => VpcLink
|
|
3517
|
+
() => UpdateVpcLinkRequest$,
|
|
3518
|
+
() => VpcLink$,
|
|
3505
3519
|
];
|
|
3506
3520
|
|
|
3507
3521
|
class CreateApiKeyCommand extends smithyClient.Command
|
|
@@ -3512,7 +3526,7 @@ class CreateApiKeyCommand extends smithyClient.Command
|
|
|
3512
3526
|
})
|
|
3513
3527
|
.s("BackplaneControlService", "CreateApiKey", {})
|
|
3514
3528
|
.n("APIGatewayClient", "CreateApiKeyCommand")
|
|
3515
|
-
.sc(CreateApiKey)
|
|
3529
|
+
.sc(CreateApiKey$)
|
|
3516
3530
|
.build() {
|
|
3517
3531
|
}
|
|
3518
3532
|
|
|
@@ -3524,7 +3538,7 @@ class CreateAuthorizerCommand extends smithyClient.Command
|
|
|
3524
3538
|
})
|
|
3525
3539
|
.s("BackplaneControlService", "CreateAuthorizer", {})
|
|
3526
3540
|
.n("APIGatewayClient", "CreateAuthorizerCommand")
|
|
3527
|
-
.sc(CreateAuthorizer)
|
|
3541
|
+
.sc(CreateAuthorizer$)
|
|
3528
3542
|
.build() {
|
|
3529
3543
|
}
|
|
3530
3544
|
|
|
@@ -3536,7 +3550,7 @@ class CreateBasePathMappingCommand extends smithyClient.Command
|
|
|
3536
3550
|
})
|
|
3537
3551
|
.s("BackplaneControlService", "CreateBasePathMapping", {})
|
|
3538
3552
|
.n("APIGatewayClient", "CreateBasePathMappingCommand")
|
|
3539
|
-
.sc(CreateBasePathMapping)
|
|
3553
|
+
.sc(CreateBasePathMapping$)
|
|
3540
3554
|
.build() {
|
|
3541
3555
|
}
|
|
3542
3556
|
|
|
@@ -3548,7 +3562,7 @@ class CreateDeploymentCommand extends smithyClient.Command
|
|
|
3548
3562
|
})
|
|
3549
3563
|
.s("BackplaneControlService", "CreateDeployment", {})
|
|
3550
3564
|
.n("APIGatewayClient", "CreateDeploymentCommand")
|
|
3551
|
-
.sc(CreateDeployment)
|
|
3565
|
+
.sc(CreateDeployment$)
|
|
3552
3566
|
.build() {
|
|
3553
3567
|
}
|
|
3554
3568
|
|
|
@@ -3560,7 +3574,7 @@ class CreateDocumentationPartCommand extends smithyClient.Command
|
|
|
3560
3574
|
})
|
|
3561
3575
|
.s("BackplaneControlService", "CreateDocumentationPart", {})
|
|
3562
3576
|
.n("APIGatewayClient", "CreateDocumentationPartCommand")
|
|
3563
|
-
.sc(CreateDocumentationPart)
|
|
3577
|
+
.sc(CreateDocumentationPart$)
|
|
3564
3578
|
.build() {
|
|
3565
3579
|
}
|
|
3566
3580
|
|
|
@@ -3572,7 +3586,7 @@ class CreateDocumentationVersionCommand extends smithyClient.Command
|
|
|
3572
3586
|
})
|
|
3573
3587
|
.s("BackplaneControlService", "CreateDocumentationVersion", {})
|
|
3574
3588
|
.n("APIGatewayClient", "CreateDocumentationVersionCommand")
|
|
3575
|
-
.sc(CreateDocumentationVersion)
|
|
3589
|
+
.sc(CreateDocumentationVersion$)
|
|
3576
3590
|
.build() {
|
|
3577
3591
|
}
|
|
3578
3592
|
|
|
@@ -3584,7 +3598,7 @@ class CreateDomainNameAccessAssociationCommand extends smithyClient.Command
|
|
|
3584
3598
|
})
|
|
3585
3599
|
.s("BackplaneControlService", "CreateDomainNameAccessAssociation", {})
|
|
3586
3600
|
.n("APIGatewayClient", "CreateDomainNameAccessAssociationCommand")
|
|
3587
|
-
.sc(CreateDomainNameAccessAssociation)
|
|
3601
|
+
.sc(CreateDomainNameAccessAssociation$)
|
|
3588
3602
|
.build() {
|
|
3589
3603
|
}
|
|
3590
3604
|
|
|
@@ -3596,7 +3610,7 @@ class CreateDomainNameCommand extends smithyClient.Command
|
|
|
3596
3610
|
})
|
|
3597
3611
|
.s("BackplaneControlService", "CreateDomainName", {})
|
|
3598
3612
|
.n("APIGatewayClient", "CreateDomainNameCommand")
|
|
3599
|
-
.sc(CreateDomainName)
|
|
3613
|
+
.sc(CreateDomainName$)
|
|
3600
3614
|
.build() {
|
|
3601
3615
|
}
|
|
3602
3616
|
|
|
@@ -3608,7 +3622,7 @@ class CreateModelCommand extends smithyClient.Command
|
|
|
3608
3622
|
})
|
|
3609
3623
|
.s("BackplaneControlService", "CreateModel", {})
|
|
3610
3624
|
.n("APIGatewayClient", "CreateModelCommand")
|
|
3611
|
-
.sc(CreateModel)
|
|
3625
|
+
.sc(CreateModel$)
|
|
3612
3626
|
.build() {
|
|
3613
3627
|
}
|
|
3614
3628
|
|
|
@@ -3620,7 +3634,7 @@ class CreateRequestValidatorCommand extends smithyClient.Command
|
|
|
3620
3634
|
})
|
|
3621
3635
|
.s("BackplaneControlService", "CreateRequestValidator", {})
|
|
3622
3636
|
.n("APIGatewayClient", "CreateRequestValidatorCommand")
|
|
3623
|
-
.sc(CreateRequestValidator)
|
|
3637
|
+
.sc(CreateRequestValidator$)
|
|
3624
3638
|
.build() {
|
|
3625
3639
|
}
|
|
3626
3640
|
|
|
@@ -3632,7 +3646,7 @@ class CreateResourceCommand extends smithyClient.Command
|
|
|
3632
3646
|
})
|
|
3633
3647
|
.s("BackplaneControlService", "CreateResource", {})
|
|
3634
3648
|
.n("APIGatewayClient", "CreateResourceCommand")
|
|
3635
|
-
.sc(CreateResource)
|
|
3649
|
+
.sc(CreateResource$)
|
|
3636
3650
|
.build() {
|
|
3637
3651
|
}
|
|
3638
3652
|
|
|
@@ -3644,7 +3658,7 @@ class CreateRestApiCommand extends smithyClient.Command
|
|
|
3644
3658
|
})
|
|
3645
3659
|
.s("BackplaneControlService", "CreateRestApi", {})
|
|
3646
3660
|
.n("APIGatewayClient", "CreateRestApiCommand")
|
|
3647
|
-
.sc(CreateRestApi)
|
|
3661
|
+
.sc(CreateRestApi$)
|
|
3648
3662
|
.build() {
|
|
3649
3663
|
}
|
|
3650
3664
|
|
|
@@ -3656,7 +3670,7 @@ class CreateStageCommand extends smithyClient.Command
|
|
|
3656
3670
|
})
|
|
3657
3671
|
.s("BackplaneControlService", "CreateStage", {})
|
|
3658
3672
|
.n("APIGatewayClient", "CreateStageCommand")
|
|
3659
|
-
.sc(CreateStage)
|
|
3673
|
+
.sc(CreateStage$)
|
|
3660
3674
|
.build() {
|
|
3661
3675
|
}
|
|
3662
3676
|
|
|
@@ -3668,7 +3682,7 @@ class CreateUsagePlanCommand extends smithyClient.Command
|
|
|
3668
3682
|
})
|
|
3669
3683
|
.s("BackplaneControlService", "CreateUsagePlan", {})
|
|
3670
3684
|
.n("APIGatewayClient", "CreateUsagePlanCommand")
|
|
3671
|
-
.sc(CreateUsagePlan)
|
|
3685
|
+
.sc(CreateUsagePlan$)
|
|
3672
3686
|
.build() {
|
|
3673
3687
|
}
|
|
3674
3688
|
|
|
@@ -3680,7 +3694,7 @@ class CreateUsagePlanKeyCommand extends smithyClient.Command
|
|
|
3680
3694
|
})
|
|
3681
3695
|
.s("BackplaneControlService", "CreateUsagePlanKey", {})
|
|
3682
3696
|
.n("APIGatewayClient", "CreateUsagePlanKeyCommand")
|
|
3683
|
-
.sc(CreateUsagePlanKey)
|
|
3697
|
+
.sc(CreateUsagePlanKey$)
|
|
3684
3698
|
.build() {
|
|
3685
3699
|
}
|
|
3686
3700
|
|
|
@@ -3692,7 +3706,7 @@ class CreateVpcLinkCommand extends smithyClient.Command
|
|
|
3692
3706
|
})
|
|
3693
3707
|
.s("BackplaneControlService", "CreateVpcLink", {})
|
|
3694
3708
|
.n("APIGatewayClient", "CreateVpcLinkCommand")
|
|
3695
|
-
.sc(CreateVpcLink)
|
|
3709
|
+
.sc(CreateVpcLink$)
|
|
3696
3710
|
.build() {
|
|
3697
3711
|
}
|
|
3698
3712
|
|
|
@@ -3704,7 +3718,7 @@ class DeleteApiKeyCommand extends smithyClient.Command
|
|
|
3704
3718
|
})
|
|
3705
3719
|
.s("BackplaneControlService", "DeleteApiKey", {})
|
|
3706
3720
|
.n("APIGatewayClient", "DeleteApiKeyCommand")
|
|
3707
|
-
.sc(DeleteApiKey)
|
|
3721
|
+
.sc(DeleteApiKey$)
|
|
3708
3722
|
.build() {
|
|
3709
3723
|
}
|
|
3710
3724
|
|
|
@@ -3716,7 +3730,7 @@ class DeleteAuthorizerCommand extends smithyClient.Command
|
|
|
3716
3730
|
})
|
|
3717
3731
|
.s("BackplaneControlService", "DeleteAuthorizer", {})
|
|
3718
3732
|
.n("APIGatewayClient", "DeleteAuthorizerCommand")
|
|
3719
|
-
.sc(DeleteAuthorizer)
|
|
3733
|
+
.sc(DeleteAuthorizer$)
|
|
3720
3734
|
.build() {
|
|
3721
3735
|
}
|
|
3722
3736
|
|
|
@@ -3728,7 +3742,7 @@ class DeleteBasePathMappingCommand extends smithyClient.Command
|
|
|
3728
3742
|
})
|
|
3729
3743
|
.s("BackplaneControlService", "DeleteBasePathMapping", {})
|
|
3730
3744
|
.n("APIGatewayClient", "DeleteBasePathMappingCommand")
|
|
3731
|
-
.sc(DeleteBasePathMapping)
|
|
3745
|
+
.sc(DeleteBasePathMapping$)
|
|
3732
3746
|
.build() {
|
|
3733
3747
|
}
|
|
3734
3748
|
|
|
@@ -3740,7 +3754,7 @@ class DeleteClientCertificateCommand extends smithyClient.Command
|
|
|
3740
3754
|
})
|
|
3741
3755
|
.s("BackplaneControlService", "DeleteClientCertificate", {})
|
|
3742
3756
|
.n("APIGatewayClient", "DeleteClientCertificateCommand")
|
|
3743
|
-
.sc(DeleteClientCertificate)
|
|
3757
|
+
.sc(DeleteClientCertificate$)
|
|
3744
3758
|
.build() {
|
|
3745
3759
|
}
|
|
3746
3760
|
|
|
@@ -3752,7 +3766,7 @@ class DeleteDeploymentCommand extends smithyClient.Command
|
|
|
3752
3766
|
})
|
|
3753
3767
|
.s("BackplaneControlService", "DeleteDeployment", {})
|
|
3754
3768
|
.n("APIGatewayClient", "DeleteDeploymentCommand")
|
|
3755
|
-
.sc(DeleteDeployment)
|
|
3769
|
+
.sc(DeleteDeployment$)
|
|
3756
3770
|
.build() {
|
|
3757
3771
|
}
|
|
3758
3772
|
|
|
@@ -3764,7 +3778,7 @@ class DeleteDocumentationPartCommand extends smithyClient.Command
|
|
|
3764
3778
|
})
|
|
3765
3779
|
.s("BackplaneControlService", "DeleteDocumentationPart", {})
|
|
3766
3780
|
.n("APIGatewayClient", "DeleteDocumentationPartCommand")
|
|
3767
|
-
.sc(DeleteDocumentationPart)
|
|
3781
|
+
.sc(DeleteDocumentationPart$)
|
|
3768
3782
|
.build() {
|
|
3769
3783
|
}
|
|
3770
3784
|
|
|
@@ -3776,7 +3790,7 @@ class DeleteDocumentationVersionCommand extends smithyClient.Command
|
|
|
3776
3790
|
})
|
|
3777
3791
|
.s("BackplaneControlService", "DeleteDocumentationVersion", {})
|
|
3778
3792
|
.n("APIGatewayClient", "DeleteDocumentationVersionCommand")
|
|
3779
|
-
.sc(DeleteDocumentationVersion)
|
|
3793
|
+
.sc(DeleteDocumentationVersion$)
|
|
3780
3794
|
.build() {
|
|
3781
3795
|
}
|
|
3782
3796
|
|
|
@@ -3788,7 +3802,7 @@ class DeleteDomainNameAccessAssociationCommand extends smithyClient.Command
|
|
|
3788
3802
|
})
|
|
3789
3803
|
.s("BackplaneControlService", "DeleteDomainNameAccessAssociation", {})
|
|
3790
3804
|
.n("APIGatewayClient", "DeleteDomainNameAccessAssociationCommand")
|
|
3791
|
-
.sc(DeleteDomainNameAccessAssociation)
|
|
3805
|
+
.sc(DeleteDomainNameAccessAssociation$)
|
|
3792
3806
|
.build() {
|
|
3793
3807
|
}
|
|
3794
3808
|
|
|
@@ -3800,7 +3814,7 @@ class DeleteDomainNameCommand extends smithyClient.Command
|
|
|
3800
3814
|
})
|
|
3801
3815
|
.s("BackplaneControlService", "DeleteDomainName", {})
|
|
3802
3816
|
.n("APIGatewayClient", "DeleteDomainNameCommand")
|
|
3803
|
-
.sc(DeleteDomainName)
|
|
3817
|
+
.sc(DeleteDomainName$)
|
|
3804
3818
|
.build() {
|
|
3805
3819
|
}
|
|
3806
3820
|
|
|
@@ -3812,7 +3826,7 @@ class DeleteGatewayResponseCommand extends smithyClient.Command
|
|
|
3812
3826
|
})
|
|
3813
3827
|
.s("BackplaneControlService", "DeleteGatewayResponse", {})
|
|
3814
3828
|
.n("APIGatewayClient", "DeleteGatewayResponseCommand")
|
|
3815
|
-
.sc(DeleteGatewayResponse)
|
|
3829
|
+
.sc(DeleteGatewayResponse$)
|
|
3816
3830
|
.build() {
|
|
3817
3831
|
}
|
|
3818
3832
|
|
|
@@ -3824,7 +3838,7 @@ class DeleteIntegrationCommand extends smithyClient.Command
|
|
|
3824
3838
|
})
|
|
3825
3839
|
.s("BackplaneControlService", "DeleteIntegration", {})
|
|
3826
3840
|
.n("APIGatewayClient", "DeleteIntegrationCommand")
|
|
3827
|
-
.sc(DeleteIntegration)
|
|
3841
|
+
.sc(DeleteIntegration$)
|
|
3828
3842
|
.build() {
|
|
3829
3843
|
}
|
|
3830
3844
|
|
|
@@ -3836,7 +3850,7 @@ class DeleteIntegrationResponseCommand extends smithyClient.Command
|
|
|
3836
3850
|
})
|
|
3837
3851
|
.s("BackplaneControlService", "DeleteIntegrationResponse", {})
|
|
3838
3852
|
.n("APIGatewayClient", "DeleteIntegrationResponseCommand")
|
|
3839
|
-
.sc(DeleteIntegrationResponse)
|
|
3853
|
+
.sc(DeleteIntegrationResponse$)
|
|
3840
3854
|
.build() {
|
|
3841
3855
|
}
|
|
3842
3856
|
|
|
@@ -3848,7 +3862,7 @@ class DeleteMethodCommand extends smithyClient.Command
|
|
|
3848
3862
|
})
|
|
3849
3863
|
.s("BackplaneControlService", "DeleteMethod", {})
|
|
3850
3864
|
.n("APIGatewayClient", "DeleteMethodCommand")
|
|
3851
|
-
.sc(DeleteMethod)
|
|
3865
|
+
.sc(DeleteMethod$)
|
|
3852
3866
|
.build() {
|
|
3853
3867
|
}
|
|
3854
3868
|
|
|
@@ -3860,7 +3874,7 @@ class DeleteMethodResponseCommand extends smithyClient.Command
|
|
|
3860
3874
|
})
|
|
3861
3875
|
.s("BackplaneControlService", "DeleteMethodResponse", {})
|
|
3862
3876
|
.n("APIGatewayClient", "DeleteMethodResponseCommand")
|
|
3863
|
-
.sc(DeleteMethodResponse)
|
|
3877
|
+
.sc(DeleteMethodResponse$)
|
|
3864
3878
|
.build() {
|
|
3865
3879
|
}
|
|
3866
3880
|
|
|
@@ -3872,7 +3886,7 @@ class DeleteModelCommand extends smithyClient.Command
|
|
|
3872
3886
|
})
|
|
3873
3887
|
.s("BackplaneControlService", "DeleteModel", {})
|
|
3874
3888
|
.n("APIGatewayClient", "DeleteModelCommand")
|
|
3875
|
-
.sc(DeleteModel)
|
|
3889
|
+
.sc(DeleteModel$)
|
|
3876
3890
|
.build() {
|
|
3877
3891
|
}
|
|
3878
3892
|
|
|
@@ -3884,7 +3898,7 @@ class DeleteRequestValidatorCommand extends smithyClient.Command
|
|
|
3884
3898
|
})
|
|
3885
3899
|
.s("BackplaneControlService", "DeleteRequestValidator", {})
|
|
3886
3900
|
.n("APIGatewayClient", "DeleteRequestValidatorCommand")
|
|
3887
|
-
.sc(DeleteRequestValidator)
|
|
3901
|
+
.sc(DeleteRequestValidator$)
|
|
3888
3902
|
.build() {
|
|
3889
3903
|
}
|
|
3890
3904
|
|
|
@@ -3896,7 +3910,7 @@ class DeleteResourceCommand extends smithyClient.Command
|
|
|
3896
3910
|
})
|
|
3897
3911
|
.s("BackplaneControlService", "DeleteResource", {})
|
|
3898
3912
|
.n("APIGatewayClient", "DeleteResourceCommand")
|
|
3899
|
-
.sc(DeleteResource)
|
|
3913
|
+
.sc(DeleteResource$)
|
|
3900
3914
|
.build() {
|
|
3901
3915
|
}
|
|
3902
3916
|
|
|
@@ -3908,7 +3922,7 @@ class DeleteRestApiCommand extends smithyClient.Command
|
|
|
3908
3922
|
})
|
|
3909
3923
|
.s("BackplaneControlService", "DeleteRestApi", {})
|
|
3910
3924
|
.n("APIGatewayClient", "DeleteRestApiCommand")
|
|
3911
|
-
.sc(DeleteRestApi)
|
|
3925
|
+
.sc(DeleteRestApi$)
|
|
3912
3926
|
.build() {
|
|
3913
3927
|
}
|
|
3914
3928
|
|
|
@@ -3920,7 +3934,7 @@ class DeleteStageCommand extends smithyClient.Command
|
|
|
3920
3934
|
})
|
|
3921
3935
|
.s("BackplaneControlService", "DeleteStage", {})
|
|
3922
3936
|
.n("APIGatewayClient", "DeleteStageCommand")
|
|
3923
|
-
.sc(DeleteStage)
|
|
3937
|
+
.sc(DeleteStage$)
|
|
3924
3938
|
.build() {
|
|
3925
3939
|
}
|
|
3926
3940
|
|
|
@@ -3932,7 +3946,7 @@ class DeleteUsagePlanCommand extends smithyClient.Command
|
|
|
3932
3946
|
})
|
|
3933
3947
|
.s("BackplaneControlService", "DeleteUsagePlan", {})
|
|
3934
3948
|
.n("APIGatewayClient", "DeleteUsagePlanCommand")
|
|
3935
|
-
.sc(DeleteUsagePlan)
|
|
3949
|
+
.sc(DeleteUsagePlan$)
|
|
3936
3950
|
.build() {
|
|
3937
3951
|
}
|
|
3938
3952
|
|
|
@@ -3944,7 +3958,7 @@ class DeleteUsagePlanKeyCommand extends smithyClient.Command
|
|
|
3944
3958
|
})
|
|
3945
3959
|
.s("BackplaneControlService", "DeleteUsagePlanKey", {})
|
|
3946
3960
|
.n("APIGatewayClient", "DeleteUsagePlanKeyCommand")
|
|
3947
|
-
.sc(DeleteUsagePlanKey)
|
|
3961
|
+
.sc(DeleteUsagePlanKey$)
|
|
3948
3962
|
.build() {
|
|
3949
3963
|
}
|
|
3950
3964
|
|
|
@@ -3956,7 +3970,7 @@ class DeleteVpcLinkCommand extends smithyClient.Command
|
|
|
3956
3970
|
})
|
|
3957
3971
|
.s("BackplaneControlService", "DeleteVpcLink", {})
|
|
3958
3972
|
.n("APIGatewayClient", "DeleteVpcLinkCommand")
|
|
3959
|
-
.sc(DeleteVpcLink)
|
|
3973
|
+
.sc(DeleteVpcLink$)
|
|
3960
3974
|
.build() {
|
|
3961
3975
|
}
|
|
3962
3976
|
|
|
@@ -3968,7 +3982,7 @@ class FlushStageAuthorizersCacheCommand extends smithyClient.Command
|
|
|
3968
3982
|
})
|
|
3969
3983
|
.s("BackplaneControlService", "FlushStageAuthorizersCache", {})
|
|
3970
3984
|
.n("APIGatewayClient", "FlushStageAuthorizersCacheCommand")
|
|
3971
|
-
.sc(FlushStageAuthorizersCache)
|
|
3985
|
+
.sc(FlushStageAuthorizersCache$)
|
|
3972
3986
|
.build() {
|
|
3973
3987
|
}
|
|
3974
3988
|
|
|
@@ -3980,7 +3994,7 @@ class FlushStageCacheCommand extends smithyClient.Command
|
|
|
3980
3994
|
})
|
|
3981
3995
|
.s("BackplaneControlService", "FlushStageCache", {})
|
|
3982
3996
|
.n("APIGatewayClient", "FlushStageCacheCommand")
|
|
3983
|
-
.sc(FlushStageCache)
|
|
3997
|
+
.sc(FlushStageCache$)
|
|
3984
3998
|
.build() {
|
|
3985
3999
|
}
|
|
3986
4000
|
|
|
@@ -3992,7 +4006,7 @@ class GenerateClientCertificateCommand extends smithyClient.Command
|
|
|
3992
4006
|
})
|
|
3993
4007
|
.s("BackplaneControlService", "GenerateClientCertificate", {})
|
|
3994
4008
|
.n("APIGatewayClient", "GenerateClientCertificateCommand")
|
|
3995
|
-
.sc(GenerateClientCertificate)
|
|
4009
|
+
.sc(GenerateClientCertificate$)
|
|
3996
4010
|
.build() {
|
|
3997
4011
|
}
|
|
3998
4012
|
|
|
@@ -4004,7 +4018,7 @@ class GetAccountCommand extends smithyClient.Command
|
|
|
4004
4018
|
})
|
|
4005
4019
|
.s("BackplaneControlService", "GetAccount", {})
|
|
4006
4020
|
.n("APIGatewayClient", "GetAccountCommand")
|
|
4007
|
-
.sc(GetAccount)
|
|
4021
|
+
.sc(GetAccount$)
|
|
4008
4022
|
.build() {
|
|
4009
4023
|
}
|
|
4010
4024
|
|
|
@@ -4016,7 +4030,7 @@ class GetApiKeyCommand extends smithyClient.Command
|
|
|
4016
4030
|
})
|
|
4017
4031
|
.s("BackplaneControlService", "GetApiKey", {})
|
|
4018
4032
|
.n("APIGatewayClient", "GetApiKeyCommand")
|
|
4019
|
-
.sc(GetApiKey)
|
|
4033
|
+
.sc(GetApiKey$)
|
|
4020
4034
|
.build() {
|
|
4021
4035
|
}
|
|
4022
4036
|
|
|
@@ -4028,7 +4042,7 @@ class GetApiKeysCommand extends smithyClient.Command
|
|
|
4028
4042
|
})
|
|
4029
4043
|
.s("BackplaneControlService", "GetApiKeys", {})
|
|
4030
4044
|
.n("APIGatewayClient", "GetApiKeysCommand")
|
|
4031
|
-
.sc(GetApiKeys)
|
|
4045
|
+
.sc(GetApiKeys$)
|
|
4032
4046
|
.build() {
|
|
4033
4047
|
}
|
|
4034
4048
|
|
|
@@ -4040,7 +4054,7 @@ class GetAuthorizerCommand extends smithyClient.Command
|
|
|
4040
4054
|
})
|
|
4041
4055
|
.s("BackplaneControlService", "GetAuthorizer", {})
|
|
4042
4056
|
.n("APIGatewayClient", "GetAuthorizerCommand")
|
|
4043
|
-
.sc(GetAuthorizer)
|
|
4057
|
+
.sc(GetAuthorizer$)
|
|
4044
4058
|
.build() {
|
|
4045
4059
|
}
|
|
4046
4060
|
|
|
@@ -4052,7 +4066,7 @@ class GetAuthorizersCommand extends smithyClient.Command
|
|
|
4052
4066
|
})
|
|
4053
4067
|
.s("BackplaneControlService", "GetAuthorizers", {})
|
|
4054
4068
|
.n("APIGatewayClient", "GetAuthorizersCommand")
|
|
4055
|
-
.sc(GetAuthorizers)
|
|
4069
|
+
.sc(GetAuthorizers$)
|
|
4056
4070
|
.build() {
|
|
4057
4071
|
}
|
|
4058
4072
|
|
|
@@ -4064,7 +4078,7 @@ class GetBasePathMappingCommand extends smithyClient.Command
|
|
|
4064
4078
|
})
|
|
4065
4079
|
.s("BackplaneControlService", "GetBasePathMapping", {})
|
|
4066
4080
|
.n("APIGatewayClient", "GetBasePathMappingCommand")
|
|
4067
|
-
.sc(GetBasePathMapping)
|
|
4081
|
+
.sc(GetBasePathMapping$)
|
|
4068
4082
|
.build() {
|
|
4069
4083
|
}
|
|
4070
4084
|
|
|
@@ -4076,7 +4090,7 @@ class GetBasePathMappingsCommand extends smithyClient.Command
|
|
|
4076
4090
|
})
|
|
4077
4091
|
.s("BackplaneControlService", "GetBasePathMappings", {})
|
|
4078
4092
|
.n("APIGatewayClient", "GetBasePathMappingsCommand")
|
|
4079
|
-
.sc(GetBasePathMappings)
|
|
4093
|
+
.sc(GetBasePathMappings$)
|
|
4080
4094
|
.build() {
|
|
4081
4095
|
}
|
|
4082
4096
|
|
|
@@ -4088,7 +4102,7 @@ class GetClientCertificateCommand extends smithyClient.Command
|
|
|
4088
4102
|
})
|
|
4089
4103
|
.s("BackplaneControlService", "GetClientCertificate", {})
|
|
4090
4104
|
.n("APIGatewayClient", "GetClientCertificateCommand")
|
|
4091
|
-
.sc(GetClientCertificate)
|
|
4105
|
+
.sc(GetClientCertificate$)
|
|
4092
4106
|
.build() {
|
|
4093
4107
|
}
|
|
4094
4108
|
|
|
@@ -4100,7 +4114,7 @@ class GetClientCertificatesCommand extends smithyClient.Command
|
|
|
4100
4114
|
})
|
|
4101
4115
|
.s("BackplaneControlService", "GetClientCertificates", {})
|
|
4102
4116
|
.n("APIGatewayClient", "GetClientCertificatesCommand")
|
|
4103
|
-
.sc(GetClientCertificates)
|
|
4117
|
+
.sc(GetClientCertificates$)
|
|
4104
4118
|
.build() {
|
|
4105
4119
|
}
|
|
4106
4120
|
|
|
@@ -4112,7 +4126,7 @@ class GetDeploymentCommand extends smithyClient.Command
|
|
|
4112
4126
|
})
|
|
4113
4127
|
.s("BackplaneControlService", "GetDeployment", {})
|
|
4114
4128
|
.n("APIGatewayClient", "GetDeploymentCommand")
|
|
4115
|
-
.sc(GetDeployment)
|
|
4129
|
+
.sc(GetDeployment$)
|
|
4116
4130
|
.build() {
|
|
4117
4131
|
}
|
|
4118
4132
|
|
|
@@ -4124,7 +4138,7 @@ class GetDeploymentsCommand extends smithyClient.Command
|
|
|
4124
4138
|
})
|
|
4125
4139
|
.s("BackplaneControlService", "GetDeployments", {})
|
|
4126
4140
|
.n("APIGatewayClient", "GetDeploymentsCommand")
|
|
4127
|
-
.sc(GetDeployments)
|
|
4141
|
+
.sc(GetDeployments$)
|
|
4128
4142
|
.build() {
|
|
4129
4143
|
}
|
|
4130
4144
|
|
|
@@ -4136,7 +4150,7 @@ class GetDocumentationPartCommand extends smithyClient.Command
|
|
|
4136
4150
|
})
|
|
4137
4151
|
.s("BackplaneControlService", "GetDocumentationPart", {})
|
|
4138
4152
|
.n("APIGatewayClient", "GetDocumentationPartCommand")
|
|
4139
|
-
.sc(GetDocumentationPart)
|
|
4153
|
+
.sc(GetDocumentationPart$)
|
|
4140
4154
|
.build() {
|
|
4141
4155
|
}
|
|
4142
4156
|
|
|
@@ -4148,7 +4162,7 @@ class GetDocumentationPartsCommand extends smithyClient.Command
|
|
|
4148
4162
|
})
|
|
4149
4163
|
.s("BackplaneControlService", "GetDocumentationParts", {})
|
|
4150
4164
|
.n("APIGatewayClient", "GetDocumentationPartsCommand")
|
|
4151
|
-
.sc(GetDocumentationParts)
|
|
4165
|
+
.sc(GetDocumentationParts$)
|
|
4152
4166
|
.build() {
|
|
4153
4167
|
}
|
|
4154
4168
|
|
|
@@ -4160,7 +4174,7 @@ class GetDocumentationVersionCommand extends smithyClient.Command
|
|
|
4160
4174
|
})
|
|
4161
4175
|
.s("BackplaneControlService", "GetDocumentationVersion", {})
|
|
4162
4176
|
.n("APIGatewayClient", "GetDocumentationVersionCommand")
|
|
4163
|
-
.sc(GetDocumentationVersion)
|
|
4177
|
+
.sc(GetDocumentationVersion$)
|
|
4164
4178
|
.build() {
|
|
4165
4179
|
}
|
|
4166
4180
|
|
|
@@ -4172,7 +4186,7 @@ class GetDocumentationVersionsCommand extends smithyClient.Command
|
|
|
4172
4186
|
})
|
|
4173
4187
|
.s("BackplaneControlService", "GetDocumentationVersions", {})
|
|
4174
4188
|
.n("APIGatewayClient", "GetDocumentationVersionsCommand")
|
|
4175
|
-
.sc(GetDocumentationVersions)
|
|
4189
|
+
.sc(GetDocumentationVersions$)
|
|
4176
4190
|
.build() {
|
|
4177
4191
|
}
|
|
4178
4192
|
|
|
@@ -4184,7 +4198,7 @@ class GetDomainNameAccessAssociationsCommand extends smithyClient.Command
|
|
|
4184
4198
|
})
|
|
4185
4199
|
.s("BackplaneControlService", "GetDomainNameAccessAssociations", {})
|
|
4186
4200
|
.n("APIGatewayClient", "GetDomainNameAccessAssociationsCommand")
|
|
4187
|
-
.sc(GetDomainNameAccessAssociations)
|
|
4201
|
+
.sc(GetDomainNameAccessAssociations$)
|
|
4188
4202
|
.build() {
|
|
4189
4203
|
}
|
|
4190
4204
|
|
|
@@ -4196,7 +4210,7 @@ class GetDomainNameCommand extends smithyClient.Command
|
|
|
4196
4210
|
})
|
|
4197
4211
|
.s("BackplaneControlService", "GetDomainName", {})
|
|
4198
4212
|
.n("APIGatewayClient", "GetDomainNameCommand")
|
|
4199
|
-
.sc(GetDomainName)
|
|
4213
|
+
.sc(GetDomainName$)
|
|
4200
4214
|
.build() {
|
|
4201
4215
|
}
|
|
4202
4216
|
|
|
@@ -4208,7 +4222,7 @@ class GetDomainNamesCommand extends smithyClient.Command
|
|
|
4208
4222
|
})
|
|
4209
4223
|
.s("BackplaneControlService", "GetDomainNames", {})
|
|
4210
4224
|
.n("APIGatewayClient", "GetDomainNamesCommand")
|
|
4211
|
-
.sc(GetDomainNames)
|
|
4225
|
+
.sc(GetDomainNames$)
|
|
4212
4226
|
.build() {
|
|
4213
4227
|
}
|
|
4214
4228
|
|
|
@@ -4220,7 +4234,7 @@ class GetExportCommand extends smithyClient.Command
|
|
|
4220
4234
|
})
|
|
4221
4235
|
.s("BackplaneControlService", "GetExport", {})
|
|
4222
4236
|
.n("APIGatewayClient", "GetExportCommand")
|
|
4223
|
-
.sc(GetExport)
|
|
4237
|
+
.sc(GetExport$)
|
|
4224
4238
|
.build() {
|
|
4225
4239
|
}
|
|
4226
4240
|
|
|
@@ -4232,7 +4246,7 @@ class GetGatewayResponseCommand extends smithyClient.Command
|
|
|
4232
4246
|
})
|
|
4233
4247
|
.s("BackplaneControlService", "GetGatewayResponse", {})
|
|
4234
4248
|
.n("APIGatewayClient", "GetGatewayResponseCommand")
|
|
4235
|
-
.sc(GetGatewayResponse)
|
|
4249
|
+
.sc(GetGatewayResponse$)
|
|
4236
4250
|
.build() {
|
|
4237
4251
|
}
|
|
4238
4252
|
|
|
@@ -4244,7 +4258,7 @@ class GetGatewayResponsesCommand extends smithyClient.Command
|
|
|
4244
4258
|
})
|
|
4245
4259
|
.s("BackplaneControlService", "GetGatewayResponses", {})
|
|
4246
4260
|
.n("APIGatewayClient", "GetGatewayResponsesCommand")
|
|
4247
|
-
.sc(GetGatewayResponses)
|
|
4261
|
+
.sc(GetGatewayResponses$)
|
|
4248
4262
|
.build() {
|
|
4249
4263
|
}
|
|
4250
4264
|
|
|
@@ -4256,7 +4270,7 @@ class GetIntegrationCommand extends smithyClient.Command
|
|
|
4256
4270
|
})
|
|
4257
4271
|
.s("BackplaneControlService", "GetIntegration", {})
|
|
4258
4272
|
.n("APIGatewayClient", "GetIntegrationCommand")
|
|
4259
|
-
.sc(GetIntegration)
|
|
4273
|
+
.sc(GetIntegration$)
|
|
4260
4274
|
.build() {
|
|
4261
4275
|
}
|
|
4262
4276
|
|
|
@@ -4268,7 +4282,7 @@ class GetIntegrationResponseCommand extends smithyClient.Command
|
|
|
4268
4282
|
})
|
|
4269
4283
|
.s("BackplaneControlService", "GetIntegrationResponse", {})
|
|
4270
4284
|
.n("APIGatewayClient", "GetIntegrationResponseCommand")
|
|
4271
|
-
.sc(GetIntegrationResponse)
|
|
4285
|
+
.sc(GetIntegrationResponse$)
|
|
4272
4286
|
.build() {
|
|
4273
4287
|
}
|
|
4274
4288
|
|
|
@@ -4280,7 +4294,7 @@ class GetMethodCommand extends smithyClient.Command
|
|
|
4280
4294
|
})
|
|
4281
4295
|
.s("BackplaneControlService", "GetMethod", {})
|
|
4282
4296
|
.n("APIGatewayClient", "GetMethodCommand")
|
|
4283
|
-
.sc(GetMethod)
|
|
4297
|
+
.sc(GetMethod$)
|
|
4284
4298
|
.build() {
|
|
4285
4299
|
}
|
|
4286
4300
|
|
|
@@ -4292,7 +4306,7 @@ class GetMethodResponseCommand extends smithyClient.Command
|
|
|
4292
4306
|
})
|
|
4293
4307
|
.s("BackplaneControlService", "GetMethodResponse", {})
|
|
4294
4308
|
.n("APIGatewayClient", "GetMethodResponseCommand")
|
|
4295
|
-
.sc(GetMethodResponse)
|
|
4309
|
+
.sc(GetMethodResponse$)
|
|
4296
4310
|
.build() {
|
|
4297
4311
|
}
|
|
4298
4312
|
|
|
@@ -4304,7 +4318,7 @@ class GetModelCommand extends smithyClient.Command
|
|
|
4304
4318
|
})
|
|
4305
4319
|
.s("BackplaneControlService", "GetModel", {})
|
|
4306
4320
|
.n("APIGatewayClient", "GetModelCommand")
|
|
4307
|
-
.sc(GetModel)
|
|
4321
|
+
.sc(GetModel$)
|
|
4308
4322
|
.build() {
|
|
4309
4323
|
}
|
|
4310
4324
|
|
|
@@ -4316,7 +4330,7 @@ class GetModelsCommand extends smithyClient.Command
|
|
|
4316
4330
|
})
|
|
4317
4331
|
.s("BackplaneControlService", "GetModels", {})
|
|
4318
4332
|
.n("APIGatewayClient", "GetModelsCommand")
|
|
4319
|
-
.sc(GetModels)
|
|
4333
|
+
.sc(GetModels$)
|
|
4320
4334
|
.build() {
|
|
4321
4335
|
}
|
|
4322
4336
|
|
|
@@ -4328,7 +4342,7 @@ class GetModelTemplateCommand extends smithyClient.Command
|
|
|
4328
4342
|
})
|
|
4329
4343
|
.s("BackplaneControlService", "GetModelTemplate", {})
|
|
4330
4344
|
.n("APIGatewayClient", "GetModelTemplateCommand")
|
|
4331
|
-
.sc(GetModelTemplate)
|
|
4345
|
+
.sc(GetModelTemplate$)
|
|
4332
4346
|
.build() {
|
|
4333
4347
|
}
|
|
4334
4348
|
|
|
@@ -4340,7 +4354,7 @@ class GetRequestValidatorCommand extends smithyClient.Command
|
|
|
4340
4354
|
})
|
|
4341
4355
|
.s("BackplaneControlService", "GetRequestValidator", {})
|
|
4342
4356
|
.n("APIGatewayClient", "GetRequestValidatorCommand")
|
|
4343
|
-
.sc(GetRequestValidator)
|
|
4357
|
+
.sc(GetRequestValidator$)
|
|
4344
4358
|
.build() {
|
|
4345
4359
|
}
|
|
4346
4360
|
|
|
@@ -4352,7 +4366,7 @@ class GetRequestValidatorsCommand extends smithyClient.Command
|
|
|
4352
4366
|
})
|
|
4353
4367
|
.s("BackplaneControlService", "GetRequestValidators", {})
|
|
4354
4368
|
.n("APIGatewayClient", "GetRequestValidatorsCommand")
|
|
4355
|
-
.sc(GetRequestValidators)
|
|
4369
|
+
.sc(GetRequestValidators$)
|
|
4356
4370
|
.build() {
|
|
4357
4371
|
}
|
|
4358
4372
|
|
|
@@ -4364,7 +4378,7 @@ class GetResourceCommand extends smithyClient.Command
|
|
|
4364
4378
|
})
|
|
4365
4379
|
.s("BackplaneControlService", "GetResource", {})
|
|
4366
4380
|
.n("APIGatewayClient", "GetResourceCommand")
|
|
4367
|
-
.sc(GetResource)
|
|
4381
|
+
.sc(GetResource$)
|
|
4368
4382
|
.build() {
|
|
4369
4383
|
}
|
|
4370
4384
|
|
|
@@ -4376,7 +4390,7 @@ class GetResourcesCommand extends smithyClient.Command
|
|
|
4376
4390
|
})
|
|
4377
4391
|
.s("BackplaneControlService", "GetResources", {})
|
|
4378
4392
|
.n("APIGatewayClient", "GetResourcesCommand")
|
|
4379
|
-
.sc(GetResources)
|
|
4393
|
+
.sc(GetResources$)
|
|
4380
4394
|
.build() {
|
|
4381
4395
|
}
|
|
4382
4396
|
|
|
@@ -4388,7 +4402,7 @@ class GetRestApiCommand extends smithyClient.Command
|
|
|
4388
4402
|
})
|
|
4389
4403
|
.s("BackplaneControlService", "GetRestApi", {})
|
|
4390
4404
|
.n("APIGatewayClient", "GetRestApiCommand")
|
|
4391
|
-
.sc(GetRestApi)
|
|
4405
|
+
.sc(GetRestApi$)
|
|
4392
4406
|
.build() {
|
|
4393
4407
|
}
|
|
4394
4408
|
|
|
@@ -4400,7 +4414,7 @@ class GetRestApisCommand extends smithyClient.Command
|
|
|
4400
4414
|
})
|
|
4401
4415
|
.s("BackplaneControlService", "GetRestApis", {})
|
|
4402
4416
|
.n("APIGatewayClient", "GetRestApisCommand")
|
|
4403
|
-
.sc(GetRestApis)
|
|
4417
|
+
.sc(GetRestApis$)
|
|
4404
4418
|
.build() {
|
|
4405
4419
|
}
|
|
4406
4420
|
|
|
@@ -4412,7 +4426,7 @@ class GetSdkCommand extends smithyClient.Command
|
|
|
4412
4426
|
})
|
|
4413
4427
|
.s("BackplaneControlService", "GetSdk", {})
|
|
4414
4428
|
.n("APIGatewayClient", "GetSdkCommand")
|
|
4415
|
-
.sc(GetSdk)
|
|
4429
|
+
.sc(GetSdk$)
|
|
4416
4430
|
.build() {
|
|
4417
4431
|
}
|
|
4418
4432
|
|
|
@@ -4424,7 +4438,7 @@ class GetSdkTypeCommand extends smithyClient.Command
|
|
|
4424
4438
|
})
|
|
4425
4439
|
.s("BackplaneControlService", "GetSdkType", {})
|
|
4426
4440
|
.n("APIGatewayClient", "GetSdkTypeCommand")
|
|
4427
|
-
.sc(GetSdkType)
|
|
4441
|
+
.sc(GetSdkType$)
|
|
4428
4442
|
.build() {
|
|
4429
4443
|
}
|
|
4430
4444
|
|
|
@@ -4436,7 +4450,7 @@ class GetSdkTypesCommand extends smithyClient.Command
|
|
|
4436
4450
|
})
|
|
4437
4451
|
.s("BackplaneControlService", "GetSdkTypes", {})
|
|
4438
4452
|
.n("APIGatewayClient", "GetSdkTypesCommand")
|
|
4439
|
-
.sc(GetSdkTypes)
|
|
4453
|
+
.sc(GetSdkTypes$)
|
|
4440
4454
|
.build() {
|
|
4441
4455
|
}
|
|
4442
4456
|
|
|
@@ -4448,7 +4462,7 @@ class GetStageCommand extends smithyClient.Command
|
|
|
4448
4462
|
})
|
|
4449
4463
|
.s("BackplaneControlService", "GetStage", {})
|
|
4450
4464
|
.n("APIGatewayClient", "GetStageCommand")
|
|
4451
|
-
.sc(GetStage)
|
|
4465
|
+
.sc(GetStage$)
|
|
4452
4466
|
.build() {
|
|
4453
4467
|
}
|
|
4454
4468
|
|
|
@@ -4460,7 +4474,7 @@ class GetStagesCommand extends smithyClient.Command
|
|
|
4460
4474
|
})
|
|
4461
4475
|
.s("BackplaneControlService", "GetStages", {})
|
|
4462
4476
|
.n("APIGatewayClient", "GetStagesCommand")
|
|
4463
|
-
.sc(GetStages)
|
|
4477
|
+
.sc(GetStages$)
|
|
4464
4478
|
.build() {
|
|
4465
4479
|
}
|
|
4466
4480
|
|
|
@@ -4472,7 +4486,7 @@ class GetTagsCommand extends smithyClient.Command
|
|
|
4472
4486
|
})
|
|
4473
4487
|
.s("BackplaneControlService", "GetTags", {})
|
|
4474
4488
|
.n("APIGatewayClient", "GetTagsCommand")
|
|
4475
|
-
.sc(GetTags)
|
|
4489
|
+
.sc(GetTags$)
|
|
4476
4490
|
.build() {
|
|
4477
4491
|
}
|
|
4478
4492
|
|
|
@@ -4484,7 +4498,7 @@ class GetUsageCommand extends smithyClient.Command
|
|
|
4484
4498
|
})
|
|
4485
4499
|
.s("BackplaneControlService", "GetUsage", {})
|
|
4486
4500
|
.n("APIGatewayClient", "GetUsageCommand")
|
|
4487
|
-
.sc(GetUsage)
|
|
4501
|
+
.sc(GetUsage$)
|
|
4488
4502
|
.build() {
|
|
4489
4503
|
}
|
|
4490
4504
|
|
|
@@ -4496,7 +4510,7 @@ class GetUsagePlanCommand extends smithyClient.Command
|
|
|
4496
4510
|
})
|
|
4497
4511
|
.s("BackplaneControlService", "GetUsagePlan", {})
|
|
4498
4512
|
.n("APIGatewayClient", "GetUsagePlanCommand")
|
|
4499
|
-
.sc(GetUsagePlan)
|
|
4513
|
+
.sc(GetUsagePlan$)
|
|
4500
4514
|
.build() {
|
|
4501
4515
|
}
|
|
4502
4516
|
|
|
@@ -4508,7 +4522,7 @@ class GetUsagePlanKeyCommand extends smithyClient.Command
|
|
|
4508
4522
|
})
|
|
4509
4523
|
.s("BackplaneControlService", "GetUsagePlanKey", {})
|
|
4510
4524
|
.n("APIGatewayClient", "GetUsagePlanKeyCommand")
|
|
4511
|
-
.sc(GetUsagePlanKey)
|
|
4525
|
+
.sc(GetUsagePlanKey$)
|
|
4512
4526
|
.build() {
|
|
4513
4527
|
}
|
|
4514
4528
|
|
|
@@ -4520,7 +4534,7 @@ class GetUsagePlanKeysCommand extends smithyClient.Command
|
|
|
4520
4534
|
})
|
|
4521
4535
|
.s("BackplaneControlService", "GetUsagePlanKeys", {})
|
|
4522
4536
|
.n("APIGatewayClient", "GetUsagePlanKeysCommand")
|
|
4523
|
-
.sc(GetUsagePlanKeys)
|
|
4537
|
+
.sc(GetUsagePlanKeys$)
|
|
4524
4538
|
.build() {
|
|
4525
4539
|
}
|
|
4526
4540
|
|
|
@@ -4532,7 +4546,7 @@ class GetUsagePlansCommand extends smithyClient.Command
|
|
|
4532
4546
|
})
|
|
4533
4547
|
.s("BackplaneControlService", "GetUsagePlans", {})
|
|
4534
4548
|
.n("APIGatewayClient", "GetUsagePlansCommand")
|
|
4535
|
-
.sc(GetUsagePlans)
|
|
4549
|
+
.sc(GetUsagePlans$)
|
|
4536
4550
|
.build() {
|
|
4537
4551
|
}
|
|
4538
4552
|
|
|
@@ -4544,7 +4558,7 @@ class GetVpcLinkCommand extends smithyClient.Command
|
|
|
4544
4558
|
})
|
|
4545
4559
|
.s("BackplaneControlService", "GetVpcLink", {})
|
|
4546
4560
|
.n("APIGatewayClient", "GetVpcLinkCommand")
|
|
4547
|
-
.sc(GetVpcLink)
|
|
4561
|
+
.sc(GetVpcLink$)
|
|
4548
4562
|
.build() {
|
|
4549
4563
|
}
|
|
4550
4564
|
|
|
@@ -4556,7 +4570,7 @@ class GetVpcLinksCommand extends smithyClient.Command
|
|
|
4556
4570
|
})
|
|
4557
4571
|
.s("BackplaneControlService", "GetVpcLinks", {})
|
|
4558
4572
|
.n("APIGatewayClient", "GetVpcLinksCommand")
|
|
4559
|
-
.sc(GetVpcLinks)
|
|
4573
|
+
.sc(GetVpcLinks$)
|
|
4560
4574
|
.build() {
|
|
4561
4575
|
}
|
|
4562
4576
|
|
|
@@ -4568,7 +4582,7 @@ class ImportApiKeysCommand extends smithyClient.Command
|
|
|
4568
4582
|
})
|
|
4569
4583
|
.s("BackplaneControlService", "ImportApiKeys", {})
|
|
4570
4584
|
.n("APIGatewayClient", "ImportApiKeysCommand")
|
|
4571
|
-
.sc(ImportApiKeys)
|
|
4585
|
+
.sc(ImportApiKeys$)
|
|
4572
4586
|
.build() {
|
|
4573
4587
|
}
|
|
4574
4588
|
|
|
@@ -4580,7 +4594,7 @@ class ImportDocumentationPartsCommand extends smithyClient.Command
|
|
|
4580
4594
|
})
|
|
4581
4595
|
.s("BackplaneControlService", "ImportDocumentationParts", {})
|
|
4582
4596
|
.n("APIGatewayClient", "ImportDocumentationPartsCommand")
|
|
4583
|
-
.sc(ImportDocumentationParts)
|
|
4597
|
+
.sc(ImportDocumentationParts$)
|
|
4584
4598
|
.build() {
|
|
4585
4599
|
}
|
|
4586
4600
|
|
|
@@ -4592,7 +4606,7 @@ class ImportRestApiCommand extends smithyClient.Command
|
|
|
4592
4606
|
})
|
|
4593
4607
|
.s("BackplaneControlService", "ImportRestApi", {})
|
|
4594
4608
|
.n("APIGatewayClient", "ImportRestApiCommand")
|
|
4595
|
-
.sc(ImportRestApi)
|
|
4609
|
+
.sc(ImportRestApi$)
|
|
4596
4610
|
.build() {
|
|
4597
4611
|
}
|
|
4598
4612
|
|
|
@@ -4604,7 +4618,7 @@ class PutGatewayResponseCommand extends smithyClient.Command
|
|
|
4604
4618
|
})
|
|
4605
4619
|
.s("BackplaneControlService", "PutGatewayResponse", {})
|
|
4606
4620
|
.n("APIGatewayClient", "PutGatewayResponseCommand")
|
|
4607
|
-
.sc(PutGatewayResponse)
|
|
4621
|
+
.sc(PutGatewayResponse$)
|
|
4608
4622
|
.build() {
|
|
4609
4623
|
}
|
|
4610
4624
|
|
|
@@ -4616,7 +4630,7 @@ class PutIntegrationCommand extends smithyClient.Command
|
|
|
4616
4630
|
})
|
|
4617
4631
|
.s("BackplaneControlService", "PutIntegration", {})
|
|
4618
4632
|
.n("APIGatewayClient", "PutIntegrationCommand")
|
|
4619
|
-
.sc(PutIntegration)
|
|
4633
|
+
.sc(PutIntegration$)
|
|
4620
4634
|
.build() {
|
|
4621
4635
|
}
|
|
4622
4636
|
|
|
@@ -4628,7 +4642,7 @@ class PutIntegrationResponseCommand extends smithyClient.Command
|
|
|
4628
4642
|
})
|
|
4629
4643
|
.s("BackplaneControlService", "PutIntegrationResponse", {})
|
|
4630
4644
|
.n("APIGatewayClient", "PutIntegrationResponseCommand")
|
|
4631
|
-
.sc(PutIntegrationResponse)
|
|
4645
|
+
.sc(PutIntegrationResponse$)
|
|
4632
4646
|
.build() {
|
|
4633
4647
|
}
|
|
4634
4648
|
|
|
@@ -4640,7 +4654,7 @@ class PutMethodCommand extends smithyClient.Command
|
|
|
4640
4654
|
})
|
|
4641
4655
|
.s("BackplaneControlService", "PutMethod", {})
|
|
4642
4656
|
.n("APIGatewayClient", "PutMethodCommand")
|
|
4643
|
-
.sc(PutMethod)
|
|
4657
|
+
.sc(PutMethod$)
|
|
4644
4658
|
.build() {
|
|
4645
4659
|
}
|
|
4646
4660
|
|
|
@@ -4652,7 +4666,7 @@ class PutMethodResponseCommand extends smithyClient.Command
|
|
|
4652
4666
|
})
|
|
4653
4667
|
.s("BackplaneControlService", "PutMethodResponse", {})
|
|
4654
4668
|
.n("APIGatewayClient", "PutMethodResponseCommand")
|
|
4655
|
-
.sc(PutMethodResponse)
|
|
4669
|
+
.sc(PutMethodResponse$)
|
|
4656
4670
|
.build() {
|
|
4657
4671
|
}
|
|
4658
4672
|
|
|
@@ -4664,7 +4678,7 @@ class PutRestApiCommand extends smithyClient.Command
|
|
|
4664
4678
|
})
|
|
4665
4679
|
.s("BackplaneControlService", "PutRestApi", {})
|
|
4666
4680
|
.n("APIGatewayClient", "PutRestApiCommand")
|
|
4667
|
-
.sc(PutRestApi)
|
|
4681
|
+
.sc(PutRestApi$)
|
|
4668
4682
|
.build() {
|
|
4669
4683
|
}
|
|
4670
4684
|
|
|
@@ -4676,7 +4690,7 @@ class RejectDomainNameAccessAssociationCommand extends smithyClient.Command
|
|
|
4676
4690
|
})
|
|
4677
4691
|
.s("BackplaneControlService", "RejectDomainNameAccessAssociation", {})
|
|
4678
4692
|
.n("APIGatewayClient", "RejectDomainNameAccessAssociationCommand")
|
|
4679
|
-
.sc(RejectDomainNameAccessAssociation)
|
|
4693
|
+
.sc(RejectDomainNameAccessAssociation$)
|
|
4680
4694
|
.build() {
|
|
4681
4695
|
}
|
|
4682
4696
|
|
|
@@ -4688,7 +4702,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
4688
4702
|
})
|
|
4689
4703
|
.s("BackplaneControlService", "TagResource", {})
|
|
4690
4704
|
.n("APIGatewayClient", "TagResourceCommand")
|
|
4691
|
-
.sc(TagResource)
|
|
4705
|
+
.sc(TagResource$)
|
|
4692
4706
|
.build() {
|
|
4693
4707
|
}
|
|
4694
4708
|
|
|
@@ -4700,7 +4714,7 @@ class TestInvokeAuthorizerCommand extends smithyClient.Command
|
|
|
4700
4714
|
})
|
|
4701
4715
|
.s("BackplaneControlService", "TestInvokeAuthorizer", {})
|
|
4702
4716
|
.n("APIGatewayClient", "TestInvokeAuthorizerCommand")
|
|
4703
|
-
.sc(TestInvokeAuthorizer)
|
|
4717
|
+
.sc(TestInvokeAuthorizer$)
|
|
4704
4718
|
.build() {
|
|
4705
4719
|
}
|
|
4706
4720
|
|
|
@@ -4712,7 +4726,7 @@ class TestInvokeMethodCommand extends smithyClient.Command
|
|
|
4712
4726
|
})
|
|
4713
4727
|
.s("BackplaneControlService", "TestInvokeMethod", {})
|
|
4714
4728
|
.n("APIGatewayClient", "TestInvokeMethodCommand")
|
|
4715
|
-
.sc(TestInvokeMethod)
|
|
4729
|
+
.sc(TestInvokeMethod$)
|
|
4716
4730
|
.build() {
|
|
4717
4731
|
}
|
|
4718
4732
|
|
|
@@ -4724,7 +4738,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
4724
4738
|
})
|
|
4725
4739
|
.s("BackplaneControlService", "UntagResource", {})
|
|
4726
4740
|
.n("APIGatewayClient", "UntagResourceCommand")
|
|
4727
|
-
.sc(UntagResource)
|
|
4741
|
+
.sc(UntagResource$)
|
|
4728
4742
|
.build() {
|
|
4729
4743
|
}
|
|
4730
4744
|
|
|
@@ -4736,7 +4750,7 @@ class UpdateAccountCommand extends smithyClient.Command
|
|
|
4736
4750
|
})
|
|
4737
4751
|
.s("BackplaneControlService", "UpdateAccount", {})
|
|
4738
4752
|
.n("APIGatewayClient", "UpdateAccountCommand")
|
|
4739
|
-
.sc(UpdateAccount)
|
|
4753
|
+
.sc(UpdateAccount$)
|
|
4740
4754
|
.build() {
|
|
4741
4755
|
}
|
|
4742
4756
|
|
|
@@ -4748,7 +4762,7 @@ class UpdateApiKeyCommand extends smithyClient.Command
|
|
|
4748
4762
|
})
|
|
4749
4763
|
.s("BackplaneControlService", "UpdateApiKey", {})
|
|
4750
4764
|
.n("APIGatewayClient", "UpdateApiKeyCommand")
|
|
4751
|
-
.sc(UpdateApiKey)
|
|
4765
|
+
.sc(UpdateApiKey$)
|
|
4752
4766
|
.build() {
|
|
4753
4767
|
}
|
|
4754
4768
|
|
|
@@ -4760,7 +4774,7 @@ class UpdateAuthorizerCommand extends smithyClient.Command
|
|
|
4760
4774
|
})
|
|
4761
4775
|
.s("BackplaneControlService", "UpdateAuthorizer", {})
|
|
4762
4776
|
.n("APIGatewayClient", "UpdateAuthorizerCommand")
|
|
4763
|
-
.sc(UpdateAuthorizer)
|
|
4777
|
+
.sc(UpdateAuthorizer$)
|
|
4764
4778
|
.build() {
|
|
4765
4779
|
}
|
|
4766
4780
|
|
|
@@ -4772,7 +4786,7 @@ class UpdateBasePathMappingCommand extends smithyClient.Command
|
|
|
4772
4786
|
})
|
|
4773
4787
|
.s("BackplaneControlService", "UpdateBasePathMapping", {})
|
|
4774
4788
|
.n("APIGatewayClient", "UpdateBasePathMappingCommand")
|
|
4775
|
-
.sc(UpdateBasePathMapping)
|
|
4789
|
+
.sc(UpdateBasePathMapping$)
|
|
4776
4790
|
.build() {
|
|
4777
4791
|
}
|
|
4778
4792
|
|
|
@@ -4784,7 +4798,7 @@ class UpdateClientCertificateCommand extends smithyClient.Command
|
|
|
4784
4798
|
})
|
|
4785
4799
|
.s("BackplaneControlService", "UpdateClientCertificate", {})
|
|
4786
4800
|
.n("APIGatewayClient", "UpdateClientCertificateCommand")
|
|
4787
|
-
.sc(UpdateClientCertificate)
|
|
4801
|
+
.sc(UpdateClientCertificate$)
|
|
4788
4802
|
.build() {
|
|
4789
4803
|
}
|
|
4790
4804
|
|
|
@@ -4796,7 +4810,7 @@ class UpdateDeploymentCommand extends smithyClient.Command
|
|
|
4796
4810
|
})
|
|
4797
4811
|
.s("BackplaneControlService", "UpdateDeployment", {})
|
|
4798
4812
|
.n("APIGatewayClient", "UpdateDeploymentCommand")
|
|
4799
|
-
.sc(UpdateDeployment)
|
|
4813
|
+
.sc(UpdateDeployment$)
|
|
4800
4814
|
.build() {
|
|
4801
4815
|
}
|
|
4802
4816
|
|
|
@@ -4808,7 +4822,7 @@ class UpdateDocumentationPartCommand extends smithyClient.Command
|
|
|
4808
4822
|
})
|
|
4809
4823
|
.s("BackplaneControlService", "UpdateDocumentationPart", {})
|
|
4810
4824
|
.n("APIGatewayClient", "UpdateDocumentationPartCommand")
|
|
4811
|
-
.sc(UpdateDocumentationPart)
|
|
4825
|
+
.sc(UpdateDocumentationPart$)
|
|
4812
4826
|
.build() {
|
|
4813
4827
|
}
|
|
4814
4828
|
|
|
@@ -4820,7 +4834,7 @@ class UpdateDocumentationVersionCommand extends smithyClient.Command
|
|
|
4820
4834
|
})
|
|
4821
4835
|
.s("BackplaneControlService", "UpdateDocumentationVersion", {})
|
|
4822
4836
|
.n("APIGatewayClient", "UpdateDocumentationVersionCommand")
|
|
4823
|
-
.sc(UpdateDocumentationVersion)
|
|
4837
|
+
.sc(UpdateDocumentationVersion$)
|
|
4824
4838
|
.build() {
|
|
4825
4839
|
}
|
|
4826
4840
|
|
|
@@ -4832,7 +4846,7 @@ class UpdateDomainNameCommand extends smithyClient.Command
|
|
|
4832
4846
|
})
|
|
4833
4847
|
.s("BackplaneControlService", "UpdateDomainName", {})
|
|
4834
4848
|
.n("APIGatewayClient", "UpdateDomainNameCommand")
|
|
4835
|
-
.sc(UpdateDomainName)
|
|
4849
|
+
.sc(UpdateDomainName$)
|
|
4836
4850
|
.build() {
|
|
4837
4851
|
}
|
|
4838
4852
|
|
|
@@ -4844,7 +4858,7 @@ class UpdateGatewayResponseCommand extends smithyClient.Command
|
|
|
4844
4858
|
})
|
|
4845
4859
|
.s("BackplaneControlService", "UpdateGatewayResponse", {})
|
|
4846
4860
|
.n("APIGatewayClient", "UpdateGatewayResponseCommand")
|
|
4847
|
-
.sc(UpdateGatewayResponse)
|
|
4861
|
+
.sc(UpdateGatewayResponse$)
|
|
4848
4862
|
.build() {
|
|
4849
4863
|
}
|
|
4850
4864
|
|
|
@@ -4856,7 +4870,7 @@ class UpdateIntegrationCommand extends smithyClient.Command
|
|
|
4856
4870
|
})
|
|
4857
4871
|
.s("BackplaneControlService", "UpdateIntegration", {})
|
|
4858
4872
|
.n("APIGatewayClient", "UpdateIntegrationCommand")
|
|
4859
|
-
.sc(UpdateIntegration)
|
|
4873
|
+
.sc(UpdateIntegration$)
|
|
4860
4874
|
.build() {
|
|
4861
4875
|
}
|
|
4862
4876
|
|
|
@@ -4868,7 +4882,7 @@ class UpdateIntegrationResponseCommand extends smithyClient.Command
|
|
|
4868
4882
|
})
|
|
4869
4883
|
.s("BackplaneControlService", "UpdateIntegrationResponse", {})
|
|
4870
4884
|
.n("APIGatewayClient", "UpdateIntegrationResponseCommand")
|
|
4871
|
-
.sc(UpdateIntegrationResponse)
|
|
4885
|
+
.sc(UpdateIntegrationResponse$)
|
|
4872
4886
|
.build() {
|
|
4873
4887
|
}
|
|
4874
4888
|
|
|
@@ -4880,7 +4894,7 @@ class UpdateMethodCommand extends smithyClient.Command
|
|
|
4880
4894
|
})
|
|
4881
4895
|
.s("BackplaneControlService", "UpdateMethod", {})
|
|
4882
4896
|
.n("APIGatewayClient", "UpdateMethodCommand")
|
|
4883
|
-
.sc(UpdateMethod)
|
|
4897
|
+
.sc(UpdateMethod$)
|
|
4884
4898
|
.build() {
|
|
4885
4899
|
}
|
|
4886
4900
|
|
|
@@ -4892,7 +4906,7 @@ class UpdateMethodResponseCommand extends smithyClient.Command
|
|
|
4892
4906
|
})
|
|
4893
4907
|
.s("BackplaneControlService", "UpdateMethodResponse", {})
|
|
4894
4908
|
.n("APIGatewayClient", "UpdateMethodResponseCommand")
|
|
4895
|
-
.sc(UpdateMethodResponse)
|
|
4909
|
+
.sc(UpdateMethodResponse$)
|
|
4896
4910
|
.build() {
|
|
4897
4911
|
}
|
|
4898
4912
|
|
|
@@ -4904,7 +4918,7 @@ class UpdateModelCommand extends smithyClient.Command
|
|
|
4904
4918
|
})
|
|
4905
4919
|
.s("BackplaneControlService", "UpdateModel", {})
|
|
4906
4920
|
.n("APIGatewayClient", "UpdateModelCommand")
|
|
4907
|
-
.sc(UpdateModel)
|
|
4921
|
+
.sc(UpdateModel$)
|
|
4908
4922
|
.build() {
|
|
4909
4923
|
}
|
|
4910
4924
|
|
|
@@ -4916,7 +4930,7 @@ class UpdateRequestValidatorCommand extends smithyClient.Command
|
|
|
4916
4930
|
})
|
|
4917
4931
|
.s("BackplaneControlService", "UpdateRequestValidator", {})
|
|
4918
4932
|
.n("APIGatewayClient", "UpdateRequestValidatorCommand")
|
|
4919
|
-
.sc(UpdateRequestValidator)
|
|
4933
|
+
.sc(UpdateRequestValidator$)
|
|
4920
4934
|
.build() {
|
|
4921
4935
|
}
|
|
4922
4936
|
|
|
@@ -4928,7 +4942,7 @@ class UpdateResourceCommand extends smithyClient.Command
|
|
|
4928
4942
|
})
|
|
4929
4943
|
.s("BackplaneControlService", "UpdateResource", {})
|
|
4930
4944
|
.n("APIGatewayClient", "UpdateResourceCommand")
|
|
4931
|
-
.sc(UpdateResource)
|
|
4945
|
+
.sc(UpdateResource$)
|
|
4932
4946
|
.build() {
|
|
4933
4947
|
}
|
|
4934
4948
|
|
|
@@ -4940,7 +4954,7 @@ class UpdateRestApiCommand extends smithyClient.Command
|
|
|
4940
4954
|
})
|
|
4941
4955
|
.s("BackplaneControlService", "UpdateRestApi", {})
|
|
4942
4956
|
.n("APIGatewayClient", "UpdateRestApiCommand")
|
|
4943
|
-
.sc(UpdateRestApi)
|
|
4957
|
+
.sc(UpdateRestApi$)
|
|
4944
4958
|
.build() {
|
|
4945
4959
|
}
|
|
4946
4960
|
|
|
@@ -4952,7 +4966,7 @@ class UpdateStageCommand extends smithyClient.Command
|
|
|
4952
4966
|
})
|
|
4953
4967
|
.s("BackplaneControlService", "UpdateStage", {})
|
|
4954
4968
|
.n("APIGatewayClient", "UpdateStageCommand")
|
|
4955
|
-
.sc(UpdateStage)
|
|
4969
|
+
.sc(UpdateStage$)
|
|
4956
4970
|
.build() {
|
|
4957
4971
|
}
|
|
4958
4972
|
|
|
@@ -4964,7 +4978,7 @@ class UpdateUsageCommand extends smithyClient.Command
|
|
|
4964
4978
|
})
|
|
4965
4979
|
.s("BackplaneControlService", "UpdateUsage", {})
|
|
4966
4980
|
.n("APIGatewayClient", "UpdateUsageCommand")
|
|
4967
|
-
.sc(UpdateUsage)
|
|
4981
|
+
.sc(UpdateUsage$)
|
|
4968
4982
|
.build() {
|
|
4969
4983
|
}
|
|
4970
4984
|
|
|
@@ -4976,7 +4990,7 @@ class UpdateUsagePlanCommand extends smithyClient.Command
|
|
|
4976
4990
|
})
|
|
4977
4991
|
.s("BackplaneControlService", "UpdateUsagePlan", {})
|
|
4978
4992
|
.n("APIGatewayClient", "UpdateUsagePlanCommand")
|
|
4979
|
-
.sc(UpdateUsagePlan)
|
|
4993
|
+
.sc(UpdateUsagePlan$)
|
|
4980
4994
|
.build() {
|
|
4981
4995
|
}
|
|
4982
4996
|
|
|
@@ -4988,7 +5002,7 @@ class UpdateVpcLinkCommand extends smithyClient.Command
|
|
|
4988
5002
|
})
|
|
4989
5003
|
.s("BackplaneControlService", "UpdateVpcLink", {})
|
|
4990
5004
|
.n("APIGatewayClient", "UpdateVpcLinkCommand")
|
|
4991
|
-
.sc(UpdateVpcLink)
|
|
5005
|
+
.sc(UpdateVpcLink$)
|
|
4992
5006
|
.build() {
|
|
4993
5007
|
}
|
|
4994
5008
|
|
|
@@ -5326,164 +5340,488 @@ Object.defineProperty(exports, "__Client", {
|
|
|
5326
5340
|
});
|
|
5327
5341
|
exports.APIGateway = APIGateway;
|
|
5328
5342
|
exports.APIGatewayClient = APIGatewayClient;
|
|
5329
|
-
exports.APIGatewayServiceException = APIGatewayServiceException
|
|
5343
|
+
exports.APIGatewayServiceException = APIGatewayServiceException;
|
|
5344
|
+
exports.APIGatewayServiceException$ = APIGatewayServiceException$;
|
|
5330
5345
|
exports.AccessAssociationSourceType = AccessAssociationSourceType;
|
|
5346
|
+
exports.AccessLogSettings$ = AccessLogSettings$;
|
|
5347
|
+
exports.Account$ = Account$;
|
|
5348
|
+
exports.ApiKey$ = ApiKey$;
|
|
5349
|
+
exports.ApiKeyIds$ = ApiKeyIds$;
|
|
5331
5350
|
exports.ApiKeySourceType = ApiKeySourceType;
|
|
5351
|
+
exports.ApiKeys$ = ApiKeys$;
|
|
5332
5352
|
exports.ApiKeysFormat = ApiKeysFormat;
|
|
5353
|
+
exports.ApiStage$ = ApiStage$;
|
|
5333
5354
|
exports.ApiStatus = ApiStatus;
|
|
5355
|
+
exports.Authorizer$ = Authorizer$;
|
|
5334
5356
|
exports.AuthorizerType = AuthorizerType;
|
|
5335
|
-
exports.
|
|
5357
|
+
exports.Authorizers$ = Authorizers$;
|
|
5358
|
+
exports.BadRequestException = BadRequestException;
|
|
5359
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
5360
|
+
exports.BasePathMapping$ = BasePathMapping$;
|
|
5361
|
+
exports.BasePathMappings$ = BasePathMappings$;
|
|
5336
5362
|
exports.CacheClusterSize = CacheClusterSize;
|
|
5337
5363
|
exports.CacheClusterStatus = CacheClusterStatus;
|
|
5338
|
-
exports.
|
|
5364
|
+
exports.CanarySettings$ = CanarySettings$;
|
|
5365
|
+
exports.ClientCertificate$ = ClientCertificate$;
|
|
5366
|
+
exports.ClientCertificates$ = ClientCertificates$;
|
|
5367
|
+
exports.ConflictException = ConflictException;
|
|
5368
|
+
exports.ConflictException$ = ConflictException$;
|
|
5339
5369
|
exports.ConnectionType = ConnectionType;
|
|
5340
5370
|
exports.ContentHandlingStrategy = ContentHandlingStrategy;
|
|
5371
|
+
exports.CreateApiKey$ = CreateApiKey$;
|
|
5341
5372
|
exports.CreateApiKeyCommand = CreateApiKeyCommand;
|
|
5373
|
+
exports.CreateApiKeyRequest$ = CreateApiKeyRequest$;
|
|
5374
|
+
exports.CreateAuthorizer$ = CreateAuthorizer$;
|
|
5342
5375
|
exports.CreateAuthorizerCommand = CreateAuthorizerCommand;
|
|
5376
|
+
exports.CreateAuthorizerRequest$ = CreateAuthorizerRequest$;
|
|
5377
|
+
exports.CreateBasePathMapping$ = CreateBasePathMapping$;
|
|
5343
5378
|
exports.CreateBasePathMappingCommand = CreateBasePathMappingCommand;
|
|
5379
|
+
exports.CreateBasePathMappingRequest$ = CreateBasePathMappingRequest$;
|
|
5380
|
+
exports.CreateDeployment$ = CreateDeployment$;
|
|
5344
5381
|
exports.CreateDeploymentCommand = CreateDeploymentCommand;
|
|
5382
|
+
exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
|
|
5383
|
+
exports.CreateDocumentationPart$ = CreateDocumentationPart$;
|
|
5345
5384
|
exports.CreateDocumentationPartCommand = CreateDocumentationPartCommand;
|
|
5385
|
+
exports.CreateDocumentationPartRequest$ = CreateDocumentationPartRequest$;
|
|
5386
|
+
exports.CreateDocumentationVersion$ = CreateDocumentationVersion$;
|
|
5346
5387
|
exports.CreateDocumentationVersionCommand = CreateDocumentationVersionCommand;
|
|
5388
|
+
exports.CreateDocumentationVersionRequest$ = CreateDocumentationVersionRequest$;
|
|
5389
|
+
exports.CreateDomainName$ = CreateDomainName$;
|
|
5390
|
+
exports.CreateDomainNameAccessAssociation$ = CreateDomainNameAccessAssociation$;
|
|
5347
5391
|
exports.CreateDomainNameAccessAssociationCommand = CreateDomainNameAccessAssociationCommand;
|
|
5392
|
+
exports.CreateDomainNameAccessAssociationRequest$ = CreateDomainNameAccessAssociationRequest$;
|
|
5348
5393
|
exports.CreateDomainNameCommand = CreateDomainNameCommand;
|
|
5394
|
+
exports.CreateDomainNameRequest$ = CreateDomainNameRequest$;
|
|
5395
|
+
exports.CreateModel$ = CreateModel$;
|
|
5349
5396
|
exports.CreateModelCommand = CreateModelCommand;
|
|
5397
|
+
exports.CreateModelRequest$ = CreateModelRequest$;
|
|
5398
|
+
exports.CreateRequestValidator$ = CreateRequestValidator$;
|
|
5350
5399
|
exports.CreateRequestValidatorCommand = CreateRequestValidatorCommand;
|
|
5400
|
+
exports.CreateRequestValidatorRequest$ = CreateRequestValidatorRequest$;
|
|
5401
|
+
exports.CreateResource$ = CreateResource$;
|
|
5351
5402
|
exports.CreateResourceCommand = CreateResourceCommand;
|
|
5403
|
+
exports.CreateResourceRequest$ = CreateResourceRequest$;
|
|
5404
|
+
exports.CreateRestApi$ = CreateRestApi$;
|
|
5352
5405
|
exports.CreateRestApiCommand = CreateRestApiCommand;
|
|
5406
|
+
exports.CreateRestApiRequest$ = CreateRestApiRequest$;
|
|
5407
|
+
exports.CreateStage$ = CreateStage$;
|
|
5353
5408
|
exports.CreateStageCommand = CreateStageCommand;
|
|
5409
|
+
exports.CreateStageRequest$ = CreateStageRequest$;
|
|
5410
|
+
exports.CreateUsagePlan$ = CreateUsagePlan$;
|
|
5354
5411
|
exports.CreateUsagePlanCommand = CreateUsagePlanCommand;
|
|
5412
|
+
exports.CreateUsagePlanKey$ = CreateUsagePlanKey$;
|
|
5355
5413
|
exports.CreateUsagePlanKeyCommand = CreateUsagePlanKeyCommand;
|
|
5414
|
+
exports.CreateUsagePlanKeyRequest$ = CreateUsagePlanKeyRequest$;
|
|
5415
|
+
exports.CreateUsagePlanRequest$ = CreateUsagePlanRequest$;
|
|
5416
|
+
exports.CreateVpcLink$ = CreateVpcLink$;
|
|
5356
5417
|
exports.CreateVpcLinkCommand = CreateVpcLinkCommand;
|
|
5418
|
+
exports.CreateVpcLinkRequest$ = CreateVpcLinkRequest$;
|
|
5419
|
+
exports.DeleteApiKey$ = DeleteApiKey$;
|
|
5357
5420
|
exports.DeleteApiKeyCommand = DeleteApiKeyCommand;
|
|
5421
|
+
exports.DeleteApiKeyRequest$ = DeleteApiKeyRequest$;
|
|
5422
|
+
exports.DeleteAuthorizer$ = DeleteAuthorizer$;
|
|
5358
5423
|
exports.DeleteAuthorizerCommand = DeleteAuthorizerCommand;
|
|
5424
|
+
exports.DeleteAuthorizerRequest$ = DeleteAuthorizerRequest$;
|
|
5425
|
+
exports.DeleteBasePathMapping$ = DeleteBasePathMapping$;
|
|
5359
5426
|
exports.DeleteBasePathMappingCommand = DeleteBasePathMappingCommand;
|
|
5427
|
+
exports.DeleteBasePathMappingRequest$ = DeleteBasePathMappingRequest$;
|
|
5428
|
+
exports.DeleteClientCertificate$ = DeleteClientCertificate$;
|
|
5360
5429
|
exports.DeleteClientCertificateCommand = DeleteClientCertificateCommand;
|
|
5430
|
+
exports.DeleteClientCertificateRequest$ = DeleteClientCertificateRequest$;
|
|
5431
|
+
exports.DeleteDeployment$ = DeleteDeployment$;
|
|
5361
5432
|
exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
|
|
5433
|
+
exports.DeleteDeploymentRequest$ = DeleteDeploymentRequest$;
|
|
5434
|
+
exports.DeleteDocumentationPart$ = DeleteDocumentationPart$;
|
|
5362
5435
|
exports.DeleteDocumentationPartCommand = DeleteDocumentationPartCommand;
|
|
5436
|
+
exports.DeleteDocumentationPartRequest$ = DeleteDocumentationPartRequest$;
|
|
5437
|
+
exports.DeleteDocumentationVersion$ = DeleteDocumentationVersion$;
|
|
5363
5438
|
exports.DeleteDocumentationVersionCommand = DeleteDocumentationVersionCommand;
|
|
5439
|
+
exports.DeleteDocumentationVersionRequest$ = DeleteDocumentationVersionRequest$;
|
|
5440
|
+
exports.DeleteDomainName$ = DeleteDomainName$;
|
|
5441
|
+
exports.DeleteDomainNameAccessAssociation$ = DeleteDomainNameAccessAssociation$;
|
|
5364
5442
|
exports.DeleteDomainNameAccessAssociationCommand = DeleteDomainNameAccessAssociationCommand;
|
|
5443
|
+
exports.DeleteDomainNameAccessAssociationRequest$ = DeleteDomainNameAccessAssociationRequest$;
|
|
5365
5444
|
exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
|
|
5445
|
+
exports.DeleteDomainNameRequest$ = DeleteDomainNameRequest$;
|
|
5446
|
+
exports.DeleteGatewayResponse$ = DeleteGatewayResponse$;
|
|
5366
5447
|
exports.DeleteGatewayResponseCommand = DeleteGatewayResponseCommand;
|
|
5448
|
+
exports.DeleteGatewayResponseRequest$ = DeleteGatewayResponseRequest$;
|
|
5449
|
+
exports.DeleteIntegration$ = DeleteIntegration$;
|
|
5367
5450
|
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
5451
|
+
exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
|
|
5452
|
+
exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
|
|
5368
5453
|
exports.DeleteIntegrationResponseCommand = DeleteIntegrationResponseCommand;
|
|
5454
|
+
exports.DeleteIntegrationResponseRequest$ = DeleteIntegrationResponseRequest$;
|
|
5455
|
+
exports.DeleteMethod$ = DeleteMethod$;
|
|
5369
5456
|
exports.DeleteMethodCommand = DeleteMethodCommand;
|
|
5457
|
+
exports.DeleteMethodRequest$ = DeleteMethodRequest$;
|
|
5458
|
+
exports.DeleteMethodResponse$ = DeleteMethodResponse$;
|
|
5370
5459
|
exports.DeleteMethodResponseCommand = DeleteMethodResponseCommand;
|
|
5460
|
+
exports.DeleteMethodResponseRequest$ = DeleteMethodResponseRequest$;
|
|
5461
|
+
exports.DeleteModel$ = DeleteModel$;
|
|
5371
5462
|
exports.DeleteModelCommand = DeleteModelCommand;
|
|
5463
|
+
exports.DeleteModelRequest$ = DeleteModelRequest$;
|
|
5464
|
+
exports.DeleteRequestValidator$ = DeleteRequestValidator$;
|
|
5372
5465
|
exports.DeleteRequestValidatorCommand = DeleteRequestValidatorCommand;
|
|
5466
|
+
exports.DeleteRequestValidatorRequest$ = DeleteRequestValidatorRequest$;
|
|
5467
|
+
exports.DeleteResource$ = DeleteResource$;
|
|
5373
5468
|
exports.DeleteResourceCommand = DeleteResourceCommand;
|
|
5469
|
+
exports.DeleteResourceRequest$ = DeleteResourceRequest$;
|
|
5470
|
+
exports.DeleteRestApi$ = DeleteRestApi$;
|
|
5374
5471
|
exports.DeleteRestApiCommand = DeleteRestApiCommand;
|
|
5472
|
+
exports.DeleteRestApiRequest$ = DeleteRestApiRequest$;
|
|
5473
|
+
exports.DeleteStage$ = DeleteStage$;
|
|
5375
5474
|
exports.DeleteStageCommand = DeleteStageCommand;
|
|
5475
|
+
exports.DeleteStageRequest$ = DeleteStageRequest$;
|
|
5476
|
+
exports.DeleteUsagePlan$ = DeleteUsagePlan$;
|
|
5376
5477
|
exports.DeleteUsagePlanCommand = DeleteUsagePlanCommand;
|
|
5478
|
+
exports.DeleteUsagePlanKey$ = DeleteUsagePlanKey$;
|
|
5377
5479
|
exports.DeleteUsagePlanKeyCommand = DeleteUsagePlanKeyCommand;
|
|
5480
|
+
exports.DeleteUsagePlanKeyRequest$ = DeleteUsagePlanKeyRequest$;
|
|
5481
|
+
exports.DeleteUsagePlanRequest$ = DeleteUsagePlanRequest$;
|
|
5482
|
+
exports.DeleteVpcLink$ = DeleteVpcLink$;
|
|
5378
5483
|
exports.DeleteVpcLinkCommand = DeleteVpcLinkCommand;
|
|
5484
|
+
exports.DeleteVpcLinkRequest$ = DeleteVpcLinkRequest$;
|
|
5485
|
+
exports.Deployment$ = Deployment$;
|
|
5486
|
+
exports.DeploymentCanarySettings$ = DeploymentCanarySettings$;
|
|
5487
|
+
exports.Deployments$ = Deployments$;
|
|
5488
|
+
exports.DocumentationPart$ = DocumentationPart$;
|
|
5489
|
+
exports.DocumentationPartIds$ = DocumentationPartIds$;
|
|
5490
|
+
exports.DocumentationPartLocation$ = DocumentationPartLocation$;
|
|
5379
5491
|
exports.DocumentationPartType = DocumentationPartType;
|
|
5492
|
+
exports.DocumentationParts$ = DocumentationParts$;
|
|
5493
|
+
exports.DocumentationVersion$ = DocumentationVersion$;
|
|
5494
|
+
exports.DocumentationVersions$ = DocumentationVersions$;
|
|
5495
|
+
exports.DomainName$ = DomainName$;
|
|
5496
|
+
exports.DomainNameAccessAssociation$ = DomainNameAccessAssociation$;
|
|
5497
|
+
exports.DomainNameAccessAssociations$ = DomainNameAccessAssociations$;
|
|
5380
5498
|
exports.DomainNameStatus = DomainNameStatus;
|
|
5499
|
+
exports.DomainNames$ = DomainNames$;
|
|
5381
5500
|
exports.EndpointAccessMode = EndpointAccessMode;
|
|
5501
|
+
exports.EndpointConfiguration$ = EndpointConfiguration$;
|
|
5382
5502
|
exports.EndpointType = EndpointType;
|
|
5503
|
+
exports.ExportResponse$ = ExportResponse$;
|
|
5504
|
+
exports.FlushStageAuthorizersCache$ = FlushStageAuthorizersCache$;
|
|
5383
5505
|
exports.FlushStageAuthorizersCacheCommand = FlushStageAuthorizersCacheCommand;
|
|
5506
|
+
exports.FlushStageAuthorizersCacheRequest$ = FlushStageAuthorizersCacheRequest$;
|
|
5507
|
+
exports.FlushStageCache$ = FlushStageCache$;
|
|
5384
5508
|
exports.FlushStageCacheCommand = FlushStageCacheCommand;
|
|
5509
|
+
exports.FlushStageCacheRequest$ = FlushStageCacheRequest$;
|
|
5510
|
+
exports.GatewayResponse$ = GatewayResponse$;
|
|
5385
5511
|
exports.GatewayResponseType = GatewayResponseType;
|
|
5512
|
+
exports.GatewayResponses$ = GatewayResponses$;
|
|
5513
|
+
exports.GenerateClientCertificate$ = GenerateClientCertificate$;
|
|
5386
5514
|
exports.GenerateClientCertificateCommand = GenerateClientCertificateCommand;
|
|
5515
|
+
exports.GenerateClientCertificateRequest$ = GenerateClientCertificateRequest$;
|
|
5516
|
+
exports.GetAccount$ = GetAccount$;
|
|
5387
5517
|
exports.GetAccountCommand = GetAccountCommand;
|
|
5518
|
+
exports.GetAccountRequest$ = GetAccountRequest$;
|
|
5519
|
+
exports.GetApiKey$ = GetApiKey$;
|
|
5388
5520
|
exports.GetApiKeyCommand = GetApiKeyCommand;
|
|
5521
|
+
exports.GetApiKeyRequest$ = GetApiKeyRequest$;
|
|
5522
|
+
exports.GetApiKeys$ = GetApiKeys$;
|
|
5389
5523
|
exports.GetApiKeysCommand = GetApiKeysCommand;
|
|
5524
|
+
exports.GetApiKeysRequest$ = GetApiKeysRequest$;
|
|
5525
|
+
exports.GetAuthorizer$ = GetAuthorizer$;
|
|
5390
5526
|
exports.GetAuthorizerCommand = GetAuthorizerCommand;
|
|
5527
|
+
exports.GetAuthorizerRequest$ = GetAuthorizerRequest$;
|
|
5528
|
+
exports.GetAuthorizers$ = GetAuthorizers$;
|
|
5391
5529
|
exports.GetAuthorizersCommand = GetAuthorizersCommand;
|
|
5530
|
+
exports.GetAuthorizersRequest$ = GetAuthorizersRequest$;
|
|
5531
|
+
exports.GetBasePathMapping$ = GetBasePathMapping$;
|
|
5392
5532
|
exports.GetBasePathMappingCommand = GetBasePathMappingCommand;
|
|
5533
|
+
exports.GetBasePathMappingRequest$ = GetBasePathMappingRequest$;
|
|
5534
|
+
exports.GetBasePathMappings$ = GetBasePathMappings$;
|
|
5393
5535
|
exports.GetBasePathMappingsCommand = GetBasePathMappingsCommand;
|
|
5536
|
+
exports.GetBasePathMappingsRequest$ = GetBasePathMappingsRequest$;
|
|
5537
|
+
exports.GetClientCertificate$ = GetClientCertificate$;
|
|
5394
5538
|
exports.GetClientCertificateCommand = GetClientCertificateCommand;
|
|
5539
|
+
exports.GetClientCertificateRequest$ = GetClientCertificateRequest$;
|
|
5540
|
+
exports.GetClientCertificates$ = GetClientCertificates$;
|
|
5395
5541
|
exports.GetClientCertificatesCommand = GetClientCertificatesCommand;
|
|
5542
|
+
exports.GetClientCertificatesRequest$ = GetClientCertificatesRequest$;
|
|
5543
|
+
exports.GetDeployment$ = GetDeployment$;
|
|
5396
5544
|
exports.GetDeploymentCommand = GetDeploymentCommand;
|
|
5545
|
+
exports.GetDeploymentRequest$ = GetDeploymentRequest$;
|
|
5546
|
+
exports.GetDeployments$ = GetDeployments$;
|
|
5397
5547
|
exports.GetDeploymentsCommand = GetDeploymentsCommand;
|
|
5548
|
+
exports.GetDeploymentsRequest$ = GetDeploymentsRequest$;
|
|
5549
|
+
exports.GetDocumentationPart$ = GetDocumentationPart$;
|
|
5398
5550
|
exports.GetDocumentationPartCommand = GetDocumentationPartCommand;
|
|
5551
|
+
exports.GetDocumentationPartRequest$ = GetDocumentationPartRequest$;
|
|
5552
|
+
exports.GetDocumentationParts$ = GetDocumentationParts$;
|
|
5399
5553
|
exports.GetDocumentationPartsCommand = GetDocumentationPartsCommand;
|
|
5554
|
+
exports.GetDocumentationPartsRequest$ = GetDocumentationPartsRequest$;
|
|
5555
|
+
exports.GetDocumentationVersion$ = GetDocumentationVersion$;
|
|
5400
5556
|
exports.GetDocumentationVersionCommand = GetDocumentationVersionCommand;
|
|
5557
|
+
exports.GetDocumentationVersionRequest$ = GetDocumentationVersionRequest$;
|
|
5558
|
+
exports.GetDocumentationVersions$ = GetDocumentationVersions$;
|
|
5401
5559
|
exports.GetDocumentationVersionsCommand = GetDocumentationVersionsCommand;
|
|
5560
|
+
exports.GetDocumentationVersionsRequest$ = GetDocumentationVersionsRequest$;
|
|
5561
|
+
exports.GetDomainName$ = GetDomainName$;
|
|
5562
|
+
exports.GetDomainNameAccessAssociations$ = GetDomainNameAccessAssociations$;
|
|
5402
5563
|
exports.GetDomainNameAccessAssociationsCommand = GetDomainNameAccessAssociationsCommand;
|
|
5564
|
+
exports.GetDomainNameAccessAssociationsRequest$ = GetDomainNameAccessAssociationsRequest$;
|
|
5403
5565
|
exports.GetDomainNameCommand = GetDomainNameCommand;
|
|
5566
|
+
exports.GetDomainNameRequest$ = GetDomainNameRequest$;
|
|
5567
|
+
exports.GetDomainNames$ = GetDomainNames$;
|
|
5404
5568
|
exports.GetDomainNamesCommand = GetDomainNamesCommand;
|
|
5569
|
+
exports.GetDomainNamesRequest$ = GetDomainNamesRequest$;
|
|
5570
|
+
exports.GetExport$ = GetExport$;
|
|
5405
5571
|
exports.GetExportCommand = GetExportCommand;
|
|
5572
|
+
exports.GetExportRequest$ = GetExportRequest$;
|
|
5573
|
+
exports.GetGatewayResponse$ = GetGatewayResponse$;
|
|
5406
5574
|
exports.GetGatewayResponseCommand = GetGatewayResponseCommand;
|
|
5575
|
+
exports.GetGatewayResponseRequest$ = GetGatewayResponseRequest$;
|
|
5576
|
+
exports.GetGatewayResponses$ = GetGatewayResponses$;
|
|
5407
5577
|
exports.GetGatewayResponsesCommand = GetGatewayResponsesCommand;
|
|
5578
|
+
exports.GetGatewayResponsesRequest$ = GetGatewayResponsesRequest$;
|
|
5579
|
+
exports.GetIntegration$ = GetIntegration$;
|
|
5408
5580
|
exports.GetIntegrationCommand = GetIntegrationCommand;
|
|
5581
|
+
exports.GetIntegrationRequest$ = GetIntegrationRequest$;
|
|
5582
|
+
exports.GetIntegrationResponse$ = GetIntegrationResponse$;
|
|
5409
5583
|
exports.GetIntegrationResponseCommand = GetIntegrationResponseCommand;
|
|
5584
|
+
exports.GetIntegrationResponseRequest$ = GetIntegrationResponseRequest$;
|
|
5585
|
+
exports.GetMethod$ = GetMethod$;
|
|
5410
5586
|
exports.GetMethodCommand = GetMethodCommand;
|
|
5587
|
+
exports.GetMethodRequest$ = GetMethodRequest$;
|
|
5588
|
+
exports.GetMethodResponse$ = GetMethodResponse$;
|
|
5411
5589
|
exports.GetMethodResponseCommand = GetMethodResponseCommand;
|
|
5590
|
+
exports.GetMethodResponseRequest$ = GetMethodResponseRequest$;
|
|
5591
|
+
exports.GetModel$ = GetModel$;
|
|
5412
5592
|
exports.GetModelCommand = GetModelCommand;
|
|
5593
|
+
exports.GetModelRequest$ = GetModelRequest$;
|
|
5594
|
+
exports.GetModelTemplate$ = GetModelTemplate$;
|
|
5413
5595
|
exports.GetModelTemplateCommand = GetModelTemplateCommand;
|
|
5596
|
+
exports.GetModelTemplateRequest$ = GetModelTemplateRequest$;
|
|
5597
|
+
exports.GetModels$ = GetModels$;
|
|
5414
5598
|
exports.GetModelsCommand = GetModelsCommand;
|
|
5599
|
+
exports.GetModelsRequest$ = GetModelsRequest$;
|
|
5600
|
+
exports.GetRequestValidator$ = GetRequestValidator$;
|
|
5415
5601
|
exports.GetRequestValidatorCommand = GetRequestValidatorCommand;
|
|
5602
|
+
exports.GetRequestValidatorRequest$ = GetRequestValidatorRequest$;
|
|
5603
|
+
exports.GetRequestValidators$ = GetRequestValidators$;
|
|
5416
5604
|
exports.GetRequestValidatorsCommand = GetRequestValidatorsCommand;
|
|
5605
|
+
exports.GetRequestValidatorsRequest$ = GetRequestValidatorsRequest$;
|
|
5606
|
+
exports.GetResource$ = GetResource$;
|
|
5417
5607
|
exports.GetResourceCommand = GetResourceCommand;
|
|
5608
|
+
exports.GetResourceRequest$ = GetResourceRequest$;
|
|
5609
|
+
exports.GetResources$ = GetResources$;
|
|
5418
5610
|
exports.GetResourcesCommand = GetResourcesCommand;
|
|
5611
|
+
exports.GetResourcesRequest$ = GetResourcesRequest$;
|
|
5612
|
+
exports.GetRestApi$ = GetRestApi$;
|
|
5419
5613
|
exports.GetRestApiCommand = GetRestApiCommand;
|
|
5614
|
+
exports.GetRestApiRequest$ = GetRestApiRequest$;
|
|
5615
|
+
exports.GetRestApis$ = GetRestApis$;
|
|
5420
5616
|
exports.GetRestApisCommand = GetRestApisCommand;
|
|
5617
|
+
exports.GetRestApisRequest$ = GetRestApisRequest$;
|
|
5618
|
+
exports.GetSdk$ = GetSdk$;
|
|
5421
5619
|
exports.GetSdkCommand = GetSdkCommand;
|
|
5620
|
+
exports.GetSdkRequest$ = GetSdkRequest$;
|
|
5621
|
+
exports.GetSdkType$ = GetSdkType$;
|
|
5422
5622
|
exports.GetSdkTypeCommand = GetSdkTypeCommand;
|
|
5623
|
+
exports.GetSdkTypeRequest$ = GetSdkTypeRequest$;
|
|
5624
|
+
exports.GetSdkTypes$ = GetSdkTypes$;
|
|
5423
5625
|
exports.GetSdkTypesCommand = GetSdkTypesCommand;
|
|
5626
|
+
exports.GetSdkTypesRequest$ = GetSdkTypesRequest$;
|
|
5627
|
+
exports.GetStage$ = GetStage$;
|
|
5424
5628
|
exports.GetStageCommand = GetStageCommand;
|
|
5629
|
+
exports.GetStageRequest$ = GetStageRequest$;
|
|
5630
|
+
exports.GetStages$ = GetStages$;
|
|
5425
5631
|
exports.GetStagesCommand = GetStagesCommand;
|
|
5632
|
+
exports.GetStagesRequest$ = GetStagesRequest$;
|
|
5633
|
+
exports.GetTags$ = GetTags$;
|
|
5426
5634
|
exports.GetTagsCommand = GetTagsCommand;
|
|
5635
|
+
exports.GetTagsRequest$ = GetTagsRequest$;
|
|
5636
|
+
exports.GetUsage$ = GetUsage$;
|
|
5427
5637
|
exports.GetUsageCommand = GetUsageCommand;
|
|
5638
|
+
exports.GetUsagePlan$ = GetUsagePlan$;
|
|
5428
5639
|
exports.GetUsagePlanCommand = GetUsagePlanCommand;
|
|
5640
|
+
exports.GetUsagePlanKey$ = GetUsagePlanKey$;
|
|
5429
5641
|
exports.GetUsagePlanKeyCommand = GetUsagePlanKeyCommand;
|
|
5642
|
+
exports.GetUsagePlanKeyRequest$ = GetUsagePlanKeyRequest$;
|
|
5643
|
+
exports.GetUsagePlanKeys$ = GetUsagePlanKeys$;
|
|
5430
5644
|
exports.GetUsagePlanKeysCommand = GetUsagePlanKeysCommand;
|
|
5645
|
+
exports.GetUsagePlanKeysRequest$ = GetUsagePlanKeysRequest$;
|
|
5646
|
+
exports.GetUsagePlanRequest$ = GetUsagePlanRequest$;
|
|
5647
|
+
exports.GetUsagePlans$ = GetUsagePlans$;
|
|
5431
5648
|
exports.GetUsagePlansCommand = GetUsagePlansCommand;
|
|
5649
|
+
exports.GetUsagePlansRequest$ = GetUsagePlansRequest$;
|
|
5650
|
+
exports.GetUsageRequest$ = GetUsageRequest$;
|
|
5651
|
+
exports.GetVpcLink$ = GetVpcLink$;
|
|
5432
5652
|
exports.GetVpcLinkCommand = GetVpcLinkCommand;
|
|
5653
|
+
exports.GetVpcLinkRequest$ = GetVpcLinkRequest$;
|
|
5654
|
+
exports.GetVpcLinks$ = GetVpcLinks$;
|
|
5433
5655
|
exports.GetVpcLinksCommand = GetVpcLinksCommand;
|
|
5656
|
+
exports.GetVpcLinksRequest$ = GetVpcLinksRequest$;
|
|
5657
|
+
exports.ImportApiKeys$ = ImportApiKeys$;
|
|
5434
5658
|
exports.ImportApiKeysCommand = ImportApiKeysCommand;
|
|
5659
|
+
exports.ImportApiKeysRequest$ = ImportApiKeysRequest$;
|
|
5660
|
+
exports.ImportDocumentationParts$ = ImportDocumentationParts$;
|
|
5435
5661
|
exports.ImportDocumentationPartsCommand = ImportDocumentationPartsCommand;
|
|
5662
|
+
exports.ImportDocumentationPartsRequest$ = ImportDocumentationPartsRequest$;
|
|
5663
|
+
exports.ImportRestApi$ = ImportRestApi$;
|
|
5436
5664
|
exports.ImportRestApiCommand = ImportRestApiCommand;
|
|
5665
|
+
exports.ImportRestApiRequest$ = ImportRestApiRequest$;
|
|
5666
|
+
exports.Integration$ = Integration$;
|
|
5667
|
+
exports.IntegrationResponse$ = IntegrationResponse$;
|
|
5437
5668
|
exports.IntegrationType = IntegrationType;
|
|
5438
5669
|
exports.IpAddressType = IpAddressType;
|
|
5439
|
-
exports.LimitExceededException = LimitExceededException
|
|
5670
|
+
exports.LimitExceededException = LimitExceededException;
|
|
5671
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
5440
5672
|
exports.LocationStatusType = LocationStatusType;
|
|
5441
|
-
exports.
|
|
5673
|
+
exports.Method$ = Method$;
|
|
5674
|
+
exports.MethodResponse$ = MethodResponse$;
|
|
5675
|
+
exports.MethodSetting$ = MethodSetting$;
|
|
5676
|
+
exports.MethodSnapshot$ = MethodSnapshot$;
|
|
5677
|
+
exports.Model$ = Model$;
|
|
5678
|
+
exports.Models$ = Models$;
|
|
5679
|
+
exports.MutualTlsAuthentication$ = MutualTlsAuthentication$;
|
|
5680
|
+
exports.MutualTlsAuthenticationInput$ = MutualTlsAuthenticationInput$;
|
|
5681
|
+
exports.NotFoundException = NotFoundException;
|
|
5682
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
5442
5683
|
exports.Op = Op;
|
|
5684
|
+
exports.PatchOperation$ = PatchOperation$;
|
|
5685
|
+
exports.PutGatewayResponse$ = PutGatewayResponse$;
|
|
5443
5686
|
exports.PutGatewayResponseCommand = PutGatewayResponseCommand;
|
|
5687
|
+
exports.PutGatewayResponseRequest$ = PutGatewayResponseRequest$;
|
|
5688
|
+
exports.PutIntegration$ = PutIntegration$;
|
|
5444
5689
|
exports.PutIntegrationCommand = PutIntegrationCommand;
|
|
5690
|
+
exports.PutIntegrationRequest$ = PutIntegrationRequest$;
|
|
5691
|
+
exports.PutIntegrationResponse$ = PutIntegrationResponse$;
|
|
5445
5692
|
exports.PutIntegrationResponseCommand = PutIntegrationResponseCommand;
|
|
5693
|
+
exports.PutIntegrationResponseRequest$ = PutIntegrationResponseRequest$;
|
|
5694
|
+
exports.PutMethod$ = PutMethod$;
|
|
5446
5695
|
exports.PutMethodCommand = PutMethodCommand;
|
|
5696
|
+
exports.PutMethodRequest$ = PutMethodRequest$;
|
|
5697
|
+
exports.PutMethodResponse$ = PutMethodResponse$;
|
|
5447
5698
|
exports.PutMethodResponseCommand = PutMethodResponseCommand;
|
|
5699
|
+
exports.PutMethodResponseRequest$ = PutMethodResponseRequest$;
|
|
5448
5700
|
exports.PutMode = PutMode;
|
|
5701
|
+
exports.PutRestApi$ = PutRestApi$;
|
|
5449
5702
|
exports.PutRestApiCommand = PutRestApiCommand;
|
|
5703
|
+
exports.PutRestApiRequest$ = PutRestApiRequest$;
|
|
5450
5704
|
exports.QuotaPeriodType = QuotaPeriodType;
|
|
5705
|
+
exports.QuotaSettings$ = QuotaSettings$;
|
|
5706
|
+
exports.RejectDomainNameAccessAssociation$ = RejectDomainNameAccessAssociation$;
|
|
5451
5707
|
exports.RejectDomainNameAccessAssociationCommand = RejectDomainNameAccessAssociationCommand;
|
|
5708
|
+
exports.RejectDomainNameAccessAssociationRequest$ = RejectDomainNameAccessAssociationRequest$;
|
|
5709
|
+
exports.RequestValidator$ = RequestValidator$;
|
|
5710
|
+
exports.RequestValidators$ = RequestValidators$;
|
|
5711
|
+
exports.Resource$ = Resource$;
|
|
5452
5712
|
exports.ResourceOwner = ResourceOwner;
|
|
5713
|
+
exports.Resources$ = Resources$;
|
|
5453
5714
|
exports.ResponseTransferMode = ResponseTransferMode;
|
|
5715
|
+
exports.RestApi$ = RestApi$;
|
|
5716
|
+
exports.RestApis$ = RestApis$;
|
|
5454
5717
|
exports.RoutingMode = RoutingMode;
|
|
5718
|
+
exports.SdkConfigurationProperty$ = SdkConfigurationProperty$;
|
|
5719
|
+
exports.SdkResponse$ = SdkResponse$;
|
|
5720
|
+
exports.SdkType$ = SdkType$;
|
|
5721
|
+
exports.SdkTypes$ = SdkTypes$;
|
|
5455
5722
|
exports.SecurityPolicy = SecurityPolicy;
|
|
5456
|
-
exports.ServiceUnavailableException = ServiceUnavailableException
|
|
5723
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
5724
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
5725
|
+
exports.Stage$ = Stage$;
|
|
5726
|
+
exports.StageKey$ = StageKey$;
|
|
5727
|
+
exports.Stages$ = Stages$;
|
|
5728
|
+
exports.TagResource$ = TagResource$;
|
|
5457
5729
|
exports.TagResourceCommand = TagResourceCommand;
|
|
5730
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
5731
|
+
exports.Tags$ = Tags$;
|
|
5732
|
+
exports.Template$ = Template$;
|
|
5733
|
+
exports.TestInvokeAuthorizer$ = TestInvokeAuthorizer$;
|
|
5458
5734
|
exports.TestInvokeAuthorizerCommand = TestInvokeAuthorizerCommand;
|
|
5735
|
+
exports.TestInvokeAuthorizerRequest$ = TestInvokeAuthorizerRequest$;
|
|
5736
|
+
exports.TestInvokeAuthorizerResponse$ = TestInvokeAuthorizerResponse$;
|
|
5737
|
+
exports.TestInvokeMethod$ = TestInvokeMethod$;
|
|
5459
5738
|
exports.TestInvokeMethodCommand = TestInvokeMethodCommand;
|
|
5460
|
-
exports.
|
|
5739
|
+
exports.TestInvokeMethodRequest$ = TestInvokeMethodRequest$;
|
|
5740
|
+
exports.TestInvokeMethodResponse$ = TestInvokeMethodResponse$;
|
|
5741
|
+
exports.ThrottleSettings$ = ThrottleSettings$;
|
|
5742
|
+
exports.TlsConfig$ = TlsConfig$;
|
|
5743
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
5744
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
5461
5745
|
exports.UnauthorizedCacheControlHeaderStrategy = UnauthorizedCacheControlHeaderStrategy;
|
|
5462
|
-
exports.UnauthorizedException = UnauthorizedException
|
|
5746
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
5747
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
5748
|
+
exports.UntagResource$ = UntagResource$;
|
|
5463
5749
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
5750
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
5751
|
+
exports.UpdateAccount$ = UpdateAccount$;
|
|
5464
5752
|
exports.UpdateAccountCommand = UpdateAccountCommand;
|
|
5753
|
+
exports.UpdateAccountRequest$ = UpdateAccountRequest$;
|
|
5754
|
+
exports.UpdateApiKey$ = UpdateApiKey$;
|
|
5465
5755
|
exports.UpdateApiKeyCommand = UpdateApiKeyCommand;
|
|
5756
|
+
exports.UpdateApiKeyRequest$ = UpdateApiKeyRequest$;
|
|
5757
|
+
exports.UpdateAuthorizer$ = UpdateAuthorizer$;
|
|
5466
5758
|
exports.UpdateAuthorizerCommand = UpdateAuthorizerCommand;
|
|
5759
|
+
exports.UpdateAuthorizerRequest$ = UpdateAuthorizerRequest$;
|
|
5760
|
+
exports.UpdateBasePathMapping$ = UpdateBasePathMapping$;
|
|
5467
5761
|
exports.UpdateBasePathMappingCommand = UpdateBasePathMappingCommand;
|
|
5762
|
+
exports.UpdateBasePathMappingRequest$ = UpdateBasePathMappingRequest$;
|
|
5763
|
+
exports.UpdateClientCertificate$ = UpdateClientCertificate$;
|
|
5468
5764
|
exports.UpdateClientCertificateCommand = UpdateClientCertificateCommand;
|
|
5765
|
+
exports.UpdateClientCertificateRequest$ = UpdateClientCertificateRequest$;
|
|
5766
|
+
exports.UpdateDeployment$ = UpdateDeployment$;
|
|
5469
5767
|
exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
|
|
5768
|
+
exports.UpdateDeploymentRequest$ = UpdateDeploymentRequest$;
|
|
5769
|
+
exports.UpdateDocumentationPart$ = UpdateDocumentationPart$;
|
|
5470
5770
|
exports.UpdateDocumentationPartCommand = UpdateDocumentationPartCommand;
|
|
5771
|
+
exports.UpdateDocumentationPartRequest$ = UpdateDocumentationPartRequest$;
|
|
5772
|
+
exports.UpdateDocumentationVersion$ = UpdateDocumentationVersion$;
|
|
5471
5773
|
exports.UpdateDocumentationVersionCommand = UpdateDocumentationVersionCommand;
|
|
5774
|
+
exports.UpdateDocumentationVersionRequest$ = UpdateDocumentationVersionRequest$;
|
|
5775
|
+
exports.UpdateDomainName$ = UpdateDomainName$;
|
|
5472
5776
|
exports.UpdateDomainNameCommand = UpdateDomainNameCommand;
|
|
5777
|
+
exports.UpdateDomainNameRequest$ = UpdateDomainNameRequest$;
|
|
5778
|
+
exports.UpdateGatewayResponse$ = UpdateGatewayResponse$;
|
|
5473
5779
|
exports.UpdateGatewayResponseCommand = UpdateGatewayResponseCommand;
|
|
5780
|
+
exports.UpdateGatewayResponseRequest$ = UpdateGatewayResponseRequest$;
|
|
5781
|
+
exports.UpdateIntegration$ = UpdateIntegration$;
|
|
5474
5782
|
exports.UpdateIntegrationCommand = UpdateIntegrationCommand;
|
|
5783
|
+
exports.UpdateIntegrationRequest$ = UpdateIntegrationRequest$;
|
|
5784
|
+
exports.UpdateIntegrationResponse$ = UpdateIntegrationResponse$;
|
|
5475
5785
|
exports.UpdateIntegrationResponseCommand = UpdateIntegrationResponseCommand;
|
|
5786
|
+
exports.UpdateIntegrationResponseRequest$ = UpdateIntegrationResponseRequest$;
|
|
5787
|
+
exports.UpdateMethod$ = UpdateMethod$;
|
|
5476
5788
|
exports.UpdateMethodCommand = UpdateMethodCommand;
|
|
5789
|
+
exports.UpdateMethodRequest$ = UpdateMethodRequest$;
|
|
5790
|
+
exports.UpdateMethodResponse$ = UpdateMethodResponse$;
|
|
5477
5791
|
exports.UpdateMethodResponseCommand = UpdateMethodResponseCommand;
|
|
5792
|
+
exports.UpdateMethodResponseRequest$ = UpdateMethodResponseRequest$;
|
|
5793
|
+
exports.UpdateModel$ = UpdateModel$;
|
|
5478
5794
|
exports.UpdateModelCommand = UpdateModelCommand;
|
|
5795
|
+
exports.UpdateModelRequest$ = UpdateModelRequest$;
|
|
5796
|
+
exports.UpdateRequestValidator$ = UpdateRequestValidator$;
|
|
5479
5797
|
exports.UpdateRequestValidatorCommand = UpdateRequestValidatorCommand;
|
|
5798
|
+
exports.UpdateRequestValidatorRequest$ = UpdateRequestValidatorRequest$;
|
|
5799
|
+
exports.UpdateResource$ = UpdateResource$;
|
|
5480
5800
|
exports.UpdateResourceCommand = UpdateResourceCommand;
|
|
5801
|
+
exports.UpdateResourceRequest$ = UpdateResourceRequest$;
|
|
5802
|
+
exports.UpdateRestApi$ = UpdateRestApi$;
|
|
5481
5803
|
exports.UpdateRestApiCommand = UpdateRestApiCommand;
|
|
5804
|
+
exports.UpdateRestApiRequest$ = UpdateRestApiRequest$;
|
|
5805
|
+
exports.UpdateStage$ = UpdateStage$;
|
|
5482
5806
|
exports.UpdateStageCommand = UpdateStageCommand;
|
|
5807
|
+
exports.UpdateStageRequest$ = UpdateStageRequest$;
|
|
5808
|
+
exports.UpdateUsage$ = UpdateUsage$;
|
|
5483
5809
|
exports.UpdateUsageCommand = UpdateUsageCommand;
|
|
5810
|
+
exports.UpdateUsagePlan$ = UpdateUsagePlan$;
|
|
5484
5811
|
exports.UpdateUsagePlanCommand = UpdateUsagePlanCommand;
|
|
5812
|
+
exports.UpdateUsagePlanRequest$ = UpdateUsagePlanRequest$;
|
|
5813
|
+
exports.UpdateUsageRequest$ = UpdateUsageRequest$;
|
|
5814
|
+
exports.UpdateVpcLink$ = UpdateVpcLink$;
|
|
5485
5815
|
exports.UpdateVpcLinkCommand = UpdateVpcLinkCommand;
|
|
5816
|
+
exports.UpdateVpcLinkRequest$ = UpdateVpcLinkRequest$;
|
|
5817
|
+
exports.Usage$ = Usage$;
|
|
5818
|
+
exports.UsagePlan$ = UsagePlan$;
|
|
5819
|
+
exports.UsagePlanKey$ = UsagePlanKey$;
|
|
5820
|
+
exports.UsagePlanKeys$ = UsagePlanKeys$;
|
|
5821
|
+
exports.UsagePlans$ = UsagePlans$;
|
|
5822
|
+
exports.VpcLink$ = VpcLink$;
|
|
5486
5823
|
exports.VpcLinkStatus = VpcLinkStatus;
|
|
5824
|
+
exports.VpcLinks$ = VpcLinks$;
|
|
5487
5825
|
exports.paginateGetApiKeys = paginateGetApiKeys;
|
|
5488
5826
|
exports.paginateGetBasePathMappings = paginateGetBasePathMappings;
|
|
5489
5827
|
exports.paginateGetClientCertificates = paginateGetClientCertificates;
|