@aws-sdk/client-apigatewayv2 3.650.0 → 3.654.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 (145) hide show
  1. package/dist-types/commands/CreateApiCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateApiMappingCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateIntegrationCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateModelCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateRouteResponseCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateStageCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateVpcLinkCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteApiCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteApiMappingCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteDeploymentCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteIntegrationCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +11 -0
  29. package/dist-types/commands/ExportApiCommand.d.ts +11 -0
  30. package/dist-types/commands/GetApiCommand.d.ts +11 -0
  31. package/dist-types/commands/GetApiMappingCommand.d.ts +11 -0
  32. package/dist-types/commands/GetApiMappingsCommand.d.ts +11 -0
  33. package/dist-types/commands/GetApisCommand.d.ts +11 -0
  34. package/dist-types/commands/GetAuthorizerCommand.d.ts +11 -0
  35. package/dist-types/commands/GetAuthorizersCommand.d.ts +11 -0
  36. package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  37. package/dist-types/commands/GetDeploymentsCommand.d.ts +11 -0
  38. package/dist-types/commands/GetDomainNameCommand.d.ts +12 -0
  39. package/dist-types/commands/GetDomainNamesCommand.d.ts +11 -0
  40. package/dist-types/commands/GetIntegrationCommand.d.ts +11 -0
  41. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +11 -0
  42. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +11 -0
  43. package/dist-types/commands/GetIntegrationsCommand.d.ts +11 -0
  44. package/dist-types/commands/GetModelCommand.d.ts +11 -0
  45. package/dist-types/commands/GetModelTemplateCommand.d.ts +11 -0
  46. package/dist-types/commands/GetModelsCommand.d.ts +11 -0
  47. package/dist-types/commands/GetRouteCommand.d.ts +11 -0
  48. package/dist-types/commands/GetRouteResponseCommand.d.ts +11 -0
  49. package/dist-types/commands/GetRouteResponsesCommand.d.ts +11 -0
  50. package/dist-types/commands/GetRoutesCommand.d.ts +11 -0
  51. package/dist-types/commands/GetStageCommand.d.ts +11 -0
  52. package/dist-types/commands/GetStagesCommand.d.ts +11 -0
  53. package/dist-types/commands/GetTagsCommand.d.ts +11 -0
  54. package/dist-types/commands/GetVpcLinkCommand.d.ts +11 -0
  55. package/dist-types/commands/GetVpcLinksCommand.d.ts +11 -0
  56. package/dist-types/commands/ImportApiCommand.d.ts +11 -0
  57. package/dist-types/commands/ReimportApiCommand.d.ts +11 -0
  58. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +11 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  61. package/dist-types/commands/UpdateApiCommand.d.ts +11 -0
  62. package/dist-types/commands/UpdateApiMappingCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateDeploymentCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateIntegrationCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +11 -0
  73. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +12 -1
  145. package/package.json +36 -36
@@ -134,4 +134,15 @@ declare const CreateApiCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class CreateApiCommand extends CreateApiCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: CreateApiRequest;
141
+ output: CreateApiResponse;
142
+ };
143
+ sdk: {
144
+ input: CreateApiCommandInput;
145
+ output: CreateApiCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -75,4 +75,15 @@ declare const CreateApiMappingCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateApiMappingRequest;
82
+ output: CreateApiMappingResponse;
83
+ };
84
+ sdk: {
85
+ input: CreateApiMappingCommandInput;
86
+ output: CreateApiMappingCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -103,4 +103,15 @@ declare const CreateAuthorizerCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: CreateAuthorizerRequest;
110
+ output: CreateAuthorizerResponse;
111
+ };
112
+ sdk: {
113
+ input: CreateAuthorizerCommandInput;
114
+ output: CreateAuthorizerCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -76,4 +76,15 @@ declare const CreateDeploymentCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: CreateDeploymentRequest;
83
+ output: CreateDeploymentResponse;
84
+ };
85
+ sdk: {
86
+ input: CreateDeploymentCommandInput;
87
+ output: CreateDeploymentCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -117,4 +117,15 @@ declare const CreateDomainNameCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: CreateDomainNameRequest;
124
+ output: CreateDomainNameResponse;
125
+ };
126
+ sdk: {
127
+ input: CreateDomainNameCommandInput;
128
+ output: CreateDomainNameCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -125,4 +125,15 @@ declare const CreateIntegrationCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: CreateIntegrationRequest;
132
+ output: CreateIntegrationResult;
133
+ };
134
+ sdk: {
135
+ input: CreateIntegrationCommandInput;
136
+ output: CreateIntegrationCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -88,4 +88,15 @@ declare const CreateIntegrationResponseCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateIntegrationResponseRequest;
95
+ output: CreateIntegrationResponseResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateIntegrationResponseCommandInput;
99
+ output: CreateIntegrationResponseCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -77,4 +77,15 @@ declare const CreateModelCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class CreateModelCommand extends CreateModelCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: CreateModelRequest;
84
+ output: CreateModelResponse;
85
+ };
86
+ sdk: {
87
+ input: CreateModelCommandInput;
88
+ output: CreateModelCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -108,4 +108,15 @@ declare const CreateRouteCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: CreateRouteRequest;
115
+ output: CreateRouteResult;
116
+ };
117
+ sdk: {
118
+ input: CreateRouteCommandInput;
119
+ output: CreateRouteCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -90,4 +90,15 @@ declare const CreateRouteResponseCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateRouteResponseRequest;
97
+ output: CreateRouteResponseResponse;
98
+ };
99
+ sdk: {
100
+ input: CreateRouteResponseCommandInput;
101
+ output: CreateRouteResponseCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -134,4 +134,15 @@ declare const CreateStageCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class CreateStageCommand extends CreateStageCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: CreateStageRequest;
141
+ output: CreateStageResponse;
142
+ };
143
+ sdk: {
144
+ input: CreateStageCommandInput;
145
+ output: CreateStageCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -86,4 +86,15 @@ declare const CreateVpcLinkCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateVpcLinkRequest;
93
+ output: CreateVpcLinkResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateVpcLinkCommandInput;
97
+ output: CreateVpcLinkCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -62,4 +62,15 @@ declare const DeleteAccessLogSettingsCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteAccessLogSettingsRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteAccessLogSettingsCommandInput;
73
+ output: DeleteAccessLogSettingsCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const DeleteApiCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteApiCommand extends DeleteApiCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteApiRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteApiCommandInput;
72
+ output: DeleteApiCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -65,4 +65,15 @@ declare const DeleteApiMappingCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteApiMappingRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteApiMappingCommandInput;
76
+ output: DeleteApiMappingCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -62,4 +62,15 @@ declare const DeleteAuthorizerCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteAuthorizerRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteAuthorizerCommandInput;
73
+ output: DeleteAuthorizerCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const DeleteCorsConfigurationCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteCorsConfigurationRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteCorsConfigurationCommandInput;
72
+ output: DeleteCorsConfigurationCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -62,4 +62,15 @@ declare const DeleteDeploymentCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteDeploymentRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteDeploymentCommandInput;
73
+ output: DeleteDeploymentCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const DeleteDomainNameCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteDomainNameRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteDomainNameCommandInput;
72
+ output: DeleteDomainNameCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -62,4 +62,15 @@ declare const DeleteIntegrationCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteIntegrationRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteIntegrationCommandInput;
73
+ output: DeleteIntegrationCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -63,4 +63,15 @@ declare const DeleteIntegrationResponseCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteIntegrationResponseRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: DeleteIntegrationResponseCommandInput;
74
+ output: DeleteIntegrationResponseCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -62,4 +62,15 @@ declare const DeleteModelCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteModelRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteModelCommandInput;
73
+ output: DeleteModelCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -62,4 +62,15 @@ declare const DeleteRouteCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteRouteRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteRouteCommandInput;
73
+ output: DeleteRouteCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -63,4 +63,15 @@ declare const DeleteRouteRequestParameterCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteRouteRequestParameterRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: DeleteRouteRequestParameterCommandInput;
74
+ output: DeleteRouteRequestParameterCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -63,4 +63,15 @@ declare const DeleteRouteResponseCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteRouteResponseRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: DeleteRouteResponseCommandInput;
74
+ output: DeleteRouteResponseCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -63,4 +63,15 @@ declare const DeleteRouteSettingsCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteRouteSettingsRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: DeleteRouteSettingsCommandInput;
74
+ output: DeleteRouteSettingsCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -62,4 +62,15 @@ declare const DeleteStageCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteStageCommand extends DeleteStageCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteStageRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteStageCommandInput;
73
+ output: DeleteStageCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const DeleteVpcLinkCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteVpcLinkRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteVpcLinkCommandInput;
72
+ output: DeleteVpcLinkCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -78,4 +78,15 @@ declare const ExportApiCommand_base: {
78
78
  *
79
79
  */
80
80
  export declare class ExportApiCommand extends ExportApiCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ExportApiRequest;
85
+ output: ExportApiResponse;
86
+ };
87
+ sdk: {
88
+ input: ExportApiCommandInput;
89
+ output: ExportApiCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -99,4 +99,15 @@ declare const GetApiCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class GetApiCommand extends GetApiCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: GetApiRequest;
106
+ output: GetApiResponse;
107
+ };
108
+ sdk: {
109
+ input: GetApiCommandInput;
110
+ output: GetApiCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -70,4 +70,15 @@ declare const GetApiMappingCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetApiMappingCommand extends GetApiMappingCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetApiMappingRequest;
77
+ output: GetApiMappingResponse;
78
+ };
79
+ sdk: {
80
+ input: GetApiMappingCommandInput;
81
+ output: GetApiMappingCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -76,4 +76,15 @@ declare const GetApiMappingsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetApiMappingsCommand extends GetApiMappingsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetApiMappingsRequest;
83
+ output: GetApiMappingsResponse;
84
+ };
85
+ sdk: {
86
+ input: GetApiMappingsCommandInput;
87
+ output: GetApiMappingsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -108,4 +108,15 @@ declare const GetApisCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class GetApisCommand extends GetApisCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: GetApisRequest;
115
+ output: GetApisResponse;
116
+ };
117
+ sdk: {
118
+ input: GetApisCommandInput;
119
+ output: GetApisCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -81,4 +81,15 @@ declare const GetAuthorizerCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetAuthorizerRequest;
88
+ output: GetAuthorizerResponse;
89
+ };
90
+ sdk: {
91
+ input: GetAuthorizerCommandInput;
92
+ output: GetAuthorizerCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -90,4 +90,15 @@ declare const GetAuthorizersCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetAuthorizersRequest;
97
+ output: GetAuthorizersResponse;
98
+ };
99
+ sdk: {
100
+ input: GetAuthorizersCommandInput;
101
+ output: GetAuthorizersCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -69,4 +69,15 @@ declare const GetDeploymentCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: GetDeploymentRequest;
76
+ output: GetDeploymentResponse;
77
+ };
78
+ sdk: {
79
+ input: GetDeploymentCommandInput;
80
+ output: GetDeploymentCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -78,4 +78,15 @@ declare const GetDeploymentsCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetDeploymentsRequest;
85
+ output: GetDeploymentsResponse;
86
+ };
87
+ sdk: {
88
+ input: GetDeploymentsCommandInput;
89
+ output: GetDeploymentsCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -24,6 +24,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
24
24
  declare const GetDomainNameCommand_base: {
25
25
  new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ /** @internal type navigation helper, not in runtime. */
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
@@ -88,4 +89,15 @@ declare const GetDomainNameCommand_base: {
88
89
  * @public
89
90
  */
90
91
  export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetDomainNameRequest;
96
+ output: GetDomainNameResponse;
97
+ };
98
+ sdk: {
99
+ input: GetDomainNameCommandInput;
100
+ output: GetDomainNameCommandOutput;
101
+ };
102
+ };
91
103
  }
@@ -97,4 +97,15 @@ declare const GetDomainNamesCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetDomainNamesRequest;
104
+ output: GetDomainNamesResponse;
105
+ };
106
+ sdk: {
107
+ input: GetDomainNamesCommandInput;
108
+ output: GetDomainNamesCommandOutput;
109
+ };
110
+ };
100
111
  }