@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
@@ -36,4 +36,15 @@ declare const ListFunctionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListFunctionsCommand extends ListFunctionsCommand_base {}
39
+ export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListFunctionsRequest;
43
+ output: ListFunctionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListFunctionsCommandInput;
47
+ output: ListFunctionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListLayerVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {}
40
+ export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListLayerVersionsRequest;
44
+ output: ListLayerVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListLayerVersionsCommandInput;
48
+ output: ListLayerVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListLayersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListLayersCommand extends ListLayersCommand_base {}
36
+ export declare class ListLayersCommand extends ListLayersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListLayersRequest;
40
+ output: ListLayersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListLayersCommandInput;
44
+ output: ListLayersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListProvisionedConcurrencyConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {}
40
+ export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListProvisionedConcurrencyConfigsRequest;
44
+ output: ListProvisionedConcurrencyConfigsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListProvisionedConcurrencyConfigsCommandInput;
48
+ output: ListProvisionedConcurrencyConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTagsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTagsCommand extends ListTagsCommand_base {}
36
+ export declare class ListTagsCommand extends ListTagsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTagsRequest;
40
+ output: ListTagsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTagsCommandInput;
44
+ output: ListTagsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListVersionsByFunctionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {}
40
+ export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVersionsByFunctionRequest;
44
+ output: ListVersionsByFunctionResponse;
45
+ };
46
+ sdk: {
47
+ input: ListVersionsByFunctionCommandInput;
48
+ output: ListVersionsByFunctionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PublishLayerVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {}
40
+ export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PublishLayerVersionRequest;
44
+ output: PublishLayerVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: PublishLayerVersionCommandInput;
48
+ output: PublishLayerVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PublishVersionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PublishVersionCommand extends PublishVersionCommand_base {}
39
+ export declare class PublishVersionCommand extends PublishVersionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PublishVersionRequest;
43
+ output: FunctionConfiguration;
44
+ };
45
+ sdk: {
46
+ input: PublishVersionCommandInput;
47
+ output: PublishVersionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutFunctionCodeSigningConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {}
40
+ export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutFunctionCodeSigningConfigRequest;
44
+ output: PutFunctionCodeSigningConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: PutFunctionCodeSigningConfigCommandInput;
48
+ output: PutFunctionCodeSigningConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -34,4 +34,15 @@ declare const PutFunctionConcurrencyCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {}
37
+ export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: PutFunctionConcurrencyRequest;
41
+ output: Concurrency;
42
+ };
43
+ sdk: {
44
+ input: PutFunctionConcurrencyCommandInput;
45
+ output: PutFunctionConcurrencyCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const PutFunctionEventInvokeConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {}
40
+ export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutFunctionEventInvokeConfigRequest;
44
+ output: FunctionEventInvokeConfig;
45
+ };
46
+ sdk: {
47
+ input: PutFunctionEventInvokeConfigCommandInput;
48
+ output: PutFunctionEventInvokeConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutFunctionRecursionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutFunctionRecursionConfigCommand extends PutFunctionRecursionConfigCommand_base {}
40
+ export declare class PutFunctionRecursionConfigCommand extends PutFunctionRecursionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutFunctionRecursionConfigRequest;
44
+ output: PutFunctionRecursionConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: PutFunctionRecursionConfigCommandInput;
48
+ output: PutFunctionRecursionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutProvisionedConcurrencyConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutProvisionedConcurrencyConfigCommand extends PutProvisionedConcurrencyConfigCommand_base {}
40
+ export declare class PutProvisionedConcurrencyConfigCommand extends PutProvisionedConcurrencyConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutProvisionedConcurrencyConfigRequest;
44
+ output: PutProvisionedConcurrencyConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: PutProvisionedConcurrencyConfigCommandInput;
48
+ output: PutProvisionedConcurrencyConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutPublicAccessBlockConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutPublicAccessBlockConfigCommand extends PutPublicAccessBlockConfigCommand_base {}
40
+ export declare class PutPublicAccessBlockConfigCommand extends PutPublicAccessBlockConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutPublicAccessBlockConfigRequest;
44
+ output: PutPublicAccessBlockConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: PutPublicAccessBlockConfigCommandInput;
48
+ output: PutPublicAccessBlockConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutRuntimeManagementConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutRuntimeManagementConfigCommand extends PutRuntimeManagementConfigCommand_base {}
40
+ export declare class PutRuntimeManagementConfigCommand extends PutRuntimeManagementConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutRuntimeManagementConfigRequest;
44
+ output: PutRuntimeManagementConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: PutRuntimeManagementConfigCommandInput;
48
+ output: PutRuntimeManagementConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const RemoveLayerVersionPermissionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {}
36
+ export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RemoveLayerVersionPermissionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RemoveLayerVersionPermissionCommandInput;
44
+ output: RemoveLayerVersionPermissionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const RemovePermissionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
34
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RemovePermissionRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RemovePermissionCommandInput;
42
+ output: RemovePermissionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const UpdateAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateAliasCommand extends UpdateAliasCommand_base {}
36
+ export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateAliasRequest;
40
+ output: AliasConfiguration;
41
+ };
42
+ sdk: {
43
+ input: UpdateAliasCommandInput;
44
+ output: UpdateAliasCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateCodeSigningConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {}
40
+ export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCodeSigningConfigRequest;
44
+ output: UpdateCodeSigningConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateCodeSigningConfigCommandInput;
48
+ output: UpdateCodeSigningConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateEventSourceMappingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {}
40
+ export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateEventSourceMappingRequest;
44
+ output: EventSourceMappingConfiguration;
45
+ };
46
+ sdk: {
47
+ input: UpdateEventSourceMappingCommandInput;
48
+ output: UpdateEventSourceMappingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFunctionCodeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {}
40
+ export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFunctionCodeRequest;
44
+ output: FunctionConfiguration;
45
+ };
46
+ sdk: {
47
+ input: UpdateFunctionCodeCommandInput;
48
+ output: UpdateFunctionCodeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFunctionConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {}
40
+ export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFunctionConfigurationRequest;
44
+ output: FunctionConfiguration;
45
+ };
46
+ sdk: {
47
+ input: UpdateFunctionConfigurationCommandInput;
48
+ output: UpdateFunctionConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFunctionEventInvokeConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {}
40
+ export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFunctionEventInvokeConfigRequest;
44
+ output: FunctionEventInvokeConfig;
45
+ };
46
+ sdk: {
47
+ input: UpdateFunctionEventInvokeConfigCommandInput;
48
+ output: UpdateFunctionEventInvokeConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFunctionUrlConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {}
40
+ export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFunctionUrlConfigRequest;
44
+ output: UpdateFunctionUrlConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateFunctionUrlConfigCommandInput;
48
+ output: UpdateFunctionUrlConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -115,6 +115,15 @@ export interface AddPermissionRequest {
115
115
  export interface AddPermissionResponse {
116
116
  Statement?: string;
117
117
  }
118
+ export declare class PublicPolicyException extends __BaseException {
119
+ readonly name: "PublicPolicyException";
120
+ readonly $fault: "client";
121
+ Type?: string;
122
+ Message?: string;
123
+ constructor(
124
+ opts: __ExceptionOptionType<PublicPolicyException, __BaseException>
125
+ );
126
+ }
118
127
  export interface AliasRoutingConfiguration {
119
128
  AdditionalVersionWeights?: Record<string, number>;
120
129
  }
@@ -167,6 +176,7 @@ export interface CreateCodeSigningConfigRequest {
167
176
  Description?: string;
168
177
  AllowedPublishers: AllowedPublishers | undefined;
169
178
  CodeSigningPolicies?: CodeSigningPolicies;
179
+ Tags?: Record<string, string>;
170
180
  }
171
181
  export interface CodeSigningConfig {
172
182
  CodeSigningConfigId: string | undefined;
@@ -260,6 +270,7 @@ export interface CreateEventSourceMappingRequest {
260
270
  MaximumRecordAgeInSeconds?: number;
261
271
  BisectBatchOnFunctionError?: boolean;
262
272
  MaximumRetryAttempts?: number;
273
+ Tags?: Record<string, string>;
263
274
  TumblingWindowInSeconds?: number;
264
275
  Topics?: string[];
265
276
  Queues?: string[];
@@ -306,6 +317,7 @@ export interface EventSourceMappingConfiguration {
306
317
  DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
307
318
  KMSKeyArn?: string;
308
319
  FilterCriteriaError?: FilterCriteriaError;
320
+ EventSourceMappingArn?: string;
309
321
  }
310
322
  export declare class CodeSigningConfigNotFoundException extends __BaseException {
311
323
  readonly name: "CodeSigningConfigNotFoundException";
@@ -1450,15 +1462,6 @@ export interface PutPublicAccessBlockConfigRequest {
1450
1462
  export interface PutPublicAccessBlockConfigResponse {
1451
1463
  PublicAccessBlockConfig?: PublicAccessBlockConfig;
1452
1464
  }
1453
- export declare class PublicPolicyException extends __BaseException {
1454
- readonly name: "PublicPolicyException";
1455
- readonly $fault: "client";
1456
- Type?: string;
1457
- Message?: string;
1458
- constructor(
1459
- opts: __ExceptionOptionType<PublicPolicyException, __BaseException>
1460
- );
1461
- }
1462
1465
  export interface PutResourcePolicyRequest {
1463
1466
  ResourceArn: string | undefined;
1464
1467
  Policy: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4
- "version": "3.653.0",
4
+ "version": "3.655.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lambda",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/eventstream-serde-browser": "^3.0.7",
39
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
40
- "@smithy/eventstream-serde-node": "^3.0.6",
41
- "@smithy/fetch-http-handler": "^3.2.5",
42
- "@smithy/hash-node": "^3.0.4",
43
- "@smithy/invalid-dependency": "^3.0.4",
44
- "@smithy/middleware-content-length": "^3.0.6",
45
- "@smithy/middleware-endpoint": "^3.1.1",
46
- "@smithy/middleware-retry": "^3.0.16",
47
- "@smithy/middleware-serde": "^3.0.4",
48
- "@smithy/middleware-stack": "^3.0.4",
49
- "@smithy/node-config-provider": "^3.1.5",
50
- "@smithy/node-http-handler": "^3.2.0",
51
- "@smithy/protocol-http": "^4.1.1",
52
- "@smithy/smithy-client": "^3.3.0",
53
- "@smithy/types": "^3.4.0",
54
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/eventstream-serde-browser": "^3.0.9",
39
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
40
+ "@smithy/eventstream-serde-node": "^3.0.8",
41
+ "@smithy/fetch-http-handler": "^3.2.7",
42
+ "@smithy/hash-node": "^3.0.6",
43
+ "@smithy/invalid-dependency": "^3.0.6",
44
+ "@smithy/middleware-content-length": "^3.0.8",
45
+ "@smithy/middleware-endpoint": "^3.1.3",
46
+ "@smithy/middleware-retry": "^3.0.18",
47
+ "@smithy/middleware-serde": "^3.0.6",
48
+ "@smithy/middleware-stack": "^3.0.6",
49
+ "@smithy/node-config-provider": "^3.1.7",
50
+ "@smithy/node-http-handler": "^3.2.2",
51
+ "@smithy/protocol-http": "^4.1.3",
52
+ "@smithy/smithy-client": "^3.3.2",
53
+ "@smithy/types": "^3.4.2",
54
+ "@smithy/url-parser": "^3.0.6",
55
55
  "@smithy/util-base64": "^3.0.0",
56
56
  "@smithy/util-body-length-browser": "^3.0.0",
57
57
  "@smithy/util-body-length-node": "^3.0.0",
58
- "@smithy/util-defaults-mode-browser": "^3.0.16",
59
- "@smithy/util-defaults-mode-node": "^3.0.16",
60
- "@smithy/util-endpoints": "^2.1.0",
61
- "@smithy/util-middleware": "^3.0.4",
62
- "@smithy/util-retry": "^3.0.4",
63
- "@smithy/util-stream": "^3.1.4",
58
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
59
+ "@smithy/util-defaults-mode-node": "^3.0.18",
60
+ "@smithy/util-endpoints": "^2.1.2",
61
+ "@smithy/util-middleware": "^3.0.6",
62
+ "@smithy/util-retry": "^3.0.6",
63
+ "@smithy/util-stream": "^3.1.6",
64
64
  "@smithy/util-utf8": "^3.0.0",
65
- "@smithy/util-waiter": "^3.1.3",
65
+ "@smithy/util-waiter": "^3.1.5",
66
66
  "tslib": "^2.6.2"
67
67
  },
68
68
  "devDependencies": {