@aws-sdk/client-api-gateway 3.1086.0 → 3.1088.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.
Files changed (149) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/APIGateway.d.ts +414 -542
  3. package/dist-types/ts3.4/APIGatewayClient.d.ts +34 -130
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +1 -1
  8. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +5 -11
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +5 -11
  12. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateDomainNameAccessAssociationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +5 -11
  17. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +4 -7
  22. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteDomainNameAccessAssociationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
  32. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
  34. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +2 -2
  36. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
  38. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +3 -4
  39. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -2
  40. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +2 -2
  41. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
  42. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +6 -2
  50. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +4 -7
  54. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +5 -11
  55. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +5 -11
  56. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +4 -10
  57. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +5 -11
  60. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +5 -11
  61. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
  67. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +4 -7
  68. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +5 -11
  69. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +6 -2
  72. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +4 -7
  73. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +6 -2
  74. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -2
  76. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +5 -11
  77. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +5 -11
  78. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -2
  79. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +2 -2
  81. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +8 -9
  83. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +2 -2
  84. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -2
  86. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +6 -2
  87. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -2
  88. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +6 -2
  89. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +3 -5
  90. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +3 -5
  92. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +5 -11
  96. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +6 -14
  97. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +4 -8
  98. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +4 -7
  99. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +3 -5
  100. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +6 -2
  102. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +4 -7
  103. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +3 -6
  104. package/dist-types/ts3.4/commands/RejectDomainNameAccessAssociationCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  106. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +4 -9
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  109. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
  111. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +3 -5
  112. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +5 -11
  113. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +5 -11
  114. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +3 -5
  115. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +5 -11
  116. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +3 -5
  118. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +5 -11
  119. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +4 -7
  120. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +5 -10
  121. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +2 -2
  122. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +5 -11
  123. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
  124. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +5 -11
  125. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -2
  128. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +2 -2
  129. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +3 -5
  130. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -2
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  132. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  133. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  134. package/dist-types/ts3.4/models/enums.d.ts +13 -26
  135. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  136. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  137. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +1 -4
  138. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
  139. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +1 -4
  140. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +1 -4
  141. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +1 -4
  142. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  146. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  148. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  149. package/package.json +40 -40
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- MethodResponse,
4
- UpdateMethodResponseRequest,
5
- } from "../models/models_0";
2
+ import { MethodResponse, UpdateMethodResponseRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateMethodResponseCommandInput
8
- extends UpdateMethodResponseRequest {}
9
- export interface UpdateMethodResponseCommandOutput
10
- extends MethodResponse,
11
- __MetadataBearer {}
4
+ export interface UpdateMethodResponseCommandInput extends UpdateMethodResponseRequest {}
5
+ export interface UpdateMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {}
12
6
  declare const UpdateMethodResponseCommand_base: {
13
7
  new (
14
- input: UpdateMethodResponseCommandInput
8
+ input: UpdateMethodResponseCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  UpdateMethodResponseCommandInput,
17
11
  UpdateMethodResponseCommandOutput,
@@ -20,7 +14,7 @@ declare const UpdateMethodResponseCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: UpdateMethodResponseCommandInput
17
+ input: UpdateMethodResponseCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  UpdateMethodResponseCommandInput,
26
20
  UpdateMethodResponseCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateModelCommandInput extends UpdateModelRequest {}
5
5
  export interface UpdateModelCommandOutput extends Model, __MetadataBearer {}
6
6
  declare const UpdateModelCommand_base: {
7
7
  new (
8
- input: UpdateModelCommandInput
8
+ input: UpdateModelCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateModelCommandInput,
11
11
  UpdateModelCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateModelCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateModelCommandInput
17
+ input: UpdateModelCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateModelCommandInput,
20
20
  UpdateModelCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RequestValidator,
4
- UpdateRequestValidatorRequest,
5
- } from "../models/models_0";
2
+ import { RequestValidator, UpdateRequestValidatorRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRequestValidatorCommandInput
8
- extends UpdateRequestValidatorRequest {}
9
- export interface UpdateRequestValidatorCommandOutput
10
- extends RequestValidator,
11
- __MetadataBearer {}
4
+ export interface UpdateRequestValidatorCommandInput extends UpdateRequestValidatorRequest {}
5
+ export interface UpdateRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {}
12
6
  declare const UpdateRequestValidatorCommand_base: {
13
7
  new (
14
- input: UpdateRequestValidatorCommandInput
8
+ input: UpdateRequestValidatorCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  UpdateRequestValidatorCommandInput,
17
11
  UpdateRequestValidatorCommandOutput,
@@ -20,7 +14,7 @@ declare const UpdateRequestValidatorCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: UpdateRequestValidatorCommandInput
17
+ input: UpdateRequestValidatorCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  UpdateRequestValidatorCommandInput,
26
20
  UpdateRequestValidatorCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { Resource, UpdateResourceRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateResourceCommandInput extends UpdateResourceRequest {}
5
- export interface UpdateResourceCommandOutput
6
- extends Resource,
7
- __MetadataBearer {}
5
+ export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer {}
8
6
  declare const UpdateResourceCommand_base: {
9
7
  new (
10
- input: UpdateResourceCommandInput
8
+ input: UpdateResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateResourceCommandInput,
13
11
  UpdateResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateResourceCommandInput
17
+ input: UpdateResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateResourceCommandInput,
22
20
  UpdateResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateRestApiCommandInput extends UpdateRestApiRequest {}
5
5
  export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {}
6
6
  declare const UpdateRestApiCommand_base: {
7
7
  new (
8
- input: UpdateRestApiCommandInput
8
+ input: UpdateRestApiCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateRestApiCommandInput,
11
11
  UpdateRestApiCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateRestApiCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateRestApiCommandInput
17
+ input: UpdateRestApiCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateRestApiCommandInput,
20
20
  UpdateRestApiCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateStageCommandInput extends UpdateStageRequest {}
5
5
  export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {}
6
6
  declare const UpdateStageCommand_base: {
7
7
  new (
8
- input: UpdateStageCommandInput
8
+ input: UpdateStageCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateStageCommandInput,
11
11
  UpdateStageCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateStageCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateStageCommandInput
17
+ input: UpdateStageCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateStageCommandInput,
20
20
  UpdateStageCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateUsageCommandInput extends UpdateUsageRequest {}
5
5
  export interface UpdateUsageCommandOutput extends Usage, __MetadataBearer {}
6
6
  declare const UpdateUsageCommand_base: {
7
7
  new (
8
- input: UpdateUsageCommandInput
8
+ input: UpdateUsageCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateUsageCommandInput,
11
11
  UpdateUsageCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateUsageCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateUsageCommandInput
17
+ input: UpdateUsageCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateUsageCommandInput,
20
20
  UpdateUsageCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateUsagePlanRequest, UsagePlan } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateUsagePlanCommandInput extends UpdateUsagePlanRequest {}
5
- export interface UpdateUsagePlanCommandOutput
6
- extends UsagePlan,
7
- __MetadataBearer {}
5
+ export interface UpdateUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {}
8
6
  declare const UpdateUsagePlanCommand_base: {
9
7
  new (
10
- input: UpdateUsagePlanCommandInput
8
+ input: UpdateUsagePlanCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateUsagePlanCommandInput,
13
11
  UpdateUsagePlanCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateUsagePlanCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateUsagePlanCommandInput
17
+ input: UpdateUsagePlanCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateUsagePlanCommandInput,
22
20
  UpdateUsagePlanCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {}
5
5
  export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {}
6
6
  declare const UpdateVpcLinkCommand_base: {
7
7
  new (
8
- input: UpdateVpcLinkCommandInput
8
+ input: UpdateVpcLinkCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateVpcLinkCommandInput,
11
11
  UpdateVpcLinkCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateVpcLinkCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateVpcLinkCommandInput
17
+ input: UpdateVpcLinkCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateVpcLinkCommandInput,
20
20
  UpdateVpcLinkCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface APIGatewayExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -11,8 +11,7 @@ export declare const ApiKeySourceType: {
11
11
  readonly AUTHORIZER: "AUTHORIZER";
12
12
  readonly HEADER: "HEADER";
13
13
  };
14
- export type ApiKeySourceType =
15
- (typeof ApiKeySourceType)[keyof typeof ApiKeySourceType];
14
+ export type ApiKeySourceType = (typeof ApiKeySourceType)[keyof typeof ApiKeySourceType];
16
15
  export declare const ApiStatus: {
17
16
  readonly AVAILABLE: "AVAILABLE";
18
17
  readonly FAILED: "FAILED";
@@ -25,8 +24,7 @@ export declare const AuthorizerType: {
25
24
  readonly REQUEST: "REQUEST";
26
25
  readonly TOKEN: "TOKEN";
27
26
  };
28
- export type AuthorizerType =
29
- (typeof AuthorizerType)[keyof typeof AuthorizerType];
27
+ export type AuthorizerType = (typeof AuthorizerType)[keyof typeof AuthorizerType];
30
28
  export declare const CacheClusterSize: {
31
29
  readonly SIZE_0_POINT_5_GB: "0.5";
32
30
  readonly SIZE_118_GB: "118";
@@ -37,8 +35,7 @@ export declare const CacheClusterSize: {
37
35
  readonly SIZE_58_POINT_2_GB: "58.2";
38
36
  readonly SIZE_6_POINT_1_GB: "6.1";
39
37
  };
40
- export type CacheClusterSize =
41
- (typeof CacheClusterSize)[keyof typeof CacheClusterSize];
38
+ export type CacheClusterSize = (typeof CacheClusterSize)[keyof typeof CacheClusterSize];
42
39
  export declare const DocumentationPartType: {
43
40
  readonly API: "API";
44
41
  readonly AUTHORIZER: "AUTHORIZER";
@@ -59,8 +56,7 @@ export declare const EndpointAccessMode: {
59
56
  readonly BASIC: "BASIC";
60
57
  readonly STRICT: "STRICT";
61
58
  };
62
- export type EndpointAccessMode =
63
- (typeof EndpointAccessMode)[keyof typeof EndpointAccessMode];
59
+ export type EndpointAccessMode = (typeof EndpointAccessMode)[keyof typeof EndpointAccessMode];
64
60
  export declare const IpAddressType: {
65
61
  readonly dualstack: "dualstack";
66
62
  readonly ipv4: "ipv4";
@@ -92,8 +88,7 @@ export declare const SecurityPolicy: {
92
88
  readonly TLS_1_0: "TLS_1_0";
93
89
  readonly TLS_1_2: "TLS_1_2";
94
90
  };
95
- export type SecurityPolicy =
96
- (typeof SecurityPolicy)[keyof typeof SecurityPolicy];
91
+ export type SecurityPolicy = (typeof SecurityPolicy)[keyof typeof SecurityPolicy];
97
92
  export declare const DomainNameStatus: {
98
93
  readonly AVAILABLE: "AVAILABLE";
99
94
  readonly FAILED: "FAILED";
@@ -102,14 +97,12 @@ export declare const DomainNameStatus: {
102
97
  readonly PENDING_OWNERSHIP_VERIFICATION: "PENDING_OWNERSHIP_VERIFICATION";
103
98
  readonly UPDATING: "UPDATING";
104
99
  };
105
- export type DomainNameStatus =
106
- (typeof DomainNameStatus)[keyof typeof DomainNameStatus];
100
+ export type DomainNameStatus = (typeof DomainNameStatus)[keyof typeof DomainNameStatus];
107
101
  export declare const ConnectionType: {
108
102
  readonly INTERNET: "INTERNET";
109
103
  readonly VPC_LINK: "VPC_LINK";
110
104
  };
111
- export type ConnectionType =
112
- (typeof ConnectionType)[keyof typeof ConnectionType];
105
+ export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
113
106
  export declare const ContentHandlingStrategy: {
114
107
  readonly CONVERT_TO_BINARY: "CONVERT_TO_BINARY";
115
108
  readonly CONVERT_TO_TEXT: "CONVERT_TO_TEXT";
@@ -120,8 +113,7 @@ export declare const ResponseTransferMode: {
120
113
  readonly BUFFERED: "BUFFERED";
121
114
  readonly STREAM: "STREAM";
122
115
  };
123
- export type ResponseTransferMode =
124
- (typeof ResponseTransferMode)[keyof typeof ResponseTransferMode];
116
+ export type ResponseTransferMode = (typeof ResponseTransferMode)[keyof typeof ResponseTransferMode];
125
117
  export declare const IntegrationType: {
126
118
  readonly AWS: "AWS";
127
119
  readonly AWS_PROXY: "AWS_PROXY";
@@ -129,8 +121,7 @@ export declare const IntegrationType: {
129
121
  readonly HTTP_PROXY: "HTTP_PROXY";
130
122
  readonly MOCK: "MOCK";
131
123
  };
132
- export type IntegrationType =
133
- (typeof IntegrationType)[keyof typeof IntegrationType];
124
+ export type IntegrationType = (typeof IntegrationType)[keyof typeof IntegrationType];
134
125
  export declare const CacheClusterStatus: {
135
126
  readonly AVAILABLE: "AVAILABLE";
136
127
  readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
@@ -138,8 +129,7 @@ export declare const CacheClusterStatus: {
138
129
  readonly FLUSH_IN_PROGRESS: "FLUSH_IN_PROGRESS";
139
130
  readonly NOT_AVAILABLE: "NOT_AVAILABLE";
140
131
  };
141
- export type CacheClusterStatus =
142
- (typeof CacheClusterStatus)[keyof typeof CacheClusterStatus];
132
+ export type CacheClusterStatus = (typeof CacheClusterStatus)[keyof typeof CacheClusterStatus];
143
133
  export declare const UnauthorizedCacheControlHeaderStrategy: {
144
134
  readonly FAIL_WITH_403: "FAIL_WITH_403";
145
135
  readonly SUCCEED_WITHOUT_RESPONSE_HEADER: "SUCCEED_WITHOUT_RESPONSE_HEADER";
@@ -152,8 +142,7 @@ export declare const QuotaPeriodType: {
152
142
  readonly MONTH: "MONTH";
153
143
  readonly WEEK: "WEEK";
154
144
  };
155
- export type QuotaPeriodType =
156
- (typeof QuotaPeriodType)[keyof typeof QuotaPeriodType];
145
+ export type QuotaPeriodType = (typeof QuotaPeriodType)[keyof typeof QuotaPeriodType];
157
146
  export declare const VpcLinkStatus: {
158
147
  readonly AVAILABLE: "AVAILABLE";
159
148
  readonly DELETING: "DELETING";
@@ -184,14 +173,12 @@ export declare const GatewayResponseType: {
184
173
  readonly UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE";
185
174
  readonly WAF_FILTERED: "WAF_FILTERED";
186
175
  };
187
- export type GatewayResponseType =
188
- (typeof GatewayResponseType)[keyof typeof GatewayResponseType];
176
+ export type GatewayResponseType = (typeof GatewayResponseType)[keyof typeof GatewayResponseType];
189
177
  export declare const LocationStatusType: {
190
178
  readonly DOCUMENTED: "DOCUMENTED";
191
179
  readonly UNDOCUMENTED: "UNDOCUMENTED";
192
180
  };
193
- export type LocationStatusType =
194
- (typeof LocationStatusType)[keyof typeof LocationStatusType];
181
+ export type LocationStatusType = (typeof LocationStatusType)[keyof typeof LocationStatusType];
195
182
  export declare const ResourceOwner: {
196
183
  readonly OTHER_ACCOUNTS: "OTHER_ACCOUNTS";
197
184
  readonly SELF: "SELF";
@@ -3,9 +3,7 @@ import { APIGatewayServiceException as __BaseException } from "./APIGatewayServi
3
3
  export declare class BadRequestException extends __BaseException {
4
4
  readonly name: "BadRequestException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
9
7
  }
10
8
  export declare class ConflictException extends __BaseException {
11
9
  readonly name: "ConflictException";
@@ -16,9 +14,7 @@ export declare class LimitExceededException extends __BaseException {
16
14
  readonly name: "LimitExceededException";
17
15
  readonly $fault: "client";
18
16
  retryAfterSeconds?: string | undefined;
19
- constructor(
20
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
21
- );
17
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
22
18
  }
23
19
  export declare class NotFoundException extends __BaseException {
24
20
  readonly name: "NotFoundException";
@@ -29,22 +25,16 @@ export declare class TooManyRequestsException extends __BaseException {
29
25
  readonly name: "TooManyRequestsException";
30
26
  readonly $fault: "client";
31
27
  retryAfterSeconds?: string | undefined;
32
- constructor(
33
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
34
- );
28
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
35
29
  }
36
30
  export declare class UnauthorizedException extends __BaseException {
37
31
  readonly name: "UnauthorizedException";
38
32
  readonly $fault: "client";
39
- constructor(
40
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
41
- );
33
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
42
34
  }
43
35
  export declare class ServiceUnavailableException extends __BaseException {
44
36
  readonly name: "ServiceUnavailableException";
45
37
  readonly $fault: "server";
46
38
  retryAfterSeconds?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
49
- );
39
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
50
40
  }
@@ -393,9 +393,7 @@ export interface MethodSetting {
393
393
  cacheTtlInSeconds?: number | undefined;
394
394
  cacheDataEncrypted?: boolean | undefined;
395
395
  requireAuthorizationForCacheControl?: boolean | undefined;
396
- unauthorizedCacheControlHeaderStrategy?:
397
- | UnauthorizedCacheControlHeaderStrategy
398
- | undefined;
396
+ unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | undefined;
399
397
  }
400
398
  export interface Stage {
401
399
  deploymentId?: string | undefined;
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetApiKeysCommandInput,
4
- GetApiKeysCommandOutput,
5
- } from "../commands/GetApiKeysCommand";
2
+ import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand";
6
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetApiKeys: (
8
5
  config: APIGatewayPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetModelsCommandInput,
4
- GetModelsCommandOutput,
5
- } from "../commands/GetModelsCommand";
2
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
6
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetModels: (
8
5
  config: APIGatewayPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetRestApisCommandInput,
4
- GetRestApisCommandOutput,
5
- } from "../commands/GetRestApisCommand";
2
+ import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
6
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetRestApis: (
8
5
  config: APIGatewayPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetUsageCommandInput,
4
- GetUsageCommandOutput,
5
- } from "../commands/GetUsageCommand";
2
+ import { GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand";
6
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetUsage: (
8
5
  config: APIGatewayPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetVpcLinksCommandInput,
4
- GetVpcLinksCommandOutput,
5
- } from "../commands/GetVpcLinksCommand";
2
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
6
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetVpcLinks: (
8
5
  config: APIGatewayPaginationConfiguration,
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { APIGatewayClient } from "../APIGatewayClient";
3
- export interface APIGatewayPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface APIGatewayPaginationConfiguration extends PaginationConfiguration {
5
4
  client: APIGatewayClient;
6
5
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };