@aws-sdk/client-api-gateway 3.37.0 → 3.41.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 (135) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +123 -0
  3. package/dist-cjs/endpoints.js +79 -5
  4. package/dist-cjs/index.js +4 -135
  5. package/dist-cjs/pagination/index.js +16 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +120 -0
  9. package/dist-es/endpoints.js +79 -5
  10. package/dist-es/index.js +4 -135
  11. package/dist-es/pagination/index.js +13 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/APIGatewayClient.d.ts +8 -0
  15. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  47. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -1
  48. package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -1
  49. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  51. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
  53. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  54. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  55. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
  56. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
  57. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
  58. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
  59. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  60. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  61. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  62. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  63. package/dist-types/commands/GetExportCommand.d.ts +1 -1
  64. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
  65. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
  66. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  67. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  68. package/dist-types/commands/GetMethodCommand.d.ts +1 -1
  69. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
  70. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  71. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  72. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
  74. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
  78. package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
  79. package/dist-types/commands/GetSdkCommand.d.ts +1 -1
  80. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  81. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  82. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  83. package/dist-types/commands/GetUsageCommand.d.ts +1 -1
  84. package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -1
  85. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -1
  86. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -1
  87. package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -1
  88. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  89. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  90. package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -1
  91. package/dist-types/commands/ImportRestApiCommand.d.ts +1 -1
  92. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
  93. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  94. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -1
  95. package/dist-types/commands/PutMethodCommand.d.ts +1 -1
  96. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
  97. package/dist-types/commands/PutRestApiCommand.d.ts +1 -1
  98. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  99. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -1
  100. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
  101. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateUsageCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  122. package/dist-types/commands/index.d.ts +120 -0
  123. package/dist-types/index.d.ts +4 -135
  124. package/dist-types/pagination/index.d.ts +13 -0
  125. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  126. package/dist-types/runtimeConfig.d.ts +2 -0
  127. package/dist-types/runtimeConfig.native.d.ts +2 -0
  128. package/dist-types/ts3.4/APIGatewayClient.d.ts +4 -0
  129. package/dist-types/ts3.4/commands/index.d.ts +120 -0
  130. package/dist-types/ts3.4/index.d.ts +4 -135
  131. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  135. package/package.json +27 -27
@@ -0,0 +1,120 @@
1
+ export * from "./CreateApiKeyCommand";
2
+ export * from "./CreateAuthorizerCommand";
3
+ export * from "./CreateBasePathMappingCommand";
4
+ export * from "./CreateDeploymentCommand";
5
+ export * from "./CreateDocumentationPartCommand";
6
+ export * from "./CreateDocumentationVersionCommand";
7
+ export * from "./CreateDomainNameCommand";
8
+ export * from "./CreateModelCommand";
9
+ export * from "./CreateRequestValidatorCommand";
10
+ export * from "./CreateResourceCommand";
11
+ export * from "./CreateRestApiCommand";
12
+ export * from "./CreateStageCommand";
13
+ export * from "./CreateUsagePlanCommand";
14
+ export * from "./CreateUsagePlanKeyCommand";
15
+ export * from "./CreateVpcLinkCommand";
16
+ export * from "./DeleteApiKeyCommand";
17
+ export * from "./DeleteAuthorizerCommand";
18
+ export * from "./DeleteBasePathMappingCommand";
19
+ export * from "./DeleteClientCertificateCommand";
20
+ export * from "./DeleteDeploymentCommand";
21
+ export * from "./DeleteDocumentationPartCommand";
22
+ export * from "./DeleteDocumentationVersionCommand";
23
+ export * from "./DeleteDomainNameCommand";
24
+ export * from "./DeleteGatewayResponseCommand";
25
+ export * from "./DeleteIntegrationCommand";
26
+ export * from "./DeleteIntegrationResponseCommand";
27
+ export * from "./DeleteMethodCommand";
28
+ export * from "./DeleteMethodResponseCommand";
29
+ export * from "./DeleteModelCommand";
30
+ export * from "./DeleteRequestValidatorCommand";
31
+ export * from "./DeleteResourceCommand";
32
+ export * from "./DeleteRestApiCommand";
33
+ export * from "./DeleteStageCommand";
34
+ export * from "./DeleteUsagePlanCommand";
35
+ export * from "./DeleteUsagePlanKeyCommand";
36
+ export * from "./DeleteVpcLinkCommand";
37
+ export * from "./FlushStageAuthorizersCacheCommand";
38
+ export * from "./FlushStageCacheCommand";
39
+ export * from "./GenerateClientCertificateCommand";
40
+ export * from "./GetAccountCommand";
41
+ export * from "./GetApiKeyCommand";
42
+ export * from "./GetApiKeysCommand";
43
+ export * from "./GetAuthorizerCommand";
44
+ export * from "./GetAuthorizersCommand";
45
+ export * from "./GetBasePathMappingCommand";
46
+ export * from "./GetBasePathMappingsCommand";
47
+ export * from "./GetClientCertificateCommand";
48
+ export * from "./GetClientCertificatesCommand";
49
+ export * from "./GetDeploymentCommand";
50
+ export * from "./GetDeploymentsCommand";
51
+ export * from "./GetDocumentationPartCommand";
52
+ export * from "./GetDocumentationPartsCommand";
53
+ export * from "./GetDocumentationVersionCommand";
54
+ export * from "./GetDocumentationVersionsCommand";
55
+ export * from "./GetDomainNameCommand";
56
+ export * from "./GetDomainNamesCommand";
57
+ export * from "./GetExportCommand";
58
+ export * from "./GetGatewayResponseCommand";
59
+ export * from "./GetGatewayResponsesCommand";
60
+ export * from "./GetIntegrationCommand";
61
+ export * from "./GetIntegrationResponseCommand";
62
+ export * from "./GetMethodCommand";
63
+ export * from "./GetMethodResponseCommand";
64
+ export * from "./GetModelCommand";
65
+ export * from "./GetModelTemplateCommand";
66
+ export * from "./GetModelsCommand";
67
+ export * from "./GetRequestValidatorCommand";
68
+ export * from "./GetRequestValidatorsCommand";
69
+ export * from "./GetResourceCommand";
70
+ export * from "./GetResourcesCommand";
71
+ export * from "./GetRestApiCommand";
72
+ export * from "./GetRestApisCommand";
73
+ export * from "./GetSdkCommand";
74
+ export * from "./GetSdkTypeCommand";
75
+ export * from "./GetSdkTypesCommand";
76
+ export * from "./GetStageCommand";
77
+ export * from "./GetStagesCommand";
78
+ export * from "./GetTagsCommand";
79
+ export * from "./GetUsageCommand";
80
+ export * from "./GetUsagePlanCommand";
81
+ export * from "./GetUsagePlanKeyCommand";
82
+ export * from "./GetUsagePlanKeysCommand";
83
+ export * from "./GetUsagePlansCommand";
84
+ export * from "./GetVpcLinkCommand";
85
+ export * from "./GetVpcLinksCommand";
86
+ export * from "./ImportApiKeysCommand";
87
+ export * from "./ImportDocumentationPartsCommand";
88
+ export * from "./ImportRestApiCommand";
89
+ export * from "./PutGatewayResponseCommand";
90
+ export * from "./PutIntegrationCommand";
91
+ export * from "./PutIntegrationResponseCommand";
92
+ export * from "./PutMethodCommand";
93
+ export * from "./PutMethodResponseCommand";
94
+ export * from "./PutRestApiCommand";
95
+ export * from "./TagResourceCommand";
96
+ export * from "./TestInvokeAuthorizerCommand";
97
+ export * from "./TestInvokeMethodCommand";
98
+ export * from "./UntagResourceCommand";
99
+ export * from "./UpdateAccountCommand";
100
+ export * from "./UpdateApiKeyCommand";
101
+ export * from "./UpdateAuthorizerCommand";
102
+ export * from "./UpdateBasePathMappingCommand";
103
+ export * from "./UpdateClientCertificateCommand";
104
+ export * from "./UpdateDeploymentCommand";
105
+ export * from "./UpdateDocumentationPartCommand";
106
+ export * from "./UpdateDocumentationVersionCommand";
107
+ export * from "./UpdateDomainNameCommand";
108
+ export * from "./UpdateGatewayResponseCommand";
109
+ export * from "./UpdateIntegrationCommand";
110
+ export * from "./UpdateIntegrationResponseCommand";
111
+ export * from "./UpdateMethodCommand";
112
+ export * from "./UpdateMethodResponseCommand";
113
+ export * from "./UpdateModelCommand";
114
+ export * from "./UpdateRequestValidatorCommand";
115
+ export * from "./UpdateResourceCommand";
116
+ export * from "./UpdateRestApiCommand";
117
+ export * from "./UpdateStageCommand";
118
+ export * from "./UpdateUsageCommand";
119
+ export * from "./UpdateUsagePlanCommand";
120
+ export * from "./UpdateVpcLinkCommand";
@@ -1,136 +1,5 @@
1
- export * from "./APIGatewayClient";
2
1
  export * from "./APIGateway";
3
- export * from "./commands/CreateApiKeyCommand";
4
- export * from "./commands/CreateAuthorizerCommand";
5
- export * from "./commands/CreateBasePathMappingCommand";
6
- export * from "./commands/CreateDeploymentCommand";
7
- export * from "./commands/CreateDocumentationPartCommand";
8
- export * from "./commands/CreateDocumentationVersionCommand";
9
- export * from "./commands/CreateDomainNameCommand";
10
- export * from "./commands/CreateModelCommand";
11
- export * from "./commands/CreateRequestValidatorCommand";
12
- export * from "./commands/CreateResourceCommand";
13
- export * from "./commands/CreateRestApiCommand";
14
- export * from "./commands/CreateStageCommand";
15
- export * from "./commands/CreateUsagePlanCommand";
16
- export * from "./commands/CreateUsagePlanKeyCommand";
17
- export * from "./commands/CreateVpcLinkCommand";
18
- export * from "./commands/DeleteApiKeyCommand";
19
- export * from "./commands/DeleteAuthorizerCommand";
20
- export * from "./commands/DeleteBasePathMappingCommand";
21
- export * from "./commands/DeleteClientCertificateCommand";
22
- export * from "./commands/DeleteDeploymentCommand";
23
- export * from "./commands/DeleteDocumentationPartCommand";
24
- export * from "./commands/DeleteDocumentationVersionCommand";
25
- export * from "./commands/DeleteDomainNameCommand";
26
- export * from "./commands/DeleteGatewayResponseCommand";
27
- export * from "./commands/DeleteIntegrationCommand";
28
- export * from "./commands/DeleteIntegrationResponseCommand";
29
- export * from "./commands/DeleteMethodCommand";
30
- export * from "./commands/DeleteMethodResponseCommand";
31
- export * from "./commands/DeleteModelCommand";
32
- export * from "./commands/DeleteRequestValidatorCommand";
33
- export * from "./commands/DeleteResourceCommand";
34
- export * from "./commands/DeleteRestApiCommand";
35
- export * from "./commands/DeleteStageCommand";
36
- export * from "./commands/DeleteUsagePlanCommand";
37
- export * from "./commands/DeleteUsagePlanKeyCommand";
38
- export * from "./commands/DeleteVpcLinkCommand";
39
- export * from "./commands/FlushStageAuthorizersCacheCommand";
40
- export * from "./commands/FlushStageCacheCommand";
41
- export * from "./commands/GenerateClientCertificateCommand";
42
- export * from "./commands/GetAccountCommand";
43
- export * from "./commands/GetApiKeyCommand";
44
- export * from "./commands/GetApiKeysCommand";
45
- export * from "./pagination/GetApiKeysPaginator";
46
- export * from "./commands/GetAuthorizerCommand";
47
- export * from "./commands/GetAuthorizersCommand";
48
- export * from "./commands/GetBasePathMappingCommand";
49
- export * from "./commands/GetBasePathMappingsCommand";
50
- export * from "./pagination/GetBasePathMappingsPaginator";
51
- export * from "./commands/GetClientCertificateCommand";
52
- export * from "./commands/GetClientCertificatesCommand";
53
- export * from "./pagination/GetClientCertificatesPaginator";
54
- export * from "./commands/GetDeploymentCommand";
55
- export * from "./commands/GetDeploymentsCommand";
56
- export * from "./pagination/GetDeploymentsPaginator";
57
- export * from "./commands/GetDocumentationPartCommand";
58
- export * from "./commands/GetDocumentationPartsCommand";
59
- export * from "./commands/GetDocumentationVersionCommand";
60
- export * from "./commands/GetDocumentationVersionsCommand";
61
- export * from "./commands/GetDomainNameCommand";
62
- export * from "./commands/GetDomainNamesCommand";
63
- export * from "./pagination/GetDomainNamesPaginator";
64
- export * from "./commands/GetExportCommand";
65
- export * from "./commands/GetGatewayResponseCommand";
66
- export * from "./commands/GetGatewayResponsesCommand";
67
- export * from "./commands/GetIntegrationCommand";
68
- export * from "./commands/GetIntegrationResponseCommand";
69
- export * from "./commands/GetMethodCommand";
70
- export * from "./commands/GetMethodResponseCommand";
71
- export * from "./commands/GetModelCommand";
72
- export * from "./commands/GetModelsCommand";
73
- export * from "./pagination/GetModelsPaginator";
74
- export * from "./commands/GetModelTemplateCommand";
75
- export * from "./commands/GetRequestValidatorCommand";
76
- export * from "./commands/GetRequestValidatorsCommand";
77
- export * from "./commands/GetResourceCommand";
78
- export * from "./commands/GetResourcesCommand";
79
- export * from "./pagination/GetResourcesPaginator";
80
- export * from "./commands/GetRestApiCommand";
81
- export * from "./commands/GetRestApisCommand";
82
- export * from "./pagination/GetRestApisPaginator";
83
- export * from "./commands/GetSdkCommand";
84
- export * from "./commands/GetSdkTypeCommand";
85
- export * from "./commands/GetSdkTypesCommand";
86
- export * from "./commands/GetStageCommand";
87
- export * from "./commands/GetStagesCommand";
88
- export * from "./commands/GetTagsCommand";
89
- export * from "./commands/GetUsageCommand";
90
- export * from "./pagination/GetUsagePaginator";
91
- export * from "./commands/GetUsagePlanCommand";
92
- export * from "./commands/GetUsagePlanKeyCommand";
93
- export * from "./commands/GetUsagePlanKeysCommand";
94
- export * from "./pagination/GetUsagePlanKeysPaginator";
95
- export * from "./commands/GetUsagePlansCommand";
96
- export * from "./pagination/GetUsagePlansPaginator";
97
- export * from "./commands/GetVpcLinkCommand";
98
- export * from "./commands/GetVpcLinksCommand";
99
- export * from "./pagination/GetVpcLinksPaginator";
100
- export * from "./commands/ImportApiKeysCommand";
101
- export * from "./commands/ImportDocumentationPartsCommand";
102
- export * from "./commands/ImportRestApiCommand";
103
- export * from "./commands/PutGatewayResponseCommand";
104
- export * from "./commands/PutIntegrationCommand";
105
- export * from "./commands/PutIntegrationResponseCommand";
106
- export * from "./commands/PutMethodCommand";
107
- export * from "./commands/PutMethodResponseCommand";
108
- export * from "./commands/PutRestApiCommand";
109
- export * from "./commands/TagResourceCommand";
110
- export * from "./commands/TestInvokeAuthorizerCommand";
111
- export * from "./commands/TestInvokeMethodCommand";
112
- export * from "./commands/UntagResourceCommand";
113
- export * from "./commands/UpdateAccountCommand";
114
- export * from "./commands/UpdateApiKeyCommand";
115
- export * from "./commands/UpdateAuthorizerCommand";
116
- export * from "./commands/UpdateBasePathMappingCommand";
117
- export * from "./commands/UpdateClientCertificateCommand";
118
- export * from "./commands/UpdateDeploymentCommand";
119
- export * from "./commands/UpdateDocumentationPartCommand";
120
- export * from "./commands/UpdateDocumentationVersionCommand";
121
- export * from "./commands/UpdateDomainNameCommand";
122
- export * from "./commands/UpdateGatewayResponseCommand";
123
- export * from "./commands/UpdateIntegrationCommand";
124
- export * from "./commands/UpdateIntegrationResponseCommand";
125
- export * from "./commands/UpdateMethodCommand";
126
- export * from "./commands/UpdateMethodResponseCommand";
127
- export * from "./commands/UpdateModelCommand";
128
- export * from "./commands/UpdateRequestValidatorCommand";
129
- export * from "./commands/UpdateResourceCommand";
130
- export * from "./commands/UpdateRestApiCommand";
131
- export * from "./commands/UpdateStageCommand";
132
- export * from "./commands/UpdateUsageCommand";
133
- export * from "./commands/UpdateUsagePlanCommand";
134
- export * from "./commands/UpdateVpcLinkCommand";
135
- export * from "./pagination/Interfaces";
136
- export * from "./models/index";
2
+ export * from "./APIGatewayClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./GetApiKeysPaginator";
2
+ export * from "./GetBasePathMappingsPaginator";
3
+ export * from "./GetClientCertificatesPaginator";
4
+ export * from "./GetDeploymentsPaginator";
5
+ export * from "./GetDomainNamesPaginator";
6
+ export * from "./GetModelsPaginator";
7
+ export * from "./GetResourcesPaginator";
8
+ export * from "./GetRestApisPaginator";
9
+ export * from "./GetUsagePaginator";
10
+ export * from "./GetUsagePlanKeysPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./GetUsagePlansPaginator";
13
+ export * from "./GetVpcLinksPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,41 +19,41 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-sdk-api-gateway": "3.37.0",
35
- "@aws-sdk/middleware-serde": "3.37.0",
36
- "@aws-sdk/middleware-signing": "3.37.0",
37
- "@aws-sdk/middleware-stack": "3.37.0",
38
- "@aws-sdk/middleware-user-agent": "3.37.0",
39
- "@aws-sdk/node-config-provider": "3.37.0",
40
- "@aws-sdk/node-http-handler": "3.37.0",
41
- "@aws-sdk/protocol-http": "3.37.0",
42
- "@aws-sdk/smithy-client": "3.37.0",
43
- "@aws-sdk/types": "3.37.0",
44
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-sdk-api-gateway": "3.40.0",
35
+ "@aws-sdk/middleware-serde": "3.40.0",
36
+ "@aws-sdk/middleware-signing": "3.40.0",
37
+ "@aws-sdk/middleware-stack": "3.40.0",
38
+ "@aws-sdk/middleware-user-agent": "3.40.0",
39
+ "@aws-sdk/node-config-provider": "3.40.0",
40
+ "@aws-sdk/node-http-handler": "3.40.0",
41
+ "@aws-sdk/protocol-http": "3.40.0",
42
+ "@aws-sdk/smithy-client": "3.41.0",
43
+ "@aws-sdk/types": "3.40.0",
44
+ "@aws-sdk/url-parser": "3.40.0",
45
45
  "@aws-sdk/util-base64-browser": "3.37.0",
46
46
  "@aws-sdk/util-base64-node": "3.37.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.37.0",
48
48
  "@aws-sdk/util-body-length-node": "3.37.0",
49
- "@aws-sdk/util-user-agent-browser": "3.37.0",
50
- "@aws-sdk/util-user-agent-node": "3.37.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
50
+ "@aws-sdk/util-user-agent-node": "3.40.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.37.0",
52
52
  "@aws-sdk/util-utf8-node": "3.37.0",
53
53
  "tslib": "^2.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/client-documentation-generator": "3.37.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
57
57
  "@types/node": "^12.7.5",
58
58
  "downlevel-dts": "0.7.0",
59
59
  "jest": "^26.1.0",