@aws-sdk/client-ssm 3.37.0 → 3.41.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 (167) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +138 -0
  3. package/dist-cjs/endpoints.js +148 -26
  4. package/dist-cjs/index.js +5 -185
  5. package/dist-cjs/pagination/index.js +50 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +4 -0
  9. package/dist-es/commands/index.js +135 -0
  10. package/dist-es/endpoints.js +148 -26
  11. package/dist-es/index.js +5 -185
  12. package/dist-es/pagination/index.js +47 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +1 -0
  16. package/dist-types/SSMClient.d.ts +8 -0
  17. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
  20. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateActivationCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
  28. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
  38. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -1
  40. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
  41. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  78. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -1
  80. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
  81. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  84. package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
  85. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
  86. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  87. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  88. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  90. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  91. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  92. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
  94. package/dist-types/commands/GetParameterCommand.d.ts +1 -1
  95. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
  96. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  97. package/dist-types/commands/GetParametersCommand.d.ts +1 -1
  98. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  99. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
  101. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
  102. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  103. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  104. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
  106. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  107. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  108. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
  109. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
  110. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  111. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  112. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
  115. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  116. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
  119. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
  120. package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
  121. package/dist-types/commands/PutParameterCommand.d.ts +1 -1
  122. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
  123. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  124. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  125. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  126. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  127. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
  128. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  129. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  130. package/dist-types/commands/SendCommandCommand.d.ts +1 -1
  131. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  132. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  133. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  134. package/dist-types/commands/StartSessionCommand.d.ts +1 -1
  135. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
  136. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  137. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  142. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
  152. package/dist-types/commands/index.d.ts +135 -0
  153. package/dist-types/index.d.ts +5 -185
  154. package/dist-types/pagination/index.d.ts +47 -0
  155. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  156. package/dist-types/runtimeConfig.d.ts +2 -0
  157. package/dist-types/runtimeConfig.native.d.ts +2 -0
  158. package/dist-types/ts3.4/SSMClient.d.ts +4 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/index.d.ts +5 -185
  161. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  165. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  166. package/dist-types/waiters/index.d.ts +1 -0
  167. package/package.json +27 -27
@@ -1,6 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
4
5
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
6
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
7
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
13
  export var getRuntimeConfig = function (config) {
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
14
15
  var clientSharedValues = getSharedRuntimeConfig(config);
15
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
16
17
  };
@@ -1,7 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { Hash } from "@aws-sdk/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
20
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
21
  };
@@ -0,0 +1 @@
1
+ export * from "./waitForCommandExecuted";
@@ -211,6 +211,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
211
211
  * Optional logger for logging debug/info/warn/error.
212
212
  */
213
213
  logger?: __Logger;
214
+ /**
215
+ * Enables IPv6/IPv4 dualstack endpoint.
216
+ */
217
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
218
+ /**
219
+ * Enables FIPS compatible endpoints.
220
+ */
221
+ useFipsEndpoint?: boolean | __Provider<boolean>;
214
222
  /**
215
223
  * Unique service identifier.
216
224
  * @internal
@@ -64,7 +64,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
64
64
  *
65
65
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
66
66
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
67
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
67
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
68
68
  *
69
69
  */
70
70
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
22
22
  *
23
23
  * @see {@link AssociateOpsItemRelatedItemCommandInput} for command's `input` shape.
24
24
  * @see {@link AssociateOpsItemRelatedItemCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AssociateOpsItemRelatedItemCommand extends $Command<AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad
21
21
  *
22
22
  * @see {@link CancelCommandCommandInput} for command's `input` shape.
23
23
  * @see {@link CancelCommandCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CancelCommandCommand extends $Command<CancelCommandCommandInput, CancelCommandCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CancelMaintenanceWindowExecutionCommandOutput extends CancelMai
22
22
  *
23
23
  * @see {@link CancelMaintenanceWindowExecutionCommandInput} for command's `input` shape.
24
24
  * @see {@link CancelMaintenanceWindowExecutionCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CancelMaintenanceWindowExecutionCommand extends $Command<CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _
29
29
  *
30
30
  * @see {@link CreateActivationCommandInput} for command's `input` shape.
31
31
  * @see {@link CreateActivationCommandOutput} for command's `response` shape.
32
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class CreateActivationCommand extends $Command<CreateActivationCommandInput, CreateActivationCommandOutput, SSMClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa
26
26
  *
27
27
  * @see {@link CreateAssociationBatchCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateAssociationBatchCommandOutput} for command's `response` shape.
29
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateAssociationBatchCommand extends $Command<CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput, SSMClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult,
29
29
  *
30
30
  * @see {@link CreateAssociationCommandInput} for command's `input` shape.
31
31
  * @see {@link CreateAssociationCommandOutput} for command's `response` shape.
32
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class CreateAssociationCommand extends $Command<CreateAssociationCommandInput, CreateAssociationCommandOutput, SSMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
23
23
  *
24
24
  * @see {@link CreateDocumentCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateDocumentCommandOutput} for command's `response` shape.
26
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateDocumentCommand extends $Command<CreateDocumentCommandInput, CreateDocumentCommandOutput, SSMClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
28
28
  *
29
29
  * @see {@link CreateMaintenanceWindowCommandInput} for command's `input` shape.
30
30
  * @see {@link CreateMaintenanceWindowCommandOutput} for command's `response` shape.
31
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class CreateMaintenanceWindowCommand extends $Command<CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
25
25
  *
26
26
  * @see {@link CreateOpsItemCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateOpsItemCommandOutput} for command's `response` shape.
28
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateOpsItemCommand extends $Command<CreateOpsItemCommandInput, CreateOpsItemCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
21
21
  *
22
22
  * @see {@link CreateOpsMetadataCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateOpsMetadataCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateOpsMetadataCommand extends $Command<CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
24
24
  *
25
25
  * @see {@link CreatePatchBaselineCommandInput} for command's `input` shape.
26
26
  * @see {@link CreatePatchBaselineCommandOutput} for command's `response` shape.
27
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreatePatchBaselineCommand extends $Command<CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
40
40
  *
41
41
  * @see {@link CreateResourceDataSyncCommandInput} for command's `input` shape.
42
42
  * @see {@link CreateResourceDataSyncCommandOutput} for command's `response` shape.
43
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class CreateResourceDataSyncCommand extends $Command<CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
23
23
  *
24
24
  * @see {@link DeleteActivationCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteActivationCommandOutput} for command's `response` shape.
26
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteActivationCommand extends $Command<DeleteActivationCommandInput, DeleteActivationCommandOutput, SSMClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
26
26
  *
27
27
  * @see {@link DeleteAssociationCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteAssociationCommandOutput} for command's `response` shape.
29
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteAssociationCommand extends $Command<DeleteAssociationCommandInput, DeleteAssociationCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
22
22
  *
23
23
  * @see {@link DeleteDocumentCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteDocumentCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
21
21
  *
22
22
  * @see {@link DeleteInventoryCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteInventoryCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteInventoryCommand extends $Command<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
20
20
  *
21
21
  * @see {@link DeleteMaintenanceWindowCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMaintenanceWindowCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMaintenanceWindowCommand extends $Command<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
20
20
  *
21
21
  * @see {@link DeleteOpsMetadataCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteOpsMetadataCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteOpsMetadataCommand extends $Command<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
21
21
  *
22
22
  * @see {@link DeleteParameterCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteParameterCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteParameterCommand extends $Command<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
21
21
  *
22
22
  * @see {@link DeleteParametersCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteParametersCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteParametersCommand extends $Command<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
20
20
  *
21
21
  * @see {@link DeletePatchBaselineCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePatchBaselineCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeletePatchBaselineCommand extends $Command<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
22
22
  *
23
23
  * @see {@link DeleteResourceDataSyncCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteResourceDataSyncCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteResourceDataSyncCommand extends $Command<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
22
22
  *
23
23
  * @see {@link DeregisterManagedInstanceCommandInput} for command's `input` shape.
24
24
  * @see {@link DeregisterManagedInstanceCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeregisterManagedInstanceCommand extends $Command<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
20
20
  *
21
21
  * @see {@link DeregisterPatchBaselineForPatchGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterPatchBaselineForPatchGroupCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterPatchBaselineForPatchGroupCommand extends $Command<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
20
20
  *
21
21
  * @see {@link DeregisterTargetFromMaintenanceWindowCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterTargetFromMaintenanceWindowCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterTargetFromMaintenanceWindowCommand extends $Command<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
20
20
  *
21
21
  * @see {@link DeregisterTaskFromMaintenanceWindowCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterTaskFromMaintenanceWindowCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterTaskFromMaintenanceWindowCommand extends $Command<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
23
23
  *
24
24
  * @see {@link DescribeActivationsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeActivationsCommandOutput} for command's `response` shape.
26
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeActivationsCommand extends $Command<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
22
22
  *
23
23
  * @see {@link DescribeAssociationCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeAssociationCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeAssociationCommand extends $Command<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
20
20
  *
21
21
  * @see {@link DescribeAssociationExecutionTargetsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAssociationExecutionTargetsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAssociationExecutionTargetsCommand extends $Command<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
20
20
  *
21
21
  * @see {@link DescribeAssociationExecutionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAssociationExecutionsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAssociationExecutionsCommand extends $Command<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
20
20
  *
21
21
  * @see {@link DescribeAutomationExecutionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAutomationExecutionsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAutomationExecutionsCommand extends $Command<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
21
21
  *
22
22
  * @see {@link DescribeAutomationStepExecutionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAutomationStepExecutionsCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeAutomationStepExecutionsCommand extends $Command<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
20
20
  *
21
21
  * @see {@link DescribeAvailablePatchesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAvailablePatchesCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAvailablePatchesCommand extends $Command<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
20
20
  *
21
21
  * @see {@link DescribeDocumentCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDocumentCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDocumentCommand extends $Command<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
22
22
  *
23
23
  * @see {@link DescribeDocumentPermissionCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeDocumentPermissionCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeDocumentPermissionCommand extends $Command<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
20
20
  *
21
21
  * @see {@link DescribeEffectiveInstanceAssociationsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEffectiveInstanceAssociationsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEffectiveInstanceAssociationsCommand extends $Command<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
21
21
  *
22
22
  * @see {@link DescribeEffectivePatchesForPatchBaselineCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEffectivePatchesForPatchBaselineCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEffectivePatchesForPatchBaselineCommand extends $Command<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
20
20
  *
21
21
  * @see {@link DescribeInstanceAssociationsStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeInstanceAssociationsStatusCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeInstanceAssociationsStatusCommand extends $Command<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
29
29
  *
30
30
  * @see {@link DescribeInstanceInformationCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeInstanceInformationCommandOutput} for command's `response` shape.
32
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DescribeInstanceInformationCommand extends $Command<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
20
20
  *
21
21
  * @see {@link DescribeInstancePatchStatesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeInstancePatchStatesCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeInstancePatchStatesCommand extends $Command<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
20
20
  *
21
21
  * @see {@link DescribeInstancePatchStatesForPatchGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeInstancePatchStatesForPatchGroupCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeInstancePatchStatesForPatchGroupCommand extends $Command<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
21
21
  *
22
22
  * @see {@link DescribeInstancePatchesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeInstancePatchesCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeInstancePatchesCommand extends $Command<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
20
20
  *
21
21
  * @see {@link DescribeInventoryDeletionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeInventoryDeletionsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeInventoryDeletionsCommand extends $Command<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
21
21
  *
22
22
  * @see {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput} for command's `response` shape.
24
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $Command<DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
20
20
  *
21
21
  * @see {@link DescribeMaintenanceWindowExecutionTasksCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeMaintenanceWindowExecutionTasksCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeMaintenanceWindowExecutionTasksCommand extends $Command<DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput, SSMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
22
22
  *
23
23
  * @see {@link DescribeMaintenanceWindowExecutionsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeMaintenanceWindowExecutionsCommandOutput} for command's `response` shape.
25
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeMaintenanceWindowExecutionsCommand extends $Command<DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
20
20
  *
21
21
  * @see {@link DescribeMaintenanceWindowScheduleCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeMaintenanceWindowScheduleCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeMaintenanceWindowScheduleCommand extends $Command<DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput, SSMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
20
20
  *
21
21
  * @see {@link DescribeMaintenanceWindowTargetsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeMaintenanceWindowTargetsCommandOutput} for command's `response` shape.
23
- * @see {@link SSMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeMaintenanceWindowTargetsCommand extends $Command<DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput, SSMClientResolvedConfig> {