@aws-sdk/client-service-catalog-appregistry 3.360.0 → 3.363.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/ServiceCatalogAppRegistry.js +1 -1
- package/dist-cjs/ServiceCatalogAppRegistryClient.js +5 -5
- package/dist-cjs/commands/AssociateAttributeGroupCommand.js +3 -3
- package/dist-cjs/commands/AssociateResourceCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateAttributeGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteAttributeGroupCommand.js +3 -3
- package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +3 -3
- package/dist-cjs/commands/DisassociateResourceCommand.js +3 -3
- package/dist-cjs/commands/GetApplicationCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedResourceCommand.js +3 -3
- package/dist-cjs/commands/GetAttributeGroupCommand.js +3 -3
- package/dist-cjs/commands/GetConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListAssociatedResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListAttributeGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationCommand.js +3 -3
- package/dist-cjs/commands/SyncResourceCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist-cjs/commands/UpdateAttributeGroupCommand.js +3 -3
- package/dist-cjs/models/ServiceCatalogAppRegistryServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/ServiceCatalogAppRegistry.js +1 -1
- package/dist-es/ServiceCatalogAppRegistryClient.js +5 -5
- package/dist-es/commands/AssociateAttributeGroupCommand.js +3 -3
- package/dist-es/commands/AssociateResourceCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateAttributeGroupCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteAttributeGroupCommand.js +3 -3
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +3 -3
- package/dist-es/commands/DisassociateResourceCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetAssociatedResourceCommand.js +3 -3
- package/dist-es/commands/GetAttributeGroupCommand.js +3 -3
- package/dist-es/commands/GetConfigurationCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedResourcesCommand.js +3 -3
- package/dist-es/commands/ListAttributeGroupsCommand.js +3 -3
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutConfigurationCommand.js +3 -3
- package/dist-es/commands/SyncResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateAttributeGroupCommand.js +3 -3
- package/dist-es/models/ServiceCatalogAppRegistryServiceException.js +1 -1
- package/dist-es/protocols/Aws_restJson1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/ServiceCatalogAppRegistry.d.ts +1 -1
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +8 -8
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/AssociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SyncResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +1 -1
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +31 -30
|
@@ -9,12 +9,12 @@ export declare const getRuntimeConfig: (
|
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
11
11
|
context?: {
|
|
12
|
-
logger?: import("@
|
|
12
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
13
13
|
}
|
|
14
|
-
) => import("@
|
|
15
|
-
logger: import("@
|
|
14
|
+
) => import("@smithy/types").EndpointV2;
|
|
15
|
+
logger: import("@smithy/types").Logger;
|
|
16
16
|
serviceId: string;
|
|
17
|
-
urlParser: import("@
|
|
17
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
18
18
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
19
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
20
|
};
|
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.363.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,45 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@aws-sdk/
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.357.0",
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.360.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.360.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.363.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.363.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.363.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.363.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.363.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.363.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.363.0",
|
|
43
31
|
"@aws-sdk/types": "3.357.0",
|
|
44
|
-
"@aws-sdk/url-parser": "3.357.0",
|
|
45
|
-
"@aws-sdk/util-base64": "3.310.0",
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
32
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-user-agent-
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.363.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.363.0",
|
|
35
|
+
"@smithy/config-resolver": "^1.0.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
|
+
"@smithy/hash-node": "^1.0.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.1",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.2",
|
|
42
|
+
"@smithy/middleware-serde": "^1.0.1",
|
|
43
|
+
"@smithy/middleware-stack": "^1.0.1",
|
|
44
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
45
|
+
"@smithy/node-http-handler": "^1.0.2",
|
|
55
46
|
"@smithy/protocol-http": "^1.0.1",
|
|
47
|
+
"@smithy/smithy-client": "^1.0.3",
|
|
56
48
|
"@smithy/types": "^1.0.0",
|
|
49
|
+
"@smithy/url-parser": "^1.0.1",
|
|
50
|
+
"@smithy/util-base64": "^1.0.1",
|
|
51
|
+
"@smithy/util-body-length-browser": "^1.0.1",
|
|
52
|
+
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
+
"@smithy/util-retry": "^1.0.2",
|
|
56
|
+
"@smithy/util-utf8": "^1.0.1",
|
|
57
57
|
"tslib": "^2.5.0",
|
|
58
58
|
"uuid": "^8.3.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
|
+
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
62
63
|
"@tsconfig/node14": "1.0.3",
|
|
63
64
|
"@types/node": "^14.14.31",
|
|
64
65
|
"@types/uuid": "^8.3.0",
|