@aws-sdk/client-cloudcontrol 3.775.0 → 3.782.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/CancelResourceRequestCommand.d.ts +1 -0
- package/dist-types/commands/CreateResourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceRequestStatusCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -75,6 +75,7 @@ declare const CancelResourceRequestCommand_base: {
|
|
|
75
75
|
* @throws {@link CloudControlServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CancelResourceRequestCommand extends CancelResourceRequestCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const CreateResourceCommand_base: {
|
|
|
147
147
|
* @throws {@link CloudControlServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class CreateResourceCommand extends CreateResourceCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const DeleteResourceCommand_base: {
|
|
|
147
147
|
* @throws {@link CloudControlServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const GetResourceCommand_base: {
|
|
|
129
129
|
* @throws {@link CloudControlServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class GetResourceCommand extends GetResourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetResourceRequestStatusCommand_base: {
|
|
|
83
83
|
* @throws {@link CloudControlServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetResourceRequestStatusCommand extends GetResourceRequestStatusCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListResourceRequestsCommand_base: {
|
|
|
83
83
|
* @throws {@link CloudControlServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListResourceRequestsCommand extends ListResourceRequestsCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const ListResourcesCommand_base: {
|
|
|
133
133
|
* @throws {@link CloudControlServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class ListResourcesCommand extends ListResourcesCommand_base {
|
|
@@ -155,6 +155,7 @@ declare const UpdateResourceCommand_base: {
|
|
|
155
155
|
* @throws {@link CloudControlServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from CloudControl service.</p>
|
|
157
157
|
*
|
|
158
|
+
*
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudcontrol",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.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-cloudcontrol",
|
|
@@ -21,16 +21,16 @@
|
|
|
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.782.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",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|