@aws-sdk/client-controlcatalog 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/GetControlCommand.d.ts +1 -0
- package/dist-types/commands/ListCommonControlsCommand.d.ts +1 -0
- package/dist-types/commands/ListControlsCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -0
- package/dist-types/commands/ListObjectivesCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -87,6 +87,7 @@ declare const GetControlCommand_base: {
|
|
|
87
87
|
* @throws {@link ControlCatalogServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ControlCatalog service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetControlCommand extends GetControlCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListCommonControlsCommand_base: {
|
|
|
94
94
|
* @throws {@link ControlCatalogServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ControlCatalog service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListCommonControlsCommand extends ListCommonControlsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListControlsCommand_base: {
|
|
|
74
74
|
* @throws {@link ControlCatalogServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ControlCatalog service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListControlsCommand extends ListControlsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListDomainsCommand_base: {
|
|
|
76
76
|
* @throws {@link ControlCatalogServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ControlCatalog service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListObjectivesCommand_base: {
|
|
|
89
89
|
* @throws {@link ControlCatalogServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ControlCatalog service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListObjectivesCommand extends ListObjectivesCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controlcatalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controlcatalog 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": "tsc -p tsconfig.cjs.json",
|
|
@@ -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",
|