diff --git a/clients/client-medialive/src/commands/CreateInputCommand.ts b/clients/client-medialive/src/commands/CreateInputCommand.ts index af614f516feb..8b350949a63a 100644 --- a/clients/client-medialive/src/commands/CreateInputCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputCommand.ts @@ -98,7 +98,7 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat * }, * ], * }, - * InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * InputNetworkLocation: "AWS" || "ON_PREMISES", * MulticastSettings: { // MulticastSettingsCreateRequest * Sources: [ // __listOfMulticastSourceCreateRequest * { // MulticastSourceCreateRequest @@ -181,7 +181,7 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat * // }, * // ], * // }, - * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * // InputNetworkLocation: "AWS" || "ON_PREMISES", * // MulticastSettings: { // MulticastSettings * // Sources: [ // __listOfMulticastSource * // { // MulticastSource diff --git a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts index 661b2d7bf7fb..2c0688a25636 100644 --- a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts @@ -115,7 +115,7 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo * // }, * // ], * // }, - * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * // InputNetworkLocation: "AWS" || "ON_PREMISES", * // MulticastSettings: { // MulticastSettings * // Sources: [ // __listOfMulticastSource * // { // MulticastSource diff --git a/clients/client-medialive/src/commands/DescribeInputCommand.ts b/clients/client-medialive/src/commands/DescribeInputCommand.ts index e666fda04233..d48af5d775ae 100644 --- a/clients/client-medialive/src/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputCommand.ts @@ -110,7 +110,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met * // }, * // ], * // }, - * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * // InputNetworkLocation: "AWS" || "ON_PREMISES", * // MulticastSettings: { // MulticastSettings * // Sources: [ // __listOfMulticastSource * // { // MulticastSource diff --git a/clients/client-medialive/src/commands/ListInputsCommand.ts b/clients/client-medialive/src/commands/ListInputsCommand.ts index 6facaa36694e..b43a111727b7 100644 --- a/clients/client-medialive/src/commands/ListInputsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputsCommand.ts @@ -113,7 +113,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB * // }, * // ], * // }, - * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * // InputNetworkLocation: "AWS" || "ON_PREMISES", * // MulticastSettings: { // MulticastSettings * // Sources: [ // __listOfMulticastSource * // { // MulticastSource diff --git a/clients/client-medialive/src/commands/UpdateInputCommand.ts b/clients/client-medialive/src/commands/UpdateInputCommand.ts index c8d08ef331ae..2b85dbb273e6 100644 --- a/clients/client-medialive/src/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputCommand.ts @@ -168,7 +168,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat * // }, * // ], * // }, - * // InputNetworkLocation: "AWS" || "ON_PREMISE" || "ON_PREMISES", + * // InputNetworkLocation: "AWS" || "ON_PREMISES", * // MulticastSettings: { // MulticastSettings * // Sources: [ // __listOfMulticastSource * // { // MulticastSource diff --git a/clients/client-medialive/src/models/models_0.ts b/clients/client-medialive/src/models/models_0.ts index 661d0ee2264c..8d9c135b1065 100644 --- a/clients/client-medialive/src/models/models_0.ts +++ b/clients/client-medialive/src/models/models_0.ts @@ -4725,7 +4725,6 @@ export interface InputDeviceSettings { */ export const InputNetworkLocation = { AWS: "AWS", - ON_PREMISE: "ON_PREMISE", ON_PREMISES: "ON_PREMISES", } as const; diff --git a/codegen/sdk-codegen/aws-models/medialive.json b/codegen/sdk-codegen/aws-models/medialive.json index 69c31c116274..4279fb264557 100644 --- a/codegen/sdk-codegen/aws-models/medialive.json +++ b/codegen/sdk-codegen/aws-models/medialive.json @@ -19967,12 +19967,6 @@ "smithy.api#enumValue": "AWS" } }, - "ON_PREMISE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ON_PREMISE" - } - }, "ON_PREMISES": { "target": "smithy.api#Unit", "traits": {