@aws-sdk/client-mediaconvert 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreatePresetCommand.js +2 -2
- package/dist-cjs/commands/CreateQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePresetCommand.js +2 -2
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPresetCommand.js +2 -2
- package/dist-cjs/commands/GetQueueCommand.js +2 -2
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPresetsCommand.js +2 -2
- package/dist-cjs/commands/ListQueuesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
- package/dist-cjs/models/models_0.js +442 -660
- package/dist-cjs/models/models_1.js +390 -582
- package/dist-cjs/models/models_2.js +89 -133
- package/dist-es/commands/AssociateCertificateCommand.js +3 -3
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
- package/dist-es/commands/CreatePresetCommand.js +3 -3
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
- package/dist-es/commands/DeletePolicyCommand.js +3 -3
- package/dist-es/commands/DeletePresetCommand.js +3 -3
- package/dist-es/commands/DeleteQueueCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetJobTemplateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetPresetCommand.js +3 -3
- package/dist-es/commands/GetQueueCommand.js +3 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +4 -4
- package/dist-es/commands/ListPresetsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-es/commands/UpdatePresetCommand.js +3 -3
- package/dist-es/commands/UpdateQueueCommand.js +3 -3
- package/dist-es/models/models_0.js +109 -436
- package/dist-es/models/models_1.js +96 -384
- package/dist-es/models/models_2.js +22 -88
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/models/models_1.d.ts +384 -576
- package/dist-types/models/models_2.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- package/dist-types/ts3.4/models/models_1.d.ts +192 -384
- package/dist-types/ts3.4/models/models_2.d.ts +44 -88
- package/package.json +7 -7
|
@@ -1,146 +1,102 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var ListJobsResponse;
|
|
5
|
-
(function (ListJobsResponse) {
|
|
6
|
-
ListJobsResponse.filterSensitiveLog = (obj) => ({
|
|
7
|
-
...obj,
|
|
8
|
-
});
|
|
9
|
-
})(ListJobsResponse = exports.ListJobsResponse || (exports.ListJobsResponse = {}));
|
|
10
|
-
var ListJobTemplatesRequest;
|
|
11
|
-
(function (ListJobTemplatesRequest) {
|
|
12
|
-
ListJobTemplatesRequest.filterSensitiveLog = (obj) => ({
|
|
13
|
-
...obj,
|
|
14
|
-
});
|
|
15
|
-
})(ListJobTemplatesRequest = exports.ListJobTemplatesRequest || (exports.ListJobTemplatesRequest = {}));
|
|
16
|
-
var ListJobTemplatesResponse;
|
|
17
|
-
(function (ListJobTemplatesResponse) {
|
|
18
|
-
ListJobTemplatesResponse.filterSensitiveLog = (obj) => ({
|
|
19
|
-
...obj,
|
|
20
|
-
});
|
|
21
|
-
})(ListJobTemplatesResponse = exports.ListJobTemplatesResponse || (exports.ListJobTemplatesResponse = {}));
|
|
3
|
+
exports.UpdateQueueResponseFilterSensitiveLog = exports.UpdateQueueRequestFilterSensitiveLog = exports.UpdatePresetResponseFilterSensitiveLog = exports.UpdatePresetRequestFilterSensitiveLog = exports.UpdateJobTemplateResponseFilterSensitiveLog = exports.UpdateJobTemplateRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.PutPolicyResponseFilterSensitiveLog = exports.PutPolicyRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ResourceTagsFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListQueuesResponseFilterSensitiveLog = exports.ListQueuesRequestFilterSensitiveLog = exports.ListPresetsResponseFilterSensitiveLog = exports.ListPresetsRequestFilterSensitiveLog = exports.ListJobTemplatesResponseFilterSensitiveLog = exports.ListJobTemplatesRequestFilterSensitiveLog = exports.ListJobsResponseFilterSensitiveLog = exports.QueueListBy = exports.PresetListBy = void 0;
|
|
22
4
|
var PresetListBy;
|
|
23
5
|
(function (PresetListBy) {
|
|
24
6
|
PresetListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
25
7
|
PresetListBy["NAME"] = "NAME";
|
|
26
8
|
PresetListBy["SYSTEM"] = "SYSTEM";
|
|
27
9
|
})(PresetListBy = exports.PresetListBy || (exports.PresetListBy = {}));
|
|
28
|
-
var ListPresetsRequest;
|
|
29
|
-
(function (ListPresetsRequest) {
|
|
30
|
-
ListPresetsRequest.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
})(ListPresetsRequest = exports.ListPresetsRequest || (exports.ListPresetsRequest = {}));
|
|
34
|
-
var ListPresetsResponse;
|
|
35
|
-
(function (ListPresetsResponse) {
|
|
36
|
-
ListPresetsResponse.filterSensitiveLog = (obj) => ({
|
|
37
|
-
...obj,
|
|
38
|
-
});
|
|
39
|
-
})(ListPresetsResponse = exports.ListPresetsResponse || (exports.ListPresetsResponse = {}));
|
|
40
10
|
var QueueListBy;
|
|
41
11
|
(function (QueueListBy) {
|
|
42
12
|
QueueListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
43
13
|
QueueListBy["NAME"] = "NAME";
|
|
44
14
|
})(QueueListBy = exports.QueueListBy || (exports.QueueListBy = {}));
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
});
|
|
134
|
-
})(UpdatePresetResponse = exports.UpdatePresetResponse || (exports.UpdatePresetResponse = {}));
|
|
135
|
-
var UpdateQueueRequest;
|
|
136
|
-
(function (UpdateQueueRequest) {
|
|
137
|
-
UpdateQueueRequest.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(UpdateQueueRequest = exports.UpdateQueueRequest || (exports.UpdateQueueRequest = {}));
|
|
141
|
-
var UpdateQueueResponse;
|
|
142
|
-
(function (UpdateQueueResponse) {
|
|
143
|
-
UpdateQueueResponse.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(UpdateQueueResponse = exports.UpdateQueueResponse || (exports.UpdateQueueResponse = {}));
|
|
15
|
+
const ListJobsResponseFilterSensitiveLog = (obj) => ({
|
|
16
|
+
...obj,
|
|
17
|
+
});
|
|
18
|
+
exports.ListJobsResponseFilterSensitiveLog = ListJobsResponseFilterSensitiveLog;
|
|
19
|
+
const ListJobTemplatesRequestFilterSensitiveLog = (obj) => ({
|
|
20
|
+
...obj,
|
|
21
|
+
});
|
|
22
|
+
exports.ListJobTemplatesRequestFilterSensitiveLog = ListJobTemplatesRequestFilterSensitiveLog;
|
|
23
|
+
const ListJobTemplatesResponseFilterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
});
|
|
26
|
+
exports.ListJobTemplatesResponseFilterSensitiveLog = ListJobTemplatesResponseFilterSensitiveLog;
|
|
27
|
+
const ListPresetsRequestFilterSensitiveLog = (obj) => ({
|
|
28
|
+
...obj,
|
|
29
|
+
});
|
|
30
|
+
exports.ListPresetsRequestFilterSensitiveLog = ListPresetsRequestFilterSensitiveLog;
|
|
31
|
+
const ListPresetsResponseFilterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
exports.ListPresetsResponseFilterSensitiveLog = ListPresetsResponseFilterSensitiveLog;
|
|
35
|
+
const ListQueuesRequestFilterSensitiveLog = (obj) => ({
|
|
36
|
+
...obj,
|
|
37
|
+
});
|
|
38
|
+
exports.ListQueuesRequestFilterSensitiveLog = ListQueuesRequestFilterSensitiveLog;
|
|
39
|
+
const ListQueuesResponseFilterSensitiveLog = (obj) => ({
|
|
40
|
+
...obj,
|
|
41
|
+
});
|
|
42
|
+
exports.ListQueuesResponseFilterSensitiveLog = ListQueuesResponseFilterSensitiveLog;
|
|
43
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
44
|
+
...obj,
|
|
45
|
+
});
|
|
46
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
47
|
+
const ResourceTagsFilterSensitiveLog = (obj) => ({
|
|
48
|
+
...obj,
|
|
49
|
+
});
|
|
50
|
+
exports.ResourceTagsFilterSensitiveLog = ResourceTagsFilterSensitiveLog;
|
|
51
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
52
|
+
...obj,
|
|
53
|
+
});
|
|
54
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
55
|
+
const PutPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
56
|
+
...obj,
|
|
57
|
+
});
|
|
58
|
+
exports.PutPolicyRequestFilterSensitiveLog = PutPolicyRequestFilterSensitiveLog;
|
|
59
|
+
const PutPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
60
|
+
...obj,
|
|
61
|
+
});
|
|
62
|
+
exports.PutPolicyResponseFilterSensitiveLog = PutPolicyResponseFilterSensitiveLog;
|
|
63
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
67
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
68
|
+
...obj,
|
|
69
|
+
});
|
|
70
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
71
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
72
|
+
...obj,
|
|
73
|
+
});
|
|
74
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
75
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
76
|
+
...obj,
|
|
77
|
+
});
|
|
78
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
79
|
+
const UpdateJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
80
|
+
...obj,
|
|
81
|
+
});
|
|
82
|
+
exports.UpdateJobTemplateRequestFilterSensitiveLog = UpdateJobTemplateRequestFilterSensitiveLog;
|
|
83
|
+
const UpdateJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
84
|
+
...obj,
|
|
85
|
+
});
|
|
86
|
+
exports.UpdateJobTemplateResponseFilterSensitiveLog = UpdateJobTemplateResponseFilterSensitiveLog;
|
|
87
|
+
const UpdatePresetRequestFilterSensitiveLog = (obj) => ({
|
|
88
|
+
...obj,
|
|
89
|
+
});
|
|
90
|
+
exports.UpdatePresetRequestFilterSensitiveLog = UpdatePresetRequestFilterSensitiveLog;
|
|
91
|
+
const UpdatePresetResponseFilterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
});
|
|
94
|
+
exports.UpdatePresetResponseFilterSensitiveLog = UpdatePresetResponseFilterSensitiveLog;
|
|
95
|
+
const UpdateQueueRequestFilterSensitiveLog = (obj) => ({
|
|
96
|
+
...obj,
|
|
97
|
+
});
|
|
98
|
+
exports.UpdateQueueRequestFilterSensitiveLog = UpdateQueueRequestFilterSensitiveLog;
|
|
99
|
+
const UpdateQueueResponseFilterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
exports.UpdateQueueResponseFilterSensitiveLog = UpdateQueueResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { AssociateCertificateRequestFilterSensitiveLog, AssociateCertificateResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1AssociateCertificateCommand, serializeAws_restJson1AssociateCertificateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { CancelJobRequestFilterSensitiveLog, CancelJobResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CancelJobCommand, serializeAws_restJson1CancelJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CancelJobCommand = (function (_super) {
|
|
7
7
|
__extends(CancelJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { CreateJobRequestFilterSensitiveLog, CreateJobResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreateJobCommand, serializeAws_restJson1CreateJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateJobCommand = (function (_super) {
|
|
7
7
|
__extends(CreateJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { CreateJobTemplateRequestFilterSensitiveLog, CreateJobTemplateResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreateJobTemplateCommand, serializeAws_restJson1CreateJobTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateJobTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateJobTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateJobTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateJobTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateJobTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { CreatePresetRequestFilterSensitiveLog, CreatePresetResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreatePresetCommand, serializeAws_restJson1CreatePresetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreatePresetCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePresetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePresetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePresetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePresetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { CreateQueueRequestFilterSensitiveLog, CreateQueueResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1CreateQueueCommand, serializeAws_restJson1CreateQueueCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateQueueCommand = (function (_super) {
|
|
7
7
|
__extends(CreateQueueCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateQueueCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateQueueRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateQueueResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DeleteJobTemplateRequestFilterSensitiveLog, DeleteJobTemplateResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DeleteJobTemplateCommand, serializeAws_restJson1DeleteJobTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteJobTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteJobTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteJobTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteJobTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteJobTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DeletePolicyRequestFilterSensitiveLog, DeletePolicyResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DeletePolicyCommand, serializeAws_restJson1DeletePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DeletePresetRequestFilterSensitiveLog, DeletePresetResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DeletePresetCommand, serializeAws_restJson1DeletePresetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePresetCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePresetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePresetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePresetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePresetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DeleteQueueRequestFilterSensitiveLog, DeleteQueueResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DeleteQueueCommand, serializeAws_restJson1DeleteQueueCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteQueueCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteQueueCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteQueueCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteQueueRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteQueueResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DescribeEndpointsRequestFilterSensitiveLog, DescribeEndpointsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DescribeEndpointsCommand, serializeAws_restJson1DescribeEndpointsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeEndpointsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEndpointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEndpointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEndpointsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { DisassociateCertificateRequestFilterSensitiveLog, DisassociateCertificateResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateCertificateCommand, serializeAws_restJson1DisassociateCertificateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { GetJobRequestFilterSensitiveLog, GetJobResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1GetJobCommand, serializeAws_restJson1GetJobCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetJobCommand = (function (_super) {
|
|
7
7
|
__extends(GetJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { GetJobTemplateRequestFilterSensitiveLog, GetJobTemplateResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1GetJobTemplateCommand, serializeAws_restJson1GetJobTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetJobTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(GetJobTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetJobTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetJobTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetJobTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { GetPresetRequestFilterSensitiveLog, GetPresetResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1GetPresetCommand, serializeAws_restJson1GetPresetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPresetCommand = (function (_super) {
|
|
7
7
|
__extends(GetPresetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPresetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPresetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPresetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { GetQueueRequestFilterSensitiveLog, GetQueueResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1GetQueueCommand, serializeAws_restJson1GetQueueCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetQueueCommand = (function (_super) {
|
|
7
7
|
__extends(GetQueueCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetQueueCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetQueueRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetQueueResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 {
|
|
4
|
+
import { ListJobTemplatesRequestFilterSensitiveLog, ListJobTemplatesResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListJobTemplatesCommand, serializeAws_restJson1ListJobTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListJobTemplatesCommand = (function (_super) {
|
|
7
7
|
__extends(ListJobTemplatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListJobTemplatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListJobTemplatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListJobTemplatesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|