@aws-sdk/client-serverlessapplicationrepository 3.1076.0 → 3.1078.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 +25 -145
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -14
- package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +2 -14
- package/dist-es/commands/CreateCloudFormationTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetApplicationPolicyCommand.js +2 -14
- package/dist-es/commands/GetCloudFormationTemplateCommand.js +2 -14
- package/dist-es/commands/ListApplicationDependenciesCommand.js +2 -14
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/PutApplicationPolicyCommand.js +2 -14
- package/dist-es/commands/UnshareApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +3 -8
- package/dist-types/commands/UnshareApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultServerlessApplicationRepositoryHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -764,6 +766,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
764
766
|
serviceTarget: "ServerlessApplicationRepository",
|
|
765
767
|
},
|
|
766
768
|
serviceId: config?.serviceId ?? "ServerlessApplicationRepository",
|
|
769
|
+
sha256: config?.sha256 ?? Sha256,
|
|
767
770
|
urlParser: config?.urlParser ?? parseUrl,
|
|
768
771
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
769
772
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -797,7 +800,6 @@ const getRuntimeConfig = (config) => {
|
|
|
797
800
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
798
801
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
799
802
|
}, config),
|
|
800
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
801
803
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
802
804
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
803
805
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -885,172 +887,50 @@ class ServerlessApplicationRepositoryClient extends Client {
|
|
|
885
887
|
}
|
|
886
888
|
}
|
|
887
889
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
})
|
|
894
|
-
.s("ServerlessApplicationRepository", "CreateApplication", {})
|
|
895
|
-
.n("ServerlessApplicationRepositoryClient", "CreateApplicationCommand")
|
|
896
|
-
.sc(CreateApplication$)
|
|
897
|
-
.build() {
|
|
890
|
+
const command = makeBuilder(commonParams, "ServerlessApplicationRepository", "ServerlessApplicationRepositoryClient", getEndpointPlugin);
|
|
891
|
+
const _ep0 = {};
|
|
892
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
893
|
+
|
|
894
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
898
895
|
}
|
|
899
896
|
|
|
900
|
-
class CreateApplicationVersionCommand extends
|
|
901
|
-
.classBuilder()
|
|
902
|
-
.ep(commonParams)
|
|
903
|
-
.m(function (Command, cs, config, o) {
|
|
904
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
905
|
-
})
|
|
906
|
-
.s("ServerlessApplicationRepository", "CreateApplicationVersion", {})
|
|
907
|
-
.n("ServerlessApplicationRepositoryClient", "CreateApplicationVersionCommand")
|
|
908
|
-
.sc(CreateApplicationVersion$)
|
|
909
|
-
.build() {
|
|
897
|
+
class CreateApplicationVersionCommand extends command(_ep0, _mw0, "CreateApplicationVersion", CreateApplicationVersion$) {
|
|
910
898
|
}
|
|
911
899
|
|
|
912
|
-
class CreateCloudFormationChangeSetCommand extends
|
|
913
|
-
.classBuilder()
|
|
914
|
-
.ep(commonParams)
|
|
915
|
-
.m(function (Command, cs, config, o) {
|
|
916
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
917
|
-
})
|
|
918
|
-
.s("ServerlessApplicationRepository", "CreateCloudFormationChangeSet", {})
|
|
919
|
-
.n("ServerlessApplicationRepositoryClient", "CreateCloudFormationChangeSetCommand")
|
|
920
|
-
.sc(CreateCloudFormationChangeSet$)
|
|
921
|
-
.build() {
|
|
900
|
+
class CreateCloudFormationChangeSetCommand extends command(_ep0, _mw0, "CreateCloudFormationChangeSet", CreateCloudFormationChangeSet$) {
|
|
922
901
|
}
|
|
923
902
|
|
|
924
|
-
class CreateCloudFormationTemplateCommand extends
|
|
925
|
-
.classBuilder()
|
|
926
|
-
.ep(commonParams)
|
|
927
|
-
.m(function (Command, cs, config, o) {
|
|
928
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
929
|
-
})
|
|
930
|
-
.s("ServerlessApplicationRepository", "CreateCloudFormationTemplate", {})
|
|
931
|
-
.n("ServerlessApplicationRepositoryClient", "CreateCloudFormationTemplateCommand")
|
|
932
|
-
.sc(CreateCloudFormationTemplate$)
|
|
933
|
-
.build() {
|
|
903
|
+
class CreateCloudFormationTemplateCommand extends command(_ep0, _mw0, "CreateCloudFormationTemplate", CreateCloudFormationTemplate$) {
|
|
934
904
|
}
|
|
935
905
|
|
|
936
|
-
class DeleteApplicationCommand extends
|
|
937
|
-
.classBuilder()
|
|
938
|
-
.ep(commonParams)
|
|
939
|
-
.m(function (Command, cs, config, o) {
|
|
940
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
941
|
-
})
|
|
942
|
-
.s("ServerlessApplicationRepository", "DeleteApplication", {})
|
|
943
|
-
.n("ServerlessApplicationRepositoryClient", "DeleteApplicationCommand")
|
|
944
|
-
.sc(DeleteApplication$)
|
|
945
|
-
.build() {
|
|
906
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
946
907
|
}
|
|
947
908
|
|
|
948
|
-
class GetApplicationCommand extends
|
|
949
|
-
.classBuilder()
|
|
950
|
-
.ep(commonParams)
|
|
951
|
-
.m(function (Command, cs, config, o) {
|
|
952
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
953
|
-
})
|
|
954
|
-
.s("ServerlessApplicationRepository", "GetApplication", {})
|
|
955
|
-
.n("ServerlessApplicationRepositoryClient", "GetApplicationCommand")
|
|
956
|
-
.sc(GetApplication$)
|
|
957
|
-
.build() {
|
|
909
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
958
910
|
}
|
|
959
911
|
|
|
960
|
-
class GetApplicationPolicyCommand extends
|
|
961
|
-
.classBuilder()
|
|
962
|
-
.ep(commonParams)
|
|
963
|
-
.m(function (Command, cs, config, o) {
|
|
964
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
965
|
-
})
|
|
966
|
-
.s("ServerlessApplicationRepository", "GetApplicationPolicy", {})
|
|
967
|
-
.n("ServerlessApplicationRepositoryClient", "GetApplicationPolicyCommand")
|
|
968
|
-
.sc(GetApplicationPolicy$)
|
|
969
|
-
.build() {
|
|
912
|
+
class GetApplicationPolicyCommand extends command(_ep0, _mw0, "GetApplicationPolicy", GetApplicationPolicy$) {
|
|
970
913
|
}
|
|
971
914
|
|
|
972
|
-
class GetCloudFormationTemplateCommand extends
|
|
973
|
-
.classBuilder()
|
|
974
|
-
.ep(commonParams)
|
|
975
|
-
.m(function (Command, cs, config, o) {
|
|
976
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
977
|
-
})
|
|
978
|
-
.s("ServerlessApplicationRepository", "GetCloudFormationTemplate", {})
|
|
979
|
-
.n("ServerlessApplicationRepositoryClient", "GetCloudFormationTemplateCommand")
|
|
980
|
-
.sc(GetCloudFormationTemplate$)
|
|
981
|
-
.build() {
|
|
915
|
+
class GetCloudFormationTemplateCommand extends command(_ep0, _mw0, "GetCloudFormationTemplate", GetCloudFormationTemplate$) {
|
|
982
916
|
}
|
|
983
917
|
|
|
984
|
-
class ListApplicationDependenciesCommand extends
|
|
985
|
-
.classBuilder()
|
|
986
|
-
.ep(commonParams)
|
|
987
|
-
.m(function (Command, cs, config, o) {
|
|
988
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
989
|
-
})
|
|
990
|
-
.s("ServerlessApplicationRepository", "ListApplicationDependencies", {})
|
|
991
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationDependenciesCommand")
|
|
992
|
-
.sc(ListApplicationDependencies$)
|
|
993
|
-
.build() {
|
|
918
|
+
class ListApplicationDependenciesCommand extends command(_ep0, _mw0, "ListApplicationDependencies", ListApplicationDependencies$) {
|
|
994
919
|
}
|
|
995
920
|
|
|
996
|
-
class ListApplicationsCommand extends
|
|
997
|
-
.classBuilder()
|
|
998
|
-
.ep(commonParams)
|
|
999
|
-
.m(function (Command, cs, config, o) {
|
|
1000
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1001
|
-
})
|
|
1002
|
-
.s("ServerlessApplicationRepository", "ListApplications", {})
|
|
1003
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationsCommand")
|
|
1004
|
-
.sc(ListApplications$)
|
|
1005
|
-
.build() {
|
|
921
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
1006
922
|
}
|
|
1007
923
|
|
|
1008
|
-
class ListApplicationVersionsCommand extends
|
|
1009
|
-
.classBuilder()
|
|
1010
|
-
.ep(commonParams)
|
|
1011
|
-
.m(function (Command, cs, config, o) {
|
|
1012
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1013
|
-
})
|
|
1014
|
-
.s("ServerlessApplicationRepository", "ListApplicationVersions", {})
|
|
1015
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationVersionsCommand")
|
|
1016
|
-
.sc(ListApplicationVersions$)
|
|
1017
|
-
.build() {
|
|
924
|
+
class ListApplicationVersionsCommand extends command(_ep0, _mw0, "ListApplicationVersions", ListApplicationVersions$) {
|
|
1018
925
|
}
|
|
1019
926
|
|
|
1020
|
-
class PutApplicationPolicyCommand extends
|
|
1021
|
-
.classBuilder()
|
|
1022
|
-
.ep(commonParams)
|
|
1023
|
-
.m(function (Command, cs, config, o) {
|
|
1024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1025
|
-
})
|
|
1026
|
-
.s("ServerlessApplicationRepository", "PutApplicationPolicy", {})
|
|
1027
|
-
.n("ServerlessApplicationRepositoryClient", "PutApplicationPolicyCommand")
|
|
1028
|
-
.sc(PutApplicationPolicy$)
|
|
1029
|
-
.build() {
|
|
927
|
+
class PutApplicationPolicyCommand extends command(_ep0, _mw0, "PutApplicationPolicy", PutApplicationPolicy$) {
|
|
1030
928
|
}
|
|
1031
929
|
|
|
1032
|
-
class UnshareApplicationCommand extends
|
|
1033
|
-
.classBuilder()
|
|
1034
|
-
.ep(commonParams)
|
|
1035
|
-
.m(function (Command, cs, config, o) {
|
|
1036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1037
|
-
})
|
|
1038
|
-
.s("ServerlessApplicationRepository", "UnshareApplication", {})
|
|
1039
|
-
.n("ServerlessApplicationRepositoryClient", "UnshareApplicationCommand")
|
|
1040
|
-
.sc(UnshareApplication$)
|
|
1041
|
-
.build() {
|
|
930
|
+
class UnshareApplicationCommand extends command(_ep0, _mw0, "UnshareApplication", UnshareApplication$) {
|
|
1042
931
|
}
|
|
1043
932
|
|
|
1044
|
-
class UpdateApplicationCommand extends
|
|
1045
|
-
.classBuilder()
|
|
1046
|
-
.ep(commonParams)
|
|
1047
|
-
.m(function (Command, cs, config, o) {
|
|
1048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1049
|
-
})
|
|
1050
|
-
.s("ServerlessApplicationRepository", "UpdateApplication", {})
|
|
1051
|
-
.n("ServerlessApplicationRepositoryClient", "UpdateApplicationCommand")
|
|
1052
|
-
.sc(UpdateApplication$)
|
|
1053
|
-
.build() {
|
|
933
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
1054
934
|
}
|
|
1055
935
|
|
|
1056
936
|
const paginateListApplicationDependencies = createPaginator(ServerlessApplicationRepositoryClient, ListApplicationDependenciesCommand, "NextToken", "NextToken", "MaxItems");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ServerlessApplicationRepository", "ServerlessApplicationRepositoryClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "CreateApplication", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateApplicationVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "CreateApplicationVersion", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "CreateApplicationVersionCommand")
|
|
14
|
-
.sc(CreateApplicationVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationVersionCommand extends command(_ep0, _mw0, "CreateApplicationVersion", CreateApplicationVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCloudFormationChangeSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCloudFormationChangeSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "CreateCloudFormationChangeSet", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "CreateCloudFormationChangeSetCommand")
|
|
14
|
-
.sc(CreateCloudFormationChangeSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCloudFormationChangeSetCommand extends command(_ep0, _mw0, "CreateCloudFormationChangeSet", CreateCloudFormationChangeSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCloudFormationTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCloudFormationTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "CreateCloudFormationTemplate", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "CreateCloudFormationTemplateCommand")
|
|
14
|
-
.sc(CreateCloudFormationTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCloudFormationTemplateCommand extends command(_ep0, _mw0, "CreateCloudFormationTemplate", CreateCloudFormationTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "DeleteApplication", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "DeleteApplicationCommand")
|
|
14
|
-
.sc(DeleteApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "GetApplication", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "GetApplicationCommand")
|
|
14
|
-
.sc(GetApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetApplicationPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetApplicationPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "GetApplicationPolicy", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "GetApplicationPolicyCommand")
|
|
14
|
-
.sc(GetApplicationPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetApplicationPolicyCommand extends command(_ep0, _mw0, "GetApplicationPolicy", GetApplicationPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCloudFormationTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCloudFormationTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "GetCloudFormationTemplate", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "GetCloudFormationTemplateCommand")
|
|
14
|
-
.sc(GetCloudFormationTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCloudFormationTemplateCommand extends command(_ep0, _mw0, "GetCloudFormationTemplate", GetCloudFormationTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListApplicationDependencies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationDependenciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "ListApplicationDependencies", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationDependenciesCommand")
|
|
14
|
-
.sc(ListApplicationDependencies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationDependenciesCommand extends command(_ep0, _mw0, "ListApplicationDependencies", ListApplicationDependencies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListApplicationVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "ListApplicationVersions", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationVersionsCommand")
|
|
14
|
-
.sc(ListApplicationVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationVersionsCommand extends command(_ep0, _mw0, "ListApplicationVersions", ListApplicationVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListApplications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "ListApplications", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "ListApplicationsCommand")
|
|
14
|
-
.sc(ListApplications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutApplicationPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutApplicationPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "PutApplicationPolicy", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "PutApplicationPolicyCommand")
|
|
14
|
-
.sc(PutApplicationPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutApplicationPolicyCommand extends command(_ep0, _mw0, "PutApplicationPolicy", PutApplicationPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UnshareApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UnshareApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "UnshareApplication", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "UnshareApplicationCommand")
|
|
14
|
-
.sc(UnshareApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UnshareApplicationCommand extends command(_ep0, _mw0, "UnshareApplication", UnshareApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServerlessApplicationRepository", "UpdateApplication", {})
|
|
13
|
-
.n("ServerlessApplicationRepositoryClient", "UpdateApplicationCommand")
|
|
14
|
-
.sc(UpdateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ServerlessApplicationRepositoryClient";
|
|
2
2
|
export * from "./ServerlessApplicationRepository";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "ServerlessApplicationRepository",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "ServerlessApplicationRepository",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|