@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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +138 -0
- package/dist-cjs/endpoints.js +148 -26
- package/dist-cjs/index.js +5 -185
- package/dist-cjs/pagination/index.js +50 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +135 -0
- package/dist-es/endpoints.js +148 -26
- package/dist-es/index.js +5 -185
- package/dist-es/pagination/index.js +47 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/SSMClient.d.ts +8 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateActivationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
- package/dist-types/commands/PutParameterCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +135 -0
- package/dist-types/index.d.ts +5 -185
- package/dist-types/pagination/index.d.ts +47 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SSMClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +135 -0
- package/dist-types/ts3.4/index.d.ts +5 -185
- package/dist-types/ts3.4/pagination/index.d.ts +47 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +27 -27
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
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;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
export * from "./AddTagsToResourceCommand";
|
|
2
|
+
export * from "./AssociateOpsItemRelatedItemCommand";
|
|
3
|
+
export * from "./CancelCommandCommand";
|
|
4
|
+
export * from "./CancelMaintenanceWindowExecutionCommand";
|
|
5
|
+
export * from "./CreateActivationCommand";
|
|
6
|
+
export * from "./CreateAssociationBatchCommand";
|
|
7
|
+
export * from "./CreateAssociationCommand";
|
|
8
|
+
export * from "./CreateDocumentCommand";
|
|
9
|
+
export * from "./CreateMaintenanceWindowCommand";
|
|
10
|
+
export * from "./CreateOpsItemCommand";
|
|
11
|
+
export * from "./CreateOpsMetadataCommand";
|
|
12
|
+
export * from "./CreatePatchBaselineCommand";
|
|
13
|
+
export * from "./CreateResourceDataSyncCommand";
|
|
14
|
+
export * from "./DeleteActivationCommand";
|
|
15
|
+
export * from "./DeleteAssociationCommand";
|
|
16
|
+
export * from "./DeleteDocumentCommand";
|
|
17
|
+
export * from "./DeleteInventoryCommand";
|
|
18
|
+
export * from "./DeleteMaintenanceWindowCommand";
|
|
19
|
+
export * from "./DeleteOpsMetadataCommand";
|
|
20
|
+
export * from "./DeleteParameterCommand";
|
|
21
|
+
export * from "./DeleteParametersCommand";
|
|
22
|
+
export * from "./DeletePatchBaselineCommand";
|
|
23
|
+
export * from "./DeleteResourceDataSyncCommand";
|
|
24
|
+
export * from "./DeregisterManagedInstanceCommand";
|
|
25
|
+
export * from "./DeregisterPatchBaselineForPatchGroupCommand";
|
|
26
|
+
export * from "./DeregisterTargetFromMaintenanceWindowCommand";
|
|
27
|
+
export * from "./DeregisterTaskFromMaintenanceWindowCommand";
|
|
28
|
+
export * from "./DescribeActivationsCommand";
|
|
29
|
+
export * from "./DescribeAssociationCommand";
|
|
30
|
+
export * from "./DescribeAssociationExecutionTargetsCommand";
|
|
31
|
+
export * from "./DescribeAssociationExecutionsCommand";
|
|
32
|
+
export * from "./DescribeAutomationExecutionsCommand";
|
|
33
|
+
export * from "./DescribeAutomationStepExecutionsCommand";
|
|
34
|
+
export * from "./DescribeAvailablePatchesCommand";
|
|
35
|
+
export * from "./DescribeDocumentCommand";
|
|
36
|
+
export * from "./DescribeDocumentPermissionCommand";
|
|
37
|
+
export * from "./DescribeEffectiveInstanceAssociationsCommand";
|
|
38
|
+
export * from "./DescribeEffectivePatchesForPatchBaselineCommand";
|
|
39
|
+
export * from "./DescribeInstanceAssociationsStatusCommand";
|
|
40
|
+
export * from "./DescribeInstanceInformationCommand";
|
|
41
|
+
export * from "./DescribeInstancePatchStatesCommand";
|
|
42
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupCommand";
|
|
43
|
+
export * from "./DescribeInstancePatchesCommand";
|
|
44
|
+
export * from "./DescribeInventoryDeletionsCommand";
|
|
45
|
+
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
46
|
+
export * from "./DescribeMaintenanceWindowExecutionTasksCommand";
|
|
47
|
+
export * from "./DescribeMaintenanceWindowExecutionsCommand";
|
|
48
|
+
export * from "./DescribeMaintenanceWindowScheduleCommand";
|
|
49
|
+
export * from "./DescribeMaintenanceWindowTargetsCommand";
|
|
50
|
+
export * from "./DescribeMaintenanceWindowTasksCommand";
|
|
51
|
+
export * from "./DescribeMaintenanceWindowsCommand";
|
|
52
|
+
export * from "./DescribeMaintenanceWindowsForTargetCommand";
|
|
53
|
+
export * from "./DescribeOpsItemsCommand";
|
|
54
|
+
export * from "./DescribeParametersCommand";
|
|
55
|
+
export * from "./DescribePatchBaselinesCommand";
|
|
56
|
+
export * from "./DescribePatchGroupStateCommand";
|
|
57
|
+
export * from "./DescribePatchGroupsCommand";
|
|
58
|
+
export * from "./DescribePatchPropertiesCommand";
|
|
59
|
+
export * from "./DescribeSessionsCommand";
|
|
60
|
+
export * from "./DisassociateOpsItemRelatedItemCommand";
|
|
61
|
+
export * from "./GetAutomationExecutionCommand";
|
|
62
|
+
export * from "./GetCalendarStateCommand";
|
|
63
|
+
export * from "./GetCommandInvocationCommand";
|
|
64
|
+
export * from "./GetConnectionStatusCommand";
|
|
65
|
+
export * from "./GetDefaultPatchBaselineCommand";
|
|
66
|
+
export * from "./GetDeployablePatchSnapshotForInstanceCommand";
|
|
67
|
+
export * from "./GetDocumentCommand";
|
|
68
|
+
export * from "./GetInventoryCommand";
|
|
69
|
+
export * from "./GetInventorySchemaCommand";
|
|
70
|
+
export * from "./GetMaintenanceWindowCommand";
|
|
71
|
+
export * from "./GetMaintenanceWindowExecutionCommand";
|
|
72
|
+
export * from "./GetMaintenanceWindowExecutionTaskCommand";
|
|
73
|
+
export * from "./GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
74
|
+
export * from "./GetMaintenanceWindowTaskCommand";
|
|
75
|
+
export * from "./GetOpsItemCommand";
|
|
76
|
+
export * from "./GetOpsMetadataCommand";
|
|
77
|
+
export * from "./GetOpsSummaryCommand";
|
|
78
|
+
export * from "./GetParameterCommand";
|
|
79
|
+
export * from "./GetParameterHistoryCommand";
|
|
80
|
+
export * from "./GetParametersByPathCommand";
|
|
81
|
+
export * from "./GetParametersCommand";
|
|
82
|
+
export * from "./GetPatchBaselineCommand";
|
|
83
|
+
export * from "./GetPatchBaselineForPatchGroupCommand";
|
|
84
|
+
export * from "./GetServiceSettingCommand";
|
|
85
|
+
export * from "./LabelParameterVersionCommand";
|
|
86
|
+
export * from "./ListAssociationVersionsCommand";
|
|
87
|
+
export * from "./ListAssociationsCommand";
|
|
88
|
+
export * from "./ListCommandInvocationsCommand";
|
|
89
|
+
export * from "./ListCommandsCommand";
|
|
90
|
+
export * from "./ListComplianceItemsCommand";
|
|
91
|
+
export * from "./ListComplianceSummariesCommand";
|
|
92
|
+
export * from "./ListDocumentMetadataHistoryCommand";
|
|
93
|
+
export * from "./ListDocumentVersionsCommand";
|
|
94
|
+
export * from "./ListDocumentsCommand";
|
|
95
|
+
export * from "./ListInventoryEntriesCommand";
|
|
96
|
+
export * from "./ListOpsItemEventsCommand";
|
|
97
|
+
export * from "./ListOpsItemRelatedItemsCommand";
|
|
98
|
+
export * from "./ListOpsMetadataCommand";
|
|
99
|
+
export * from "./ListResourceComplianceSummariesCommand";
|
|
100
|
+
export * from "./ListResourceDataSyncCommand";
|
|
101
|
+
export * from "./ListTagsForResourceCommand";
|
|
102
|
+
export * from "./ModifyDocumentPermissionCommand";
|
|
103
|
+
export * from "./PutComplianceItemsCommand";
|
|
104
|
+
export * from "./PutInventoryCommand";
|
|
105
|
+
export * from "./PutParameterCommand";
|
|
106
|
+
export * from "./RegisterDefaultPatchBaselineCommand";
|
|
107
|
+
export * from "./RegisterPatchBaselineForPatchGroupCommand";
|
|
108
|
+
export * from "./RegisterTargetWithMaintenanceWindowCommand";
|
|
109
|
+
export * from "./RegisterTaskWithMaintenanceWindowCommand";
|
|
110
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
111
|
+
export * from "./ResetServiceSettingCommand";
|
|
112
|
+
export * from "./ResumeSessionCommand";
|
|
113
|
+
export * from "./SendAutomationSignalCommand";
|
|
114
|
+
export * from "./SendCommandCommand";
|
|
115
|
+
export * from "./StartAssociationsOnceCommand";
|
|
116
|
+
export * from "./StartAutomationExecutionCommand";
|
|
117
|
+
export * from "./StartChangeRequestExecutionCommand";
|
|
118
|
+
export * from "./StartSessionCommand";
|
|
119
|
+
export * from "./StopAutomationExecutionCommand";
|
|
120
|
+
export * from "./TerminateSessionCommand";
|
|
121
|
+
export * from "./UnlabelParameterVersionCommand";
|
|
122
|
+
export * from "./UpdateAssociationCommand";
|
|
123
|
+
export * from "./UpdateAssociationStatusCommand";
|
|
124
|
+
export * from "./UpdateDocumentCommand";
|
|
125
|
+
export * from "./UpdateDocumentDefaultVersionCommand";
|
|
126
|
+
export * from "./UpdateDocumentMetadataCommand";
|
|
127
|
+
export * from "./UpdateMaintenanceWindowCommand";
|
|
128
|
+
export * from "./UpdateMaintenanceWindowTargetCommand";
|
|
129
|
+
export * from "./UpdateMaintenanceWindowTaskCommand";
|
|
130
|
+
export * from "./UpdateManagedInstanceRoleCommand";
|
|
131
|
+
export * from "./UpdateOpsItemCommand";
|
|
132
|
+
export * from "./UpdateOpsMetadataCommand";
|
|
133
|
+
export * from "./UpdatePatchBaselineCommand";
|
|
134
|
+
export * from "./UpdateResourceDataSyncCommand";
|
|
135
|
+
export * from "./UpdateServiceSettingCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,33 +1,89 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
3
|
var regionHash = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
"ca-central-1": {
|
|
5
|
+
variants: [
|
|
6
|
+
{
|
|
7
|
+
hostname: "ssm.ca-central-1.amazonaws.com",
|
|
8
|
+
tags: [],
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
hostname: "ssm-fips.ca-central-1.amazonaws.com",
|
|
12
|
+
tags: ["fips"],
|
|
13
|
+
},
|
|
14
|
+
],
|
|
7
15
|
},
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
16
|
+
"us-east-1": {
|
|
17
|
+
variants: [
|
|
18
|
+
{
|
|
19
|
+
hostname: "ssm.us-east-1.amazonaws.com",
|
|
20
|
+
tags: [],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
hostname: "ssm-fips.us-east-1.amazonaws.com",
|
|
24
|
+
tags: ["fips"],
|
|
25
|
+
},
|
|
26
|
+
],
|
|
11
27
|
},
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
28
|
+
"us-east-2": {
|
|
29
|
+
variants: [
|
|
30
|
+
{
|
|
31
|
+
hostname: "ssm.us-east-2.amazonaws.com",
|
|
32
|
+
tags: [],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
hostname: "ssm-fips.us-east-2.amazonaws.com",
|
|
36
|
+
tags: ["fips"],
|
|
37
|
+
},
|
|
38
|
+
],
|
|
15
39
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
40
|
+
"us-gov-east-1": {
|
|
41
|
+
variants: [
|
|
42
|
+
{
|
|
43
|
+
hostname: "ssm.us-gov-east-1.amazonaws.com",
|
|
44
|
+
tags: [],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
hostname: "ssm.us-gov-east-1.amazonaws.com",
|
|
48
|
+
tags: ["fips"],
|
|
49
|
+
},
|
|
50
|
+
],
|
|
19
51
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
52
|
+
"us-gov-west-1": {
|
|
53
|
+
variants: [
|
|
54
|
+
{
|
|
55
|
+
hostname: "ssm.us-gov-west-1.amazonaws.com",
|
|
56
|
+
tags: [],
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
hostname: "ssm.us-gov-west-1.amazonaws.com",
|
|
60
|
+
tags: ["fips"],
|
|
61
|
+
},
|
|
62
|
+
],
|
|
23
63
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
64
|
+
"us-west-1": {
|
|
65
|
+
variants: [
|
|
66
|
+
{
|
|
67
|
+
hostname: "ssm.us-west-1.amazonaws.com",
|
|
68
|
+
tags: [],
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
hostname: "ssm-fips.us-west-1.amazonaws.com",
|
|
72
|
+
tags: ["fips"],
|
|
73
|
+
},
|
|
74
|
+
],
|
|
27
75
|
},
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
76
|
+
"us-west-2": {
|
|
77
|
+
variants: [
|
|
78
|
+
{
|
|
79
|
+
hostname: "ssm.us-west-2.amazonaws.com",
|
|
80
|
+
tags: [],
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "ssm-fips.us-west-2.amazonaws.com",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
86
|
+
],
|
|
31
87
|
},
|
|
32
88
|
};
|
|
33
89
|
var partitionHash = {
|
|
@@ -60,23 +116,89 @@ var partitionHash = {
|
|
|
60
116
|
"us-west-1",
|
|
61
117
|
"us-west-2",
|
|
62
118
|
],
|
|
63
|
-
|
|
119
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
120
|
+
variants: [
|
|
121
|
+
{
|
|
122
|
+
hostname: "ssm.{region}.amazonaws.com",
|
|
123
|
+
tags: [],
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
hostname: "ssm-fips.{region}.amazonaws.com",
|
|
127
|
+
tags: ["fips"],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
hostname: "ssm-fips.{region}.api.aws",
|
|
131
|
+
tags: ["dualstack", "fips"],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
hostname: "ssm.{region}.api.aws",
|
|
135
|
+
tags: ["dualstack"],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
64
138
|
},
|
|
65
139
|
"aws-cn": {
|
|
66
140
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
67
|
-
|
|
141
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
142
|
+
variants: [
|
|
143
|
+
{
|
|
144
|
+
hostname: "ssm.{region}.amazonaws.com.cn",
|
|
145
|
+
tags: [],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "ssm-fips.{region}.amazonaws.com.cn",
|
|
149
|
+
tags: ["fips"],
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
hostname: "ssm-fips.{region}.api.amazonwebservices.com.cn",
|
|
153
|
+
tags: ["dualstack", "fips"],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
hostname: "ssm.{region}.api.amazonwebservices.com.cn",
|
|
157
|
+
tags: ["dualstack"],
|
|
158
|
+
},
|
|
159
|
+
],
|
|
68
160
|
},
|
|
69
161
|
"aws-iso": {
|
|
70
162
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
71
|
-
|
|
163
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
164
|
+
variants: [
|
|
165
|
+
{
|
|
166
|
+
hostname: "ssm.{region}.c2s.ic.gov",
|
|
167
|
+
tags: [],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
hostname: "ssm-fips.{region}.c2s.ic.gov",
|
|
171
|
+
tags: ["fips"],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
72
174
|
},
|
|
73
175
|
"aws-iso-b": {
|
|
74
176
|
regions: ["us-isob-east-1"],
|
|
75
|
-
|
|
177
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
178
|
+
variants: [
|
|
179
|
+
{
|
|
180
|
+
hostname: "ssm.{region}.sc2s.sgov.gov",
|
|
181
|
+
tags: [],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
hostname: "ssm-fips.{region}.sc2s.sgov.gov",
|
|
185
|
+
tags: ["fips"],
|
|
186
|
+
},
|
|
187
|
+
],
|
|
76
188
|
},
|
|
77
189
|
"aws-us-gov": {
|
|
78
190
|
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
79
|
-
|
|
191
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
192
|
+
variants: [
|
|
193
|
+
{
|
|
194
|
+
hostname: "ssm.{region}.amazonaws.com",
|
|
195
|
+
tags: [],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
hostname: "ssm.{region}.amazonaws.com",
|
|
199
|
+
tags: ["fips"],
|
|
200
|
+
},
|
|
201
|
+
],
|
|
80
202
|
},
|
|
81
203
|
};
|
|
82
204
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
package/dist-es/index.js
CHANGED
|
@@ -1,186 +1,6 @@
|
|
|
1
|
-
export * from "./SSMClient";
|
|
2
1
|
export * from "./SSM";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateAssociationCommand";
|
|
9
|
-
export * from "./commands/CreateAssociationBatchCommand";
|
|
10
|
-
export * from "./commands/CreateDocumentCommand";
|
|
11
|
-
export * from "./commands/CreateMaintenanceWindowCommand";
|
|
12
|
-
export * from "./commands/CreateOpsItemCommand";
|
|
13
|
-
export * from "./commands/CreateOpsMetadataCommand";
|
|
14
|
-
export * from "./commands/CreatePatchBaselineCommand";
|
|
15
|
-
export * from "./commands/CreateResourceDataSyncCommand";
|
|
16
|
-
export * from "./commands/DeleteActivationCommand";
|
|
17
|
-
export * from "./commands/DeleteAssociationCommand";
|
|
18
|
-
export * from "./commands/DeleteDocumentCommand";
|
|
19
|
-
export * from "./commands/DeleteInventoryCommand";
|
|
20
|
-
export * from "./commands/DeleteMaintenanceWindowCommand";
|
|
21
|
-
export * from "./commands/DeleteOpsMetadataCommand";
|
|
22
|
-
export * from "./commands/DeleteParameterCommand";
|
|
23
|
-
export * from "./commands/DeleteParametersCommand";
|
|
24
|
-
export * from "./commands/DeletePatchBaselineCommand";
|
|
25
|
-
export * from "./commands/DeleteResourceDataSyncCommand";
|
|
26
|
-
export * from "./commands/DeregisterManagedInstanceCommand";
|
|
27
|
-
export * from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
28
|
-
export * from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
29
|
-
export * from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
30
|
-
export * from "./commands/DescribeActivationsCommand";
|
|
31
|
-
export * from "./pagination/DescribeActivationsPaginator";
|
|
32
|
-
export * from "./commands/DescribeAssociationCommand";
|
|
33
|
-
export * from "./commands/DescribeAssociationExecutionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeAssociationExecutionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeAssociationExecutionTargetsCommand";
|
|
36
|
-
export * from "./pagination/DescribeAssociationExecutionTargetsPaginator";
|
|
37
|
-
export * from "./commands/DescribeAutomationExecutionsCommand";
|
|
38
|
-
export * from "./pagination/DescribeAutomationExecutionsPaginator";
|
|
39
|
-
export * from "./commands/DescribeAutomationStepExecutionsCommand";
|
|
40
|
-
export * from "./pagination/DescribeAutomationStepExecutionsPaginator";
|
|
41
|
-
export * from "./commands/DescribeAvailablePatchesCommand";
|
|
42
|
-
export * from "./pagination/DescribeAvailablePatchesPaginator";
|
|
43
|
-
export * from "./commands/DescribeDocumentCommand";
|
|
44
|
-
export * from "./commands/DescribeDocumentPermissionCommand";
|
|
45
|
-
export * from "./commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEffectiveInstanceAssociationsPaginator";
|
|
47
|
-
export * from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
48
|
-
export * from "./pagination/DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
49
|
-
export * from "./commands/DescribeInstanceAssociationsStatusCommand";
|
|
50
|
-
export * from "./pagination/DescribeInstanceAssociationsStatusPaginator";
|
|
51
|
-
export * from "./commands/DescribeInstanceInformationCommand";
|
|
52
|
-
export * from "./pagination/DescribeInstanceInformationPaginator";
|
|
53
|
-
export * from "./commands/DescribeInstancePatchesCommand";
|
|
54
|
-
export * from "./pagination/DescribeInstancePatchesPaginator";
|
|
55
|
-
export * from "./commands/DescribeInstancePatchStatesCommand";
|
|
56
|
-
export * from "./pagination/DescribeInstancePatchStatesPaginator";
|
|
57
|
-
export * from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
58
|
-
export * from "./pagination/DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
59
|
-
export * from "./commands/DescribeInventoryDeletionsCommand";
|
|
60
|
-
export * from "./pagination/DescribeInventoryDeletionsPaginator";
|
|
61
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
64
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
65
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
66
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
67
|
-
export * from "./commands/DescribeMaintenanceWindowsCommand";
|
|
68
|
-
export * from "./pagination/DescribeMaintenanceWindowsPaginator";
|
|
69
|
-
export * from "./commands/DescribeMaintenanceWindowScheduleCommand";
|
|
70
|
-
export * from "./pagination/DescribeMaintenanceWindowSchedulePaginator";
|
|
71
|
-
export * from "./commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
72
|
-
export * from "./pagination/DescribeMaintenanceWindowsForTargetPaginator";
|
|
73
|
-
export * from "./commands/DescribeMaintenanceWindowTargetsCommand";
|
|
74
|
-
export * from "./pagination/DescribeMaintenanceWindowTargetsPaginator";
|
|
75
|
-
export * from "./commands/DescribeMaintenanceWindowTasksCommand";
|
|
76
|
-
export * from "./pagination/DescribeMaintenanceWindowTasksPaginator";
|
|
77
|
-
export * from "./commands/DescribeOpsItemsCommand";
|
|
78
|
-
export * from "./pagination/DescribeOpsItemsPaginator";
|
|
79
|
-
export * from "./commands/DescribeParametersCommand";
|
|
80
|
-
export * from "./pagination/DescribeParametersPaginator";
|
|
81
|
-
export * from "./commands/DescribePatchBaselinesCommand";
|
|
82
|
-
export * from "./pagination/DescribePatchBaselinesPaginator";
|
|
83
|
-
export * from "./commands/DescribePatchGroupsCommand";
|
|
84
|
-
export * from "./pagination/DescribePatchGroupsPaginator";
|
|
85
|
-
export * from "./commands/DescribePatchGroupStateCommand";
|
|
86
|
-
export * from "./commands/DescribePatchPropertiesCommand";
|
|
87
|
-
export * from "./pagination/DescribePatchPropertiesPaginator";
|
|
88
|
-
export * from "./commands/DescribeSessionsCommand";
|
|
89
|
-
export * from "./pagination/DescribeSessionsPaginator";
|
|
90
|
-
export * from "./commands/DisassociateOpsItemRelatedItemCommand";
|
|
91
|
-
export * from "./commands/GetAutomationExecutionCommand";
|
|
92
|
-
export * from "./commands/GetCalendarStateCommand";
|
|
93
|
-
export * from "./commands/GetCommandInvocationCommand";
|
|
94
|
-
export * from "./waiters/waitForCommandExecuted";
|
|
95
|
-
export * from "./commands/GetConnectionStatusCommand";
|
|
96
|
-
export * from "./commands/GetDefaultPatchBaselineCommand";
|
|
97
|
-
export * from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
98
|
-
export * from "./commands/GetDocumentCommand";
|
|
99
|
-
export * from "./commands/GetInventoryCommand";
|
|
100
|
-
export * from "./pagination/GetInventoryPaginator";
|
|
101
|
-
export * from "./commands/GetInventorySchemaCommand";
|
|
102
|
-
export * from "./pagination/GetInventorySchemaPaginator";
|
|
103
|
-
export * from "./commands/GetMaintenanceWindowCommand";
|
|
104
|
-
export * from "./commands/GetMaintenanceWindowExecutionCommand";
|
|
105
|
-
export * from "./commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
106
|
-
export * from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
107
|
-
export * from "./commands/GetMaintenanceWindowTaskCommand";
|
|
108
|
-
export * from "./commands/GetOpsItemCommand";
|
|
109
|
-
export * from "./commands/GetOpsMetadataCommand";
|
|
110
|
-
export * from "./commands/GetOpsSummaryCommand";
|
|
111
|
-
export * from "./pagination/GetOpsSummaryPaginator";
|
|
112
|
-
export * from "./commands/GetParameterCommand";
|
|
113
|
-
export * from "./commands/GetParameterHistoryCommand";
|
|
114
|
-
export * from "./pagination/GetParameterHistoryPaginator";
|
|
115
|
-
export * from "./commands/GetParametersCommand";
|
|
116
|
-
export * from "./commands/GetParametersByPathCommand";
|
|
117
|
-
export * from "./pagination/GetParametersByPathPaginator";
|
|
118
|
-
export * from "./commands/GetPatchBaselineCommand";
|
|
119
|
-
export * from "./commands/GetPatchBaselineForPatchGroupCommand";
|
|
120
|
-
export * from "./commands/GetServiceSettingCommand";
|
|
121
|
-
export * from "./commands/LabelParameterVersionCommand";
|
|
122
|
-
export * from "./commands/ListAssociationsCommand";
|
|
123
|
-
export * from "./pagination/ListAssociationsPaginator";
|
|
124
|
-
export * from "./commands/ListAssociationVersionsCommand";
|
|
125
|
-
export * from "./pagination/ListAssociationVersionsPaginator";
|
|
126
|
-
export * from "./commands/ListCommandInvocationsCommand";
|
|
127
|
-
export * from "./pagination/ListCommandInvocationsPaginator";
|
|
128
|
-
export * from "./commands/ListCommandsCommand";
|
|
129
|
-
export * from "./pagination/ListCommandsPaginator";
|
|
130
|
-
export * from "./commands/ListComplianceItemsCommand";
|
|
131
|
-
export * from "./pagination/ListComplianceItemsPaginator";
|
|
132
|
-
export * from "./commands/ListComplianceSummariesCommand";
|
|
133
|
-
export * from "./pagination/ListComplianceSummariesPaginator";
|
|
134
|
-
export * from "./commands/ListDocumentMetadataHistoryCommand";
|
|
135
|
-
export * from "./commands/ListDocumentsCommand";
|
|
136
|
-
export * from "./pagination/ListDocumentsPaginator";
|
|
137
|
-
export * from "./commands/ListDocumentVersionsCommand";
|
|
138
|
-
export * from "./pagination/ListDocumentVersionsPaginator";
|
|
139
|
-
export * from "./commands/ListInventoryEntriesCommand";
|
|
140
|
-
export * from "./commands/ListOpsItemEventsCommand";
|
|
141
|
-
export * from "./pagination/ListOpsItemEventsPaginator";
|
|
142
|
-
export * from "./commands/ListOpsItemRelatedItemsCommand";
|
|
143
|
-
export * from "./pagination/ListOpsItemRelatedItemsPaginator";
|
|
144
|
-
export * from "./commands/ListOpsMetadataCommand";
|
|
145
|
-
export * from "./pagination/ListOpsMetadataPaginator";
|
|
146
|
-
export * from "./commands/ListResourceComplianceSummariesCommand";
|
|
147
|
-
export * from "./pagination/ListResourceComplianceSummariesPaginator";
|
|
148
|
-
export * from "./commands/ListResourceDataSyncCommand";
|
|
149
|
-
export * from "./pagination/ListResourceDataSyncPaginator";
|
|
150
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
151
|
-
export * from "./commands/ModifyDocumentPermissionCommand";
|
|
152
|
-
export * from "./commands/PutComplianceItemsCommand";
|
|
153
|
-
export * from "./commands/PutInventoryCommand";
|
|
154
|
-
export * from "./commands/PutParameterCommand";
|
|
155
|
-
export * from "./commands/RegisterDefaultPatchBaselineCommand";
|
|
156
|
-
export * from "./commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
157
|
-
export * from "./commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
158
|
-
export * from "./commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
159
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
160
|
-
export * from "./commands/ResetServiceSettingCommand";
|
|
161
|
-
export * from "./commands/ResumeSessionCommand";
|
|
162
|
-
export * from "./commands/SendAutomationSignalCommand";
|
|
163
|
-
export * from "./commands/SendCommandCommand";
|
|
164
|
-
export * from "./commands/StartAssociationsOnceCommand";
|
|
165
|
-
export * from "./commands/StartAutomationExecutionCommand";
|
|
166
|
-
export * from "./commands/StartChangeRequestExecutionCommand";
|
|
167
|
-
export * from "./commands/StartSessionCommand";
|
|
168
|
-
export * from "./commands/StopAutomationExecutionCommand";
|
|
169
|
-
export * from "./commands/TerminateSessionCommand";
|
|
170
|
-
export * from "./commands/UnlabelParameterVersionCommand";
|
|
171
|
-
export * from "./commands/UpdateAssociationCommand";
|
|
172
|
-
export * from "./commands/UpdateAssociationStatusCommand";
|
|
173
|
-
export * from "./commands/UpdateDocumentCommand";
|
|
174
|
-
export * from "./commands/UpdateDocumentDefaultVersionCommand";
|
|
175
|
-
export * from "./commands/UpdateDocumentMetadataCommand";
|
|
176
|
-
export * from "./commands/UpdateMaintenanceWindowCommand";
|
|
177
|
-
export * from "./commands/UpdateMaintenanceWindowTargetCommand";
|
|
178
|
-
export * from "./commands/UpdateMaintenanceWindowTaskCommand";
|
|
179
|
-
export * from "./commands/UpdateManagedInstanceRoleCommand";
|
|
180
|
-
export * from "./commands/UpdateOpsItemCommand";
|
|
181
|
-
export * from "./commands/UpdateOpsMetadataCommand";
|
|
182
|
-
export * from "./commands/UpdatePatchBaselineCommand";
|
|
183
|
-
export * from "./commands/UpdateResourceDataSyncCommand";
|
|
184
|
-
export * from "./commands/UpdateServiceSettingCommand";
|
|
185
|
-
export * from "./pagination/Interfaces";
|
|
186
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SSMClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./DescribeActivationsPaginator";
|
|
2
|
+
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
3
|
+
export * from "./DescribeAssociationExecutionsPaginator";
|
|
4
|
+
export * from "./DescribeAutomationExecutionsPaginator";
|
|
5
|
+
export * from "./DescribeAutomationStepExecutionsPaginator";
|
|
6
|
+
export * from "./DescribeAvailablePatchesPaginator";
|
|
7
|
+
export * from "./DescribeEffectiveInstanceAssociationsPaginator";
|
|
8
|
+
export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
9
|
+
export * from "./DescribeInstanceAssociationsStatusPaginator";
|
|
10
|
+
export * from "./DescribeInstanceInformationPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
13
|
+
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
|
+
export * from "./DescribeInstancePatchesPaginator";
|
|
15
|
+
export * from "./DescribeInventoryDeletionsPaginator";
|
|
16
|
+
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
17
|
+
export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
18
|
+
export * from "./DescribeMaintenanceWindowExecutionsPaginator";
|
|
19
|
+
export * from "./DescribeMaintenanceWindowSchedulePaginator";
|
|
20
|
+
export * from "./DescribeMaintenanceWindowTargetsPaginator";
|
|
21
|
+
export * from "./DescribeMaintenanceWindowTasksPaginator";
|
|
22
|
+
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
23
|
+
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
24
|
+
export * from "./DescribeOpsItemsPaginator";
|
|
25
|
+
export * from "./DescribeParametersPaginator";
|
|
26
|
+
export * from "./DescribePatchBaselinesPaginator";
|
|
27
|
+
export * from "./DescribePatchGroupsPaginator";
|
|
28
|
+
export * from "./DescribePatchPropertiesPaginator";
|
|
29
|
+
export * from "./DescribeSessionsPaginator";
|
|
30
|
+
export * from "./GetInventoryPaginator";
|
|
31
|
+
export * from "./GetInventorySchemaPaginator";
|
|
32
|
+
export * from "./GetOpsSummaryPaginator";
|
|
33
|
+
export * from "./GetParameterHistoryPaginator";
|
|
34
|
+
export * from "./GetParametersByPathPaginator";
|
|
35
|
+
export * from "./ListAssociationVersionsPaginator";
|
|
36
|
+
export * from "./ListAssociationsPaginator";
|
|
37
|
+
export * from "./ListCommandInvocationsPaginator";
|
|
38
|
+
export * from "./ListCommandsPaginator";
|
|
39
|
+
export * from "./ListComplianceItemsPaginator";
|
|
40
|
+
export * from "./ListComplianceSummariesPaginator";
|
|
41
|
+
export * from "./ListDocumentVersionsPaginator";
|
|
42
|
+
export * from "./ListDocumentsPaginator";
|
|
43
|
+
export * from "./ListOpsItemEventsPaginator";
|
|
44
|
+
export * from "./ListOpsItemRelatedItemsPaginator";
|
|
45
|
+
export * from "./ListOpsMetadataPaginator";
|
|
46
|
+
export * from "./ListResourceComplianceSummariesPaginator";
|
|
47
|
+
export * from "./ListResourceDataSyncPaginator";
|