@aws-sdk/client-mediapackage 3.100.0 → 3.110.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 CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
9
+
10
+
11
+
12
+
13
+
14
+ # [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
17
+
18
+
19
+
20
+
21
+
22
+ # [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
7
34
 
8
35
  **Note:** Version bump only for package @aws-sdk/client-mediapackage
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
7
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
8
9
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
10
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
11
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
@@ -25,6 +26,7 @@ class MediaPackageClient extends smithy_client_1.Client {
25
26
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
27
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
28
  this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
28
30
  this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
31
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
32
  }
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
3
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
5
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
6
7
  import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
8
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
@@ -25,6 +26,7 @@ var MediaPackageClient = (function (_super) {
25
26
  _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
27
  _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
28
  _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
28
30
  _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
31
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
32
  return _this;
@@ -116,9 +116,7 @@ export interface Channel {
116
116
  /**
117
117
  * A collection of tags associated with a resource
118
118
  */
119
- Tags?: {
120
- [key: string]: string;
121
- };
119
+ Tags?: Record<string, string>;
122
120
  }
123
121
  export declare namespace Channel {
124
122
  /**
@@ -883,9 +881,7 @@ export interface OriginEndpoint {
883
881
  /**
884
882
  * A collection of tags associated with a resource
885
883
  */
886
- Tags?: {
887
- [key: string]: string;
888
- };
884
+ Tags?: Record<string, string>;
889
885
  /**
890
886
  * Amount of delay (seconds) to enforce on the playback of live content.
891
887
  * If not specified, there will be no time delay in effect for the OriginEndpoint.
@@ -989,9 +985,7 @@ export interface ConfigureLogsResponse {
989
985
  /**
990
986
  * A collection of tags associated with a resource
991
987
  */
992
- Tags?: {
993
- [key: string]: string;
994
- };
988
+ Tags?: Record<string, string>;
995
989
  }
996
990
  export declare namespace ConfigureLogsResponse {
997
991
  /**
@@ -1087,9 +1081,7 @@ export interface CreateChannelRequest {
1087
1081
  /**
1088
1082
  * A collection of tags associated with a resource
1089
1083
  */
1090
- Tags?: {
1091
- [key: string]: string;
1092
- };
1084
+ Tags?: Record<string, string>;
1093
1085
  }
1094
1086
  export declare namespace CreateChannelRequest {
1095
1087
  /**
@@ -1125,9 +1117,7 @@ export interface CreateChannelResponse {
1125
1117
  /**
1126
1118
  * A collection of tags associated with a resource
1127
1119
  */
1128
- Tags?: {
1129
- [key: string]: string;
1130
- };
1120
+ Tags?: Record<string, string>;
1131
1121
  }
1132
1122
  export declare namespace CreateChannelResponse {
1133
1123
  /**
@@ -1272,9 +1262,7 @@ export interface CreateOriginEndpointRequest {
1272
1262
  /**
1273
1263
  * A collection of tags associated with a resource
1274
1264
  */
1275
- Tags?: {
1276
- [key: string]: string;
1277
- };
1265
+ Tags?: Record<string, string>;
1278
1266
  /**
1279
1267
  * Amount of delay (seconds) to enforce on the playback of live content.
1280
1268
  * If not specified, there will be no time delay in effect for the OriginEndpoint.
@@ -1346,9 +1334,7 @@ export interface CreateOriginEndpointResponse {
1346
1334
  /**
1347
1335
  * A collection of tags associated with a resource
1348
1336
  */
1349
- Tags?: {
1350
- [key: string]: string;
1351
- };
1337
+ Tags?: Record<string, string>;
1352
1338
  /**
1353
1339
  * Amount of delay (seconds) to enforce on the playback of live content.
1354
1340
  * If not specified, there will be no time delay in effect for the OriginEndpoint.
@@ -1449,9 +1435,7 @@ export interface DescribeChannelResponse {
1449
1435
  /**
1450
1436
  * A collection of tags associated with a resource
1451
1437
  */
1452
- Tags?: {
1453
- [key: string]: string;
1454
- };
1438
+ Tags?: Record<string, string>;
1455
1439
  }
1456
1440
  export declare namespace DescribeChannelResponse {
1457
1441
  /**
@@ -1586,9 +1570,7 @@ export interface DescribeOriginEndpointResponse {
1586
1570
  /**
1587
1571
  * A collection of tags associated with a resource
1588
1572
  */
1589
- Tags?: {
1590
- [key: string]: string;
1591
- };
1573
+ Tags?: Record<string, string>;
1592
1574
  /**
1593
1575
  * Amount of delay (seconds) to enforce on the playback of live content.
1594
1576
  * If not specified, there will be no time delay in effect for the OriginEndpoint.
@@ -1727,9 +1709,7 @@ export declare namespace ListTagsForResourceRequest {
1727
1709
  const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1728
1710
  }
1729
1711
  export interface ListTagsForResourceResponse {
1730
- Tags?: {
1731
- [key: string]: string;
1732
- };
1712
+ Tags?: Record<string, string>;
1733
1713
  }
1734
1714
  export declare namespace ListTagsForResourceResponse {
1735
1715
  /**
@@ -1777,9 +1757,7 @@ export interface RotateChannelCredentialsResponse {
1777
1757
  /**
1778
1758
  * A collection of tags associated with a resource
1779
1759
  */
1780
- Tags?: {
1781
- [key: string]: string;
1782
- };
1760
+ Tags?: Record<string, string>;
1783
1761
  }
1784
1762
  export declare namespace RotateChannelCredentialsResponse {
1785
1763
  /**
@@ -1831,9 +1809,7 @@ export interface RotateIngestEndpointCredentialsResponse {
1831
1809
  /**
1832
1810
  * A collection of tags associated with a resource
1833
1811
  */
1834
- Tags?: {
1835
- [key: string]: string;
1836
- };
1812
+ Tags?: Record<string, string>;
1837
1813
  }
1838
1814
  export declare namespace RotateIngestEndpointCredentialsResponse {
1839
1815
  /**
@@ -1843,9 +1819,7 @@ export declare namespace RotateIngestEndpointCredentialsResponse {
1843
1819
  }
1844
1820
  export interface TagResourceRequest {
1845
1821
  ResourceArn: string | undefined;
1846
- Tags: {
1847
- [key: string]: string;
1848
- } | undefined;
1822
+ Tags: Record<string, string> | undefined;
1849
1823
  }
1850
1824
  export declare namespace TagResourceRequest {
1851
1825
  /**
@@ -1913,9 +1887,7 @@ export interface UpdateChannelResponse {
1913
1887
  /**
1914
1888
  * A collection of tags associated with a resource
1915
1889
  */
1916
- Tags?: {
1917
- [key: string]: string;
1918
- };
1890
+ Tags?: Record<string, string>;
1919
1891
  }
1920
1892
  export declare namespace UpdateChannelResponse {
1921
1893
  /**
@@ -2041,9 +2013,7 @@ export interface UpdateOriginEndpointResponse {
2041
2013
  /**
2042
2014
  * A collection of tags associated with a resource
2043
2015
  */
2044
- Tags?: {
2045
- [key: string]: string;
2046
- };
2016
+ Tags?: Record<string, string>;
2047
2017
  /**
2048
2018
  * Amount of delay (seconds) to enforce on the playback of live content.
2049
2019
  * If not specified, there will be no time delay in effect for the OriginEndpoint.
@@ -70,9 +70,7 @@ export interface Channel {
70
70
 
71
71
  IngressAccessLogs?: IngressAccessLogs;
72
72
 
73
- Tags?: {
74
- [key: string]: string;
75
- };
73
+ Tags?: Record<string, string>;
76
74
  }
77
75
  export declare namespace Channel {
78
76
 
@@ -457,9 +455,7 @@ export interface OriginEndpoint {
457
455
 
458
456
  StartoverWindowSeconds?: number;
459
457
 
460
- Tags?: {
461
- [key: string]: string;
462
- };
458
+ Tags?: Record<string, string>;
463
459
 
464
460
  TimeDelaySeconds?: number;
465
461
 
@@ -515,9 +511,7 @@ export interface ConfigureLogsResponse {
515
511
 
516
512
  IngressAccessLogs?: IngressAccessLogs;
517
513
 
518
- Tags?: {
519
- [key: string]: string;
520
- };
514
+ Tags?: Record<string, string>;
521
515
  }
522
516
  export declare namespace ConfigureLogsResponse {
523
517
 
@@ -578,9 +572,7 @@ export interface CreateChannelRequest {
578
572
 
579
573
  Id: string | undefined;
580
574
 
581
- Tags?: {
582
- [key: string]: string;
583
- };
575
+ Tags?: Record<string, string>;
584
576
  }
585
577
  export declare namespace CreateChannelRequest {
586
578
 
@@ -600,9 +592,7 @@ export interface CreateChannelResponse {
600
592
 
601
593
  IngressAccessLogs?: IngressAccessLogs;
602
594
 
603
- Tags?: {
604
- [key: string]: string;
605
- };
595
+ Tags?: Record<string, string>;
606
596
  }
607
597
  export declare namespace CreateChannelResponse {
608
598
 
@@ -674,9 +664,7 @@ export interface CreateOriginEndpointRequest {
674
664
 
675
665
  StartoverWindowSeconds?: number;
676
666
 
677
- Tags?: {
678
- [key: string]: string;
679
- };
667
+ Tags?: Record<string, string>;
680
668
 
681
669
  TimeDelaySeconds?: number;
682
670
 
@@ -712,9 +700,7 @@ export interface CreateOriginEndpointResponse {
712
700
 
713
701
  StartoverWindowSeconds?: number;
714
702
 
715
- Tags?: {
716
- [key: string]: string;
717
- };
703
+ Tags?: Record<string, string>;
718
704
 
719
705
  TimeDelaySeconds?: number;
720
706
 
@@ -776,9 +762,7 @@ export interface DescribeChannelResponse {
776
762
 
777
763
  IngressAccessLogs?: IngressAccessLogs;
778
764
 
779
- Tags?: {
780
- [key: string]: string;
781
- };
765
+ Tags?: Record<string, string>;
782
766
  }
783
767
  export declare namespace DescribeChannelResponse {
784
768
 
@@ -850,9 +834,7 @@ export interface DescribeOriginEndpointResponse {
850
834
 
851
835
  StartoverWindowSeconds?: number;
852
836
 
853
- Tags?: {
854
- [key: string]: string;
855
- };
837
+ Tags?: Record<string, string>;
856
838
 
857
839
  TimeDelaySeconds?: number;
858
840
 
@@ -938,9 +920,7 @@ export declare namespace ListTagsForResourceRequest {
938
920
  const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
939
921
  }
940
922
  export interface ListTagsForResourceResponse {
941
- Tags?: {
942
- [key: string]: string;
943
- };
923
+ Tags?: Record<string, string>;
944
924
  }
945
925
  export declare namespace ListTagsForResourceResponse {
946
926
 
@@ -968,9 +948,7 @@ export interface RotateChannelCredentialsResponse {
968
948
 
969
949
  IngressAccessLogs?: IngressAccessLogs;
970
950
 
971
- Tags?: {
972
- [key: string]: string;
973
- };
951
+ Tags?: Record<string, string>;
974
952
  }
975
953
  export declare namespace RotateChannelCredentialsResponse {
976
954
 
@@ -1000,9 +978,7 @@ export interface RotateIngestEndpointCredentialsResponse {
1000
978
 
1001
979
  IngressAccessLogs?: IngressAccessLogs;
1002
980
 
1003
- Tags?: {
1004
- [key: string]: string;
1005
- };
981
+ Tags?: Record<string, string>;
1006
982
  }
1007
983
  export declare namespace RotateIngestEndpointCredentialsResponse {
1008
984
 
@@ -1010,9 +986,7 @@ export declare namespace RotateIngestEndpointCredentialsResponse {
1010
986
  }
1011
987
  export interface TagResourceRequest {
1012
988
  ResourceArn: string | undefined;
1013
- Tags: {
1014
- [key: string]: string;
1015
- } | undefined;
989
+ Tags: Record<string, string> | undefined;
1016
990
  }
1017
991
  export declare namespace TagResourceRequest {
1018
992
 
@@ -1052,9 +1026,7 @@ export interface UpdateChannelResponse {
1052
1026
 
1053
1027
  IngressAccessLogs?: IngressAccessLogs;
1054
1028
 
1055
- Tags?: {
1056
- [key: string]: string;
1057
- };
1029
+ Tags?: Record<string, string>;
1058
1030
  }
1059
1031
  export declare namespace UpdateChannelResponse {
1060
1032
 
@@ -1117,9 +1089,7 @@ export interface UpdateOriginEndpointResponse {
1117
1089
 
1118
1090
  StartoverWindowSeconds?: number;
1119
1091
 
1120
- Tags?: {
1121
- [key: string]: string;
1122
- };
1092
+ Tags?: Record<string, string>;
1123
1093
 
1124
1094
  TimeDelaySeconds?: number;
1125
1095
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage",
3
3
  "description": "AWS SDK for JavaScript Mediapackage Client for Node.js, Browser and React Native",
4
- "version": "3.100.0",
4
+ "version": "3.110.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,36 +18,37 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.100.0",
22
- "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.100.0",
24
- "@aws-sdk/fetch-http-handler": "3.78.0",
25
- "@aws-sdk/hash-node": "3.78.0",
26
- "@aws-sdk/invalid-dependency": "3.78.0",
27
- "@aws-sdk/middleware-content-length": "3.78.0",
28
- "@aws-sdk/middleware-host-header": "3.78.0",
29
- "@aws-sdk/middleware-logger": "3.78.0",
30
- "@aws-sdk/middleware-retry": "3.80.0",
31
- "@aws-sdk/middleware-serde": "3.78.0",
32
- "@aws-sdk/middleware-signing": "3.78.0",
33
- "@aws-sdk/middleware-stack": "3.78.0",
34
- "@aws-sdk/middleware-user-agent": "3.78.0",
35
- "@aws-sdk/node-config-provider": "3.80.0",
36
- "@aws-sdk/node-http-handler": "3.94.0",
37
- "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.99.0",
39
- "@aws-sdk/types": "3.78.0",
40
- "@aws-sdk/url-parser": "3.78.0",
41
- "@aws-sdk/util-base64-browser": "3.58.0",
21
+ "@aws-sdk/client-sts": "3.110.0",
22
+ "@aws-sdk/config-resolver": "3.110.0",
23
+ "@aws-sdk/credential-provider-node": "3.110.0",
24
+ "@aws-sdk/fetch-http-handler": "3.110.0",
25
+ "@aws-sdk/hash-node": "3.110.0",
26
+ "@aws-sdk/invalid-dependency": "3.110.0",
27
+ "@aws-sdk/middleware-content-length": "3.110.0",
28
+ "@aws-sdk/middleware-host-header": "3.110.0",
29
+ "@aws-sdk/middleware-logger": "3.110.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
+ "@aws-sdk/middleware-retry": "3.110.0",
32
+ "@aws-sdk/middleware-serde": "3.110.0",
33
+ "@aws-sdk/middleware-signing": "3.110.0",
34
+ "@aws-sdk/middleware-stack": "3.110.0",
35
+ "@aws-sdk/middleware-user-agent": "3.110.0",
36
+ "@aws-sdk/node-config-provider": "3.110.0",
37
+ "@aws-sdk/node-http-handler": "3.110.0",
38
+ "@aws-sdk/protocol-http": "3.110.0",
39
+ "@aws-sdk/smithy-client": "3.110.0",
40
+ "@aws-sdk/types": "3.110.0",
41
+ "@aws-sdk/url-parser": "3.110.0",
42
+ "@aws-sdk/util-base64-browser": "3.109.0",
42
43
  "@aws-sdk/util-base64-node": "3.55.0",
43
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
45
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.99.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.99.0",
47
- "@aws-sdk/util-user-agent-browser": "3.78.0",
48
- "@aws-sdk/util-user-agent-node": "3.80.0",
49
- "@aws-sdk/util-utf8-browser": "3.55.0",
50
- "@aws-sdk/util-utf8-node": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.110.0",
49
+ "@aws-sdk/util-user-agent-node": "3.110.0",
50
+ "@aws-sdk/util-utf8-browser": "3.109.0",
51
+ "@aws-sdk/util-utf8-node": "3.109.0",
51
52
  "tslib": "^2.3.1"
52
53
  },
53
54
  "devDependencies": {