@aws-sdk/client-lambda 3.950.0 → 3.953.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 (105) hide show
  1. package/dist-cjs/index.js +1462 -1006
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  4. package/dist-es/commands/AddPermissionCommand.js +2 -2
  5. package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  6. package/dist-es/commands/CreateAliasCommand.js +2 -2
  7. package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  8. package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  9. package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  10. package/dist-es/commands/CreateFunctionCommand.js +2 -2
  11. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  12. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  13. package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  14. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  15. package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  16. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  17. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  18. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  19. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  20. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  21. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  22. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  23. package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  24. package/dist-es/commands/GetAliasCommand.js +2 -2
  25. package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  26. package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  27. package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  28. package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  29. package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  30. package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  31. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  32. package/dist-es/commands/GetFunctionCommand.js +2 -2
  33. package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  34. package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  35. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  36. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  37. package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  38. package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  39. package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  40. package/dist-es/commands/GetLayerVersionCommand.js +2 -2
  41. package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  42. package/dist-es/commands/GetPolicyCommand.js +2 -2
  43. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  44. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  45. package/dist-es/commands/InvokeAsyncCommand.js +2 -2
  46. package/dist-es/commands/InvokeCommand.js +2 -2
  47. package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  48. package/dist-es/commands/ListAliasesCommand.js +2 -2
  49. package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  50. package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  51. package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  52. package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  53. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  54. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  55. package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  56. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  57. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  58. package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  59. package/dist-es/commands/ListLayersCommand.js +2 -2
  60. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  61. package/dist-es/commands/ListTagsCommand.js +2 -2
  62. package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  63. package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  64. package/dist-es/commands/PublishVersionCommand.js +2 -2
  65. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  66. package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  67. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  68. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  69. package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  70. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  71. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  72. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  73. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  74. package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  75. package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  76. package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  77. package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  78. package/dist-es/commands/TagResourceCommand.js +2 -2
  79. package/dist-es/commands/UntagResourceCommand.js +2 -2
  80. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  81. package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  82. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  83. package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  84. package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  85. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  86. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  87. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  88. package/dist-es/index.js +1 -0
  89. package/dist-es/runtimeConfig.shared.js +6 -1
  90. package/dist-es/schemas/schemas_0.js +898 -832
  91. package/dist-types/LambdaClient.d.ts +1 -10
  92. package/dist-types/index.d.ts +1 -0
  93. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  94. package/dist-types/runtimeConfig.d.ts +6 -2
  95. package/dist-types/runtimeConfig.native.d.ts +6 -2
  96. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  97. package/dist-types/schemas/schemas_0.d.ts +391 -454
  98. package/dist-types/ts3.4/LambdaClient.d.ts +0 -4
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  104. package/dist-types/ts3.4/schemas/schemas_0.d.ts +390 -456
  105. package/package.json +39 -39
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetFunctionUrlConfig } from "../schemas/schemas_0";
4
+ import { GetFunctionUrlConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetFunctionUrlConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetFunctionUrlConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetFunctionUrlConfig", {})
13
13
  .n("LambdaClient", "GetFunctionUrlConfigCommand")
14
- .sc(GetFunctionUrlConfig)
14
+ .sc(GetFunctionUrlConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLayerVersionByArn } from "../schemas/schemas_0";
4
+ import { GetLayerVersionByArn$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLayerVersionByArnCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLayerVersionByArnCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetLayerVersionByArn", {})
13
13
  .n("LambdaClient", "GetLayerVersionByArnCommand")
14
- .sc(GetLayerVersionByArn)
14
+ .sc(GetLayerVersionByArn$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLayerVersion } from "../schemas/schemas_0";
4
+ import { GetLayerVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLayerVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLayerVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetLayerVersion", {})
13
13
  .n("LambdaClient", "GetLayerVersionCommand")
14
- .sc(GetLayerVersion)
14
+ .sc(GetLayerVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLayerVersionPolicy } from "../schemas/schemas_0";
4
+ import { GetLayerVersionPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLayerVersionPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLayerVersionPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetLayerVersionPolicy", {})
13
13
  .n("LambdaClient", "GetLayerVersionPolicyCommand")
14
- .sc(GetLayerVersionPolicy)
14
+ .sc(GetLayerVersionPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetPolicy } from "../schemas/schemas_0";
4
+ import { GetPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetPolicy", {})
13
13
  .n("LambdaClient", "GetPolicyCommand")
14
- .sc(GetPolicy)
14
+ .sc(GetPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetProvisionedConcurrencyConfig } from "../schemas/schemas_0";
4
+ import { GetProvisionedConcurrencyConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetProvisionedConcurrencyConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
13
13
  .n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
14
- .sc(GetProvisionedConcurrencyConfig)
14
+ .sc(GetProvisionedConcurrencyConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRuntimeManagementConfig } from "../schemas/schemas_0";
4
+ import { GetRuntimeManagementConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRuntimeManagementConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRuntimeManagementConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "GetRuntimeManagementConfig", {})
13
13
  .n("LambdaClient", "GetRuntimeManagementConfigCommand")
14
- .sc(GetRuntimeManagementConfig)
14
+ .sc(GetRuntimeManagementConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { InvokeAsync } from "../schemas/schemas_0";
4
+ import { InvokeAsync$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class InvokeAsyncCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class InvokeAsyncCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "InvokeAsync", {})
13
13
  .n("LambdaClient", "InvokeAsyncCommand")
14
- .sc(InvokeAsync)
14
+ .sc(InvokeAsync$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { Invoke } from "../schemas/schemas_0";
4
+ import { Invoke$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class InvokeCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class InvokeCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "Invoke", {})
13
13
  .n("LambdaClient", "InvokeCommand")
14
- .sc(Invoke)
14
+ .sc(Invoke$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { InvokeWithResponseStream } from "../schemas/schemas_0";
4
+ import { InvokeWithResponseStream$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class InvokeWithResponseStreamCommand extends $Command
7
7
  .classBuilder()
@@ -15,6 +15,6 @@ export class InvokeWithResponseStreamCommand extends $Command
15
15
  },
16
16
  })
17
17
  .n("LambdaClient", "InvokeWithResponseStreamCommand")
18
- .sc(InvokeWithResponseStream)
18
+ .sc(InvokeWithResponseStream$)
19
19
  .build() {
20
20
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAliases } from "../schemas/schemas_0";
4
+ import { ListAliases$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAliasesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAliasesCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListAliases", {})
13
13
  .n("LambdaClient", "ListAliasesCommand")
14
- .sc(ListAliases)
14
+ .sc(ListAliases$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCapacityProviders } from "../schemas/schemas_0";
4
+ import { ListCapacityProviders$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCapacityProvidersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCapacityProvidersCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListCapacityProviders", {})
13
13
  .n("LambdaClient", "ListCapacityProvidersCommand")
14
- .sc(ListCapacityProviders)
14
+ .sc(ListCapacityProviders$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCodeSigningConfigs } from "../schemas/schemas_0";
4
+ import { ListCodeSigningConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCodeSigningConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCodeSigningConfigsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListCodeSigningConfigs", {})
13
13
  .n("LambdaClient", "ListCodeSigningConfigsCommand")
14
- .sc(ListCodeSigningConfigs)
14
+ .sc(ListCodeSigningConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDurableExecutionsByFunction } from "../schemas/schemas_0";
4
+ import { ListDurableExecutionsByFunction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDurableExecutionsByFunctionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDurableExecutionsByFunctionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListDurableExecutionsByFunction", {})
13
13
  .n("LambdaClient", "ListDurableExecutionsByFunctionCommand")
14
- .sc(ListDurableExecutionsByFunction)
14
+ .sc(ListDurableExecutionsByFunction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEventSourceMappings } from "../schemas/schemas_0";
4
+ import { ListEventSourceMappings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEventSourceMappingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEventSourceMappingsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListEventSourceMappings", {})
13
13
  .n("LambdaClient", "ListEventSourceMappingsCommand")
14
- .sc(ListEventSourceMappings)
14
+ .sc(ListEventSourceMappings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionEventInvokeConfigs } from "../schemas/schemas_0";
4
+ import { ListFunctionEventInvokeConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionEventInvokeConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListFunctionEventInvokeConfigs", {})
13
13
  .n("LambdaClient", "ListFunctionEventInvokeConfigsCommand")
14
- .sc(ListFunctionEventInvokeConfigs)
14
+ .sc(ListFunctionEventInvokeConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionUrlConfigs } from "../schemas/schemas_0";
4
+ import { ListFunctionUrlConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionUrlConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionUrlConfigsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListFunctionUrlConfigs", {})
13
13
  .n("LambdaClient", "ListFunctionUrlConfigsCommand")
14
- .sc(ListFunctionUrlConfigs)
14
+ .sc(ListFunctionUrlConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionVersionsByCapacityProvider } from "../schemas/schemas_0";
4
+ import { ListFunctionVersionsByCapacityProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionVersionsByCapacityProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionVersionsByCapacityProviderCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListFunctionVersionsByCapacityProvider", {})
13
13
  .n("LambdaClient", "ListFunctionVersionsByCapacityProviderCommand")
14
- .sc(ListFunctionVersionsByCapacityProvider)
14
+ .sc(ListFunctionVersionsByCapacityProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionsByCodeSigningConfig } from "../schemas/schemas_0";
4
+ import { ListFunctionsByCodeSigningConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionsByCodeSigningConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListFunctionsByCodeSigningConfig", {})
13
13
  .n("LambdaClient", "ListFunctionsByCodeSigningConfigCommand")
14
- .sc(ListFunctionsByCodeSigningConfig)
14
+ .sc(ListFunctionsByCodeSigningConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctions } from "../schemas/schemas_0";
4
+ import { ListFunctions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListFunctions", {})
13
13
  .n("LambdaClient", "ListFunctionsCommand")
14
- .sc(ListFunctions)
14
+ .sc(ListFunctions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLayerVersions } from "../schemas/schemas_0";
4
+ import { ListLayerVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLayerVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLayerVersionsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListLayerVersions", {})
13
13
  .n("LambdaClient", "ListLayerVersionsCommand")
14
- .sc(ListLayerVersions)
14
+ .sc(ListLayerVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLayers } from "../schemas/schemas_0";
4
+ import { ListLayers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLayersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLayersCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListLayers", {})
13
13
  .n("LambdaClient", "ListLayersCommand")
14
- .sc(ListLayers)
14
+ .sc(ListLayers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListProvisionedConcurrencyConfigs } from "../schemas/schemas_0";
4
+ import { ListProvisionedConcurrencyConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListProvisionedConcurrencyConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListProvisionedConcurrencyConfigs", {})
13
13
  .n("LambdaClient", "ListProvisionedConcurrencyConfigsCommand")
14
- .sc(ListProvisionedConcurrencyConfigs)
14
+ .sc(ListProvisionedConcurrencyConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTags } from "../schemas/schemas_0";
4
+ import { ListTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListTags", {})
13
13
  .n("LambdaClient", "ListTagsCommand")
14
- .sc(ListTags)
14
+ .sc(ListTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListVersionsByFunction } from "../schemas/schemas_0";
4
+ import { ListVersionsByFunction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListVersionsByFunctionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListVersionsByFunctionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "ListVersionsByFunction", {})
13
13
  .n("LambdaClient", "ListVersionsByFunctionCommand")
14
- .sc(ListVersionsByFunction)
14
+ .sc(ListVersionsByFunction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PublishLayerVersion } from "../schemas/schemas_0";
4
+ import { PublishLayerVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PublishLayerVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PublishLayerVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PublishLayerVersion", {})
13
13
  .n("LambdaClient", "PublishLayerVersionCommand")
14
- .sc(PublishLayerVersion)
14
+ .sc(PublishLayerVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PublishVersion } from "../schemas/schemas_0";
4
+ import { PublishVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PublishVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PublishVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PublishVersion", {})
13
13
  .n("LambdaClient", "PublishVersionCommand")
14
- .sc(PublishVersion)
14
+ .sc(PublishVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutFunctionCodeSigningConfig } from "../schemas/schemas_0";
4
+ import { PutFunctionCodeSigningConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutFunctionCodeSigningConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutFunctionCodeSigningConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutFunctionCodeSigningConfig", {})
13
13
  .n("LambdaClient", "PutFunctionCodeSigningConfigCommand")
14
- .sc(PutFunctionCodeSigningConfig)
14
+ .sc(PutFunctionCodeSigningConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutFunctionConcurrency } from "../schemas/schemas_0";
4
+ import { PutFunctionConcurrency$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutFunctionConcurrencyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutFunctionConcurrencyCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutFunctionConcurrency", {})
13
13
  .n("LambdaClient", "PutFunctionConcurrencyCommand")
14
- .sc(PutFunctionConcurrency)
14
+ .sc(PutFunctionConcurrency$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutFunctionEventInvokeConfig } from "../schemas/schemas_0";
4
+ import { PutFunctionEventInvokeConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutFunctionEventInvokeConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutFunctionEventInvokeConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutFunctionEventInvokeConfig", {})
13
13
  .n("LambdaClient", "PutFunctionEventInvokeConfigCommand")
14
- .sc(PutFunctionEventInvokeConfig)
14
+ .sc(PutFunctionEventInvokeConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutFunctionRecursionConfig } from "../schemas/schemas_0";
4
+ import { PutFunctionRecursionConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutFunctionRecursionConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutFunctionRecursionConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutFunctionRecursionConfig", {})
13
13
  .n("LambdaClient", "PutFunctionRecursionConfigCommand")
14
- .sc(PutFunctionRecursionConfig)
14
+ .sc(PutFunctionRecursionConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutFunctionScalingConfig } from "../schemas/schemas_0";
4
+ import { PutFunctionScalingConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutFunctionScalingConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutFunctionScalingConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutFunctionScalingConfig", {})
13
13
  .n("LambdaClient", "PutFunctionScalingConfigCommand")
14
- .sc(PutFunctionScalingConfig)
14
+ .sc(PutFunctionScalingConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutProvisionedConcurrencyConfig } from "../schemas/schemas_0";
4
+ import { PutProvisionedConcurrencyConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutProvisionedConcurrencyConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutProvisionedConcurrencyConfig", {})
13
13
  .n("LambdaClient", "PutProvisionedConcurrencyConfigCommand")
14
- .sc(PutProvisionedConcurrencyConfig)
14
+ .sc(PutProvisionedConcurrencyConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutRuntimeManagementConfig } from "../schemas/schemas_0";
4
+ import { PutRuntimeManagementConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutRuntimeManagementConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutRuntimeManagementConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "PutRuntimeManagementConfig", {})
13
13
  .n("LambdaClient", "PutRuntimeManagementConfigCommand")
14
- .sc(PutRuntimeManagementConfig)
14
+ .sc(PutRuntimeManagementConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RemoveLayerVersionPermission } from "../schemas/schemas_0";
4
+ import { RemoveLayerVersionPermission$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RemoveLayerVersionPermissionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RemoveLayerVersionPermissionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "RemoveLayerVersionPermission", {})
13
13
  .n("LambdaClient", "RemoveLayerVersionPermissionCommand")
14
- .sc(RemoveLayerVersionPermission)
14
+ .sc(RemoveLayerVersionPermission$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RemovePermission } from "../schemas/schemas_0";
4
+ import { RemovePermission$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RemovePermissionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RemovePermissionCommand extends $Command
11
11
  })
12
12
  .s("AWSGirApiService", "RemovePermission", {})
13
13
  .n("LambdaClient", "RemovePermissionCommand")
14
- .sc(RemovePermission)
14
+ .sc(RemovePermission$)
15
15
  .build() {
16
16
  }