@aws-sdk/client-lambda 3.653.0 → 3.655.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 (152) hide show
  1. package/dist-cjs/index.js +31 -24
  2. package/dist-es/models/models_0.js +14 -14
  3. package/dist-es/protocols/Aws_restJson1.js +10 -3
  4. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +11 -0
  5. package/dist-types/commands/AddPermissionCommand.d.ts +17 -1
  6. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +14 -0
  8. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +15 -0
  9. package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +12 -0
  14. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -1
  22. package/dist-types/commands/GetAccountSettingsCommand.d.ts +11 -0
  23. package/dist-types/commands/GetAliasCommand.d.ts +11 -0
  24. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +11 -0
  25. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +12 -0
  26. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +11 -0
  27. package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
  28. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +11 -0
  29. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +11 -0
  30. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +11 -0
  31. package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +11 -0
  32. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +11 -0
  33. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +11 -0
  34. package/dist-types/commands/GetLayerVersionCommand.d.ts +11 -0
  35. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +11 -0
  36. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  37. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +11 -0
  38. package/dist-types/commands/GetPublicAccessBlockConfigCommand.d.ts +16 -1
  39. package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -1
  40. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +11 -0
  41. package/dist-types/commands/InvokeAsyncCommand.d.ts +11 -0
  42. package/dist-types/commands/InvokeCommand.d.ts +11 -0
  43. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +11 -0
  44. package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
  45. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +12 -0
  47. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +11 -0
  50. package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListLayerVersionsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListLayersCommand.d.ts +11 -0
  53. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListTagsCommand.d.ts +13 -2
  55. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +11 -0
  56. package/dist-types/commands/PublishLayerVersionCommand.d.ts +11 -0
  57. package/dist-types/commands/PublishVersionCommand.d.ts +11 -0
  58. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +11 -0
  59. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +11 -0
  60. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +11 -0
  61. package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +11 -0
  62. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +11 -0
  63. package/dist-types/commands/PutPublicAccessBlockConfigCommand.d.ts +16 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -1
  65. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +11 -0
  66. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +11 -0
  67. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +12 -1
  69. package/dist-types/commands/UntagResourceCommand.d.ts +12 -1
  70. package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +12 -0
  73. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +11 -0
  74. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +11 -0
  76. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +11 -0
  77. package/dist-types/models/models_0.d.ts +42 -27
  78. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/GetPublicAccessBlockConfigCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/PutPublicAccessBlockConfigCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/models/models_0.d.ts +12 -9
  152. package/package.json +40 -40
@@ -33,4 +33,15 @@ declare const DeleteFunctionCodeSigningConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFunctionCodeSigningConfigCommand extends DeleteFunctionCodeSigningConfigCommand_base {}
36
+ export declare class DeleteFunctionCodeSigningConfigCommand extends DeleteFunctionCodeSigningConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFunctionCodeSigningConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteFunctionCodeSigningConfigCommandInput;
44
+ output: DeleteFunctionCodeSigningConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteFunctionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {}
34
+ export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteFunctionRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteFunctionCommandInput;
42
+ output: DeleteFunctionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteFunctionConcurrencyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFunctionConcurrencyCommand extends DeleteFunctionConcurrencyCommand_base {}
36
+ export declare class DeleteFunctionConcurrencyCommand extends DeleteFunctionConcurrencyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFunctionConcurrencyRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteFunctionConcurrencyCommandInput;
44
+ output: DeleteFunctionConcurrencyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteFunctionEventInvokeConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base {}
36
+ export declare class DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFunctionEventInvokeConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteFunctionEventInvokeConfigCommandInput;
44
+ output: DeleteFunctionEventInvokeConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteFunctionUrlConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFunctionUrlConfigCommand extends DeleteFunctionUrlConfigCommand_base {}
36
+ export declare class DeleteFunctionUrlConfigCommand extends DeleteFunctionUrlConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFunctionUrlConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteFunctionUrlConfigCommandInput;
44
+ output: DeleteFunctionUrlConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteLayerVersionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteLayerVersionCommand extends DeleteLayerVersionCommand_base {}
35
+ export declare class DeleteLayerVersionCommand extends DeleteLayerVersionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteLayerVersionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteLayerVersionCommandInput;
43
+ output: DeleteLayerVersionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteProvisionedConcurrencyConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteProvisionedConcurrencyConfigCommand extends DeleteProvisionedConcurrencyConfigCommand_base {}
36
+ export declare class DeleteProvisionedConcurrencyConfigCommand extends DeleteProvisionedConcurrencyConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteProvisionedConcurrencyConfigRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteProvisionedConcurrencyConfigCommandInput;
44
+ output: DeleteProvisionedConcurrencyConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteResourcePolicyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
35
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteResourcePolicyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteResourcePolicyCommandInput;
43
+ output: DeleteResourcePolicyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const GetAccountSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {}
40
+ export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetAccountSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAccountSettingsCommandInput;
48
+ output: GetAccountSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAliasCommand extends GetAliasCommand_base {}
36
+ export declare class GetAliasCommand extends GetAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAliasRequest;
40
+ output: AliasConfiguration;
41
+ };
42
+ sdk: {
43
+ input: GetAliasCommandInput;
44
+ output: GetAliasCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetCodeSigningConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {}
40
+ export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCodeSigningConfigRequest;
44
+ output: GetCodeSigningConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCodeSigningConfigCommandInput;
48
+ output: GetCodeSigningConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEventSourceMappingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {}
40
+ export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEventSourceMappingRequest;
44
+ output: EventSourceMappingConfiguration;
45
+ };
46
+ sdk: {
47
+ input: GetEventSourceMappingCommandInput;
48
+ output: GetEventSourceMappingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionCodeSigningConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {}
40
+ export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionCodeSigningConfigRequest;
44
+ output: GetFunctionCodeSigningConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionCodeSigningConfigCommandInput;
48
+ output: GetFunctionCodeSigningConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetFunctionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetFunctionCommand extends GetFunctionCommand_base {}
36
+ export declare class GetFunctionCommand extends GetFunctionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetFunctionRequest;
40
+ output: GetFunctionResponse;
41
+ };
42
+ sdk: {
43
+ input: GetFunctionCommandInput;
44
+ output: GetFunctionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionConcurrencyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {}
40
+ export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionConcurrencyRequest;
44
+ output: GetFunctionConcurrencyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionConcurrencyCommandInput;
48
+ output: GetFunctionConcurrencyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {}
40
+ export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionConfigurationRequest;
44
+ output: FunctionConfiguration;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionConfigurationCommandInput;
48
+ output: GetFunctionConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionEventInvokeConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {}
40
+ export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionEventInvokeConfigRequest;
44
+ output: FunctionEventInvokeConfig;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionEventInvokeConfigCommandInput;
48
+ output: GetFunctionEventInvokeConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionRecursionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionRecursionConfigCommand extends GetFunctionRecursionConfigCommand_base {}
40
+ export declare class GetFunctionRecursionConfigCommand extends GetFunctionRecursionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionRecursionConfigRequest;
44
+ output: GetFunctionRecursionConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionRecursionConfigCommandInput;
48
+ output: GetFunctionRecursionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFunctionUrlConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {}
40
+ export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFunctionUrlConfigRequest;
44
+ output: GetFunctionUrlConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFunctionUrlConfigCommandInput;
48
+ output: GetFunctionUrlConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetLayerVersionByArnCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {}
40
+ export declare class GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLayerVersionByArnRequest;
44
+ output: GetLayerVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLayerVersionByArnCommandInput;
48
+ output: GetLayerVersionByArnCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetLayerVersionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {}
39
+ export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetLayerVersionRequest;
43
+ output: GetLayerVersionResponse;
44
+ };
45
+ sdk: {
46
+ input: GetLayerVersionCommandInput;
47
+ output: GetLayerVersionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetLayerVersionPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {}
40
+ export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLayerVersionPolicyRequest;
44
+ output: GetLayerVersionPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLayerVersionPolicyCommandInput;
48
+ output: GetLayerVersionPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPolicyCommand extends GetPolicyCommand_base {}
36
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPolicyRequest;
40
+ output: GetPolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPolicyCommandInput;
44
+ output: GetPolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {}
40
+ export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetProvisionedConcurrencyConfigRequest;
44
+ output: GetProvisionedConcurrencyConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetProvisionedConcurrencyConfigCommandInput;
48
+ output: GetProvisionedConcurrencyConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetPublicAccessBlockConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPublicAccessBlockConfigCommand extends GetPublicAccessBlockConfigCommand_base {}
40
+ export declare class GetPublicAccessBlockConfigCommand extends GetPublicAccessBlockConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPublicAccessBlockConfigRequest;
44
+ output: GetPublicAccessBlockConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetPublicAccessBlockConfigCommandInput;
48
+ output: GetPublicAccessBlockConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRuntimeManagementConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {}
40
+ export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRuntimeManagementConfigRequest;
44
+ output: GetRuntimeManagementConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRuntimeManagementConfigCommandInput;
48
+ output: GetRuntimeManagementConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -42,4 +42,15 @@ declare const InvokeAsyncCommand_base: {
42
42
  >;
43
43
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
44
44
  };
45
- export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {}
45
+ export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {
46
+ protected static __types: {
47
+ api: {
48
+ input: InvokeAsyncRequest;
49
+ output: InvokeAsyncResponse;
50
+ };
51
+ sdk: {
52
+ input: InvokeAsyncCommandInput;
53
+ output: InvokeAsyncCommandOutput;
54
+ };
55
+ };
56
+ }
@@ -45,4 +45,15 @@ declare const InvokeCommand_base: {
45
45
  >;
46
46
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
47
47
  };
48
- export declare class InvokeCommand extends InvokeCommand_base {}
48
+ export declare class InvokeCommand extends InvokeCommand_base {
49
+ protected static __types: {
50
+ api: {
51
+ input: InvocationRequest;
52
+ output: InvocationResponse;
53
+ };
54
+ sdk: {
55
+ input: InvokeCommandInput;
56
+ output: InvokeCommandOutput;
57
+ };
58
+ };
59
+ }
@@ -46,4 +46,15 @@ declare const InvokeWithResponseStreamCommand_base: {
46
46
  >;
47
47
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
48
48
  };
49
- export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {}
49
+ export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {
50
+ protected static __types: {
51
+ api: {
52
+ input: InvokeWithResponseStreamRequest;
53
+ output: InvokeWithResponseStreamResponse;
54
+ };
55
+ sdk: {
56
+ input: InvokeWithResponseStreamCommandInput;
57
+ output: InvokeWithResponseStreamCommandOutput;
58
+ };
59
+ };
60
+ }
@@ -33,4 +33,15 @@ declare const ListAliasesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAliasesCommand extends ListAliasesCommand_base {}
36
+ export declare class ListAliasesCommand extends ListAliasesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAliasesRequest;
40
+ output: ListAliasesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAliasesCommandInput;
44
+ output: ListAliasesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListCodeSigningConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {}
40
+ export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCodeSigningConfigsRequest;
44
+ output: ListCodeSigningConfigsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCodeSigningConfigsCommandInput;
48
+ output: ListCodeSigningConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEventSourceMappingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {}
40
+ export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEventSourceMappingsRequest;
44
+ output: ListEventSourceMappingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEventSourceMappingsCommandInput;
48
+ output: ListEventSourceMappingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFunctionEventInvokeConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {}
40
+ export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFunctionEventInvokeConfigsRequest;
44
+ output: ListFunctionEventInvokeConfigsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFunctionEventInvokeConfigsCommandInput;
48
+ output: ListFunctionEventInvokeConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFunctionUrlConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {}
40
+ export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFunctionUrlConfigsRequest;
44
+ output: ListFunctionUrlConfigsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFunctionUrlConfigsCommandInput;
48
+ output: ListFunctionUrlConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFunctionsByCodeSigningConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {}
40
+ export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFunctionsByCodeSigningConfigRequest;
44
+ output: ListFunctionsByCodeSigningConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFunctionsByCodeSigningConfigCommandInput;
48
+ output: ListFunctionsByCodeSigningConfigCommandOutput;
49
+ };
50
+ };
51
+ }