@aws-sdk/client-service-catalog-appregistry 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 +35 -245
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -14
- package/dist-es/commands/AssociateResourceCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateAttributeGroupCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -14
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetAssociatedResourceCommand.js +2 -14
- package/dist-es/commands/GetAttributeGroupCommand.js +2 -14
- package/dist-es/commands/GetConfigurationCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -14
- package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -14
- package/dist-es/commands/ListAttributeGroupsCommand.js +2 -14
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutConfigurationCommand.js +2 -14
- package/dist-es/commands/SyncResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateAttributeGroupCommand.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/AssociateAttributeGroupCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/SyncResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAttributeGroupCommand.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/AssociateAttributeGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.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 defaultServiceCatalogAppRegistryHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -826,6 +828,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
826
828
|
serviceTarget: "AWS242AppRegistry",
|
|
827
829
|
},
|
|
828
830
|
serviceId: config?.serviceId ?? "Service Catalog AppRegistry",
|
|
831
|
+
sha256: config?.sha256 ?? Sha256,
|
|
829
832
|
urlParser: config?.urlParser ?? parseUrl,
|
|
830
833
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
831
834
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -859,7 +862,6 @@ const getRuntimeConfig = (config) => {
|
|
|
859
862
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
860
863
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
861
864
|
}, config),
|
|
862
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
863
865
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
864
866
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
865
867
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -947,292 +949,80 @@ class ServiceCatalogAppRegistryClient extends Client {
|
|
|
947
949
|
}
|
|
948
950
|
}
|
|
949
951
|
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
})
|
|
956
|
-
.s("AWS242AppRegistry", "AssociateAttributeGroup", {})
|
|
957
|
-
.n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
|
|
958
|
-
.sc(AssociateAttributeGroup$)
|
|
959
|
-
.build() {
|
|
952
|
+
const command = makeBuilder(commonParams, "AWS242AppRegistry", "ServiceCatalogAppRegistryClient", getEndpointPlugin);
|
|
953
|
+
const _ep0 = {};
|
|
954
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
955
|
+
|
|
956
|
+
class AssociateAttributeGroupCommand extends command(_ep0, _mw0, "AssociateAttributeGroup", AssociateAttributeGroup$) {
|
|
960
957
|
}
|
|
961
958
|
|
|
962
|
-
class AssociateResourceCommand extends
|
|
963
|
-
.classBuilder()
|
|
964
|
-
.ep(commonParams)
|
|
965
|
-
.m(function (Command, cs, config, o) {
|
|
966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
967
|
-
})
|
|
968
|
-
.s("AWS242AppRegistry", "AssociateResource", {})
|
|
969
|
-
.n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
|
|
970
|
-
.sc(AssociateResource$)
|
|
971
|
-
.build() {
|
|
959
|
+
class AssociateResourceCommand extends command(_ep0, _mw0, "AssociateResource", AssociateResource$) {
|
|
972
960
|
}
|
|
973
961
|
|
|
974
|
-
class CreateApplicationCommand extends
|
|
975
|
-
.classBuilder()
|
|
976
|
-
.ep(commonParams)
|
|
977
|
-
.m(function (Command, cs, config, o) {
|
|
978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
979
|
-
})
|
|
980
|
-
.s("AWS242AppRegistry", "CreateApplication", {})
|
|
981
|
-
.n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
|
|
982
|
-
.sc(CreateApplication$)
|
|
983
|
-
.build() {
|
|
962
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
984
963
|
}
|
|
985
964
|
|
|
986
|
-
class CreateAttributeGroupCommand extends
|
|
987
|
-
.classBuilder()
|
|
988
|
-
.ep(commonParams)
|
|
989
|
-
.m(function (Command, cs, config, o) {
|
|
990
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
991
|
-
})
|
|
992
|
-
.s("AWS242AppRegistry", "CreateAttributeGroup", {})
|
|
993
|
-
.n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
|
|
994
|
-
.sc(CreateAttributeGroup$)
|
|
995
|
-
.build() {
|
|
965
|
+
class CreateAttributeGroupCommand extends command(_ep0, _mw0, "CreateAttributeGroup", CreateAttributeGroup$) {
|
|
996
966
|
}
|
|
997
967
|
|
|
998
|
-
class DeleteApplicationCommand extends
|
|
999
|
-
.classBuilder()
|
|
1000
|
-
.ep(commonParams)
|
|
1001
|
-
.m(function (Command, cs, config, o) {
|
|
1002
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1003
|
-
})
|
|
1004
|
-
.s("AWS242AppRegistry", "DeleteApplication", {})
|
|
1005
|
-
.n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
|
|
1006
|
-
.sc(DeleteApplication$)
|
|
1007
|
-
.build() {
|
|
968
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
1008
969
|
}
|
|
1009
970
|
|
|
1010
|
-
class DeleteAttributeGroupCommand extends
|
|
1011
|
-
.classBuilder()
|
|
1012
|
-
.ep(commonParams)
|
|
1013
|
-
.m(function (Command, cs, config, o) {
|
|
1014
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1015
|
-
})
|
|
1016
|
-
.s("AWS242AppRegistry", "DeleteAttributeGroup", {})
|
|
1017
|
-
.n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
|
|
1018
|
-
.sc(DeleteAttributeGroup$)
|
|
1019
|
-
.build() {
|
|
971
|
+
class DeleteAttributeGroupCommand extends command(_ep0, _mw0, "DeleteAttributeGroup", DeleteAttributeGroup$) {
|
|
1020
972
|
}
|
|
1021
973
|
|
|
1022
|
-
class DisassociateAttributeGroupCommand extends
|
|
1023
|
-
.classBuilder()
|
|
1024
|
-
.ep(commonParams)
|
|
1025
|
-
.m(function (Command, cs, config, o) {
|
|
1026
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1027
|
-
})
|
|
1028
|
-
.s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
|
|
1029
|
-
.n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
|
|
1030
|
-
.sc(DisassociateAttributeGroup$)
|
|
1031
|
-
.build() {
|
|
974
|
+
class DisassociateAttributeGroupCommand extends command(_ep0, _mw0, "DisassociateAttributeGroup", DisassociateAttributeGroup$) {
|
|
1032
975
|
}
|
|
1033
976
|
|
|
1034
|
-
class DisassociateResourceCommand extends
|
|
1035
|
-
.classBuilder()
|
|
1036
|
-
.ep(commonParams)
|
|
1037
|
-
.m(function (Command, cs, config, o) {
|
|
1038
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1039
|
-
})
|
|
1040
|
-
.s("AWS242AppRegistry", "DisassociateResource", {})
|
|
1041
|
-
.n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
|
|
1042
|
-
.sc(DisassociateResource$)
|
|
1043
|
-
.build() {
|
|
977
|
+
class DisassociateResourceCommand extends command(_ep0, _mw0, "DisassociateResource", DisassociateResource$) {
|
|
1044
978
|
}
|
|
1045
979
|
|
|
1046
|
-
class GetApplicationCommand extends
|
|
1047
|
-
.classBuilder()
|
|
1048
|
-
.ep(commonParams)
|
|
1049
|
-
.m(function (Command, cs, config, o) {
|
|
1050
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1051
|
-
})
|
|
1052
|
-
.s("AWS242AppRegistry", "GetApplication", {})
|
|
1053
|
-
.n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
|
|
1054
|
-
.sc(GetApplication$)
|
|
1055
|
-
.build() {
|
|
980
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
1056
981
|
}
|
|
1057
982
|
|
|
1058
|
-
class GetAssociatedResourceCommand extends
|
|
1059
|
-
.classBuilder()
|
|
1060
|
-
.ep(commonParams)
|
|
1061
|
-
.m(function (Command, cs, config, o) {
|
|
1062
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1063
|
-
})
|
|
1064
|
-
.s("AWS242AppRegistry", "GetAssociatedResource", {})
|
|
1065
|
-
.n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
|
|
1066
|
-
.sc(GetAssociatedResource$)
|
|
1067
|
-
.build() {
|
|
983
|
+
class GetAssociatedResourceCommand extends command(_ep0, _mw0, "GetAssociatedResource", GetAssociatedResource$) {
|
|
1068
984
|
}
|
|
1069
985
|
|
|
1070
|
-
class GetAttributeGroupCommand extends
|
|
1071
|
-
.classBuilder()
|
|
1072
|
-
.ep(commonParams)
|
|
1073
|
-
.m(function (Command, cs, config, o) {
|
|
1074
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1075
|
-
})
|
|
1076
|
-
.s("AWS242AppRegistry", "GetAttributeGroup", {})
|
|
1077
|
-
.n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
|
|
1078
|
-
.sc(GetAttributeGroup$)
|
|
1079
|
-
.build() {
|
|
986
|
+
class GetAttributeGroupCommand extends command(_ep0, _mw0, "GetAttributeGroup", GetAttributeGroup$) {
|
|
1080
987
|
}
|
|
1081
988
|
|
|
1082
|
-
class GetConfigurationCommand extends
|
|
1083
|
-
.classBuilder()
|
|
1084
|
-
.ep(commonParams)
|
|
1085
|
-
.m(function (Command, cs, config, o) {
|
|
1086
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1087
|
-
})
|
|
1088
|
-
.s("AWS242AppRegistry", "GetConfiguration", {})
|
|
1089
|
-
.n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
|
|
1090
|
-
.sc(GetConfiguration$)
|
|
1091
|
-
.build() {
|
|
989
|
+
class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
|
|
1092
990
|
}
|
|
1093
991
|
|
|
1094
|
-
class ListApplicationsCommand extends
|
|
1095
|
-
.classBuilder()
|
|
1096
|
-
.ep(commonParams)
|
|
1097
|
-
.m(function (Command, cs, config, o) {
|
|
1098
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1099
|
-
})
|
|
1100
|
-
.s("AWS242AppRegistry", "ListApplications", {})
|
|
1101
|
-
.n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
|
|
1102
|
-
.sc(ListApplications$)
|
|
1103
|
-
.build() {
|
|
992
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
1104
993
|
}
|
|
1105
994
|
|
|
1106
|
-
class ListAssociatedAttributeGroupsCommand extends
|
|
1107
|
-
.classBuilder()
|
|
1108
|
-
.ep(commonParams)
|
|
1109
|
-
.m(function (Command, cs, config, o) {
|
|
1110
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1111
|
-
})
|
|
1112
|
-
.s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
|
|
1113
|
-
.n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
|
|
1114
|
-
.sc(ListAssociatedAttributeGroups$)
|
|
1115
|
-
.build() {
|
|
995
|
+
class ListAssociatedAttributeGroupsCommand extends command(_ep0, _mw0, "ListAssociatedAttributeGroups", ListAssociatedAttributeGroups$) {
|
|
1116
996
|
}
|
|
1117
997
|
|
|
1118
|
-
class ListAssociatedResourcesCommand extends
|
|
1119
|
-
.classBuilder()
|
|
1120
|
-
.ep(commonParams)
|
|
1121
|
-
.m(function (Command, cs, config, o) {
|
|
1122
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1123
|
-
})
|
|
1124
|
-
.s("AWS242AppRegistry", "ListAssociatedResources", {})
|
|
1125
|
-
.n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
|
|
1126
|
-
.sc(ListAssociatedResources$)
|
|
1127
|
-
.build() {
|
|
998
|
+
class ListAssociatedResourcesCommand extends command(_ep0, _mw0, "ListAssociatedResources", ListAssociatedResources$) {
|
|
1128
999
|
}
|
|
1129
1000
|
|
|
1130
|
-
class ListAttributeGroupsCommand extends
|
|
1131
|
-
.classBuilder()
|
|
1132
|
-
.ep(commonParams)
|
|
1133
|
-
.m(function (Command, cs, config, o) {
|
|
1134
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1135
|
-
})
|
|
1136
|
-
.s("AWS242AppRegistry", "ListAttributeGroups", {})
|
|
1137
|
-
.n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
|
|
1138
|
-
.sc(ListAttributeGroups$)
|
|
1139
|
-
.build() {
|
|
1001
|
+
class ListAttributeGroupsCommand extends command(_ep0, _mw0, "ListAttributeGroups", ListAttributeGroups$) {
|
|
1140
1002
|
}
|
|
1141
1003
|
|
|
1142
|
-
class ListAttributeGroupsForApplicationCommand extends
|
|
1143
|
-
.classBuilder()
|
|
1144
|
-
.ep(commonParams)
|
|
1145
|
-
.m(function (Command, cs, config, o) {
|
|
1146
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1147
|
-
})
|
|
1148
|
-
.s("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
|
|
1149
|
-
.n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
|
|
1150
|
-
.sc(ListAttributeGroupsForApplication$)
|
|
1151
|
-
.build() {
|
|
1004
|
+
class ListAttributeGroupsForApplicationCommand extends command(_ep0, _mw0, "ListAttributeGroupsForApplication", ListAttributeGroupsForApplication$) {
|
|
1152
1005
|
}
|
|
1153
1006
|
|
|
1154
|
-
class ListTagsForResourceCommand extends
|
|
1155
|
-
.classBuilder()
|
|
1156
|
-
.ep(commonParams)
|
|
1157
|
-
.m(function (Command, cs, config, o) {
|
|
1158
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1159
|
-
})
|
|
1160
|
-
.s("AWS242AppRegistry", "ListTagsForResource", {})
|
|
1161
|
-
.n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
|
|
1162
|
-
.sc(ListTagsForResource$)
|
|
1163
|
-
.build() {
|
|
1007
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1164
1008
|
}
|
|
1165
1009
|
|
|
1166
|
-
class PutConfigurationCommand extends
|
|
1167
|
-
.classBuilder()
|
|
1168
|
-
.ep(commonParams)
|
|
1169
|
-
.m(function (Command, cs, config, o) {
|
|
1170
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1171
|
-
})
|
|
1172
|
-
.s("AWS242AppRegistry", "PutConfiguration", {})
|
|
1173
|
-
.n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
|
|
1174
|
-
.sc(PutConfiguration$)
|
|
1175
|
-
.build() {
|
|
1010
|
+
class PutConfigurationCommand extends command(_ep0, _mw0, "PutConfiguration", PutConfiguration$) {
|
|
1176
1011
|
}
|
|
1177
1012
|
|
|
1178
|
-
class SyncResourceCommand extends
|
|
1179
|
-
.classBuilder()
|
|
1180
|
-
.ep(commonParams)
|
|
1181
|
-
.m(function (Command, cs, config, o) {
|
|
1182
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1183
|
-
})
|
|
1184
|
-
.s("AWS242AppRegistry", "SyncResource", {})
|
|
1185
|
-
.n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
|
|
1186
|
-
.sc(SyncResource$)
|
|
1187
|
-
.build() {
|
|
1013
|
+
class SyncResourceCommand extends command(_ep0, _mw0, "SyncResource", SyncResource$) {
|
|
1188
1014
|
}
|
|
1189
1015
|
|
|
1190
|
-
class TagResourceCommand extends
|
|
1191
|
-
.classBuilder()
|
|
1192
|
-
.ep(commonParams)
|
|
1193
|
-
.m(function (Command, cs, config, o) {
|
|
1194
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1195
|
-
})
|
|
1196
|
-
.s("AWS242AppRegistry", "TagResource", {})
|
|
1197
|
-
.n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
|
|
1198
|
-
.sc(TagResource$)
|
|
1199
|
-
.build() {
|
|
1016
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1200
1017
|
}
|
|
1201
1018
|
|
|
1202
|
-
class UntagResourceCommand extends
|
|
1203
|
-
.classBuilder()
|
|
1204
|
-
.ep(commonParams)
|
|
1205
|
-
.m(function (Command, cs, config, o) {
|
|
1206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1207
|
-
})
|
|
1208
|
-
.s("AWS242AppRegistry", "UntagResource", {})
|
|
1209
|
-
.n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
|
|
1210
|
-
.sc(UntagResource$)
|
|
1211
|
-
.build() {
|
|
1019
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1212
1020
|
}
|
|
1213
1021
|
|
|
1214
|
-
class UpdateApplicationCommand extends
|
|
1215
|
-
.classBuilder()
|
|
1216
|
-
.ep(commonParams)
|
|
1217
|
-
.m(function (Command, cs, config, o) {
|
|
1218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1219
|
-
})
|
|
1220
|
-
.s("AWS242AppRegistry", "UpdateApplication", {})
|
|
1221
|
-
.n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
|
|
1222
|
-
.sc(UpdateApplication$)
|
|
1223
|
-
.build() {
|
|
1022
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
1224
1023
|
}
|
|
1225
1024
|
|
|
1226
|
-
class UpdateAttributeGroupCommand extends
|
|
1227
|
-
.classBuilder()
|
|
1228
|
-
.ep(commonParams)
|
|
1229
|
-
.m(function (Command, cs, config, o) {
|
|
1230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1231
|
-
})
|
|
1232
|
-
.s("AWS242AppRegistry", "UpdateAttributeGroup", {})
|
|
1233
|
-
.n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
|
|
1234
|
-
.sc(UpdateAttributeGroup$)
|
|
1235
|
-
.build() {
|
|
1025
|
+
class UpdateAttributeGroupCommand extends command(_ep0, _mw0, "UpdateAttributeGroup", UpdateAttributeGroup$) {
|
|
1236
1026
|
}
|
|
1237
1027
|
|
|
1238
1028
|
const paginateListApplications = createPaginator(ServiceCatalogAppRegistryClient, ListApplicationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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, "AWS242AppRegistry", "ServiceCatalogAppRegistryClient", 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 { AssociateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateAttributeGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "AssociateAttributeGroup", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
|
|
14
|
-
.sc(AssociateAttributeGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateAttributeGroupCommand extends command(_ep0, _mw0, "AssociateAttributeGroup", AssociateAttributeGroup$) {
|
|
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 { AssociateResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "AssociateResource", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
|
|
14
|
-
.sc(AssociateResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResourceCommand extends command(_ep0, _mw0, "AssociateResource", AssociateResource$) {
|
|
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 { 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("AWS242AppRegistry", "CreateApplication", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "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 { CreateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAttributeGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "CreateAttributeGroup", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
|
|
14
|
-
.sc(CreateAttributeGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAttributeGroupCommand extends command(_ep0, _mw0, "CreateAttributeGroup", CreateAttributeGroup$) {
|
|
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("AWS242AppRegistry", "DeleteApplication", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "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 { DeleteAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAttributeGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "DeleteAttributeGroup", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
|
|
14
|
-
.sc(DeleteAttributeGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAttributeGroupCommand extends command(_ep0, _mw0, "DeleteAttributeGroup", DeleteAttributeGroup$) {
|
|
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 { DisassociateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateAttributeGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
|
|
14
|
-
.sc(DisassociateAttributeGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateAttributeGroupCommand extends command(_ep0, _mw0, "DisassociateAttributeGroup", DisassociateAttributeGroup$) {
|
|
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 { DisassociateResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "DisassociateResource", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
|
|
14
|
-
.sc(DisassociateResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResourceCommand extends command(_ep0, _mw0, "DisassociateResource", DisassociateResource$) {
|
|
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("AWS242AppRegistry", "GetApplication", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "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 { GetAssociatedResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssociatedResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "GetAssociatedResource", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
|
|
14
|
-
.sc(GetAssociatedResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssociatedResourceCommand extends command(_ep0, _mw0, "GetAssociatedResource", GetAssociatedResource$) {
|
|
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 { GetAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAttributeGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "GetAttributeGroup", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
|
|
14
|
-
.sc(GetAttributeGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAttributeGroupCommand extends command(_ep0, _mw0, "GetAttributeGroup", GetAttributeGroup$) {
|
|
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 { GetConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "GetConfiguration", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
|
|
14
|
-
.sc(GetConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
|
|
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("AWS242AppRegistry", "ListApplications", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "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 { ListAssociatedAttributeGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssociatedAttributeGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
|
|
13
|
-
.n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
|
|
14
|
-
.sc(ListAssociatedAttributeGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssociatedAttributeGroupsCommand extends command(_ep0, _mw0, "ListAssociatedAttributeGroups", ListAssociatedAttributeGroups$) {
|
|
16
4
|
}
|