@aws-sdk/client-api-gateway 3.95.0 → 3.99.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 (105) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/runtimeConfig.js +2 -0
  3. package/dist-es/runtimeConfig.js +2 -0
  4. package/dist-types/APIGateway.d.ts +110 -82
  5. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -2
  6. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +17 -0
  10. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +17 -0
  11. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateStageCommand.d.ts +1 -2
  16. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -2
  18. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +17 -0
  22. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +17 -0
  23. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  31. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
  32. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  33. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
  34. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
  35. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -2
  36. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -2
  37. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
  38. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
  40. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  43. package/dist-types/commands/GetDocumentationPartCommand.d.ts +17 -0
  44. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +17 -0
  45. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +17 -0
  46. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +17 -0
  47. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  48. package/dist-types/commands/GetExportCommand.d.ts +1 -1
  49. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
  50. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
  51. package/dist-types/commands/GetMethodCommand.d.ts +1 -1
  52. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
  53. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  54. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
  56. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
  57. package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
  58. package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
  59. package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
  60. package/dist-types/commands/GetSdkCommand.d.ts +1 -1
  61. package/dist-types/commands/GetSdkTypeCommand.d.ts +17 -0
  62. package/dist-types/commands/GetSdkTypesCommand.d.ts +17 -0
  63. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  64. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  65. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  67. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +17 -0
  68. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
  69. package/dist-types/commands/PutMethodCommand.d.ts +1 -1
  70. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
  71. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -5
  72. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -2
  76. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +17 -0
  80. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +17 -0
  81. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  89. package/dist-types/models/models_0.d.ts +645 -1896
  90. package/dist-types/ts3.4/APIGateway.d.ts +13 -0
  91. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  105. package/package.json +6 -6
@@ -138,9 +138,11 @@ export declare class APIGateway extends APIGatewayClient {
138
138
  createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
139
139
  createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
140
140
  createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
141
+
141
142
  createDocumentationPart(args: CreateDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentationPartCommandOutput>;
142
143
  createDocumentationPart(args: CreateDocumentationPartCommandInput, cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void): void;
143
144
  createDocumentationPart(args: CreateDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void): void;
145
+
144
146
  createDocumentationVersion(args: CreateDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDocumentationVersionCommandOutput>;
145
147
  createDocumentationVersion(args: CreateDocumentationVersionCommandInput, cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void): void;
146
148
  createDocumentationVersion(args: CreateDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void): void;
@@ -200,9 +202,11 @@ export declare class APIGateway extends APIGatewayClient {
200
202
  deleteDeployment(args: DeleteDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentCommandOutput>;
201
203
  deleteDeployment(args: DeleteDeploymentCommandInput, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
202
204
  deleteDeployment(args: DeleteDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
205
+
203
206
  deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentationPartCommandOutput>;
204
207
  deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void): void;
205
208
  deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void): void;
209
+
206
210
  deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentationVersionCommandOutput>;
207
211
  deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void): void;
208
212
  deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void): void;
@@ -318,15 +322,19 @@ export declare class APIGateway extends APIGatewayClient {
318
322
  getDeployments(args: GetDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentsCommandOutput>;
319
323
  getDeployments(args: GetDeploymentsCommandInput, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
320
324
  getDeployments(args: GetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
325
+
321
326
  getDocumentationPart(args: GetDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationPartCommandOutput>;
322
327
  getDocumentationPart(args: GetDocumentationPartCommandInput, cb: (err: any, data?: GetDocumentationPartCommandOutput) => void): void;
323
328
  getDocumentationPart(args: GetDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationPartCommandOutput) => void): void;
329
+
324
330
  getDocumentationParts(args: GetDocumentationPartsCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationPartsCommandOutput>;
325
331
  getDocumentationParts(args: GetDocumentationPartsCommandInput, cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void): void;
326
332
  getDocumentationParts(args: GetDocumentationPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void): void;
333
+
327
334
  getDocumentationVersion(args: GetDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationVersionCommandOutput>;
328
335
  getDocumentationVersion(args: GetDocumentationVersionCommandInput, cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void): void;
329
336
  getDocumentationVersion(args: GetDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void): void;
337
+
330
338
  getDocumentationVersions(args: GetDocumentationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentationVersionsCommandOutput>;
331
339
  getDocumentationVersions(args: GetDocumentationVersionsCommandInput, cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void): void;
332
340
  getDocumentationVersions(args: GetDocumentationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void): void;
@@ -406,9 +414,11 @@ export declare class APIGateway extends APIGatewayClient {
406
414
  getSdk(args: GetSdkCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkCommandOutput>;
407
415
  getSdk(args: GetSdkCommandInput, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
408
416
  getSdk(args: GetSdkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
417
+
409
418
  getSdkType(args: GetSdkTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypeCommandOutput>;
410
419
  getSdkType(args: GetSdkTypeCommandInput, cb: (err: any, data?: GetSdkTypeCommandOutput) => void): void;
411
420
  getSdkType(args: GetSdkTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkTypeCommandOutput) => void): void;
421
+
412
422
  getSdkTypes(args: GetSdkTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypesCommandOutput>;
413
423
  getSdkTypes(args: GetSdkTypesCommandInput, cb: (err: any, data?: GetSdkTypesCommandOutput) => void): void;
414
424
  getSdkTypes(args: GetSdkTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSdkTypesCommandOutput) => void): void;
@@ -456,6 +466,7 @@ export declare class APIGateway extends APIGatewayClient {
456
466
  importApiKeys(args: ImportApiKeysCommandInput, options?: __HttpHandlerOptions): Promise<ImportApiKeysCommandOutput>;
457
467
  importApiKeys(args: ImportApiKeysCommandInput, cb: (err: any, data?: ImportApiKeysCommandOutput) => void): void;
458
468
  importApiKeys(args: ImportApiKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportApiKeysCommandOutput) => void): void;
469
+
459
470
  importDocumentationParts(args: ImportDocumentationPartsCommandInput, options?: __HttpHandlerOptions): Promise<ImportDocumentationPartsCommandOutput>;
460
471
  importDocumentationParts(args: ImportDocumentationPartsCommandInput, cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void): void;
461
472
  importDocumentationParts(args: ImportDocumentationPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void): void;
@@ -527,9 +538,11 @@ export declare class APIGateway extends APIGatewayClient {
527
538
  updateDeployment(args: UpdateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentCommandOutput>;
528
539
  updateDeployment(args: UpdateDeploymentCommandInput, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
529
540
  updateDeployment(args: UpdateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
541
+
530
542
  updateDocumentationPart(args: UpdateDocumentationPartCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentationPartCommandOutput>;
531
543
  updateDocumentationPart(args: UpdateDocumentationPartCommandInput, cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void): void;
532
544
  updateDocumentationPart(args: UpdateDocumentationPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void): void;
545
+
533
546
  updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentationVersionCommandOutput>;
534
547
  updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void): void;
535
548
  updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void): void;
@@ -6,6 +6,7 @@ export interface CreateDocumentationPartCommandInput extends CreateDocumentation
6
6
  }
7
7
  export interface CreateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class CreateDocumentationPartCommand extends $Command<CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: CreateDocumentationPartCommandInput;
11
12
  constructor(input: CreateDocumentationPartCommandInput);
@@ -6,6 +6,7 @@ export interface CreateDocumentationVersionCommandInput extends CreateDocumentat
6
6
  }
7
7
  export interface CreateDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class CreateDocumentationVersionCommand extends $Command<CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: CreateDocumentationVersionCommandInput;
11
12
  constructor(input: CreateDocumentationVersionCommandInput);
@@ -6,6 +6,7 @@ export interface DeleteDocumentationPartCommandInput extends DeleteDocumentation
6
6
  }
7
7
  export interface DeleteDocumentationPartCommandOutput extends __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class DeleteDocumentationPartCommand extends $Command<DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: DeleteDocumentationPartCommandInput;
11
12
  constructor(input: DeleteDocumentationPartCommandInput);
@@ -6,6 +6,7 @@ export interface DeleteDocumentationVersionCommandInput extends DeleteDocumentat
6
6
  }
7
7
  export interface DeleteDocumentationVersionCommandOutput extends __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class DeleteDocumentationVersionCommand extends $Command<DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: DeleteDocumentationVersionCommandInput;
11
12
  constructor(input: DeleteDocumentationVersionCommandInput);
@@ -6,6 +6,7 @@ export interface GetDocumentationPartCommandInput extends GetDocumentationPartRe
6
6
  }
7
7
  export interface GetDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetDocumentationPartCommand extends $Command<GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetDocumentationPartCommandInput;
11
12
  constructor(input: GetDocumentationPartCommandInput);
@@ -6,6 +6,7 @@ export interface GetDocumentationPartsCommandInput extends GetDocumentationParts
6
6
  }
7
7
  export interface GetDocumentationPartsCommandOutput extends DocumentationParts, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetDocumentationPartsCommand extends $Command<GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetDocumentationPartsCommandInput;
11
12
  constructor(input: GetDocumentationPartsCommandInput);
@@ -6,6 +6,7 @@ export interface GetDocumentationVersionCommandInput extends GetDocumentationVer
6
6
  }
7
7
  export interface GetDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetDocumentationVersionCommand extends $Command<GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetDocumentationVersionCommandInput;
11
12
  constructor(input: GetDocumentationVersionCommandInput);
@@ -6,6 +6,7 @@ export interface GetDocumentationVersionsCommandInput extends GetDocumentationVe
6
6
  }
7
7
  export interface GetDocumentationVersionsCommandOutput extends DocumentationVersions, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetDocumentationVersionsCommand extends $Command<GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetDocumentationVersionsCommandInput;
11
12
  constructor(input: GetDocumentationVersionsCommandInput);
@@ -6,6 +6,7 @@ export interface GetSdkTypeCommandInput extends GetSdkTypeRequest {
6
6
  }
7
7
  export interface GetSdkTypeCommandOutput extends SdkType, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetSdkTypeCommand extends $Command<GetSdkTypeCommandInput, GetSdkTypeCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetSdkTypeCommandInput;
11
12
  constructor(input: GetSdkTypeCommandInput);
@@ -6,6 +6,7 @@ export interface GetSdkTypesCommandInput extends GetSdkTypesRequest {
6
6
  }
7
7
  export interface GetSdkTypesCommandOutput extends SdkTypes, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class GetSdkTypesCommand extends $Command<GetSdkTypesCommandInput, GetSdkTypesCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: GetSdkTypesCommandInput;
11
12
  constructor(input: GetSdkTypesCommandInput);
@@ -6,6 +6,7 @@ export interface ImportDocumentationPartsCommandInput extends ImportDocumentatio
6
6
  }
7
7
  export interface ImportDocumentationPartsCommandOutput extends DocumentationPartIds, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class ImportDocumentationPartsCommand extends $Command<ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: ImportDocumentationPartsCommandInput;
11
12
  constructor(input: ImportDocumentationPartsCommandInput);
@@ -6,6 +6,7 @@ export interface UpdateDocumentationPartCommandInput extends UpdateDocumentation
6
6
  }
7
7
  export interface UpdateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class UpdateDocumentationPartCommand extends $Command<UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: UpdateDocumentationPartCommandInput;
11
12
  constructor(input: UpdateDocumentationPartCommandInput);
@@ -6,6 +6,7 @@ export interface UpdateDocumentationVersionCommandInput extends UpdateDocumentat
6
6
  }
7
7
  export interface UpdateDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
8
8
  }
9
+
9
10
  export declare class UpdateDocumentationVersionCommand extends $Command<UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
10
11
  readonly input: UpdateDocumentationVersionCommandInput;
11
12
  constructor(input: UpdateDocumentationVersionCommandInput);
@@ -693,6 +693,7 @@ export declare namespace IntegrationResponse {
693
693
 
694
694
  const filterSensitiveLog: (obj: IntegrationResponse) => any;
695
695
  }
696
+
696
697
  export interface TlsConfig {
697
698
 
698
699
  insecureSkipVerification?: boolean;
@@ -2455,6 +2456,7 @@ export interface PutIntegrationRequest {
2455
2456
  contentHandling?: ContentHandlingStrategy | string;
2456
2457
 
2457
2458
  timeoutInMillis?: number;
2459
+
2458
2460
  tlsConfig?: TlsConfig;
2459
2461
  }
2460
2462
  export declare namespace PutIntegrationRequest {
@@ -2619,6 +2621,7 @@ export interface TestInvokeAuthorizerResponse {
2619
2621
  principalId?: string;
2620
2622
 
2621
2623
  policy?: string;
2624
+
2622
2625
  authorization?: {
2623
2626
  [key: string]: string[];
2624
2627
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-api-gateway",
3
3
  "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.95.0",
4
+ "version": "3.99.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.95.0",
21
+ "@aws-sdk/client-sts": "3.99.0",
22
22
  "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.95.0",
23
+ "@aws-sdk/credential-provider-node": "3.99.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.78.0",
25
25
  "@aws-sdk/hash-node": "3.78.0",
26
26
  "@aws-sdk/invalid-dependency": "3.78.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.80.0",
37
37
  "@aws-sdk/node-http-handler": "3.94.0",
38
38
  "@aws-sdk/protocol-http": "3.78.0",
39
- "@aws-sdk/smithy-client": "3.85.0",
39
+ "@aws-sdk/smithy-client": "3.99.0",
40
40
  "@aws-sdk/types": "3.78.0",
41
41
  "@aws-sdk/url-parser": "3.78.0",
42
42
  "@aws-sdk/util-base64-browser": "3.58.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.85.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.85.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.99.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.99.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.78.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.80.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.55.0",