@aws-sdk/client-service-catalog-appregistry 3.952.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
|
@@ -1,110 +1,97 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var Application
|
|
8
|
-
export declare var ApplicationSummary
|
|
9
|
-
export declare var ApplicationTagResult
|
|
10
|
-
export declare var AppRegistryConfiguration
|
|
11
|
-
export declare var AssociateAttributeGroupRequest
|
|
12
|
-
export declare var AssociateAttributeGroupResponse
|
|
13
|
-
export declare var AssociateResourceRequest
|
|
14
|
-
export declare var AssociateResourceResponse
|
|
15
|
-
export declare var AttributeGroup
|
|
16
|
-
export declare var AttributeGroupDetails
|
|
17
|
-
export declare var AttributeGroupSummary
|
|
18
|
-
export declare var ConflictException
|
|
19
|
-
export declare var CreateApplicationRequest
|
|
20
|
-
export declare var CreateApplicationResponse
|
|
21
|
-
export declare var CreateAttributeGroupRequest
|
|
22
|
-
export declare var CreateAttributeGroupResponse
|
|
23
|
-
export declare var DeleteApplicationRequest
|
|
24
|
-
export declare var DeleteApplicationResponse
|
|
25
|
-
export declare var DeleteAttributeGroupRequest
|
|
26
|
-
export declare var DeleteAttributeGroupResponse
|
|
27
|
-
export declare var DisassociateAttributeGroupRequest
|
|
28
|
-
export declare var DisassociateAttributeGroupResponse
|
|
29
|
-
export declare var DisassociateResourceRequest
|
|
30
|
-
export declare var DisassociateResourceResponse
|
|
31
|
-
export declare var GetApplicationRequest
|
|
32
|
-
export declare var GetApplicationResponse
|
|
33
|
-
export declare var GetAssociatedResourceRequest
|
|
34
|
-
export declare var GetAssociatedResourceResponse
|
|
35
|
-
export declare var GetAttributeGroupRequest
|
|
36
|
-
export declare var GetAttributeGroupResponse
|
|
37
|
-
export declare var GetConfigurationResponse
|
|
38
|
-
export declare var Integrations
|
|
39
|
-
export declare var InternalServerException
|
|
40
|
-
export declare var ListApplicationsRequest
|
|
41
|
-
export declare var ListApplicationsResponse
|
|
42
|
-
export declare var ListAssociatedAttributeGroupsRequest
|
|
43
|
-
export declare var ListAssociatedAttributeGroupsResponse
|
|
44
|
-
export declare var ListAssociatedResourcesRequest
|
|
45
|
-
export declare var ListAssociatedResourcesResponse
|
|
46
|
-
export declare var ListAttributeGroupsForApplicationRequest
|
|
47
|
-
export declare var ListAttributeGroupsForApplicationResponse
|
|
48
|
-
export declare var ListAttributeGroupsRequest
|
|
49
|
-
export declare var ListAttributeGroupsResponse
|
|
50
|
-
export declare var ListTagsForResourceRequest
|
|
51
|
-
export declare var ListTagsForResourceResponse
|
|
52
|
-
export declare var PutConfigurationRequest
|
|
53
|
-
export declare var Resource
|
|
54
|
-
export declare var ResourceDetails
|
|
55
|
-
export declare var ResourceGroup
|
|
56
|
-
export declare var ResourceInfo
|
|
57
|
-
export declare var ResourceIntegrations
|
|
58
|
-
export declare var ResourceNotFoundException
|
|
59
|
-
export declare var ResourcesListItem
|
|
60
|
-
export declare var ServiceQuotaExceededException
|
|
61
|
-
export declare var SyncResourceRequest
|
|
62
|
-
export declare var SyncResourceResponse
|
|
63
|
-
export declare var TagQueryConfiguration
|
|
64
|
-
export declare var TagResourceRequest
|
|
65
|
-
export declare var TagResourceResponse
|
|
66
|
-
export declare var ThrottlingException
|
|
67
|
-
export declare var UntagResourceRequest
|
|
68
|
-
export declare var UntagResourceResponse
|
|
69
|
-
export declare var UpdateApplicationRequest
|
|
70
|
-
export declare var UpdateApplicationResponse
|
|
71
|
-
export declare var UpdateAttributeGroupRequest
|
|
72
|
-
export declare var UpdateAttributeGroupResponse
|
|
73
|
-
export declare var ValidationException
|
|
74
|
-
export declare var
|
|
75
|
-
export declare var
|
|
76
|
-
export declare var
|
|
77
|
-
export declare var
|
|
78
|
-
export declare var
|
|
79
|
-
export declare var
|
|
80
|
-
export declare var
|
|
81
|
-
export declare var
|
|
82
|
-
export declare var
|
|
83
|
-
export declare var
|
|
84
|
-
export declare var
|
|
85
|
-
export declare var
|
|
86
|
-
export declare var
|
|
87
|
-
export declare var
|
|
88
|
-
export declare var
|
|
89
|
-
export declare var
|
|
90
|
-
export declare var
|
|
91
|
-
export declare var
|
|
92
|
-
export declare var
|
|
93
|
-
export declare var
|
|
94
|
-
export declare var
|
|
95
|
-
export declare var
|
|
96
|
-
export declare var
|
|
97
|
-
export declare var
|
|
98
|
-
export declare var
|
|
99
|
-
export declare var ListApplications: StaticOperationSchema;
|
|
100
|
-
export declare var ListAssociatedAttributeGroups: StaticOperationSchema;
|
|
101
|
-
export declare var ListAssociatedResources: StaticOperationSchema;
|
|
102
|
-
export declare var ListAttributeGroups: StaticOperationSchema;
|
|
103
|
-
export declare var ListAttributeGroupsForApplication: StaticOperationSchema;
|
|
104
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
105
|
-
export declare var PutConfiguration: StaticOperationSchema;
|
|
106
|
-
export declare var SyncResource: StaticOperationSchema;
|
|
107
|
-
export declare var TagResource: StaticOperationSchema;
|
|
108
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
109
|
-
export declare var UpdateApplication: StaticOperationSchema;
|
|
110
|
-
export declare var UpdateAttributeGroup: StaticOperationSchema;
|
|
6
|
+
export declare var Application$: StaticStructureSchema;
|
|
7
|
+
export declare var ApplicationSummary$: StaticStructureSchema;
|
|
8
|
+
export declare var ApplicationTagResult$: StaticStructureSchema;
|
|
9
|
+
export declare var AppRegistryConfiguration$: StaticStructureSchema;
|
|
10
|
+
export declare var AssociateAttributeGroupRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var AssociateAttributeGroupResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var AssociateResourceRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var AssociateResourceResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var AttributeGroup$: StaticStructureSchema;
|
|
15
|
+
export declare var AttributeGroupDetails$: StaticStructureSchema;
|
|
16
|
+
export declare var AttributeGroupSummary$: StaticStructureSchema;
|
|
17
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
18
|
+
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
20
|
+
export declare var CreateAttributeGroupRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var CreateAttributeGroupResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteApplicationRequest$: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteApplicationResponse$: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteAttributeGroupRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteAttributeGroupResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var DisassociateAttributeGroupRequest$: StaticStructureSchema;
|
|
27
|
+
export declare var DisassociateAttributeGroupResponse$: StaticStructureSchema;
|
|
28
|
+
export declare var DisassociateResourceRequest$: StaticStructureSchema;
|
|
29
|
+
export declare var DisassociateResourceResponse$: StaticStructureSchema;
|
|
30
|
+
export declare var GetApplicationRequest$: StaticStructureSchema;
|
|
31
|
+
export declare var GetApplicationResponse$: StaticStructureSchema;
|
|
32
|
+
export declare var GetAssociatedResourceRequest$: StaticStructureSchema;
|
|
33
|
+
export declare var GetAssociatedResourceResponse$: StaticStructureSchema;
|
|
34
|
+
export declare var GetAttributeGroupRequest$: StaticStructureSchema;
|
|
35
|
+
export declare var GetAttributeGroupResponse$: StaticStructureSchema;
|
|
36
|
+
export declare var GetConfigurationResponse$: StaticStructureSchema;
|
|
37
|
+
export declare var Integrations$: StaticStructureSchema;
|
|
38
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
39
|
+
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
40
|
+
export declare var ListApplicationsResponse$: StaticStructureSchema;
|
|
41
|
+
export declare var ListAssociatedAttributeGroupsRequest$: StaticStructureSchema;
|
|
42
|
+
export declare var ListAssociatedAttributeGroupsResponse$: StaticStructureSchema;
|
|
43
|
+
export declare var ListAssociatedResourcesRequest$: StaticStructureSchema;
|
|
44
|
+
export declare var ListAssociatedResourcesResponse$: StaticStructureSchema;
|
|
45
|
+
export declare var ListAttributeGroupsForApplicationRequest$: StaticStructureSchema;
|
|
46
|
+
export declare var ListAttributeGroupsForApplicationResponse$: StaticStructureSchema;
|
|
47
|
+
export declare var ListAttributeGroupsRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var ListAttributeGroupsResponse$: StaticStructureSchema;
|
|
49
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
51
|
+
export declare var PutConfigurationRequest$: StaticStructureSchema;
|
|
52
|
+
export declare var Resource$: StaticStructureSchema;
|
|
53
|
+
export declare var ResourceDetails$: StaticStructureSchema;
|
|
54
|
+
export declare var ResourceGroup$: StaticStructureSchema;
|
|
55
|
+
export declare var ResourceInfo$: StaticStructureSchema;
|
|
56
|
+
export declare var ResourceIntegrations$: StaticStructureSchema;
|
|
57
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
58
|
+
export declare var ResourcesListItem$: StaticStructureSchema;
|
|
59
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
60
|
+
export declare var SyncResourceRequest$: StaticStructureSchema;
|
|
61
|
+
export declare var SyncResourceResponse$: StaticStructureSchema;
|
|
62
|
+
export declare var TagQueryConfiguration$: StaticStructureSchema;
|
|
63
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
66
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
67
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
68
|
+
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
69
|
+
export declare var UpdateApplicationResponse$: StaticStructureSchema;
|
|
70
|
+
export declare var UpdateAttributeGroupRequest$: StaticStructureSchema;
|
|
71
|
+
export declare var UpdateAttributeGroupResponse$: StaticStructureSchema;
|
|
72
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
73
|
+
export declare var ServiceCatalogAppRegistryServiceException$: StaticErrorSchema;
|
|
74
|
+
export declare var AssociateAttributeGroup$: StaticOperationSchema;
|
|
75
|
+
export declare var AssociateResource$: StaticOperationSchema;
|
|
76
|
+
export declare var CreateApplication$: StaticOperationSchema;
|
|
77
|
+
export declare var CreateAttributeGroup$: StaticOperationSchema;
|
|
78
|
+
export declare var DeleteApplication$: StaticOperationSchema;
|
|
79
|
+
export declare var DeleteAttributeGroup$: StaticOperationSchema;
|
|
80
|
+
export declare var DisassociateAttributeGroup$: StaticOperationSchema;
|
|
81
|
+
export declare var DisassociateResource$: StaticOperationSchema;
|
|
82
|
+
export declare var GetApplication$: StaticOperationSchema;
|
|
83
|
+
export declare var GetAssociatedResource$: StaticOperationSchema;
|
|
84
|
+
export declare var GetAttributeGroup$: StaticOperationSchema;
|
|
85
|
+
export declare var GetConfiguration$: StaticOperationSchema;
|
|
86
|
+
export declare var ListApplications$: StaticOperationSchema;
|
|
87
|
+
export declare var ListAssociatedAttributeGroups$: StaticOperationSchema;
|
|
88
|
+
export declare var ListAssociatedResources$: StaticOperationSchema;
|
|
89
|
+
export declare var ListAttributeGroups$: StaticOperationSchema;
|
|
90
|
+
export declare var ListAttributeGroupsForApplication$: StaticOperationSchema;
|
|
91
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
92
|
+
export declare var PutConfiguration$: StaticOperationSchema;
|
|
93
|
+
export declare var SyncResource$: StaticOperationSchema;
|
|
94
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
95
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
96
|
+
export declare var UpdateApplication$: StaticOperationSchema;
|
|
97
|
+
export declare var UpdateAttributeGroup$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-catalog-appregistry",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
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-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|