@aws-sdk/client-lambda 3.952.0 → 3.954.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.
- package/dist-cjs/index.js +1462 -1006
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetAliasCommand.js +2 -2
- package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
- package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
- package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/InvokeAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeCommand.js +2 -2
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
- package/dist-es/commands/ListAliasesCommand.js +2 -2
- package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
- package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-es/commands/ListLayersCommand.js +2 -2
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-es/commands/PublishVersionCommand.js +2 -2
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
- package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +898 -832
- package/dist-types/LambdaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +391 -454
- package/dist-types/ts3.4/LambdaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +390 -456
- 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
|
}
|