@aws-sdk/client-service-catalog-appregistry 3.495.0 → 3.499.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 +20 -17
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -2278,12 +2278,15 @@ var paginateListAttributeGroups = (0, import_core.createPaginator)(ServiceCatalo
|
|
|
2278
2278
|
// src/index.ts
|
|
2279
2279
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2280
2280
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2281
|
+
|
|
2281
2282
|
0 && (module.exports = {
|
|
2282
|
-
|
|
2283
|
+
ServiceCatalogAppRegistryServiceException,
|
|
2284
|
+
__Client,
|
|
2285
|
+
ServiceCatalogAppRegistryClient,
|
|
2286
|
+
ServiceCatalogAppRegistry,
|
|
2287
|
+
$Command,
|
|
2283
2288
|
AssociateAttributeGroupCommand,
|
|
2284
2289
|
AssociateResourceCommand,
|
|
2285
|
-
AssociationOption,
|
|
2286
|
-
ConflictException,
|
|
2287
2290
|
CreateApplicationCommand,
|
|
2288
2291
|
CreateAttributeGroupCommand,
|
|
2289
2292
|
DeleteApplicationCommand,
|
|
@@ -2294,7 +2297,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2294
2297
|
GetAssociatedResourceCommand,
|
|
2295
2298
|
GetAttributeGroupCommand,
|
|
2296
2299
|
GetConfigurationCommand,
|
|
2297
|
-
InternalServerException,
|
|
2298
2300
|
ListApplicationsCommand,
|
|
2299
2301
|
ListAssociatedAttributeGroupsCommand,
|
|
2300
2302
|
ListAssociatedResourcesCommand,
|
|
@@ -2302,26 +2304,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2302
2304
|
ListAttributeGroupsForApplicationCommand,
|
|
2303
2305
|
ListTagsForResourceCommand,
|
|
2304
2306
|
PutConfigurationCommand,
|
|
2305
|
-
ResourceGroupState,
|
|
2306
|
-
ResourceItemStatus,
|
|
2307
|
-
ResourceNotFoundException,
|
|
2308
|
-
ResourceType,
|
|
2309
|
-
ServiceCatalogAppRegistry,
|
|
2310
|
-
ServiceCatalogAppRegistryClient,
|
|
2311
|
-
ServiceCatalogAppRegistryServiceException,
|
|
2312
|
-
ServiceQuotaExceededException,
|
|
2313
|
-
SyncAction,
|
|
2314
2307
|
SyncResourceCommand,
|
|
2315
2308
|
TagResourceCommand,
|
|
2316
|
-
ThrottlingException,
|
|
2317
2309
|
UntagResourceCommand,
|
|
2318
2310
|
UpdateApplicationCommand,
|
|
2319
2311
|
UpdateAttributeGroupCommand,
|
|
2320
|
-
ValidationException,
|
|
2321
|
-
__Client,
|
|
2322
2312
|
paginateListApplications,
|
|
2323
2313
|
paginateListAssociatedAttributeGroups,
|
|
2324
2314
|
paginateListAssociatedResources,
|
|
2315
|
+
paginateListAttributeGroupsForApplication,
|
|
2325
2316
|
paginateListAttributeGroups,
|
|
2326
|
-
|
|
2317
|
+
ApplicationTagStatus,
|
|
2318
|
+
ConflictException,
|
|
2319
|
+
InternalServerException,
|
|
2320
|
+
ResourceNotFoundException,
|
|
2321
|
+
ServiceQuotaExceededException,
|
|
2322
|
+
ValidationException,
|
|
2323
|
+
AssociationOption,
|
|
2324
|
+
ResourceType,
|
|
2325
|
+
ThrottlingException,
|
|
2326
|
+
ResourceGroupState,
|
|
2327
|
+
ResourceItemStatus,
|
|
2328
|
+
SyncAction
|
|
2327
2329
|
});
|
|
2330
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog-appregistry",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-catalog-appregistry",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|