@aws-sdk/client-mediatailor 3.995.0 → 3.996.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +18 -18
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = true, b = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: {
|
|
4
|
+
const v = "required", w = "fn", x = "argv", y = "ref";
|
|
5
|
+
const a = true, b = false, c = "isSet", d = "booleanEquals", e = "error", f = "endpoint", g = "tree", h = "PartitionResult", i = "getAttr", j = { [v]: true, "default": false, "type": "boolean" }, k = { [v]: false, "type": "string" }, l = { [y]: "Endpoint" }, m = { [w]: d, [x]: [{ [y]: "UseFIPS" }, true] }, n = { [w]: d, [x]: [{ [y]: "UseDualStack" }, true] }, o = { [y]: "UseDualStack" }, p = {}, q = { [y]: h }, r = { [w]: d, [x]: [{ [y]: "UseFIPS" }, false] }, s = { [w]: i, [x]: [q, "supportsFIPS"] }, t = { [w]: d, [x]: [true, { [w]: i, [x]: [q, "supportsDualStack"] }] }, u = [{ [y]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [w]: c, [x]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: e }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: e }, { endpoint: { url: l, properties: p, headers: p }, type: f }], type: g }], type: g }, { rules: [{ conditions: [{ [w]: c, [x]: u }], rules: [{ conditions: [{ [w]: "aws.partition", [x]: u, assign: h }], rules: [{ conditions: [{ [w]: "stringEquals", [x]: [{ [w]: i, [x]: [q, "name"] }, "aws"] }, r, n], endpoint: { url: "https://mediatailor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }, { conditions: [m, n], rules: [{ conditions: [{ [w]: d, [x]: [a, s] }, t], rules: [{ endpoint: { url: "https://api.mediatailor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: e }], type: g }, { conditions: [m, { [w]: d, [x]: [o, b] }], rules: [{ conditions: [{ [w]: d, [x]: [s, a] }], rules: [{ endpoint: { url: "https://api.mediatailor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "FIPS is enabled but this partition does not support FIPS", type: e }], type: g }, { conditions: [r, n], rules: [{ conditions: [t], rules: [{ endpoint: { url: "https://api.mediatailor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "DualStack is enabled but this partition does not support DualStack", type: e }], type: g }, { endpoint: { url: "https://api.mediatailor.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }], type: g }], type: g }, { error: "Invalid Configuration: Missing Region", type: e }], type: g }] };
|
|
7
7
|
exports.ruleSet = _data;
|
package/dist-cjs/index.js
CHANGED
|
@@ -761,6 +761,7 @@ const AdsInteractionExcludeEventType = {
|
|
|
761
761
|
WARNING_VPAID_AD_DROPPED: "WARNING_VPAID_AD_DROPPED",
|
|
762
762
|
};
|
|
763
763
|
const AdsInteractionPublishOptInEventType = {
|
|
764
|
+
RAW_ADS_REQUEST: "RAW_ADS_REQUEST",
|
|
764
765
|
RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE",
|
|
765
766
|
};
|
|
766
767
|
const MessageType = {
|
|
@@ -893,18 +894,9 @@ const ListPrefetchScheduleType = {
|
|
|
893
894
|
SINGLE: "SINGLE",
|
|
894
895
|
};
|
|
895
896
|
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
});
|
|
900
|
-
Object.defineProperty(exports, "__Client", {
|
|
901
|
-
enumerable: true,
|
|
902
|
-
get: function () { return smithyClient.Client; }
|
|
903
|
-
});
|
|
904
|
-
Object.defineProperty(exports, "MediaTailorServiceException", {
|
|
905
|
-
enumerable: true,
|
|
906
|
-
get: function () { return MediaTailorServiceException.MediaTailorServiceException; }
|
|
907
|
-
});
|
|
897
|
+
exports.$Command = smithyClient.Command;
|
|
898
|
+
exports.__Client = smithyClient.Client;
|
|
899
|
+
exports.MediaTailorServiceException = MediaTailorServiceException.MediaTailorServiceException;
|
|
908
900
|
exports.AccessType = AccessType;
|
|
909
901
|
exports.AdMarkupType = AdMarkupType;
|
|
910
902
|
exports.AdsInteractionExcludeEventType = AdsInteractionExcludeEventType;
|
|
@@ -985,15 +977,23 @@ exports.paginateListPlaybackConfigurations = paginateListPlaybackConfigurations;
|
|
|
985
977
|
exports.paginateListPrefetchSchedules = paginateListPrefetchSchedules;
|
|
986
978
|
exports.paginateListSourceLocations = paginateListSourceLocations;
|
|
987
979
|
exports.paginateListVodSources = paginateListVodSources;
|
|
988
|
-
Object.
|
|
989
|
-
|
|
980
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
981
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
982
|
+
Object.defineProperty(exports, '__proto__', {
|
|
990
983
|
enumerable: true,
|
|
991
|
-
|
|
984
|
+
value: schemas_0['__proto__']
|
|
992
985
|
});
|
|
986
|
+
|
|
987
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
988
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
993
989
|
});
|
|
994
|
-
Object.
|
|
995
|
-
|
|
990
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
991
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
992
|
+
Object.defineProperty(exports, '__proto__', {
|
|
996
993
|
enumerable: true,
|
|
997
|
-
|
|
994
|
+
value: errors['__proto__']
|
|
998
995
|
});
|
|
996
|
+
|
|
997
|
+
Object.keys(errors).forEach(function (k) {
|
|
998
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
999
999
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = true, b = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: {
|
|
1
|
+
const v = "required", w = "fn", x = "argv", y = "ref";
|
|
2
|
+
const a = true, b = false, c = "isSet", d = "booleanEquals", e = "error", f = "endpoint", g = "tree", h = "PartitionResult", i = "getAttr", j = { [v]: true, "default": false, "type": "boolean" }, k = { [v]: false, "type": "string" }, l = { [y]: "Endpoint" }, m = { [w]: d, [x]: [{ [y]: "UseFIPS" }, true] }, n = { [w]: d, [x]: [{ [y]: "UseDualStack" }, true] }, o = { [y]: "UseDualStack" }, p = {}, q = { [y]: h }, r = { [w]: d, [x]: [{ [y]: "UseFIPS" }, false] }, s = { [w]: i, [x]: [q, "supportsFIPS"] }, t = { [w]: d, [x]: [true, { [w]: i, [x]: [q, "supportsDualStack"] }] }, u = [{ [y]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [w]: c, [x]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: e }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: e }, { endpoint: { url: l, properties: p, headers: p }, type: f }], type: g }], type: g }, { rules: [{ conditions: [{ [w]: c, [x]: u }], rules: [{ conditions: [{ [w]: "aws.partition", [x]: u, assign: h }], rules: [{ conditions: [{ [w]: "stringEquals", [x]: [{ [w]: i, [x]: [q, "name"] }, "aws"] }, r, n], endpoint: { url: "https://mediatailor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }, { conditions: [m, n], rules: [{ conditions: [{ [w]: d, [x]: [a, s] }, t], rules: [{ endpoint: { url: "https://api.mediatailor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: e }], type: g }, { conditions: [m, { [w]: d, [x]: [o, b] }], rules: [{ conditions: [{ [w]: d, [x]: [s, a] }], rules: [{ endpoint: { url: "https://api.mediatailor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "FIPS is enabled but this partition does not support FIPS", type: e }], type: g }, { conditions: [r, n], rules: [{ conditions: [t], rules: [{ endpoint: { url: "https://api.mediatailor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }], type: g }, { error: "DualStack is enabled but this partition does not support DualStack", type: e }], type: g }, { endpoint: { url: "https://api.mediatailor.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }], type: g }], type: g }, { error: "Invalid Configuration: Missing Region", type: e }], type: g }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -42,6 +42,7 @@ export const AdsInteractionExcludeEventType = {
|
|
|
42
42
|
WARNING_VPAID_AD_DROPPED: "WARNING_VPAID_AD_DROPPED",
|
|
43
43
|
};
|
|
44
44
|
export const AdsInteractionPublishOptInEventType = {
|
|
45
|
+
RAW_ADS_REQUEST: "RAW_ADS_REQUEST",
|
|
45
46
|
RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE",
|
|
46
47
|
};
|
|
47
48
|
export const MessageType = {
|
|
@@ -44,7 +44,7 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
44
44
|
* ],
|
|
45
45
|
* AdsInteractionLog: { // AdsInteractionLog
|
|
46
46
|
* PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
47
|
-
* "RAW_ADS_RESPONSE",
|
|
47
|
+
* "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST",
|
|
48
48
|
* ],
|
|
49
49
|
* ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
50
50
|
* "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE",
|
|
@@ -66,7 +66,7 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
66
66
|
* // ],
|
|
67
67
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
68
68
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
69
|
-
* // "RAW_ADS_RESPONSE",
|
|
69
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST",
|
|
70
70
|
* // ],
|
|
71
71
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
72
72
|
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE",
|
|
@@ -81,7 +81,7 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
81
81
|
* // ],
|
|
82
82
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
83
83
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
84
|
-
* // "RAW_ADS_RESPONSE",
|
|
84
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST",
|
|
85
85
|
* // ],
|
|
86
86
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
87
87
|
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE",
|
|
@@ -84,7 +84,7 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
84
84
|
* // ],
|
|
85
85
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
86
86
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
87
|
-
* // "RAW_ADS_RESPONSE",
|
|
87
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST",
|
|
88
88
|
* // ],
|
|
89
89
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
90
90
|
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE",
|
|
@@ -134,7 +134,7 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
134
134
|
* // ],
|
|
135
135
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
136
136
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
137
|
-
* // "RAW_ADS_RESPONSE",
|
|
137
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST",
|
|
138
138
|
* // ],
|
|
139
139
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
140
140
|
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE",
|
|
@@ -3,10 +3,10 @@ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2,
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface ClientInputEndpointParameters {
|
|
6
|
-
region?: string | undefined | Provider<string | undefined>;
|
|
7
6
|
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
7
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
8
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
9
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* @public
|
|
@@ -43,8 +43,8 @@ export declare const commonParams: {
|
|
|
43
43
|
* @internal
|
|
44
44
|
*/
|
|
45
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
46
|
-
Region?: string | undefined;
|
|
47
46
|
UseDualStack?: boolean | undefined;
|
|
48
47
|
UseFIPS?: boolean | undefined;
|
|
49
48
|
Endpoint?: string | undefined;
|
|
49
|
+
Region?: string | undefined;
|
|
50
50
|
}
|
|
@@ -54,6 +54,7 @@ export type AdsInteractionExcludeEventType = (typeof AdsInteractionExcludeEventT
|
|
|
54
54
|
* @enum
|
|
55
55
|
*/
|
|
56
56
|
export declare const AdsInteractionPublishOptInEventType: {
|
|
57
|
+
readonly RAW_ADS_REQUEST: "RAW_ADS_REQUEST";
|
|
57
58
|
readonly RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE";
|
|
58
59
|
};
|
|
59
60
|
/**
|
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
Provider,
|
|
6
6
|
} from "@smithy/types";
|
|
7
7
|
export interface ClientInputEndpointParameters {
|
|
8
|
-
region?: string | undefined | Provider<string | undefined>;
|
|
9
8
|
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
10
9
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
11
10
|
endpoint?:
|
|
@@ -15,6 +14,7 @@ export interface ClientInputEndpointParameters {
|
|
|
15
14
|
| Provider<Endpoint>
|
|
16
15
|
| EndpointV2
|
|
17
16
|
| Provider<EndpointV2>;
|
|
17
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
18
18
|
}
|
|
19
19
|
export type ClientResolvedEndpointParameters = Pick<
|
|
20
20
|
ClientInputEndpointParameters,
|
|
@@ -44,8 +44,8 @@ export declare const commonParams: {
|
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
47
|
-
Region?: string | undefined;
|
|
48
47
|
UseDualStack?: boolean | undefined;
|
|
49
48
|
UseFIPS?: boolean | undefined;
|
|
50
49
|
Endpoint?: string | undefined;
|
|
50
|
+
Region?: string | undefined;
|
|
51
51
|
}
|
|
@@ -44,6 +44,7 @@ export declare const AdsInteractionExcludeEventType: {
|
|
|
44
44
|
export type AdsInteractionExcludeEventType =
|
|
45
45
|
(typeof AdsInteractionExcludeEventType)[keyof typeof AdsInteractionExcludeEventType];
|
|
46
46
|
export declare const AdsInteractionPublishOptInEventType: {
|
|
47
|
+
readonly RAW_ADS_REQUEST: "RAW_ADS_REQUEST";
|
|
47
48
|
readonly RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE";
|
|
48
49
|
};
|
|
49
50
|
export type AdsInteractionPublishOptInEventType =
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.996.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediatailor",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.12",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.11",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.12",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.996.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.11",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
36
|
"@smithy/core": "^3.23.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|