@aws-sdk/client-medialive 3.650.0 → 3.652.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -13830,7 +13830,6 @@ var InputClass = {
13830
13830
  };
13831
13831
  var InputNetworkLocation = {
13832
13832
  AWS: "AWS",
13833
- ON_PREMISE: "ON_PREMISE",
13834
13833
  ON_PREMISES: "ON_PREMISES"
13835
13834
  };
13836
13835
  var InputSourceType = {
@@ -596,7 +596,6 @@ export const InputClass = {
596
596
  };
597
597
  export const InputNetworkLocation = {
598
598
  AWS: "AWS",
599
- ON_PREMISE: "ON_PREMISE",
600
599
  ON_PREMISES: "ON_PREMISES",
601
600
  };
602
601
  export const InputSourceType = {
@@ -97,7 +97,7 @@ declare const CreateInputCommand_base: {
97
97
  * },
98
98
  * ],
99
99
  * },
100
- * InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
100
+ * InputNetworkLocation: "AWS" || "ON_PREMISES",
101
101
  * MulticastSettings: { // MulticastSettingsCreateRequest
102
102
  * Sources: [ // __listOfMulticastSourceCreateRequest
103
103
  * { // MulticastSourceCreateRequest
@@ -180,7 +180,7 @@ declare const CreateInputCommand_base: {
180
180
  * // },
181
181
  * // ],
182
182
  * // },
183
- * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
183
+ * // InputNetworkLocation: "AWS" || "ON_PREMISES",
184
184
  * // MulticastSettings: { // MulticastSettings
185
185
  * // Sources: [ // __listOfMulticastSource
186
186
  * // { // MulticastSource
@@ -114,7 +114,7 @@ declare const CreatePartnerInputCommand_base: {
114
114
  * // },
115
115
  * // ],
116
116
  * // },
117
- * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
117
+ * // InputNetworkLocation: "AWS" || "ON_PREMISES",
118
118
  * // MulticastSettings: { // MulticastSettings
119
119
  * // Sources: [ // __listOfMulticastSource
120
120
  * // { // MulticastSource
@@ -109,7 +109,7 @@ declare const DescribeInputCommand_base: {
109
109
  * // },
110
110
  * // ],
111
111
  * // },
112
- * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
112
+ * // InputNetworkLocation: "AWS" || "ON_PREMISES",
113
113
  * // MulticastSettings: { // MulticastSettings
114
114
  * // Sources: [ // __listOfMulticastSource
115
115
  * // { // MulticastSource
@@ -112,7 +112,7 @@ declare const ListInputsCommand_base: {
112
112
  * // },
113
113
  * // ],
114
114
  * // },
115
- * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
115
+ * // InputNetworkLocation: "AWS" || "ON_PREMISES",
116
116
  * // MulticastSettings: { // MulticastSettings
117
117
  * // Sources: [ // __listOfMulticastSource
118
118
  * // { // MulticastSource
@@ -167,7 +167,7 @@ declare const UpdateInputCommand_base: {
167
167
  * // },
168
168
  * // ],
169
169
  * // },
170
- * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES",
170
+ * // InputNetworkLocation: "AWS" || "ON_PREMISES",
171
171
  * // MulticastSettings: { // MulticastSettings
172
172
  * // Sources: [ // __listOfMulticastSource
173
173
  * // { // MulticastSource
@@ -4096,7 +4096,6 @@ export interface InputDeviceSettings {
4096
4096
  */
4097
4097
  export declare const InputNetworkLocation: {
4098
4098
  readonly AWS: "AWS";
4099
- readonly ON_PREMISE: "ON_PREMISE";
4100
4099
  readonly ON_PREMISES: "ON_PREMISES";
4101
4100
  };
4102
4101
  /**
@@ -1367,7 +1367,6 @@ export interface InputDeviceSettings {
1367
1367
  }
1368
1368
  export declare const InputNetworkLocation: {
1369
1369
  readonly AWS: "AWS";
1370
- readonly ON_PREMISE: "ON_PREMISE";
1371
1370
  readonly ON_PREMISES: "ON_PREMISES";
1372
1371
  };
1373
1372
  export type InputNetworkLocation =
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.652.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medialive",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",