@aws-sdk/client-ssm 3.288.0 → 3.290.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-types/commands/AddTagsToResourceCommand.d.ts +18 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +18 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +30 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +10 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +57 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +60 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +19 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +14 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +20 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +14 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +33 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +14 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +17 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +10 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +4 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +10 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +14 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +18 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +27 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +33 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +30 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +4 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +7 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +15 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +8 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +14 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +34 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +4 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +14 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +10 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +10 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +10 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +10 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +14 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +13 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +20 -0
- package/dist-types/commands/GetParametersCommand.d.ts +7 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +13 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +8 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +8 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +17 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +7 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +33 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +33 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +17 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +10 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +13 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +10 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +10 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +33 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +8 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +7 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +10 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +22 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +24 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +59 -0
- package/dist-types/commands/PutParameterCommand.d.ts +68 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +13 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +23 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +24 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +14 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +10 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +15 -0
- package/dist-types/commands/SendCommandCommand.d.ts +56 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +7 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +27 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +27 -0
- package/dist-types/commands/StartSessionCommand.d.ts +14 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +4 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +45 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +14 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +10 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +24 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +23 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +10 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +14 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
- package/package.json +30 -30
|
@@ -84,6 +84,16 @@ export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintena
|
|
|
84
84
|
* @see {@link UpdateMaintenanceWindowTaskCommandOutput} for command's `response` shape.
|
|
85
85
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
86
86
|
*
|
|
87
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
88
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
89
|
+
* baseline, doesn't exist.</p>
|
|
90
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
91
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InternalServerError} (server fault)
|
|
94
|
+
* <p>An error occurred on the server side.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
87
97
|
*/
|
|
88
98
|
export declare class UpdateMaintenanceWindowTaskCommand extends $Command<UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
89
99
|
readonly input: UpdateMaintenanceWindowTaskCommandInput;
|
|
@@ -31,6 +31,30 @@ export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns
|
|
|
31
31
|
* @see {@link UpdateManagedInstanceRoleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerError} (server fault)
|
|
35
|
+
* <p>An error occurred on the server side.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidInstanceId} (client fault)
|
|
38
|
+
* <p>The following problems can cause this exception:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
45
|
+
* running.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
52
|
+
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
53
|
+
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ul>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
34
58
|
*/
|
|
35
59
|
export declare class UpdateManagedInstanceRoleCommand extends $Command<UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig> {
|
|
36
60
|
readonly input: UpdateManagedInstanceRoleCommandInput;
|
|
@@ -34,6 +34,29 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
|
|
|
34
34
|
* @see {@link UpdateOpsItemCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalServerError} (server fault)
|
|
38
|
+
* <p>An error occurred on the server side.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link OpsItemAccessDeniedException} (client fault)
|
|
41
|
+
* <p>You don't have permission to view OpsItems in the specified account. Verify that your account
|
|
42
|
+
* is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations
|
|
43
|
+
* management account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OpsItemAlreadyExistsException} (client fault)
|
|
46
|
+
* <p>The OpsItem already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OpsItemInvalidParameterException} (client fault)
|
|
49
|
+
* <p>A specified parameter argument isn't valid. Verify the available arguments and try
|
|
50
|
+
* again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OpsItemLimitExceededException} (client fault)
|
|
53
|
+
* <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
|
|
54
|
+
* quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
57
|
+
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
37
60
|
*/
|
|
38
61
|
export declare class UpdateOpsItemCommand extends $Command<UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
39
62
|
readonly input: UpdateOpsItemCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult,
|
|
|
29
29
|
* @see {@link UpdateOpsMetadataCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerError} (server fault)
|
|
33
|
+
* <p>An error occurred on the server side.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OpsMetadataInvalidArgumentException} (client fault)
|
|
36
|
+
* <p>One of the arguments passed is invalid. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OpsMetadataKeyLimitExceededException} (client fault)
|
|
39
|
+
* <p>The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to
|
|
40
|
+
* an application in Application Manager.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OpsMetadataNotFoundException} (client fault)
|
|
43
|
+
* <p>The OpsMetadata object doesn't exist. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OpsMetadataTooManyUpdatesException} (client fault)
|
|
46
|
+
* <p>The system is processing too many concurrent updates. Wait a few moments and try
|
|
47
|
+
* again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class UpdateOpsMetadataCommand extends $Command<UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
34
52
|
readonly input: UpdateOpsMetadataCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineRes
|
|
|
34
34
|
* @see {@link UpdatePatchBaselineCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DoesNotExistException} (client fault)
|
|
38
|
+
* <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
|
|
39
|
+
* baseline, doesn't exist.</p>
|
|
40
|
+
* <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
|
|
41
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerError} (server fault)
|
|
44
|
+
* <p>An error occurred on the server side.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class UpdatePatchBaselineCommand extends $Command<UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
39
49
|
readonly input: UpdatePatchBaselineCommandInput;
|
|
@@ -38,6 +38,20 @@ export interface UpdateResourceDataSyncCommandOutput extends UpdateResourceDataS
|
|
|
38
38
|
* @see {@link UpdateResourceDataSyncCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalServerError} (server fault)
|
|
42
|
+
* <p>An error occurred on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceDataSyncConflictException} (client fault)
|
|
45
|
+
* <p>Another <code>UpdateResourceDataSync</code> request is being processed. Wait a few minutes
|
|
46
|
+
* and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceDataSyncInvalidConfigurationException} (client fault)
|
|
49
|
+
* <p>The specified sync configuration is invalid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceDataSyncNotFoundException} (client fault)
|
|
52
|
+
* <p>The specified sync name wasn't found.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
41
55
|
*/
|
|
42
56
|
export declare class UpdateResourceDataSyncCommand extends $Command<UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput, SSMClientResolvedConfig> {
|
|
43
57
|
readonly input: UpdateResourceDataSyncCommandInput;
|
|
@@ -42,6 +42,17 @@ export interface UpdateServiceSettingCommandOutput extends UpdateServiceSettingR
|
|
|
42
42
|
* @see {@link UpdateServiceSettingCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalServerError} (server fault)
|
|
46
|
+
* <p>An error occurred on the server side.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceSettingNotFound} (client fault)
|
|
49
|
+
* <p>The specified service setting wasn't found. Either the service name or the setting hasn't
|
|
50
|
+
* been provisioned by the Amazon Web Services service team.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
53
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
45
56
|
*/
|
|
46
57
|
export declare class UpdateServiceSettingCommand extends $Command<UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput, SSMClientResolvedConfig> {
|
|
47
58
|
readonly input: UpdateServiceSettingCommandInput;
|
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.290.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",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|