@aws-sdk/client-ssm-quicksetup 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.
@@ -87,6 +87,7 @@ declare const CreateConfigurationManagerCommand_base: {
87
87
  * @throws {@link SSMQuickSetupServiceException}
88
88
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class CreateConfigurationManagerCommand extends CreateConfigurationManagerCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteConfigurationManagerCommand_base: {
71
71
  * @throws {@link SSMQuickSetupServiceException}
72
72
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteConfigurationManagerCommand extends DeleteConfigurationManagerCommand_base {
@@ -95,6 +95,7 @@ declare const GetConfigurationCommand_base: {
95
95
  * @throws {@link SSMQuickSetupServiceException}
96
96
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
@@ -103,6 +103,7 @@ declare const GetConfigurationManagerCommand_base: {
103
103
  * @throws {@link SSMQuickSetupServiceException}
104
104
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class GetConfigurationManagerCommand extends GetConfigurationManagerCommand_base {
@@ -66,6 +66,7 @@ declare const GetServiceSettingsCommand_base: {
66
66
  * @throws {@link SSMQuickSetupServiceException}
67
67
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {
@@ -107,6 +107,7 @@ declare const ListConfigurationManagersCommand_base: {
107
107
  * @throws {@link SSMQuickSetupServiceException}
108
108
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListConfigurationManagersCommand extends ListConfigurationManagersCommand_base {
@@ -107,6 +107,7 @@ declare const ListConfigurationsCommand_base: {
107
107
  * @throws {@link SSMQuickSetupServiceException}
108
108
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
@@ -69,6 +69,7 @@ declare const ListQuickSetupTypesCommand_base: {
69
69
  * @throws {@link SSMQuickSetupServiceException}
70
70
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListQuickSetupTypesCommand extends ListQuickSetupTypesCommand_base {
@@ -78,6 +78,7 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @throws {@link SSMQuickSetupServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
74
74
  * @throws {@link SSMQuickSetupServiceException}
75
75
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -74,6 +74,7 @@ declare const UntagResourceCommand_base: {
74
74
  * @throws {@link SSMQuickSetupServiceException}
75
75
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -78,6 +78,7 @@ declare const UpdateConfigurationDefinitionCommand_base: {
78
78
  * @throws {@link SSMQuickSetupServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class UpdateConfigurationDefinitionCommand extends UpdateConfigurationDefinitionCommand_base {
@@ -73,6 +73,7 @@ declare const UpdateConfigurationManagerCommand_base: {
73
73
  * @throws {@link SSMQuickSetupServiceException}
74
74
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UpdateConfigurationManagerCommand extends UpdateConfigurationManagerCommand_base {
@@ -68,6 +68,7 @@ declare const UpdateServiceSettingsCommand_base: {
68
68
  * @throws {@link SSMQuickSetupServiceException}
69
69
  * <p>Base exception class for all service exceptions from SSMQuickSetup service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UpdateServiceSettingsCommand extends UpdateServiceSettingsCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-quicksetup",
3
3
  "description": "AWS SDK for JavaScript Ssm Quicksetup Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
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": "tsc -p tsconfig.cjs.json",
@@ -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.775.0",
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.775.0",
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.775.0",
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.775.0",
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",