@aws-sdk/client-ssm 3.43.0 → 3.47.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.
Files changed (69) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +12 -6
  3. package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
  4. package/dist-cjs/endpoints.js +1 -28
  5. package/dist-cjs/models/models_0.js +12 -390
  6. package/dist-cjs/models/models_1.js +11 -354
  7. package/dist-cjs/models/models_2.js +7 -13
  8. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  9. package/dist-cjs/runtimeConfig.browser.js +7 -2
  10. package/dist-cjs/runtimeConfig.js +9 -3
  11. package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
  12. package/dist-es/endpoints.js +1 -28
  13. package/dist-es/models/models_0.js +7 -258
  14. package/dist-es/models/models_1.js +6 -232
  15. package/dist-es/models/models_2.js +4 -8
  16. package/dist-es/protocols/Aws_json1_1.js +2 -0
  17. package/dist-es/runtimeConfig.browser.js +12 -3
  18. package/dist-es/runtimeConfig.js +13 -6
  19. package/dist-types/SSM.d.ts +87 -81
  20. package/dist-types/SSMClient.d.ts +17 -7
  21. package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -5
  22. package/dist-types/commands/CreateActivationCommand.d.ts +6 -6
  23. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +6 -6
  24. package/dist-types/commands/CreateAssociationCommand.d.ts +10 -10
  25. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteActivationCommand.d.ts +2 -3
  27. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -4
  28. package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -2
  30. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +7 -6
  36. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
  39. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  40. package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
  41. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -2
  43. package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -4
  46. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
  47. package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
  48. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  49. package/dist-types/commands/SendCommandCommand.d.ts +1 -1
  50. package/dist-types/commands/StartSessionCommand.d.ts +1 -1
  51. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
  55. package/dist-types/models/models_0.d.ts +194 -570
  56. package/dist-types/models/models_1.d.ts +188 -536
  57. package/dist-types/models/models_2.d.ts +21 -25
  58. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  59. package/dist-types/runtimeConfig.d.ts +4 -3
  60. package/dist-types/runtimeConfig.native.d.ts +1 -0
  61. package/dist-types/ts3.4/SSMClient.d.ts +3 -1
  62. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/models/models_0.d.ts +10 -257
  64. package/dist-types/ts3.4/models/models_1.d.ts +6 -235
  65. package/dist-types/ts3.4/models/models_2.d.ts +6 -8
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  69. package/package.json +39 -46
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
13
13
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
14
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
15
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
17
+ const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
16
18
  const getRuntimeConfig = (config) => {
17
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
20
+ const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
21
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
18
22
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
19
23
  return {
20
24
  ...clientSharedValues,
21
25
  ...config,
22
26
  runtime: "browser",
27
+ defaultsMode,
23
28
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
24
29
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
25
30
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
27
32
  defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
28
33
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
29
34
  region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
30
- requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
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)),
35
+ requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
36
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
32
37
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
33
38
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
34
39
  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)),
@@ -16,14 +16,17 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  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
+ const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
20
  const getRuntimeConfig = (config) => {
20
21
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
- smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
+ const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
23
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
22
24
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
25
  return {
24
26
  ...clientSharedValues,
25
27
  ...config,
26
28
  runtime: "node",
29
+ defaultsMode,
27
30
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
28
31
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
29
32
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
@@ -31,8 +34,11 @@ const getRuntimeConfig = (config) => {
31
34
  defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
32
35
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
33
36
  region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
34
- requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
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),
37
+ requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
38
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
39
+ ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
+ default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
41
+ }),
36
42
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
37
43
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
38
44
  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),
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from "../models/models_1";
4
+ import { UpdateDocumentMetadataRequest } from "../models/models_1";
5
+ import { UpdateDocumentMetadataResponse } from "../models/models_2";
5
6
  import { deserializeAws_json1_1UpdateDocumentMetadataCommand, serializeAws_json1_1UpdateDocumentMetadataCommand, } from "../protocols/Aws_json1_1";
6
7
  var UpdateDocumentMetadataCommand = (function (_super) {
7
8
  __extends(UpdateDocumentMetadataCommand, _super);
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
4
  "ca-central-1": {
5
5
  variants: [
6
- {
7
- hostname: "ssm.ca-central-1.amazonaws.com",
8
- tags: [],
9
- },
10
6
  {
11
7
  hostname: "ssm-fips.ca-central-1.amazonaws.com",
12
8
  tags: ["fips"],
@@ -15,10 +11,6 @@ var regionHash = {
15
11
  },
16
12
  "us-east-1": {
17
13
  variants: [
18
- {
19
- hostname: "ssm.us-east-1.amazonaws.com",
20
- tags: [],
21
- },
22
14
  {
23
15
  hostname: "ssm-fips.us-east-1.amazonaws.com",
24
16
  tags: ["fips"],
@@ -27,10 +19,6 @@ var regionHash = {
27
19
  },
28
20
  "us-east-2": {
29
21
  variants: [
30
- {
31
- hostname: "ssm.us-east-2.amazonaws.com",
32
- tags: [],
33
- },
34
22
  {
35
23
  hostname: "ssm-fips.us-east-2.amazonaws.com",
36
24
  tags: ["fips"],
@@ -39,10 +27,6 @@ var regionHash = {
39
27
  },
40
28
  "us-gov-east-1": {
41
29
  variants: [
42
- {
43
- hostname: "ssm.us-gov-east-1.amazonaws.com",
44
- tags: [],
45
- },
46
30
  {
47
31
  hostname: "ssm.us-gov-east-1.amazonaws.com",
48
32
  tags: ["fips"],
@@ -51,10 +35,6 @@ var regionHash = {
51
35
  },
52
36
  "us-gov-west-1": {
53
37
  variants: [
54
- {
55
- hostname: "ssm.us-gov-west-1.amazonaws.com",
56
- tags: [],
57
- },
58
38
  {
59
39
  hostname: "ssm.us-gov-west-1.amazonaws.com",
60
40
  tags: ["fips"],
@@ -63,10 +43,6 @@ var regionHash = {
63
43
  },
64
44
  "us-west-1": {
65
45
  variants: [
66
- {
67
- hostname: "ssm.us-west-1.amazonaws.com",
68
- tags: [],
69
- },
70
46
  {
71
47
  hostname: "ssm-fips.us-west-1.amazonaws.com",
72
48
  tags: ["fips"],
@@ -75,10 +51,6 @@ var regionHash = {
75
51
  },
76
52
  "us-west-2": {
77
53
  variants: [
78
- {
79
- hostname: "ssm.us-west-2.amazonaws.com",
80
- tags: [],
81
- },
82
54
  {
83
55
  hostname: "ssm-fips.us-west-2.amazonaws.com",
84
56
  tags: ["fips"],
@@ -97,6 +69,7 @@ var partitionHash = {
97
69
  "ap-south-1",
98
70
  "ap-southeast-1",
99
71
  "ap-southeast-2",
72
+ "ap-southeast-3",
100
73
  "ca-central-1",
101
74
  "eu-central-1",
102
75
  "eu-north-1",
@@ -30,30 +30,6 @@ export var AddTagsToResourceResult;
30
30
  (function (AddTagsToResourceResult) {
31
31
  AddTagsToResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
32
32
  })(AddTagsToResourceResult || (AddTagsToResourceResult = {}));
33
- export var InternalServerError;
34
- (function (InternalServerError) {
35
- InternalServerError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
- })(InternalServerError || (InternalServerError = {}));
37
- export var InvalidResourceId;
38
- (function (InvalidResourceId) {
39
- InvalidResourceId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
- })(InvalidResourceId || (InvalidResourceId = {}));
41
- export var InvalidResourceType;
42
- (function (InvalidResourceType) {
43
- InvalidResourceType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
- })(InvalidResourceType || (InvalidResourceType = {}));
45
- export var TooManyTagsError;
46
- (function (TooManyTagsError) {
47
- TooManyTagsError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
48
- })(TooManyTagsError || (TooManyTagsError = {}));
49
- export var TooManyUpdates;
50
- (function (TooManyUpdates) {
51
- TooManyUpdates.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
52
- })(TooManyUpdates || (TooManyUpdates = {}));
53
- export var AlreadyExistsException;
54
- (function (AlreadyExistsException) {
55
- AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
56
- })(AlreadyExistsException || (AlreadyExistsException = {}));
57
33
  export var AssociateOpsItemRelatedItemRequest;
58
34
  (function (AssociateOpsItemRelatedItemRequest) {
59
35
  AssociateOpsItemRelatedItemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -62,22 +38,6 @@ export var AssociateOpsItemRelatedItemResponse;
62
38
  (function (AssociateOpsItemRelatedItemResponse) {
63
39
  AssociateOpsItemRelatedItemResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
40
  })(AssociateOpsItemRelatedItemResponse || (AssociateOpsItemRelatedItemResponse = {}));
65
- export var OpsItemInvalidParameterException;
66
- (function (OpsItemInvalidParameterException) {
67
- OpsItemInvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
- })(OpsItemInvalidParameterException || (OpsItemInvalidParameterException = {}));
69
- export var OpsItemLimitExceededException;
70
- (function (OpsItemLimitExceededException) {
71
- OpsItemLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
72
- })(OpsItemLimitExceededException || (OpsItemLimitExceededException = {}));
73
- export var OpsItemNotFoundException;
74
- (function (OpsItemNotFoundException) {
75
- OpsItemNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
- })(OpsItemNotFoundException || (OpsItemNotFoundException = {}));
77
- export var OpsItemRelatedItemAlreadyExistsException;
78
- (function (OpsItemRelatedItemAlreadyExistsException) {
79
- OpsItemRelatedItemAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
- })(OpsItemRelatedItemAlreadyExistsException || (OpsItemRelatedItemAlreadyExistsException = {}));
81
41
  export var CancelCommandRequest;
82
42
  (function (CancelCommandRequest) {
83
43
  CancelCommandRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -86,18 +46,6 @@ export var CancelCommandResult;
86
46
  (function (CancelCommandResult) {
87
47
  CancelCommandResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
48
  })(CancelCommandResult || (CancelCommandResult = {}));
89
- export var DuplicateInstanceId;
90
- (function (DuplicateInstanceId) {
91
- DuplicateInstanceId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
- })(DuplicateInstanceId || (DuplicateInstanceId = {}));
93
- export var InvalidCommandId;
94
- (function (InvalidCommandId) {
95
- InvalidCommandId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
- })(InvalidCommandId || (InvalidCommandId = {}));
97
- export var InvalidInstanceId;
98
- (function (InvalidInstanceId) {
99
- InvalidInstanceId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
100
- })(InvalidInstanceId || (InvalidInstanceId = {}));
101
49
  export var CancelMaintenanceWindowExecutionRequest;
102
50
  (function (CancelMaintenanceWindowExecutionRequest) {
103
51
  CancelMaintenanceWindowExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -106,10 +54,6 @@ export var CancelMaintenanceWindowExecutionResult;
106
54
  (function (CancelMaintenanceWindowExecutionResult) {
107
55
  CancelMaintenanceWindowExecutionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
108
56
  })(CancelMaintenanceWindowExecutionResult || (CancelMaintenanceWindowExecutionResult = {}));
109
- export var DoesNotExistException;
110
- (function (DoesNotExistException) {
111
- DoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
112
- })(DoesNotExistException || (DoesNotExistException = {}));
113
57
  export var RegistrationMetadataItem;
114
58
  (function (RegistrationMetadataItem) {
115
59
  RegistrationMetadataItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -122,18 +66,6 @@ export var CreateActivationResult;
122
66
  (function (CreateActivationResult) {
123
67
  CreateActivationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
68
  })(CreateActivationResult || (CreateActivationResult = {}));
125
- export var InvalidParameters;
126
- (function (InvalidParameters) {
127
- InvalidParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
128
- })(InvalidParameters || (InvalidParameters = {}));
129
- export var AssociationAlreadyExists;
130
- (function (AssociationAlreadyExists) {
131
- AssociationAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
132
- })(AssociationAlreadyExists || (AssociationAlreadyExists = {}));
133
- export var AssociationLimitExceeded;
134
- (function (AssociationLimitExceeded) {
135
- AssociationLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
136
- })(AssociationLimitExceeded || (AssociationLimitExceeded = {}));
137
69
  export var AssociationComplianceSeverity;
138
70
  (function (AssociationComplianceSeverity) {
139
71
  AssociationComplianceSeverity["Critical"] = "CRITICAL";
@@ -191,30 +123,6 @@ export var CreateAssociationResult;
191
123
  AssociationDescription: AssociationDescription.filterSensitiveLog(obj.AssociationDescription),
192
124
  }))); };
193
125
  })(CreateAssociationResult || (CreateAssociationResult = {}));
194
- export var InvalidDocument;
195
- (function (InvalidDocument) {
196
- InvalidDocument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
- })(InvalidDocument || (InvalidDocument = {}));
198
- export var InvalidDocumentVersion;
199
- (function (InvalidDocumentVersion) {
200
- InvalidDocumentVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
- })(InvalidDocumentVersion || (InvalidDocumentVersion = {}));
202
- export var InvalidOutputLocation;
203
- (function (InvalidOutputLocation) {
204
- InvalidOutputLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
- })(InvalidOutputLocation || (InvalidOutputLocation = {}));
206
- export var InvalidSchedule;
207
- (function (InvalidSchedule) {
208
- InvalidSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
209
- })(InvalidSchedule || (InvalidSchedule = {}));
210
- export var InvalidTarget;
211
- (function (InvalidTarget) {
212
- InvalidTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
213
- })(InvalidTarget || (InvalidTarget = {}));
214
- export var UnsupportedPlatformType;
215
- (function (UnsupportedPlatformType) {
216
- UnsupportedPlatformType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
217
- })(UnsupportedPlatformType || (UnsupportedPlatformType = {}));
218
126
  export var CreateAssociationBatchRequestEntry;
219
127
  (function (CreateAssociationBatchRequestEntry) {
220
128
  CreateAssociationBatchRequestEntry.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && { Parameters: SENSITIVE_STRING }))); };
@@ -290,6 +198,7 @@ export var DocumentParameter;
290
198
  export var PlatformType;
291
199
  (function (PlatformType) {
292
200
  PlatformType["LINUX"] = "Linux";
201
+ PlatformType["MACOS"] = "MacOS";
293
202
  PlatformType["WINDOWS"] = "Windows";
294
203
  })(PlatformType || (PlatformType = {}));
295
204
  export var ReviewStatus;
@@ -319,26 +228,6 @@ export var CreateDocumentResult;
319
228
  (function (CreateDocumentResult) {
320
229
  CreateDocumentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
230
  })(CreateDocumentResult || (CreateDocumentResult = {}));
322
- export var DocumentAlreadyExists;
323
- (function (DocumentAlreadyExists) {
324
- DocumentAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
- })(DocumentAlreadyExists || (DocumentAlreadyExists = {}));
326
- export var DocumentLimitExceeded;
327
- (function (DocumentLimitExceeded) {
328
- DocumentLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
- })(DocumentLimitExceeded || (DocumentLimitExceeded = {}));
330
- export var InvalidDocumentContent;
331
- (function (InvalidDocumentContent) {
332
- InvalidDocumentContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- })(InvalidDocumentContent || (InvalidDocumentContent = {}));
334
- export var InvalidDocumentSchemaVersion;
335
- (function (InvalidDocumentSchemaVersion) {
336
- InvalidDocumentSchemaVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- })(InvalidDocumentSchemaVersion || (InvalidDocumentSchemaVersion = {}));
338
- export var MaxDocumentSizeExceeded;
339
- (function (MaxDocumentSizeExceeded) {
340
- MaxDocumentSizeExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- })(MaxDocumentSizeExceeded || (MaxDocumentSizeExceeded = {}));
342
231
  export var CreateMaintenanceWindowRequest;
343
232
  (function (CreateMaintenanceWindowRequest) {
344
233
  CreateMaintenanceWindowRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Description && { Description: SENSITIVE_STRING }))); };
@@ -347,14 +236,6 @@ export var CreateMaintenanceWindowResult;
347
236
  (function (CreateMaintenanceWindowResult) {
348
237
  CreateMaintenanceWindowResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
238
  })(CreateMaintenanceWindowResult || (CreateMaintenanceWindowResult = {}));
350
- export var IdempotentParameterMismatch;
351
- (function (IdempotentParameterMismatch) {
352
- IdempotentParameterMismatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- })(IdempotentParameterMismatch || (IdempotentParameterMismatch = {}));
354
- export var ResourceLimitExceededException;
355
- (function (ResourceLimitExceededException) {
356
- ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- })(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
358
239
  export var OpsItemNotification;
359
240
  (function (OpsItemNotification) {
360
241
  OpsItemNotification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -380,10 +261,6 @@ export var CreateOpsItemResponse;
380
261
  (function (CreateOpsItemResponse) {
381
262
  CreateOpsItemResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
263
  })(CreateOpsItemResponse || (CreateOpsItemResponse = {}));
383
- export var OpsItemAlreadyExistsException;
384
- (function (OpsItemAlreadyExistsException) {
385
- OpsItemAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
- })(OpsItemAlreadyExistsException || (OpsItemAlreadyExistsException = {}));
387
264
  export var MetadataValue;
388
265
  (function (MetadataValue) {
389
266
  MetadataValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -396,22 +273,6 @@ export var CreateOpsMetadataResult;
396
273
  (function (CreateOpsMetadataResult) {
397
274
  CreateOpsMetadataResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
398
275
  })(CreateOpsMetadataResult || (CreateOpsMetadataResult = {}));
399
- export var OpsMetadataAlreadyExistsException;
400
- (function (OpsMetadataAlreadyExistsException) {
401
- OpsMetadataAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
- })(OpsMetadataAlreadyExistsException || (OpsMetadataAlreadyExistsException = {}));
403
- export var OpsMetadataInvalidArgumentException;
404
- (function (OpsMetadataInvalidArgumentException) {
405
- OpsMetadataInvalidArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
406
- })(OpsMetadataInvalidArgumentException || (OpsMetadataInvalidArgumentException = {}));
407
- export var OpsMetadataLimitExceededException;
408
- (function (OpsMetadataLimitExceededException) {
409
- OpsMetadataLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- })(OpsMetadataLimitExceededException || (OpsMetadataLimitExceededException = {}));
411
- export var OpsMetadataTooManyUpdatesException;
412
- (function (OpsMetadataTooManyUpdatesException) {
413
- OpsMetadataTooManyUpdatesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
- })(OpsMetadataTooManyUpdatesException || (OpsMetadataTooManyUpdatesException = {}));
415
276
  export var PatchComplianceLevel;
416
277
  (function (PatchComplianceLevel) {
417
278
  PatchComplianceLevel["Critical"] = "CRITICAL";
@@ -522,18 +383,6 @@ export var CreateResourceDataSyncResult;
522
383
  (function (CreateResourceDataSyncResult) {
523
384
  CreateResourceDataSyncResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
524
385
  })(CreateResourceDataSyncResult || (CreateResourceDataSyncResult = {}));
525
- export var ResourceDataSyncAlreadyExistsException;
526
- (function (ResourceDataSyncAlreadyExistsException) {
527
- ResourceDataSyncAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
528
- })(ResourceDataSyncAlreadyExistsException || (ResourceDataSyncAlreadyExistsException = {}));
529
- export var ResourceDataSyncCountExceededException;
530
- (function (ResourceDataSyncCountExceededException) {
531
- ResourceDataSyncCountExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
532
- })(ResourceDataSyncCountExceededException || (ResourceDataSyncCountExceededException = {}));
533
- export var ResourceDataSyncInvalidConfigurationException;
534
- (function (ResourceDataSyncInvalidConfigurationException) {
535
- ResourceDataSyncInvalidConfigurationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
536
- })(ResourceDataSyncInvalidConfigurationException || (ResourceDataSyncInvalidConfigurationException = {}));
537
386
  export var DeleteActivationRequest;
538
387
  (function (DeleteActivationRequest) {
539
388
  DeleteActivationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -542,18 +391,6 @@ export var DeleteActivationResult;
542
391
  (function (DeleteActivationResult) {
543
392
  DeleteActivationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
393
  })(DeleteActivationResult || (DeleteActivationResult = {}));
545
- export var InvalidActivation;
546
- (function (InvalidActivation) {
547
- InvalidActivation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
- })(InvalidActivation || (InvalidActivation = {}));
549
- export var InvalidActivationId;
550
- (function (InvalidActivationId) {
551
- InvalidActivationId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
- })(InvalidActivationId || (InvalidActivationId = {}));
553
- export var AssociationDoesNotExist;
554
- (function (AssociationDoesNotExist) {
555
- AssociationDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
- })(AssociationDoesNotExist || (AssociationDoesNotExist = {}));
557
394
  export var DeleteAssociationRequest;
558
395
  (function (DeleteAssociationRequest) {
559
396
  DeleteAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -562,10 +399,6 @@ export var DeleteAssociationResult;
562
399
  (function (DeleteAssociationResult) {
563
400
  DeleteAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
564
401
  })(DeleteAssociationResult || (DeleteAssociationResult = {}));
565
- export var AssociatedInstances;
566
- (function (AssociatedInstances) {
567
- AssociatedInstances.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
568
- })(AssociatedInstances || (AssociatedInstances = {}));
569
402
  export var DeleteDocumentRequest;
570
403
  (function (DeleteDocumentRequest) {
571
404
  DeleteDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -574,10 +407,6 @@ export var DeleteDocumentResult;
574
407
  (function (DeleteDocumentResult) {
575
408
  DeleteDocumentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
576
409
  })(DeleteDocumentResult || (DeleteDocumentResult = {}));
577
- export var InvalidDocumentOperation;
578
- (function (InvalidDocumentOperation) {
579
- InvalidDocumentOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
580
- })(InvalidDocumentOperation || (InvalidDocumentOperation = {}));
581
410
  export var InventorySchemaDeleteOption;
582
411
  (function (InventorySchemaDeleteOption) {
583
412
  InventorySchemaDeleteOption["DELETE_SCHEMA"] = "DeleteSchema";
@@ -599,22 +428,6 @@ export var DeleteInventoryResult;
599
428
  (function (DeleteInventoryResult) {
600
429
  DeleteInventoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
601
430
  })(DeleteInventoryResult || (DeleteInventoryResult = {}));
602
- export var InvalidDeleteInventoryParametersException;
603
- (function (InvalidDeleteInventoryParametersException) {
604
- InvalidDeleteInventoryParametersException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
605
- })(InvalidDeleteInventoryParametersException || (InvalidDeleteInventoryParametersException = {}));
606
- export var InvalidInventoryRequestException;
607
- (function (InvalidInventoryRequestException) {
608
- InvalidInventoryRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
609
- })(InvalidInventoryRequestException || (InvalidInventoryRequestException = {}));
610
- export var InvalidOptionException;
611
- (function (InvalidOptionException) {
612
- InvalidOptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
613
- })(InvalidOptionException || (InvalidOptionException = {}));
614
- export var InvalidTypeNameException;
615
- (function (InvalidTypeNameException) {
616
- InvalidTypeNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
617
- })(InvalidTypeNameException || (InvalidTypeNameException = {}));
618
431
  export var DeleteMaintenanceWindowRequest;
619
432
  (function (DeleteMaintenanceWindowRequest) {
620
433
  DeleteMaintenanceWindowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -631,10 +444,6 @@ export var DeleteOpsMetadataResult;
631
444
  (function (DeleteOpsMetadataResult) {
632
445
  DeleteOpsMetadataResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
446
  })(DeleteOpsMetadataResult || (DeleteOpsMetadataResult = {}));
634
- export var OpsMetadataNotFoundException;
635
- (function (OpsMetadataNotFoundException) {
636
- OpsMetadataNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
637
- })(OpsMetadataNotFoundException || (OpsMetadataNotFoundException = {}));
638
447
  export var DeleteParameterRequest;
639
448
  (function (DeleteParameterRequest) {
640
449
  DeleteParameterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -643,10 +452,6 @@ export var DeleteParameterResult;
643
452
  (function (DeleteParameterResult) {
644
453
  DeleteParameterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
645
454
  })(DeleteParameterResult || (DeleteParameterResult = {}));
646
- export var ParameterNotFound;
647
- (function (ParameterNotFound) {
648
- ParameterNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
- })(ParameterNotFound || (ParameterNotFound = {}));
650
455
  export var DeleteParametersRequest;
651
456
  (function (DeleteParametersRequest) {
652
457
  DeleteParametersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -663,10 +468,6 @@ export var DeletePatchBaselineResult;
663
468
  (function (DeletePatchBaselineResult) {
664
469
  DeletePatchBaselineResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
665
470
  })(DeletePatchBaselineResult || (DeletePatchBaselineResult = {}));
666
- export var ResourceInUseException;
667
- (function (ResourceInUseException) {
668
- ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
- })(ResourceInUseException || (ResourceInUseException = {}));
670
471
  export var DeleteResourceDataSyncRequest;
671
472
  (function (DeleteResourceDataSyncRequest) {
672
473
  DeleteResourceDataSyncRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -675,10 +476,6 @@ export var DeleteResourceDataSyncResult;
675
476
  (function (DeleteResourceDataSyncResult) {
676
477
  DeleteResourceDataSyncResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
478
  })(DeleteResourceDataSyncResult || (DeleteResourceDataSyncResult = {}));
678
- export var ResourceDataSyncNotFoundException;
679
- (function (ResourceDataSyncNotFoundException) {
680
- ResourceDataSyncNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
- })(ResourceDataSyncNotFoundException || (ResourceDataSyncNotFoundException = {}));
682
479
  export var DeregisterManagedInstanceRequest;
683
480
  (function (DeregisterManagedInstanceRequest) {
684
481
  DeregisterManagedInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -703,10 +500,6 @@ export var DeregisterTargetFromMaintenanceWindowResult;
703
500
  (function (DeregisterTargetFromMaintenanceWindowResult) {
704
501
  DeregisterTargetFromMaintenanceWindowResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
502
  })(DeregisterTargetFromMaintenanceWindowResult || (DeregisterTargetFromMaintenanceWindowResult = {}));
706
- export var TargetInUseException;
707
- (function (TargetInUseException) {
708
- TargetInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
- })(TargetInUseException || (TargetInUseException = {}));
710
503
  export var DeregisterTaskFromMaintenanceWindowRequest;
711
504
  (function (DeregisterTaskFromMaintenanceWindowRequest) {
712
505
  DeregisterTaskFromMaintenanceWindowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -733,14 +526,6 @@ export var DescribeActivationsResult;
733
526
  (function (DescribeActivationsResult) {
734
527
  DescribeActivationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
735
528
  })(DescribeActivationsResult || (DescribeActivationsResult = {}));
736
- export var InvalidFilter;
737
- (function (InvalidFilter) {
738
- InvalidFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
- })(InvalidFilter || (InvalidFilter = {}));
740
- export var InvalidNextToken;
741
- (function (InvalidNextToken) {
742
- InvalidNextToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
743
- })(InvalidNextToken || (InvalidNextToken = {}));
744
529
  export var DescribeAssociationRequest;
745
530
  (function (DescribeAssociationRequest) {
746
531
  DescribeAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -751,10 +536,6 @@ export var DescribeAssociationResult;
751
536
  AssociationDescription: AssociationDescription.filterSensitiveLog(obj.AssociationDescription),
752
537
  }))); };
753
538
  })(DescribeAssociationResult || (DescribeAssociationResult = {}));
754
- export var InvalidAssociationVersion;
755
- (function (InvalidAssociationVersion) {
756
- InvalidAssociationVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
- })(InvalidAssociationVersion || (InvalidAssociationVersion = {}));
758
539
  export var AssociationExecutionFilterKey;
759
540
  (function (AssociationExecutionFilterKey) {
760
541
  AssociationExecutionFilterKey["CreatedTime"] = "CreatedTime";
@@ -783,10 +564,6 @@ export var DescribeAssociationExecutionsResult;
783
564
  (function (DescribeAssociationExecutionsResult) {
784
565
  DescribeAssociationExecutionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
785
566
  })(DescribeAssociationExecutionsResult || (DescribeAssociationExecutionsResult = {}));
786
- export var AssociationExecutionDoesNotExist;
787
- (function (AssociationExecutionDoesNotExist) {
788
- AssociationExecutionDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
789
- })(AssociationExecutionDoesNotExist || (AssociationExecutionDoesNotExist = {}));
790
567
  export var AssociationExecutionTargetsFilterKey;
791
568
  (function (AssociationExecutionTargetsFilterKey) {
792
569
  AssociationExecutionTargetsFilterKey["ResourceId"] = "ResourceId";
@@ -887,18 +664,6 @@ export var DescribeAutomationExecutionsResult;
887
664
  (function (DescribeAutomationExecutionsResult) {
888
665
  DescribeAutomationExecutionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
666
  })(DescribeAutomationExecutionsResult || (DescribeAutomationExecutionsResult = {}));
890
- export var InvalidFilterKey;
891
- (function (InvalidFilterKey) {
892
- InvalidFilterKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
- })(InvalidFilterKey || (InvalidFilterKey = {}));
894
- export var InvalidFilterValue;
895
- (function (InvalidFilterValue) {
896
- InvalidFilterValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
897
- })(InvalidFilterValue || (InvalidFilterValue = {}));
898
- export var AutomationExecutionNotFoundException;
899
- (function (AutomationExecutionNotFoundException) {
900
- AutomationExecutionNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
- })(AutomationExecutionNotFoundException || (AutomationExecutionNotFoundException = {}));
902
667
  export var StepExecutionFilterKey;
903
668
  (function (StepExecutionFilterKey) {
904
669
  StepExecutionFilterKey["ACTION"] = "Action";
@@ -964,10 +729,6 @@ export var DescribeDocumentPermissionResponse;
964
729
  (function (DescribeDocumentPermissionResponse) {
965
730
  DescribeDocumentPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
966
731
  })(DescribeDocumentPermissionResponse || (DescribeDocumentPermissionResponse = {}));
967
- export var InvalidPermissionType;
968
- (function (InvalidPermissionType) {
969
- InvalidPermissionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
970
- })(InvalidPermissionType || (InvalidPermissionType = {}));
971
732
  export var DescribeEffectiveInstanceAssociationsRequest;
972
733
  (function (DescribeEffectiveInstanceAssociationsRequest) {
973
734
  DescribeEffectiveInstanceAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1003,10 +764,6 @@ export var DescribeEffectivePatchesForPatchBaselineResult;
1003
764
  (function (DescribeEffectivePatchesForPatchBaselineResult) {
1004
765
  DescribeEffectivePatchesForPatchBaselineResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1005
766
  })(DescribeEffectivePatchesForPatchBaselineResult || (DescribeEffectivePatchesForPatchBaselineResult = {}));
1006
- export var UnsupportedOperatingSystem;
1007
- (function (UnsupportedOperatingSystem) {
1008
- UnsupportedOperatingSystem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1009
- })(UnsupportedOperatingSystem || (UnsupportedOperatingSystem = {}));
1010
767
  export var DescribeInstanceAssociationsStatusRequest;
1011
768
  (function (DescribeInstanceAssociationsStatusRequest) {
1012
769
  DescribeInstanceAssociationsStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1066,6 +823,12 @@ export var ResourceType;
1066
823
  ResourceType["EC2_INSTANCE"] = "EC2Instance";
1067
824
  ResourceType["MANAGED_INSTANCE"] = "ManagedInstance";
1068
825
  })(ResourceType || (ResourceType = {}));
826
+ export var SourceType;
827
+ (function (SourceType) {
828
+ SourceType["AWS_EC2_INSTANCE"] = "AWS::EC2::Instance";
829
+ SourceType["AWS_IOT_THING"] = "AWS::IoT::Thing";
830
+ SourceType["AWS_SSM_MANAGEDINSTANCE"] = "AWS::SSM::ManagedInstance";
831
+ })(SourceType || (SourceType = {}));
1069
832
  export var InstanceInformation;
1070
833
  (function (InstanceInformation) {
1071
834
  InstanceInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1074,10 +837,6 @@ export var DescribeInstanceInformationResult;
1074
837
  (function (DescribeInstanceInformationResult) {
1075
838
  DescribeInstanceInformationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1076
839
  })(DescribeInstanceInformationResult || (DescribeInstanceInformationResult = {}));
1077
- export var InvalidInstanceInformationFilterValue;
1078
- (function (InvalidInstanceInformationFilterValue) {
1079
- InvalidInstanceInformationFilterValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1080
- })(InvalidInstanceInformationFilterValue || (InvalidInstanceInformationFilterValue = {}));
1081
840
  export var DescribeInstancePatchesRequest;
1082
841
  (function (DescribeInstancePatchesRequest) {
1083
842
  DescribeInstancePatchesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1162,10 +921,6 @@ export var DescribeInventoryDeletionsResult;
1162
921
  (function (DescribeInventoryDeletionsResult) {
1163
922
  DescribeInventoryDeletionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1164
923
  })(DescribeInventoryDeletionsResult || (DescribeInventoryDeletionsResult = {}));
1165
- export var InvalidDeletionIdException;
1166
- (function (InvalidDeletionIdException) {
1167
- InvalidDeletionIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1168
- })(InvalidDeletionIdException || (InvalidDeletionIdException = {}));
1169
924
  export var MaintenanceWindowFilter;
1170
925
  (function (MaintenanceWindowFilter) {
1171
926
  MaintenanceWindowFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1411,9 +1166,3 @@ export var ParameterTier;
1411
1166
  ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
1412
1167
  ParameterTier["STANDARD"] = "Standard";
1413
1168
  })(ParameterTier || (ParameterTier = {}));
1414
- export var ParameterType;
1415
- (function (ParameterType) {
1416
- ParameterType["SECURE_STRING"] = "SecureString";
1417
- ParameterType["STRING"] = "String";
1418
- ParameterType["STRING_LIST"] = "StringList";
1419
- })(ParameterType || (ParameterType = {}));