@aws-sdk/client-ssm 3.186.0 → 3.188.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 +11 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/SSM.js +542 -549
- package/dist-es/SSMClient.js +22 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +21 -28
- package/dist-es/commands/CancelCommandCommand.js +21 -28
- package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +21 -28
- package/dist-es/commands/CreateActivationCommand.js +21 -28
- package/dist-es/commands/CreateAssociationBatchCommand.js +21 -28
- package/dist-es/commands/CreateAssociationCommand.js +21 -28
- package/dist-es/commands/CreateDocumentCommand.js +21 -28
- package/dist-es/commands/CreateMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/CreateOpsItemCommand.js +21 -28
- package/dist-es/commands/CreateOpsMetadataCommand.js +21 -28
- package/dist-es/commands/CreatePatchBaselineCommand.js +21 -28
- package/dist-es/commands/CreateResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/DeleteActivationCommand.js +21 -28
- package/dist-es/commands/DeleteAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteDocumentCommand.js +21 -28
- package/dist-es/commands/DeleteInventoryCommand.js +21 -28
- package/dist-es/commands/DeleteMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DeleteOpsMetadataCommand.js +21 -28
- package/dist-es/commands/DeleteParameterCommand.js +21 -28
- package/dist-es/commands/DeleteParametersCommand.js +21 -28
- package/dist-es/commands/DeletePatchBaselineCommand.js +21 -28
- package/dist-es/commands/DeleteResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/DeregisterManagedInstanceCommand.js +21 -28
- package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/DescribeActivationsCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeAssociationExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAutomationExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeAvailablePatchesCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentPermissionCommand.js +21 -28
- package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceInformationCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchStatesCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +21 -28
- package/dist-es/commands/DescribeInstancePatchesCommand.js +21 -28
- package/dist-es/commands/DescribeInventoryDeletionsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +21 -28
- package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +21 -28
- package/dist-es/commands/DescribeOpsItemsCommand.js +21 -28
- package/dist-es/commands/DescribeParametersCommand.js +21 -28
- package/dist-es/commands/DescribePatchBaselinesCommand.js +21 -28
- package/dist-es/commands/DescribePatchGroupStateCommand.js +21 -28
- package/dist-es/commands/DescribePatchGroupsCommand.js +21 -28
- package/dist-es/commands/DescribePatchPropertiesCommand.js +21 -28
- package/dist-es/commands/DescribeSessionsCommand.js +21 -28
- package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +21 -28
- package/dist-es/commands/GetAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/GetCalendarStateCommand.js +21 -28
- package/dist-es/commands/GetCommandInvocationCommand.js +21 -28
- package/dist-es/commands/GetConnectionStatusCommand.js +21 -28
- package/dist-es/commands/GetDefaultPatchBaselineCommand.js +21 -28
- package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +21 -28
- package/dist-es/commands/GetDocumentCommand.js +21 -28
- package/dist-es/commands/GetInventoryCommand.js +21 -28
- package/dist-es/commands/GetInventorySchemaCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +21 -28
- package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +21 -28
- package/dist-es/commands/GetOpsItemCommand.js +21 -28
- package/dist-es/commands/GetOpsMetadataCommand.js +21 -28
- package/dist-es/commands/GetOpsSummaryCommand.js +21 -28
- package/dist-es/commands/GetParameterCommand.js +21 -28
- package/dist-es/commands/GetParameterHistoryCommand.js +21 -28
- package/dist-es/commands/GetParametersByPathCommand.js +21 -28
- package/dist-es/commands/GetParametersCommand.js +21 -28
- package/dist-es/commands/GetPatchBaselineCommand.js +21 -28
- package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/GetServiceSettingCommand.js +21 -28
- package/dist-es/commands/LabelParameterVersionCommand.js +21 -28
- package/dist-es/commands/ListAssociationVersionsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsCommand.js +21 -28
- package/dist-es/commands/ListCommandInvocationsCommand.js +21 -28
- package/dist-es/commands/ListCommandsCommand.js +21 -28
- package/dist-es/commands/ListComplianceItemsCommand.js +21 -28
- package/dist-es/commands/ListComplianceSummariesCommand.js +21 -28
- package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +21 -28
- package/dist-es/commands/ListDocumentVersionsCommand.js +21 -28
- package/dist-es/commands/ListDocumentsCommand.js +21 -28
- package/dist-es/commands/ListInventoryEntriesCommand.js +21 -28
- package/dist-es/commands/ListOpsItemEventsCommand.js +21 -28
- package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +21 -28
- package/dist-es/commands/ListOpsMetadataCommand.js +21 -28
- package/dist-es/commands/ListResourceComplianceSummariesCommand.js +21 -28
- package/dist-es/commands/ListResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyDocumentPermissionCommand.js +21 -28
- package/dist-es/commands/PutComplianceItemsCommand.js +21 -28
- package/dist-es/commands/PutInventoryCommand.js +21 -28
- package/dist-es/commands/PutParameterCommand.js +21 -28
- package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +21 -28
- package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +21 -28
- package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/ResetServiceSettingCommand.js +21 -28
- package/dist-es/commands/ResumeSessionCommand.js +21 -28
- package/dist-es/commands/SendAutomationSignalCommand.js +21 -28
- package/dist-es/commands/SendCommandCommand.js +21 -28
- package/dist-es/commands/StartAssociationsOnceCommand.js +21 -28
- package/dist-es/commands/StartAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/StartChangeRequestExecutionCommand.js +21 -28
- package/dist-es/commands/StartSessionCommand.js +21 -28
- package/dist-es/commands/StopAutomationExecutionCommand.js +21 -28
- package/dist-es/commands/TerminateSessionCommand.js +21 -28
- package/dist-es/commands/UnlabelParameterVersionCommand.js +21 -28
- package/dist-es/commands/UpdateAssociationCommand.js +21 -28
- package/dist-es/commands/UpdateAssociationStatusCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +21 -28
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +21 -28
- package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +21 -28
- package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +21 -28
- package/dist-es/commands/UpdateOpsItemCommand.js +21 -28
- package/dist-es/commands/UpdateOpsMetadataCommand.js +21 -28
- package/dist-es/commands/UpdatePatchBaselineCommand.js +21 -28
- package/dist-es/commands/UpdateResourceDataSyncCommand.js +21 -28
- package/dist-es/commands/UpdateServiceSettingCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SSMServiceException.js +5 -10
- package/dist-es/models/models_0.js +1436 -1039
- package/dist-es/models/models_1.js +1340 -889
- package/dist-es/models/models_2.js +125 -56
- package/dist-es/pagination/DescribeActivationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +25 -68
- package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +25 -68
- package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstanceInformationPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancePatchesPaginator.js +25 -68
- package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +25 -68
- package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOpsItemsPaginator.js +25 -68
- package/dist-es/pagination/DescribeParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchBaselinesPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribePatchPropertiesPaginator.js +25 -68
- package/dist-es/pagination/DescribeSessionsPaginator.js +25 -68
- package/dist-es/pagination/GetInventoryPaginator.js +25 -68
- package/dist-es/pagination/GetInventorySchemaPaginator.js +25 -68
- package/dist-es/pagination/GetOpsSummaryPaginator.js +25 -68
- package/dist-es/pagination/GetParameterHistoryPaginator.js +25 -68
- package/dist-es/pagination/GetParametersByPathPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListCommandInvocationsPaginator.js +25 -68
- package/dist-es/pagination/ListCommandsPaginator.js +25 -68
- package/dist-es/pagination/ListComplianceItemsPaginator.js +25 -68
- package/dist-es/pagination/ListComplianceSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsItemEventsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +25 -68
- package/dist-es/pagination/ListOpsMetadataPaginator.js +25 -68
- package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListResourceDataSyncPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +10833 -12893
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForCommandExecuted.js +93 -113
- package/dist-types/models/models_0.d.ts +39 -18
- package/dist-types/models/models_1.d.ts +8 -4
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
3
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
@@ -12,15 +11,30 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
|
12
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
12
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
13
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
export const getRuntimeConfig = (config) => {
|
|
15
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
16
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
17
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
+
return {
|
|
19
|
+
...clientSharedValues,
|
|
20
|
+
...config,
|
|
21
|
+
runtime: "browser",
|
|
22
|
+
defaultsMode,
|
|
23
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
24
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
25
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
26
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
29
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
30
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
31
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
32
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
33
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
35
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
36
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
37
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
39
|
+
};
|
|
26
40
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
3
|
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";
|
|
@@ -15,16 +14,35 @@ import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shar
|
|
|
15
14
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
15
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
16
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
18
|
-
export
|
|
19
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
export const getRuntimeConfig = (config) => {
|
|
20
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
21
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
22
|
+
return {
|
|
23
|
+
...clientSharedValues,
|
|
24
|
+
...config,
|
|
25
|
+
runtime: "node",
|
|
26
|
+
defaultsMode,
|
|
27
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
28
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
29
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
|
|
31
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
34
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
35
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: config?.retryMode ??
|
|
37
|
+
loadNodeConfig({
|
|
38
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
39
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
40
|
+
}),
|
|
41
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
42
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
45
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
46
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
47
|
+
};
|
|
30
48
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
1
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
2
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export const getRuntimeConfig = (config) => {
|
|
4
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
5
|
+
return {
|
|
6
|
+
...browserDefaults,
|
|
7
|
+
...config,
|
|
8
|
+
runtime: "react-native",
|
|
9
|
+
sha256: config?.sha256 ?? Sha256,
|
|
10
|
+
};
|
|
8
11
|
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
2
|
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
|
-
});
|
|
13
|
-
};
|
|
3
|
+
export const getRuntimeConfig = (config) => ({
|
|
4
|
+
apiVersion: "2014-11-06",
|
|
5
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
logger: config?.logger ?? {},
|
|
7
|
+
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
|
+
serviceId: config?.serviceId ?? "SSM",
|
|
9
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
10
|
+
});
|
|
@@ -1,117 +1,97 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { GetCommandInvocationCommand } from "../commands/GetCommandInvocationCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return result_1.Status;
|
|
17
|
-
};
|
|
18
|
-
if (returnComparator() === "Pending") {
|
|
19
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
catch (e) { }
|
|
23
|
-
try {
|
|
24
|
-
returnComparator = function () {
|
|
25
|
-
return result_1.Status;
|
|
26
|
-
};
|
|
27
|
-
if (returnComparator() === "InProgress") {
|
|
28
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
catch (e) { }
|
|
32
|
-
try {
|
|
33
|
-
returnComparator = function () {
|
|
34
|
-
return result_1.Status;
|
|
35
|
-
};
|
|
36
|
-
if (returnComparator() === "Delayed") {
|
|
37
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
catch (e) { }
|
|
41
|
-
try {
|
|
42
|
-
returnComparator = function () {
|
|
43
|
-
return result_1.Status;
|
|
44
|
-
};
|
|
45
|
-
if (returnComparator() === "Success") {
|
|
46
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
catch (e) { }
|
|
50
|
-
try {
|
|
51
|
-
returnComparator = function () {
|
|
52
|
-
return result_1.Status;
|
|
53
|
-
};
|
|
54
|
-
if (returnComparator() === "Cancelled") {
|
|
55
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
catch (e) { }
|
|
59
|
-
try {
|
|
60
|
-
returnComparator = function () {
|
|
61
|
-
return result_1.Status;
|
|
62
|
-
};
|
|
63
|
-
if (returnComparator() === "TimedOut") {
|
|
64
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
catch (e) { }
|
|
68
|
-
try {
|
|
69
|
-
returnComparator = function () {
|
|
70
|
-
return result_1.Status;
|
|
71
|
-
};
|
|
72
|
-
if (returnComparator() === "Failed") {
|
|
73
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
catch (e) { }
|
|
77
|
-
try {
|
|
78
|
-
returnComparator = function () {
|
|
79
|
-
return result_1.Status;
|
|
80
|
-
};
|
|
81
|
-
if (returnComparator() === "Cancelling") {
|
|
82
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
catch (e) { }
|
|
86
|
-
return [3, 3];
|
|
87
|
-
case 2:
|
|
88
|
-
exception_1 = _a.sent();
|
|
89
|
-
reason = exception_1;
|
|
90
|
-
if (exception_1.name && exception_1.name == "InvocationDoesNotExist") {
|
|
91
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
92
|
-
}
|
|
93
|
-
return [3, 3];
|
|
94
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new GetCommandInvocationCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
return result.Status;
|
|
11
|
+
};
|
|
12
|
+
if (returnComparator() === "Pending") {
|
|
13
|
+
return { state: WaiterState.RETRY, reason };
|
|
14
|
+
}
|
|
95
15
|
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}); };
|
|
105
|
-
export var waitUntilCommandExecuted = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
106
|
-
var serviceDefaults, result;
|
|
107
|
-
return __generator(this, function (_a) {
|
|
108
|
-
switch (_a.label) {
|
|
109
|
-
case 0:
|
|
110
|
-
serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
111
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
112
|
-
case 1:
|
|
113
|
-
result = _a.sent();
|
|
114
|
-
return [2, checkExceptions(result)];
|
|
16
|
+
catch (e) { }
|
|
17
|
+
try {
|
|
18
|
+
const returnComparator = () => {
|
|
19
|
+
return result.Status;
|
|
20
|
+
};
|
|
21
|
+
if (returnComparator() === "InProgress") {
|
|
22
|
+
return { state: WaiterState.RETRY, reason };
|
|
23
|
+
}
|
|
115
24
|
}
|
|
116
|
-
|
|
117
|
-
|
|
25
|
+
catch (e) { }
|
|
26
|
+
try {
|
|
27
|
+
const returnComparator = () => {
|
|
28
|
+
return result.Status;
|
|
29
|
+
};
|
|
30
|
+
if (returnComparator() === "Delayed") {
|
|
31
|
+
return { state: WaiterState.RETRY, reason };
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
catch (e) { }
|
|
35
|
+
try {
|
|
36
|
+
const returnComparator = () => {
|
|
37
|
+
return result.Status;
|
|
38
|
+
};
|
|
39
|
+
if (returnComparator() === "Success") {
|
|
40
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
catch (e) { }
|
|
44
|
+
try {
|
|
45
|
+
const returnComparator = () => {
|
|
46
|
+
return result.Status;
|
|
47
|
+
};
|
|
48
|
+
if (returnComparator() === "Cancelled") {
|
|
49
|
+
return { state: WaiterState.FAILURE, reason };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
catch (e) { }
|
|
53
|
+
try {
|
|
54
|
+
const returnComparator = () => {
|
|
55
|
+
return result.Status;
|
|
56
|
+
};
|
|
57
|
+
if (returnComparator() === "TimedOut") {
|
|
58
|
+
return { state: WaiterState.FAILURE, reason };
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
catch (e) { }
|
|
62
|
+
try {
|
|
63
|
+
const returnComparator = () => {
|
|
64
|
+
return result.Status;
|
|
65
|
+
};
|
|
66
|
+
if (returnComparator() === "Failed") {
|
|
67
|
+
return { state: WaiterState.FAILURE, reason };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
catch (e) { }
|
|
71
|
+
try {
|
|
72
|
+
const returnComparator = () => {
|
|
73
|
+
return result.Status;
|
|
74
|
+
};
|
|
75
|
+
if (returnComparator() === "Cancelling") {
|
|
76
|
+
return { state: WaiterState.FAILURE, reason };
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
catch (e) { }
|
|
80
|
+
}
|
|
81
|
+
catch (exception) {
|
|
82
|
+
reason = exception;
|
|
83
|
+
if (exception.name && exception.name == "InvocationDoesNotExist") {
|
|
84
|
+
return { state: WaiterState.RETRY, reason };
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
return { state: WaiterState.RETRY, reason };
|
|
88
|
+
};
|
|
89
|
+
export const waitForCommandExecuted = async (params, input) => {
|
|
90
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
91
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
92
|
+
};
|
|
93
|
+
export const waitUntilCommandExecuted = async (params, input) => {
|
|
94
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
95
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
96
|
+
return checkExceptions(result);
|
|
97
|
+
};
|
|
@@ -906,8 +906,10 @@ export interface CreateAssociationRequest {
|
|
|
906
906
|
*/
|
|
907
907
|
TargetMaps?: Record<string, string[]>[];
|
|
908
908
|
/**
|
|
909
|
-
* <p>
|
|
910
|
-
*
|
|
909
|
+
* <p>Adds or overwrites one or more tags for a State Manager association. <i>Tags</i>
|
|
910
|
+
* are metadata that you can assign to your Amazon Web Services resources. Tags enable you to categorize your
|
|
911
|
+
* resources in different ways, for example, by purpose, owner, or environment. Each tag consists of
|
|
912
|
+
* a key and an optional value, both of which you define. </p>
|
|
911
913
|
*/
|
|
912
914
|
Tags?: Tag[];
|
|
913
915
|
/**
|
|
@@ -1170,7 +1172,7 @@ export declare class InvalidSchedule extends __BaseException {
|
|
|
1170
1172
|
constructor(opts: __ExceptionOptionType<InvalidSchedule, __BaseException>);
|
|
1171
1173
|
}
|
|
1172
1174
|
/**
|
|
1173
|
-
* <p>The tag key or value isn't valid.</p>
|
|
1175
|
+
* <p>The specified tag key or value isn't valid.</p>
|
|
1174
1176
|
*/
|
|
1175
1177
|
export declare class InvalidTag extends __BaseException {
|
|
1176
1178
|
readonly name: "InvalidTag";
|
|
@@ -2388,6 +2390,7 @@ export interface PatchRuleGroup {
|
|
|
2388
2390
|
export declare enum OperatingSystem {
|
|
2389
2391
|
AmazonLinux = "AMAZON_LINUX",
|
|
2390
2392
|
AmazonLinux2 = "AMAZON_LINUX_2",
|
|
2393
|
+
AmazonLinux2022 = "AMAZON_LINUX_2022",
|
|
2391
2394
|
CentOS = "CENTOS",
|
|
2392
2395
|
Debian = "DEBIAN",
|
|
2393
2396
|
MacOS = "MACOS",
|
|
@@ -4696,18 +4699,36 @@ export interface DescribeInstanceAssociationsStatusResult {
|
|
|
4696
4699
|
*/
|
|
4697
4700
|
export interface InstanceInformationStringFilter {
|
|
4698
4701
|
/**
|
|
4699
|
-
* <p>The filter key name to describe your managed nodes
|
|
4700
|
-
* <p>
|
|
4701
|
-
*
|
|
4702
|
+
* <p>The filter key name to describe your managed nodes.</p>
|
|
4703
|
+
* <p>Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole |
|
|
4704
|
+
* InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" |
|
|
4705
|
+
* "tag:<code>{keyname}</code>
|
|
4702
4706
|
* </p>
|
|
4703
|
-
* <
|
|
4704
|
-
* <
|
|
4705
|
-
* <code>
|
|
4706
|
-
*
|
|
4707
|
-
*
|
|
4708
|
-
*
|
|
4709
|
-
*
|
|
4710
|
-
*
|
|
4707
|
+
* <ul>
|
|
4708
|
+
* <li>
|
|
4709
|
+
* <p>Valid values for the <code>AssociationStatus</code> filter key: Success | Pending |
|
|
4710
|
+
* Failed</p>
|
|
4711
|
+
* </li>
|
|
4712
|
+
* <li>
|
|
4713
|
+
* <p>Valid values for the <code>PingStatus</code> filter key: Online | ConnectionLost |
|
|
4714
|
+
* Inactive (deprecated)</p>
|
|
4715
|
+
* </li>
|
|
4716
|
+
* <li>
|
|
4717
|
+
* <p>Valid values for the <code>PlatformType</code> filter key: Windows | Linux | MacOS</p>
|
|
4718
|
+
* </li>
|
|
4719
|
+
* <li>
|
|
4720
|
+
* <p>Valid values for the <code>ResourceType</code> filter key: EC2Instance |
|
|
4721
|
+
* ManagedInstance</p>
|
|
4722
|
+
* </li>
|
|
4723
|
+
* <li>
|
|
4724
|
+
* <p>Valid values for the <code>SourceType</code> filter key: AWS::EC2::Instance |
|
|
4725
|
+
* AWS::SSM::ManagedInstance | AWS::IoT::Thing</p>
|
|
4726
|
+
* </li>
|
|
4727
|
+
* <li>
|
|
4728
|
+
* <p>Valid tag examples: <code>Key=tag-key,Values=Purpose</code> |
|
|
4729
|
+
* <code>Key=tag:Purpose,Values=Test</code>.</p>
|
|
4730
|
+
* </li>
|
|
4731
|
+
* </ul>
|
|
4711
4732
|
*/
|
|
4712
4733
|
Key: string | undefined;
|
|
4713
4734
|
/**
|
|
@@ -5232,21 +5253,21 @@ export interface InstancePatchState {
|
|
|
5232
5253
|
*/
|
|
5233
5254
|
RebootOption?: RebootOption | string;
|
|
5234
5255
|
/**
|
|
5235
|
-
* <p>The number of
|
|
5256
|
+
* <p>The number of patches per node that are specified as <code>Critical</code> for
|
|
5236
5257
|
* compliance reporting in the patch baseline aren't installed. These patches might be missing, have
|
|
5237
5258
|
* failed installation, were rejected, or were installed but awaiting a required managed node
|
|
5238
5259
|
* reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
5239
5260
|
*/
|
|
5240
5261
|
CriticalNonCompliantCount?: number;
|
|
5241
5262
|
/**
|
|
5242
|
-
* <p>The number of
|
|
5263
|
+
* <p>The number of patches per node that are specified as <code>Security</code> in a
|
|
5243
5264
|
* patch advisory aren't installed. These patches might be missing, have failed installation, were
|
|
5244
5265
|
* rejected, or were installed but awaiting a required managed node reboot. The status of these
|
|
5245
5266
|
* managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
5246
5267
|
*/
|
|
5247
5268
|
SecurityNonCompliantCount?: number;
|
|
5248
5269
|
/**
|
|
5249
|
-
* <p>The number of
|
|
5270
|
+
* <p>The number of patches per node that are specified as other than
|
|
5250
5271
|
* <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The
|
|
5251
5272
|
* status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
5252
5273
|
*/
|
|
@@ -6088,7 +6109,7 @@ export declare enum MaintenanceWindowTaskCutoffBehavior {
|
|
|
6088
6109
|
*/
|
|
6089
6110
|
export interface LoggingInfo {
|
|
6090
6111
|
/**
|
|
6091
|
-
* <p>The name of an S3 bucket where execution logs are stored
|
|
6112
|
+
* <p>The name of an S3 bucket where execution logs are stored.</p>
|
|
6092
6113
|
*/
|
|
6093
6114
|
S3BucketName: string | undefined;
|
|
6094
6115
|
/**
|
|
@@ -5293,9 +5293,11 @@ export interface ListTagsForResourceResult {
|
|
|
5293
5293
|
TagList?: Tag[];
|
|
5294
5294
|
}
|
|
5295
5295
|
/**
|
|
5296
|
-
* <p>The document can't be shared with more Amazon Web Services user accounts. You can share a document
|
|
5297
|
-
*
|
|
5298
|
-
*
|
|
5296
|
+
* <p>The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of 20 accounts per API operation to share a private document.</p>
|
|
5297
|
+
*
|
|
5298
|
+
* <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.</p>
|
|
5299
|
+
*
|
|
5300
|
+
* <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.</p>
|
|
5299
5301
|
*/
|
|
5300
5302
|
export declare class DocumentPermissionLimit extends __BaseException {
|
|
5301
5303
|
readonly name: "DocumentPermissionLimit";
|
|
@@ -6977,7 +6979,9 @@ export interface StartSessionResponse {
|
|
|
6977
6979
|
*/
|
|
6978
6980
|
SessionId?: string;
|
|
6979
6981
|
/**
|
|
6980
|
-
* <p>An encrypted token value containing session and caller information. This token is used to
|
|
6982
|
+
* <p>An encrypted token value containing session and caller information. This token is used to
|
|
6983
|
+
* authenticate the connection to the managed node, and is valid only long enough to ensure the
|
|
6984
|
+
* connection is successful. Never share your session's token.</p>
|
|
6981
6985
|
*/
|
|
6982
6986
|
TokenValue?: string;
|
|
6983
6987
|
/**
|
|
@@ -748,6 +748,7 @@ export interface PatchRuleGroup {
|
|
|
748
748
|
export declare enum OperatingSystem {
|
|
749
749
|
AmazonLinux = "AMAZON_LINUX",
|
|
750
750
|
AmazonLinux2 = "AMAZON_LINUX_2",
|
|
751
|
+
AmazonLinux2022 = "AMAZON_LINUX_2022",
|
|
751
752
|
CentOS = "CENTOS",
|
|
752
753
|
Debian = "DEBIAN",
|
|
753
754
|
MacOS = "MACOS",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.188.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,43 +19,43 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.188.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.188.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.188.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.188.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.188.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.188.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.188.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.188.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.188.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.188.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.188.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.188.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.188.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.188.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.188.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.188.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.188.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.188.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.188.0",
|
|
41
|
+
"@aws-sdk/types": "3.188.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.188.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.188.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.188.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.188.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.188.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
53
|
+
"@aws-sdk/util-waiter": "3.188.0",
|
|
54
54
|
"tslib": "^2.3.1",
|
|
55
55
|
"uuid": "^8.3.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
59
59
|
"@tsconfig/recommended": "1.0.1",
|
|
60
60
|
"@types/node": "^12.7.5",
|
|
61
61
|
"@types/uuid": "^8.3.0",
|