@aws-sdk/client-lambda 3.653.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 (147) hide show
  1. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +11 -0
  2. package/dist-types/commands/AddPermissionCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  19. package/dist-types/commands/GetAccountSettingsCommand.d.ts +11 -0
  20. package/dist-types/commands/GetAliasCommand.d.ts +11 -0
  21. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +11 -0
  22. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +11 -0
  23. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +11 -0
  24. package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
  25. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +11 -0
  26. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +11 -0
  27. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +11 -0
  28. package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +11 -0
  29. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +11 -0
  30. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +11 -0
  31. package/dist-types/commands/GetLayerVersionCommand.d.ts +11 -0
  32. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +11 -0
  33. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  34. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +11 -0
  35. package/dist-types/commands/GetPublicAccessBlockConfigCommand.d.ts +11 -0
  36. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  37. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +11 -0
  38. package/dist-types/commands/InvokeAsyncCommand.d.ts +11 -0
  39. package/dist-types/commands/InvokeCommand.d.ts +11 -0
  40. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +11 -0
  41. package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
  42. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +11 -0
  47. package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListLayerVersionsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListLayersCommand.d.ts +11 -0
  50. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListTagsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +11 -0
  53. package/dist-types/commands/PublishLayerVersionCommand.d.ts +11 -0
  54. package/dist-types/commands/PublishVersionCommand.d.ts +11 -0
  55. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +11 -0
  56. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +11 -0
  57. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +11 -0
  58. package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +11 -0
  59. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +11 -0
  60. package/dist-types/commands/PutPublicAccessBlockConfigCommand.d.ts +11 -0
  61. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  62. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +11 -0
  63. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +11 -0
  64. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +11 -0
  73. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +11 -0
  74. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetPublicAccessBlockConfigCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/PutPublicAccessBlockConfigCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -1
  147. package/package.json +40 -40
@@ -100,4 +100,15 @@ declare const AddLayerVersionPermissionCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: AddLayerVersionPermissionRequest;
107
+ output: AddLayerVersionPermissionResponse;
108
+ };
109
+ sdk: {
110
+ input: AddLayerVersionPermissionCommandInput;
111
+ output: AddLayerVersionPermissionCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -110,4 +110,15 @@ declare const AddPermissionCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: AddPermissionRequest;
117
+ output: AddPermissionResponse;
118
+ };
119
+ sdk: {
120
+ input: AddPermissionCommandInput;
121
+ output: AddPermissionCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -94,4 +94,15 @@ declare const CreateAliasCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class CreateAliasCommand extends CreateAliasCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: CreateAliasRequest;
101
+ output: AliasConfiguration;
102
+ };
103
+ sdk: {
104
+ input: CreateAliasCommandInput;
105
+ output: CreateAliasCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const CreateCodeSigningConfigCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateCodeSigningConfigRequest;
93
+ output: CreateCodeSigningConfigResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateCodeSigningConfigCommandInput;
97
+ output: CreateCodeSigningConfigCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -319,4 +319,15 @@ declare const CreateEventSourceMappingCommand_base: {
319
319
  * @public
320
320
  */
321
321
  export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {
322
+ /** @internal type navigation helper, not in runtime. */
323
+ protected static __types: {
324
+ api: {
325
+ input: CreateEventSourceMappingRequest;
326
+ output: EventSourceMappingConfiguration;
327
+ };
328
+ sdk: {
329
+ input: CreateEventSourceMappingCommandInput;
330
+ output: CreateEventSourceMappingCommandOutput;
331
+ };
332
+ };
322
333
  }
@@ -296,4 +296,15 @@ declare const CreateFunctionCommand_base: {
296
296
  * @public
297
297
  */
298
298
  export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
299
+ /** @internal type navigation helper, not in runtime. */
300
+ protected static __types: {
301
+ api: {
302
+ input: CreateFunctionRequest;
303
+ output: FunctionConfiguration;
304
+ };
305
+ sdk: {
306
+ input: CreateFunctionCommandInput;
307
+ output: CreateFunctionCommandOutput;
308
+ };
309
+ };
299
310
  }
@@ -112,4 +112,15 @@ declare const CreateFunctionUrlConfigCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class CreateFunctionUrlConfigCommand extends CreateFunctionUrlConfigCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: CreateFunctionUrlConfigRequest;
119
+ output: CreateFunctionUrlConfigResponse;
120
+ };
121
+ sdk: {
122
+ input: CreateFunctionUrlConfigCommandInput;
123
+ output: CreateFunctionUrlConfigCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -68,4 +68,15 @@ declare const DeleteAliasCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteAliasRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteAliasCommandInput;
79
+ output: DeleteAliasCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -68,4 +68,15 @@ declare const DeleteCodeSigningConfigCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteCodeSigningConfigCommand extends DeleteCodeSigningConfigCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteCodeSigningConfigRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteCodeSigningConfigCommandInput;
79
+ output: DeleteCodeSigningConfigCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -150,4 +150,15 @@ declare const DeleteEventSourceMappingCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class DeleteEventSourceMappingCommand extends DeleteEventSourceMappingCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: DeleteEventSourceMappingRequest;
157
+ output: EventSourceMappingConfiguration;
158
+ };
159
+ sdk: {
160
+ input: DeleteEventSourceMappingCommandInput;
161
+ output: DeleteEventSourceMappingCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -73,4 +73,15 @@ declare const DeleteFunctionCodeSigningConfigCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteFunctionCodeSigningConfigCommand extends DeleteFunctionCodeSigningConfigCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteFunctionCodeSigningConfigRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteFunctionCodeSigningConfigCommandInput;
84
+ output: DeleteFunctionCodeSigningConfigCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -75,4 +75,15 @@ declare const DeleteFunctionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteFunctionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteFunctionCommandInput;
86
+ output: DeleteFunctionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -70,4 +70,15 @@ declare const DeleteFunctionConcurrencyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteFunctionConcurrencyCommand extends DeleteFunctionConcurrencyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteFunctionConcurrencyRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteFunctionConcurrencyCommandInput;
81
+ output: DeleteFunctionConcurrencyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -72,4 +72,15 @@ declare const DeleteFunctionEventInvokeConfigCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteFunctionEventInvokeConfigRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteFunctionEventInvokeConfigCommandInput;
83
+ output: DeleteFunctionEventInvokeConfigCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -69,4 +69,15 @@ declare const DeleteFunctionUrlConfigCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteFunctionUrlConfigCommand extends DeleteFunctionUrlConfigCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteFunctionUrlConfigRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteFunctionUrlConfigCommandInput;
80
+ output: DeleteFunctionUrlConfigCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -64,4 +64,15 @@ declare const DeleteLayerVersionCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteLayerVersionCommand extends DeleteLayerVersionCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteLayerVersionRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteLayerVersionCommandInput;
75
+ output: DeleteLayerVersionCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -71,4 +71,15 @@ declare const DeleteProvisionedConcurrencyConfigCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteProvisionedConcurrencyConfigCommand extends DeleteProvisionedConcurrencyConfigCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteProvisionedConcurrencyConfigRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteProvisionedConcurrencyConfigCommandInput;
82
+ output: DeleteProvisionedConcurrencyConfigCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -84,4 +84,15 @@ declare const DeleteResourcePolicyCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteResourcePolicyRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: DeleteResourcePolicyCommandInput;
95
+ output: DeleteResourcePolicyCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -71,4 +71,15 @@ declare const GetAccountSettingsCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: {};
78
+ output: GetAccountSettingsResponse;
79
+ };
80
+ sdk: {
81
+ input: GetAccountSettingsCommandInput;
82
+ output: GetAccountSettingsCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -79,4 +79,15 @@ declare const GetAliasCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetAliasCommand extends GetAliasCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetAliasRequest;
86
+ output: AliasConfiguration;
87
+ };
88
+ sdk: {
89
+ input: GetAliasCommandInput;
90
+ output: GetAliasCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -79,4 +79,15 @@ declare const GetCodeSigningConfigCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetCodeSigningConfigRequest;
86
+ output: GetCodeSigningConfigResponse;
87
+ };
88
+ sdk: {
89
+ input: GetCodeSigningConfigCommandInput;
90
+ output: GetCodeSigningConfigCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -141,4 +141,15 @@ declare const GetEventSourceMappingCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: GetEventSourceMappingRequest;
148
+ output: EventSourceMappingConfiguration;
149
+ };
150
+ sdk: {
151
+ input: GetEventSourceMappingCommandInput;
152
+ output: GetEventSourceMappingCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -70,4 +70,15 @@ declare const GetFunctionCodeSigningConfigCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetFunctionCodeSigningConfigRequest;
77
+ output: GetFunctionCodeSigningConfigResponse;
78
+ };
79
+ sdk: {
80
+ input: GetFunctionCodeSigningConfigCommandInput;
81
+ output: GetFunctionCodeSigningConfigCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -186,4 +186,15 @@ declare const GetFunctionCommand_base: {
186
186
  * @public
187
187
  */
188
188
  export declare class GetFunctionCommand extends GetFunctionCommand_base {
189
+ /** @internal type navigation helper, not in runtime. */
190
+ protected static __types: {
191
+ api: {
192
+ input: GetFunctionRequest;
193
+ output: GetFunctionResponse;
194
+ };
195
+ sdk: {
196
+ input: GetFunctionCommandInput;
197
+ output: GetFunctionCommandOutput;
198
+ };
199
+ };
189
200
  }
@@ -70,4 +70,15 @@ declare const GetFunctionConcurrencyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetFunctionConcurrencyRequest;
77
+ output: GetFunctionConcurrencyResponse;
78
+ };
79
+ sdk: {
80
+ input: GetFunctionConcurrencyCommandInput;
81
+ output: GetFunctionConcurrencyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -172,4 +172,15 @@ declare const GetFunctionConfigurationCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: GetFunctionConfigurationRequest;
179
+ output: FunctionConfiguration;
180
+ };
181
+ sdk: {
182
+ input: GetFunctionConfigurationCommandInput;
183
+ output: GetFunctionConfigurationCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -82,4 +82,15 @@ declare const GetFunctionEventInvokeConfigCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetFunctionEventInvokeConfigRequest;
89
+ output: FunctionEventInvokeConfig;
90
+ };
91
+ sdk: {
92
+ input: GetFunctionEventInvokeConfigCommandInput;
93
+ output: GetFunctionEventInvokeConfigCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -70,4 +70,15 @@ declare const GetFunctionRecursionConfigCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetFunctionRecursionConfigCommand extends GetFunctionRecursionConfigCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetFunctionRecursionConfigRequest;
77
+ output: GetFunctionRecursionConfigResponse;
78
+ };
79
+ sdk: {
80
+ input: GetFunctionRecursionConfigCommandInput;
81
+ output: GetFunctionRecursionConfigCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -91,4 +91,15 @@ declare const GetFunctionUrlConfigCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetFunctionUrlConfigRequest;
98
+ output: GetFunctionUrlConfigResponse;
99
+ };
100
+ sdk: {
101
+ input: GetFunctionUrlConfigCommandInput;
102
+ output: GetFunctionUrlConfigCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -89,4 +89,15 @@ declare const GetLayerVersionByArnCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetLayerVersionByArnRequest;
96
+ output: GetLayerVersionResponse;
97
+ };
98
+ sdk: {
99
+ input: GetLayerVersionByArnCommandInput;
100
+ output: GetLayerVersionByArnCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -90,4 +90,15 @@ declare const GetLayerVersionCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetLayerVersionRequest;
97
+ output: GetLayerVersionResponse;
98
+ };
99
+ sdk: {
100
+ input: GetLayerVersionCommandInput;
101
+ output: GetLayerVersionCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -72,4 +72,15 @@ declare const GetLayerVersionPolicyCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetLayerVersionPolicyRequest;
79
+ output: GetLayerVersionPolicyResponse;
80
+ };
81
+ sdk: {
82
+ input: GetLayerVersionPolicyCommandInput;
83
+ output: GetLayerVersionPolicyCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -71,4 +71,15 @@ declare const GetPolicyCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: GetPolicyRequest;
78
+ output: GetPolicyResponse;
79
+ };
80
+ sdk: {
81
+ input: GetPolicyCommandInput;
82
+ output: GetPolicyCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -78,4 +78,15 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetProvisionedConcurrencyConfigRequest;
85
+ output: GetProvisionedConcurrencyConfigResponse;
86
+ };
87
+ sdk: {
88
+ input: GetProvisionedConcurrencyConfigCommandInput;
89
+ output: GetProvisionedConcurrencyConfigCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -72,4 +72,15 @@ declare const GetPublicAccessBlockConfigCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetPublicAccessBlockConfigCommand extends GetPublicAccessBlockConfigCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetPublicAccessBlockConfigRequest;
79
+ output: GetPublicAccessBlockConfigResponse;
80
+ };
81
+ sdk: {
82
+ input: GetPublicAccessBlockConfigCommandInput;
83
+ output: GetPublicAccessBlockConfigCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -70,4 +70,15 @@ declare const GetResourcePolicyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetResourcePolicyRequest;
77
+ output: GetResourcePolicyResponse;
78
+ };
79
+ sdk: {
80
+ input: GetResourcePolicyCommandInput;
81
+ output: GetResourcePolicyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -74,4 +74,15 @@ declare const GetRuntimeManagementConfigCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: GetRuntimeManagementConfigRequest;
81
+ output: GetRuntimeManagementConfigResponse;
82
+ };
83
+ sdk: {
84
+ input: GetRuntimeManagementConfigCommandInput;
85
+ output: GetRuntimeManagementConfigCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -83,4 +83,15 @@ declare const InvokeAsyncCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: InvokeAsyncRequest;
90
+ output: InvokeAsyncResponse;
91
+ };
92
+ sdk: {
93
+ input: InvokeAsyncCommandInput;
94
+ output: InvokeAsyncCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -209,4 +209,15 @@ declare const InvokeCommand_base: {
209
209
  * @public
210
210
  */
211
211
  export declare class InvokeCommand extends InvokeCommand_base {
212
+ /** @internal type navigation helper, not in runtime. */
213
+ protected static __types: {
214
+ api: {
215
+ input: InvocationRequest;
216
+ output: InvocationResponse;
217
+ };
218
+ sdk: {
219
+ input: InvokeCommandInput;
220
+ output: InvokeCommandOutput;
221
+ };
222
+ };
212
223
  }