@aws-sdk/client-medialive 3.194.0 → 3.196.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 +11 -0
- package/dist-cjs/MediaLiveClient.js +11 -8
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteCommand.js +10 -0
- package/dist-cjs/commands/BatchStartCommand.js +10 -0
- package/dist-cjs/commands/BatchStopCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +10 -0
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/ClaimDeviceCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelCommand.js +10 -0
- package/dist-cjs/commands/CreateInputCommand.js +10 -0
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateMultiplexCommand.js +10 -0
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/CreatePartnerInputCommand.js +10 -0
- package/dist-cjs/commands/CreateTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteInputCommand.js +10 -0
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteMultiplexCommand.js +10 -0
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/DeleteReservationCommand.js +10 -0
- package/dist-cjs/commands/DeleteScheduleCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeMultiplexCommand.js +10 -0
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/DescribeOfferingCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservationCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduleCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +10 -0
- package/dist-cjs/commands/ListInputDevicesCommand.js +10 -0
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListInputsCommand.js +10 -0
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +10 -0
- package/dist-cjs/commands/ListMultiplexesCommand.js +10 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +10 -0
- package/dist-cjs/commands/ListReservationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +10 -0
- package/dist-cjs/commands/RebootInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/StartChannelCommand.js +10 -0
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +10 -0
- package/dist-cjs/commands/StopChannelCommand.js +10 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +10 -0
- package/dist-cjs/commands/TransferInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateMultiplexCommand.js +10 -0
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/UpdateReservationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MediaLiveClient.js +12 -9
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/BatchDeleteCommand.js +10 -0
- package/dist-es/commands/BatchStartCommand.js +10 -0
- package/dist-es/commands/BatchStopCommand.js +10 -0
- package/dist-es/commands/BatchUpdateScheduleCommand.js +10 -0
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/ClaimDeviceCommand.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +10 -0
- package/dist-es/commands/CreateInputCommand.js +10 -0
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/CreateMultiplexCommand.js +10 -0
- package/dist-es/commands/CreateMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/CreatePartnerInputCommand.js +10 -0
- package/dist-es/commands/CreateTagsCommand.js +10 -0
- package/dist-es/commands/DeleteChannelCommand.js +10 -0
- package/dist-es/commands/DeleteInputCommand.js +10 -0
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DeleteMultiplexCommand.js +10 -0
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/DeleteReservationCommand.js +10 -0
- package/dist-es/commands/DeleteScheduleCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DescribeChannelCommand.js +10 -0
- package/dist-es/commands/DescribeInputCommand.js +10 -0
- package/dist-es/commands/DescribeInputDeviceCommand.js +10 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DescribeMultiplexCommand.js +10 -0
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/DescribeOfferingCommand.js +10 -0
- package/dist-es/commands/DescribeReservationCommand.js +10 -0
- package/dist-es/commands/DescribeScheduleCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +10 -0
- package/dist-es/commands/ListInputDevicesCommand.js +10 -0
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/ListInputsCommand.js +10 -0
- package/dist-es/commands/ListMultiplexProgramsCommand.js +10 -0
- package/dist-es/commands/ListMultiplexesCommand.js +10 -0
- package/dist-es/commands/ListOfferingsCommand.js +10 -0
- package/dist-es/commands/ListReservationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +10 -0
- package/dist-es/commands/RebootInputDeviceCommand.js +10 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/StartChannelCommand.js +10 -0
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
- package/dist-es/commands/StartMultiplexCommand.js +10 -0
- package/dist-es/commands/StopChannelCommand.js +10 -0
- package/dist-es/commands/StopMultiplexCommand.js +10 -0
- package/dist-es/commands/TransferInputDeviceCommand.js +10 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +10 -0
- package/dist-es/commands/UpdateChannelCommand.js +10 -0
- package/dist-es/commands/UpdateInputCommand.js +10 -0
- package/dist-es/commands/UpdateInputDeviceCommand.js +10 -0
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/UpdateMultiplexCommand.js +10 -0
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/UpdateReservationCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MediaLiveClient.d.ts +6 -9
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -0
- package/dist-types/commands/BatchStartCommand.d.ts +2 -0
- package/dist-types/commands/BatchStopCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreateInputCommand.d.ts +2 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +2 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListInputsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +2 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -160
- package/dist-es/endpoints.js +0 -156
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListOfferingsRequestFilterSensitiveLog, ListOfferingsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class ListOfferingsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListOfferingsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListReservationsRequestFilterSensitiveLog, ListReservationsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class ListReservationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListReservationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PurchaseOfferingRequestFilterSensitiveLog, PurchaseOfferingResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class PurchaseOfferingCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PurchaseOfferingCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RebootInputDeviceRequestFilterSensitiveLog, RebootInputDeviceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class RebootInputDeviceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RebootInputDeviceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RejectInputDeviceTransferRequestFilterSensitiveLog, RejectInputDeviceTransferResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class RejectInputDeviceTransferCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RejectInputDeviceTransferCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StartChannelRequestFilterSensitiveLog, StartChannelResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class StartChannelCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartChannelCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog, StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartInputDeviceMaintenanceWindowCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StartMultiplexRequestFilterSensitiveLog, StartMultiplexResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class StartMultiplexCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartMultiplexCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StopChannelRequestFilterSensitiveLog, StopChannelResponseFilterSensitiveLog, } from "../models/models_1";
|
|
@@ -7,8 +8,17 @@ export class StopChannelCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StopChannelCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StopMultiplexRequestFilterSensitiveLog } from "../models/models_1";
|
|
@@ -8,8 +9,17 @@ export class StopMultiplexCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StopMultiplexCommand.getEndpointParameterInstructions()));
|
|
13
23
|
const stack = clientStack.concat(this.middlewareStack);
|
|
14
24
|
const { logger } = configuration;
|
|
15
25
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { TransferInputDeviceRequestFilterSensitiveLog, TransferInputDeviceResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class TransferInputDeviceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, TransferInputDeviceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateChannelClassRequestFilterSensitiveLog, UpdateChannelClassResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateChannelClassCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateChannelClassCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateChannelCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateChannelCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateInputRequestFilterSensitiveLog, UpdateInputResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateInputCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateInputCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateInputDeviceRequestFilterSensitiveLog, UpdateInputDeviceResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateInputDeviceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateInputDeviceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateInputSecurityGroupRequestFilterSensitiveLog, UpdateInputSecurityGroupResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateInputSecurityGroupCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateInputSecurityGroupCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateMultiplexRequestFilterSensitiveLog, UpdateMultiplexResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateMultiplexCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMultiplexCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateMultiplexProgramRequestFilterSensitiveLog, UpdateMultiplexProgramResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateMultiplexProgramCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMultiplexProgramCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateReservationRequestFilterSensitiveLog, UpdateReservationResponseFilterSensitiveLog, } from "../models/models_2";
|
|
@@ -7,8 +8,17 @@ export class UpdateReservationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateReservationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "MediaLiveClient";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { resolveEndpoint } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { ruleSet } from "./ruleset";
|
|
3
|
+
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
|
+
return resolveEndpoint(ruleSet, {
|
|
5
|
+
endpointParams: endpointParams,
|
|
6
|
+
logger: context.logger,
|
|
7
|
+
});
|
|
8
|
+
};
|