@aws-sdk/client-ssm 3.1019.0 → 3.1020.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/dist-es/SSM.js +3 -3
- package/dist-es/waiters/waitForCommandExecuted.js +2 -2
- package/dist-types/SSM.d.ts +146 -146
- package/dist-types/SSMClient.d.ts +149 -149
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- package/dist-types/ts3.4/SSMClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "../commands/DescribeMaintenanceWindowTasksCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "../commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "../commands/DescribeMaintenanceWindowsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "../commands/DescribeOpsItemsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "../commands/DescribeParametersCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "../commands/DescribePatchBaselinesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "../commands/DescribePatchGroupsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "../commands/DescribePatchPropertiesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "../commands/DescribeSessionsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetInventoryCommandInput, GetInventoryCommandOutput } from "../commands/GetInventoryCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "../commands/GetInventorySchemaCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "../commands/GetOpsSummaryCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "../commands/GetParameterHistoryCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "../commands/GetParametersByPathCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "../commands/ListAssociationVersionsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "../commands/ListCommandInvocationsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCommandsCommandInput, ListCommandsCommandOutput } from "../commands/ListCommandsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "../commands/ListComplianceItemsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "../commands/ListComplianceSummariesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "../commands/ListDocumentVersionsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNodesSummaryCommandInput, ListNodesSummaryCommandOutput } from "../commands/ListNodesSummaryCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "../commands/ListOpsItemEventsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "../commands/ListOpsItemRelatedItemsCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "../commands/ListOpsMetadataCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "../commands/ListResourceComplianceSummariesCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "../commands/ListResourceDataSyncCommand";
|
|
3
|
-
import { SSMPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SSMPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -948,7 +947,7 @@ export interface ClientDefaults
|
|
|
948
947
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
949
948
|
region?: string | __Provider<string>;
|
|
950
949
|
profile?: string;
|
|
951
|
-
defaultUserAgentProvider?:
|
|
950
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
952
951
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
953
952
|
maxAttempts?: number | __Provider<number>;
|
|
954
953
|
retryMode?: string | __Provider<string>;
|
|
@@ -50,33 +50,33 @@ import {
|
|
|
50
50
|
} from "./enums";
|
|
51
51
|
import {
|
|
52
52
|
AlarmConfiguration,
|
|
53
|
+
AlarmStateInformation,
|
|
53
54
|
AssociationDescription,
|
|
54
55
|
AssociationOverview,
|
|
55
56
|
AssociationStatus,
|
|
57
|
+
AttachmentsSource,
|
|
56
58
|
CloudWatchOutputConfig,
|
|
57
59
|
DocumentDescription,
|
|
58
|
-
InstanceAssociationOutputLocation,
|
|
59
|
-
LoggingInfo,
|
|
60
|
-
MaintenanceWindowTaskInvocationParameters,
|
|
61
|
-
NotificationConfig,
|
|
62
|
-
PatchFilterGroup,
|
|
63
|
-
PatchRuleGroup,
|
|
64
|
-
ResourceDataSyncAwsOrganizationsSource,
|
|
65
|
-
ResourceDataSyncS3Destination,
|
|
66
|
-
ResourceDataSyncSource,
|
|
67
|
-
AlarmStateInformation,
|
|
68
|
-
AttachmentsSource,
|
|
69
60
|
DocumentRequires,
|
|
61
|
+
InstanceAssociationOutputLocation,
|
|
70
62
|
InventoryFilter,
|
|
71
63
|
InventoryGroup,
|
|
64
|
+
LoggingInfo,
|
|
65
|
+
MaintenanceWindowTaskInvocationParameters,
|
|
72
66
|
MaintenanceWindowTaskParameterValueExpression,
|
|
73
67
|
MetadataValue,
|
|
68
|
+
NotificationConfig,
|
|
74
69
|
OpsFilter,
|
|
75
70
|
OpsItemDataValue,
|
|
76
71
|
OpsItemNotification,
|
|
77
72
|
OpsResultAttribute,
|
|
73
|
+
PatchFilterGroup,
|
|
74
|
+
PatchRuleGroup,
|
|
78
75
|
PatchSource,
|
|
79
76
|
RelatedOpsItem,
|
|
77
|
+
ResourceDataSyncAwsOrganizationsSource,
|
|
78
|
+
ResourceDataSyncS3Destination,
|
|
79
|
+
ResourceDataSyncSource,
|
|
80
80
|
ResultAttribute,
|
|
81
81
|
Runbook,
|
|
82
82
|
Tag,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetCommandInvocationCommandInput } from "../commands/GetCommandInvocationCommand";
|
|
3
|
-
import { SSMClient } from "../SSMClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetCommandInvocationCommandInput } from "../commands/GetCommandInvocationCommand";
|
|
3
|
+
import type { SSMClient } from "../SSMClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilCommandExecuted instead. waitForCommandExecuted does not throw error in non-success cases.
|
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.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -23,43 +23,43 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
|
-
"@smithy/util-waiter": "^4.2.
|
|
62
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|