@aws-sdk/client-service-catalog-appregistry 3.775.0 → 3.777.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-types/commands/AssociateAttributeGroupCommand.d.ts +1 -0
- package/dist-types/commands/AssociateResourceCommand.d.ts +1 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateResourceCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +1 -0
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/SyncResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -77,6 +77,7 @@ declare const AssociateAttributeGroupCommand_base: {
|
|
|
77
77
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const AssociateResourceCommand_base: {
|
|
|
138
138
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
95
95
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const CreateAttributeGroupCommand_base: {
|
|
|
89
89
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
70
70
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteAttributeGroupCommand_base: {
|
|
|
71
71
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DisassociateAttributeGroupCommand_base: {
|
|
|
65
65
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const DisassociateResourceCommand_base: {
|
|
|
121
121
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const GetApplicationCommand_base: {
|
|
|
109
109
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const GetAssociatedResourceCommand_base: {
|
|
|
97
97
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetAttributeGroupCommand_base: {
|
|
|
82
82
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const GetConfigurationCommand_base: {
|
|
|
62
62
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
71
71
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
|
68
68
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const ListAssociatedResourcesCommand_base: {
|
|
|
98
98
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListAttributeGroupsCommand_base: {
|
|
|
72
72
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
|
73
73
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const PutConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const SyncResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class SyncResourceCommand extends SyncResourceCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const TagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
89
89
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateAttributeGroupCommand_base: {
|
|
|
80
80
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|