@aws-sdk/client-api-gateway 3.1087.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 +39 -39
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1086.0";
73
+ var version = "3.1087.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76