@aws-sdk/client-ssm 3.774.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.
Files changed (151) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SSMClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  9. package/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  18. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  29. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  33. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  35. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  38. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  41. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  42. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
  44. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  46. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  47. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  52. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  58. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  59. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  61. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  62. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  64. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  65. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  66. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  67. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  68. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  69. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  70. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
  71. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  72. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  73. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  74. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  75. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  76. package/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  77. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  78. package/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  79. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  80. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  81. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  82. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  83. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  84. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  85. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
  86. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  87. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  88. package/dist-types/commands/GetParameterCommand.d.ts +1 -0
  89. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
  90. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  91. package/dist-types/commands/GetParametersCommand.d.ts +1 -0
  92. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -0
  93. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  94. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  95. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  96. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
  97. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  98. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  99. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  101. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  102. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  103. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  104. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  105. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
  106. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  107. package/dist-types/commands/ListNodesCommand.d.ts +1 -52
  108. package/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  109. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  110. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  111. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  112. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  113. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  115. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  116. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  117. package/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  118. package/dist-types/commands/PutParameterCommand.d.ts +1 -0
  119. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  120. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  121. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  123. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  124. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  125. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -0
  126. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  127. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
  128. package/dist-types/commands/SendCommandCommand.d.ts +1 -0
  129. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  130. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  131. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  132. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  133. package/dist-types/commands/StartSessionCommand.d.ts +1 -0
  134. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  135. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  136. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  137. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  138. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  139. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  141. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  142. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  143. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  144. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  145. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  146. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
  147. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  148. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  149. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  150. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  151. package/package.json +34 -34
@@ -40,8 +40,6 @@ const defaultSSMHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultSSMHttpAuthSchemeProvider = defaultSSMHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -541,12 +541,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
541
541
 
542
542
  // src/endpoint/EndpointParameters.ts
543
543
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
544
- return {
545
- ...options,
544
+ return Object.assign(options, {
546
545
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
547
546
  useFipsEndpoint: options.useFipsEndpoint ?? false,
548
547
  defaultSigningName: "ssm"
549
- };
548
+ });
550
549
  }, "resolveClientEndpointParameters");
551
550
  var commonParams = {
552
551
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -603,22 +602,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
603
602
  }, "resolveHttpAuthRuntimeConfig");
604
603
 
605
604
  // src/runtimeExtensions.ts
606
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
607
605
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
608
- const extensionConfiguration = {
609
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
610
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
611
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
612
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
613
- };
606
+ const extensionConfiguration = Object.assign(
607
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
608
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
609
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
610
+ getHttpAuthExtensionConfiguration(runtimeConfig)
611
+ );
614
612
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
615
- return {
616
- ...runtimeConfig,
617
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
618
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
619
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
620
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
621
- };
613
+ return Object.assign(
614
+ runtimeConfig,
615
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
616
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
617
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
618
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
619
+ );
622
620
  }, "resolveRuntimeExtensions");
623
621
 
624
622
  // src/SSMClient.ts
@@ -632,6 +630,8 @@ var SSMClient = class extends import_smithy_client.Client {
632
630
  config;
633
631
  constructor(...[configuration]) {
634
632
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
633
+ super(_config_0);
634
+ this.initConfig = _config_0;
635
635
  const _config_1 = resolveClientEndpointParameters(_config_0);
636
636
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
637
637
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -640,7 +640,6 @@ var SSMClient = class extends import_smithy_client.Client {
640
640
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
641
641
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
642
642
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
643
- super(_config_8);
644
643
  this.config = _config_8;
645
644
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
646
645
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class SSMClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class SSMClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultSSMHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "ssm",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -122,6 +122,7 @@ declare const AddTagsToResourceCommand_base: {
122
122
  * @throws {@link SSMServiceException}
123
123
  * <p>Base exception class for all service exceptions from SSM service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
@@ -78,6 +78,7 @@ declare const AssociateOpsItemRelatedItemCommand_base: {
78
78
  * @throws {@link SSMServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSM service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class AssociateOpsItemRelatedItemCommand extends AssociateOpsItemRelatedItemCommand_base {
@@ -85,6 +85,7 @@ declare const CancelCommandCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class CancelCommandCommand extends CancelCommandCommand_base {
@@ -65,6 +65,7 @@ declare const CancelMaintenanceWindowExecutionCommand_base: {
65
65
  * @throws {@link SSMServiceException}
66
66
  * <p>Base exception class for all service exceptions from SSM service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class CancelMaintenanceWindowExecutionCommand extends CancelMaintenanceWindowExecutionCommand_base {
@@ -87,6 +87,7 @@ declare const CreateActivationCommand_base: {
87
87
  * @throws {@link SSMServiceException}
88
88
  * <p>Base exception class for all service exceptions from SSM service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class CreateActivationCommand extends CreateActivationCommand_base {
@@ -385,6 +385,7 @@ declare const CreateAssociationBatchCommand_base: {
385
385
  * @throws {@link SSMServiceException}
386
386
  * <p>Base exception class for all service exceptions from SSM service.</p>
387
387
  *
388
+ *
388
389
  * @public
389
390
  */
390
391
  export declare class CreateAssociationBatchCommand extends CreateAssociationBatchCommand_base {
@@ -325,6 +325,7 @@ declare const CreateAssociationCommand_base: {
325
325
  * @throws {@link SSMServiceException}
326
326
  * <p>Base exception class for all service exceptions from SSM service.</p>
327
327
  *
328
+ *
328
329
  * @public
329
330
  */
330
331
  export declare class CreateAssociationCommand extends CreateAssociationCommand_base {
@@ -170,6 +170,7 @@ declare const CreateDocumentCommand_base: {
170
170
  * @throws {@link SSMServiceException}
171
171
  * <p>Base exception class for all service exceptions from SSM service.</p>
172
172
  *
173
+ *
173
174
  * @public
174
175
  */
175
176
  export declare class CreateDocumentCommand extends CreateDocumentCommand_base {
@@ -91,6 +91,7 @@ declare const CreateMaintenanceWindowCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateMaintenanceWindowCommand extends CreateMaintenanceWindowCommand_base {
@@ -111,6 +111,7 @@ declare const CreateOpsItemCommand_base: {
111
111
  * @throws {@link SSMServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSM service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class CreateOpsItemCommand extends CreateOpsItemCommand_base {
@@ -83,6 +83,7 @@ declare const CreateOpsMetadataCommand_base: {
83
83
  * @throws {@link SSMServiceException}
84
84
  * <p>Base exception class for all service exceptions from SSM service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateOpsMetadataCommand extends CreateOpsMetadataCommand_base {
@@ -129,6 +129,7 @@ declare const CreatePatchBaselineCommand_base: {
129
129
  * @throws {@link SSMServiceException}
130
130
  * <p>Base exception class for all service exceptions from SSM service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class CreatePatchBaselineCommand extends CreatePatchBaselineCommand_base {
@@ -111,6 +111,7 @@ declare const CreateResourceDataSyncCommand_base: {
111
111
  * @throws {@link SSMServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSM service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class CreateResourceDataSyncCommand extends CreateResourceDataSyncCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteActivationCommand_base: {
68
68
  * @throws {@link SSMServiceException}
69
69
  * <p>Base exception class for all service exceptions from SSM service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteActivationCommand extends DeleteActivationCommand_base {
@@ -92,6 +92,7 @@ declare const DeleteAssociationCommand_base: {
92
92
  * @throws {@link SSMServiceException}
93
93
  * <p>Base exception class for all service exceptions from SSM service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteAssociationCommand extends DeleteAssociationCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteDocumentCommand_base: {
70
70
  * @throws {@link SSMServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSM service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
@@ -86,6 +86,7 @@ declare const DeleteInventoryCommand_base: {
86
86
  * @throws {@link SSMServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSM service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DeleteInventoryCommand extends DeleteInventoryCommand_base {
@@ -57,6 +57,7 @@ declare const DeleteMaintenanceWindowCommand_base: {
57
57
  * @throws {@link SSMServiceException}
58
58
  * <p>Base exception class for all service exceptions from SSM service.</p>
59
59
  *
60
+ *
60
61
  * @public
61
62
  */
62
63
  export declare class DeleteMaintenanceWindowCommand extends DeleteMaintenanceWindowCommand_base {
@@ -86,6 +86,7 @@ declare const DeleteOpsItemCommand_base: {
86
86
  * @throws {@link SSMServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSM service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DeleteOpsItemCommand extends DeleteOpsItemCommand_base {
@@ -61,6 +61,7 @@ declare const DeleteOpsMetadataCommand_base: {
61
61
  * @throws {@link SSMServiceException}
62
62
  * <p>Base exception class for all service exceptions from SSM service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class DeleteOpsMetadataCommand extends DeleteOpsMetadataCommand_base {
@@ -64,6 +64,7 @@ declare const DeleteParameterCommand_base: {
64
64
  * @throws {@link SSMServiceException}
65
65
  * <p>Base exception class for all service exceptions from SSM service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class DeleteParameterCommand extends DeleteParameterCommand_base {
@@ -65,6 +65,7 @@ declare const DeleteParametersCommand_base: {
65
65
  * @throws {@link SSMServiceException}
66
66
  * <p>Base exception class for all service exceptions from SSM service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeleteParametersCommand extends DeleteParametersCommand_base {
@@ -61,6 +61,7 @@ declare const DeletePatchBaselineCommand_base: {
61
61
  * @throws {@link SSMServiceException}
62
62
  * <p>Base exception class for all service exceptions from SSM service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class DeletePatchBaselineCommand extends DeletePatchBaselineCommand_base {
@@ -64,6 +64,7 @@ declare const DeleteResourceDataSyncCommand_base: {
64
64
  * @throws {@link SSMServiceException}
65
65
  * <p>Base exception class for all service exceptions from SSM service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class DeleteResourceDataSyncCommand extends DeleteResourceDataSyncCommand_base {
@@ -91,6 +91,7 @@ declare const DeleteResourcePolicyCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
@@ -81,6 +81,7 @@ declare const DeregisterManagedInstanceCommand_base: {
81
81
  * @throws {@link SSMServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeregisterManagedInstanceCommand extends DeregisterManagedInstanceCommand_base {
@@ -62,6 +62,7 @@ declare const DeregisterPatchBaselineForPatchGroupCommand_base: {
62
62
  * @throws {@link SSMServiceException}
63
63
  * <p>Base exception class for all service exceptions from SSM service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeregisterPatchBaselineForPatchGroupCommand extends DeregisterPatchBaselineForPatchGroupCommand_base {
@@ -70,6 +70,7 @@ declare const DeregisterTargetFromMaintenanceWindowCommand_base: {
70
70
  * @throws {@link SSMServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSM service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeregisterTargetFromMaintenanceWindowCommand extends DeregisterTargetFromMaintenanceWindowCommand_base {
@@ -65,6 +65,7 @@ declare const DeregisterTaskFromMaintenanceWindowCommand_base: {
65
65
  * @throws {@link SSMServiceException}
66
66
  * <p>Base exception class for all service exceptions from SSM service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeregisterTaskFromMaintenanceWindowCommand extends DeregisterTaskFromMaintenanceWindowCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeActivationsCommand_base: {
94
94
  * @throws {@link SSMServiceException}
95
95
  * <p>Base exception class for all service exceptions from SSM service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeActivationsCommand extends DescribeActivationsCommand_base {
@@ -205,6 +205,7 @@ declare const DescribeAssociationCommand_base: {
205
205
  * @throws {@link SSMServiceException}
206
206
  * <p>Base exception class for all service exceptions from SSM service.</p>
207
207
  *
208
+ *
208
209
  * @public
209
210
  */
210
211
  export declare class DescribeAssociationCommand extends DescribeAssociationCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeAssociationExecutionTargetsCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeAssociationExecutionTargetsCommand extends DescribeAssociationExecutionTargetsCommand_base {
@@ -98,6 +98,7 @@ declare const DescribeAssociationExecutionsCommand_base: {
98
98
  * @throws {@link SSMServiceException}
99
99
  * <p>Base exception class for all service exceptions from SSM service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeAssociationExecutionsCommand extends DescribeAssociationExecutionsCommand_base {
@@ -200,6 +200,7 @@ declare const DescribeAutomationExecutionsCommand_base: {
200
200
  * @throws {@link SSMServiceException}
201
201
  * <p>Base exception class for all service exceptions from SSM service.</p>
202
202
  *
203
+ *
203
204
  * @public
204
205
  */
205
206
  export declare class DescribeAutomationExecutionsCommand extends DescribeAutomationExecutionsCommand_base {
@@ -180,6 +180,7 @@ declare const DescribeAutomationStepExecutionsCommand_base: {
180
180
  * @throws {@link SSMServiceException}
181
181
  * <p>Base exception class for all service exceptions from SSM service.</p>
182
182
  *
183
+ *
183
184
  * @public
184
185
  */
185
186
  export declare class DescribeAutomationStepExecutionsCommand extends DescribeAutomationStepExecutionsCommand_base {
@@ -103,6 +103,7 @@ declare const DescribeAvailablePatchesCommand_base: {
103
103
  * @throws {@link SSMServiceException}
104
104
  * <p>Base exception class for all service exceptions from SSM service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class DescribeAvailablePatchesCommand extends DescribeAvailablePatchesCommand_base {
@@ -131,6 +131,7 @@ declare const DescribeDocumentCommand_base: {
131
131
  * @throws {@link SSMServiceException}
132
132
  * <p>Base exception class for all service exceptions from SSM service.</p>
133
133
  *
134
+ *
134
135
  * @public
135
136
  */
136
137
  export declare class DescribeDocumentCommand extends DescribeDocumentCommand_base {
@@ -85,6 +85,7 @@ declare const DescribeDocumentPermissionCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class DescribeDocumentPermissionCommand extends DescribeDocumentPermissionCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeEffectiveInstanceAssociationsCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeEffectiveInstanceAssociationsCommand extends DescribeEffectiveInstanceAssociationsCommand_base {
@@ -113,6 +113,7 @@ declare const DescribeEffectivePatchesForPatchBaselineCommand_base: {
113
113
  * @throws {@link SSMServiceException}
114
114
  * <p>Base exception class for all service exceptions from SSM service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class DescribeEffectivePatchesForPatchBaselineCommand extends DescribeEffectivePatchesForPatchBaselineCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeInstanceAssociationsStatusCommand_base: {
102
102
  * @throws {@link SSMServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSM service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeInstanceAssociationsStatusCommand extends DescribeInstanceAssociationsStatusCommand_base {
@@ -143,6 +143,7 @@ declare const DescribeInstanceInformationCommand_base: {
143
143
  * @throws {@link SSMServiceException}
144
144
  * <p>Base exception class for all service exceptions from SSM service.</p>
145
145
  *
146
+ *
146
147
  * @public
147
148
  */
148
149
  export declare class DescribeInstanceInformationCommand extends DescribeInstanceInformationCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeInstancePatchStatesCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeInstancePatchStatesCommand extends DescribeInstancePatchStatesCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeInstancePatchStatesForPatchGroupCommand_base: {
102
102
  * @throws {@link SSMServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSM service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeInstancePatchStatesForPatchGroupCommand extends DescribeInstancePatchStatesForPatchGroupCommand_base {
@@ -105,6 +105,7 @@ declare const DescribeInstancePatchesCommand_base: {
105
105
  * @throws {@link SSMServiceException}
106
106
  * <p>Base exception class for all service exceptions from SSM service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DescribeInstancePatchesCommand extends DescribeInstancePatchesCommand_base {
@@ -147,6 +147,7 @@ declare const DescribeInstancePropertiesCommand_base: {
147
147
  * @throws {@link SSMServiceException}
148
148
  * <p>Base exception class for all service exceptions from SSM service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class DescribeInstancePropertiesCommand extends DescribeInstancePropertiesCommand_base {
@@ -87,6 +87,7 @@ declare const DescribeInventoryDeletionsCommand_base: {
87
87
  * @throws {@link SSMServiceException}
88
88
  * <p>Base exception class for all service exceptions from SSM service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class DescribeInventoryDeletionsCommand extends DescribeInventoryDeletionsCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeMaintenanceWindowExecutionTaskInvocationsCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends DescribeMaintenanceWindowExecutionTaskInvocationsCommand_base {
@@ -99,6 +99,7 @@ declare const DescribeMaintenanceWindowExecutionTasksCommand_base: {
99
99
  * @throws {@link SSMServiceException}
100
100
  * <p>Base exception class for all service exceptions from SSM service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class DescribeMaintenanceWindowExecutionTasksCommand extends DescribeMaintenanceWindowExecutionTasksCommand_base {
@@ -79,6 +79,7 @@ declare const DescribeMaintenanceWindowExecutionsCommand_base: {
79
79
  * @throws {@link SSMServiceException}
80
80
  * <p>Base exception class for all service exceptions from SSM service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DescribeMaintenanceWindowExecutionsCommand extends DescribeMaintenanceWindowExecutionsCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeMaintenanceWindowScheduleCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeMaintenanceWindowScheduleCommand extends DescribeMaintenanceWindowScheduleCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeMaintenanceWindowTargetsCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeMaintenanceWindowTargetsCommand extends DescribeMaintenanceWindowTargetsCommand_base {