@aws-sdk/client-ssm 3.759.0 → 3.774.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-cjs/index.js +208 -202
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +34 -22
- package/dist-types/models/models_1.d.ts +60 -69
- package/dist-types/models/models_2.d.ts +83 -1
- package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +9 -5
- package/dist-types/ts3.4/models/models_1.d.ts +9 -4
- package/dist-types/ts3.4/models/models_2.d.ts +6 -0
- package/package.json +7 -7
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
OpsItemNotification,
|
|
18
18
|
PatchAction,
|
|
19
19
|
PatchComplianceLevel,
|
|
20
|
+
PatchComplianceStatus,
|
|
20
21
|
PatchFilterGroup,
|
|
21
22
|
PatchRuleGroup,
|
|
22
23
|
PatchSource,
|
|
@@ -49,6 +50,9 @@ import {
|
|
|
49
50
|
ServiceSetting,
|
|
50
51
|
} from "./models_1";
|
|
51
52
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
53
|
+
export interface ResetServiceSettingRequest {
|
|
54
|
+
SettingId: string | undefined;
|
|
55
|
+
}
|
|
52
56
|
export interface ResetServiceSettingResult {
|
|
53
57
|
ServiceSetting?: ServiceSetting | undefined;
|
|
54
58
|
}
|
|
@@ -602,6 +606,7 @@ export interface UpdatePatchBaselineRequest {
|
|
|
602
606
|
RejectedPatchesAction?: PatchAction | undefined;
|
|
603
607
|
Description?: string | undefined;
|
|
604
608
|
Sources?: PatchSource[] | undefined;
|
|
609
|
+
AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
|
|
605
610
|
Replace?: boolean | undefined;
|
|
606
611
|
}
|
|
607
612
|
export interface UpdatePatchBaselineResult {
|
|
@@ -619,6 +624,7 @@ export interface UpdatePatchBaselineResult {
|
|
|
619
624
|
ModifiedDate?: Date | undefined;
|
|
620
625
|
Description?: string | undefined;
|
|
621
626
|
Sources?: PatchSource[] | undefined;
|
|
627
|
+
AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
|
|
622
628
|
}
|
|
623
629
|
export declare class ResourceDataSyncConflictException extends __BaseException {
|
|
624
630
|
readonly name: "ResourceDataSyncConflictException";
|
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.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|