@aws-sdk/client-service-catalog-appregistry 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +327 -200
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/AssociateResourceCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateResourceCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetAssociatedResourceCommand.js +2 -2
- package/dist-es/commands/GetAttributeGroupCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -2
- package/dist-es/commands/ListAttributeGroupsCommand.js +2 -2
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutConfigurationCommand.js +2 -2
- package/dist-es/commands/SyncResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateAttributeGroupCommand.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 +200 -165
- package/dist-types/ServiceCatalogAppRegistryClient.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 +93 -105
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.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 +92 -105
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.servicecatalogappregistry",
|
|
32
|
+
version: "2020-06-24",
|
|
33
|
+
serviceTarget: "AWS242AppRegistry",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Service Catalog AppRegistry",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { AssociateAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "AssociateAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
|
|
14
|
-
.sc(AssociateAttributeGroup)
|
|
14
|
+
.sc(AssociateAttributeGroup$)
|
|
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 { AssociateResource } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "AssociateResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
|
|
14
|
-
.sc(AssociateResource)
|
|
14
|
+
.sc(AssociateResource$)
|
|
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 { CreateApplication } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateApplication$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateApplicationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateApplicationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "CreateApplication", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication)
|
|
14
|
+
.sc(CreateApplication$)
|
|
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 { CreateAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "CreateAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
|
|
14
|
-
.sc(CreateAttributeGroup)
|
|
14
|
+
.sc(CreateAttributeGroup$)
|
|
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 { DeleteApplication } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteApplication$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteApplicationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteApplicationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "DeleteApplication", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
|
|
14
|
-
.sc(DeleteApplication)
|
|
14
|
+
.sc(DeleteApplication$)
|
|
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 { DeleteAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "DeleteAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
|
|
14
|
-
.sc(DeleteAttributeGroup)
|
|
14
|
+
.sc(DeleteAttributeGroup$)
|
|
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 { DisassociateAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
|
|
14
|
-
.sc(DisassociateAttributeGroup)
|
|
14
|
+
.sc(DisassociateAttributeGroup$)
|
|
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 { DisassociateResource } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "DisassociateResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
|
|
14
|
-
.sc(DisassociateResource)
|
|
14
|
+
.sc(DisassociateResource$)
|
|
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 { GetApplication } from "../schemas/schemas_0";
|
|
4
|
+
import { GetApplication$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetApplicationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetApplicationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "GetApplication", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
|
|
14
|
-
.sc(GetApplication)
|
|
14
|
+
.sc(GetApplication$)
|
|
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 { GetAssociatedResource } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAssociatedResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAssociatedResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAssociatedResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "GetAssociatedResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
|
|
14
|
-
.sc(GetAssociatedResource)
|
|
14
|
+
.sc(GetAssociatedResource$)
|
|
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 { GetAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "GetAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
|
|
14
|
-
.sc(GetAttributeGroup)
|
|
14
|
+
.sc(GetAttributeGroup$)
|
|
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 { GetConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "GetConfiguration", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
|
|
14
|
-
.sc(GetConfiguration)
|
|
14
|
+
.sc(GetConfiguration$)
|
|
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 { ListApplications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListApplications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListApplicationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListApplicationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListApplications", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
|
|
14
|
-
.sc(ListApplications)
|
|
14
|
+
.sc(ListApplications$)
|
|
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 { ListAssociatedAttributeGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssociatedAttributeGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssociatedAttributeGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssociatedAttributeGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
|
|
14
|
-
.sc(ListAssociatedAttributeGroups)
|
|
14
|
+
.sc(ListAssociatedAttributeGroups$)
|
|
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 { ListAssociatedResources } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssociatedResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssociatedResourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssociatedResourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListAssociatedResources", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
|
|
14
|
-
.sc(ListAssociatedResources)
|
|
14
|
+
.sc(ListAssociatedResources$)
|
|
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 { ListAttributeGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAttributeGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAttributeGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAttributeGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListAttributeGroups", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
|
|
14
|
-
.sc(ListAttributeGroups)
|
|
14
|
+
.sc(ListAttributeGroups$)
|
|
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 { ListAttributeGroupsForApplication } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAttributeGroupsForApplication$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAttributeGroupsForApplicationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAttributeGroupsForApplicationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
|
|
14
|
-
.sc(ListAttributeGroupsForApplication)
|
|
14
|
+
.sc(ListAttributeGroupsForApplication$)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "ListTagsForResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
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 { PutConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "PutConfiguration", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
|
|
14
|
-
.sc(PutConfiguration)
|
|
14
|
+
.sc(PutConfiguration$)
|
|
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 { SyncResource } from "../schemas/schemas_0";
|
|
4
|
+
import { SyncResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SyncResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SyncResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "SyncResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
|
|
14
|
-
.sc(SyncResource)
|
|
14
|
+
.sc(SyncResource$)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "TagResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "UntagResource", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
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 { UpdateApplication } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateApplication$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateApplicationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateApplicationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "UpdateApplication", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
|
|
14
|
-
.sc(UpdateApplication)
|
|
14
|
+
.sc(UpdateApplication$)
|
|
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 { UpdateAttributeGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAttributeGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAttributeGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAttributeGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWS242AppRegistry", "UpdateAttributeGroup", {})
|
|
13
13
|
.n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
|
|
14
|
-
.sc(UpdateAttributeGroup)
|
|
14
|
+
.sc(UpdateAttributeGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.servicecatalogappregistry",
|
|
29
|
+
version: "2020-06-24",
|
|
30
|
+
serviceTarget: "AWS242AppRegistry",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Service Catalog AppRegistry",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|