awscdk-construct-scte-scheduler 0.0.9 → 0.0.10
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/.jsii +122 -7
- package/lib/EventBridgeSchedule.js +1 -1
- package/lib/Lambda.js +1 -1
- package/lib/ScteScheduler.js +1 -1
- package/node_modules/@aws-sdk/client-medialive/README.md +216 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/index.js +2175 -194
- package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLive.js +54 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateSignalMapCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteSignalMapCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetSignalMapCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListSignalMapsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/index.js +27 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_0.js +44 -29
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_1.js +56 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_2.js +3 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/protocols/Aws_restJson1.js +1166 -6
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/index.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForSignalMapCreated.js +49 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLive.d.ts +194 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLiveClient.d.ts +33 -6
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchDeleteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStartCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStopCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ClaimDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateSignalMapCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelCommand.d.ts +5 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteReservationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteScheduleCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteSignalMapCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteTagsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeOfferingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeReservationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeThumbnailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetSignalMapCommand.d.ts +137 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListReservationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListSignalMapsCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RestartChannelPipelinesCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartChannelCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +140 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMonitorDeploymentCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartUpdateSignalMapCommand.d.ts +150 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopChannelCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/index.d.ts +27 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/MediaLiveServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_0.d.ts +350 -159
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_1.d.ts +766 -808
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_2.d.ts +2395 -147
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/protocols/Aws_restJson1.d.ts +243 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLive.d.ts +512 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLiveClient.d.ts +163 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStartCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_0.d.ts +112 -60
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_1.d.ts +229 -211
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_2.d.ts +528 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/package.json +44 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +39 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +48 -6
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +24 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +25 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +63 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +41 -44
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -10
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +3 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +18 -26
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +41 -43
- package/node_modules/@aws-sdk/core/README.md +35 -1
- package/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +50 -8
- package/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +19 -17
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +12 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +73 -37
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +36 -15
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +19 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -13
- package/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +18 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +12 -9
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +9 -6
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +6 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +45 -21
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +15 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +21 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +7 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +17 -22
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -4
- package/node_modules/@smithy/config-resolver/package.json +6 -7
- package/node_modules/@smithy/core/README.md +35 -2
- package/node_modules/@smithy/core/package.json +27 -12
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +30 -22
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -8
- package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +8 -25
- package/node_modules/@smithy/hash-node/package.json +6 -7
- package/node_modules/@smithy/invalid-dependency/package.json +2 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -6
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -9
- package/node_modules/@smithy/middleware-retry/package.json +10 -11
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-serde/package.json +4 -5
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -4
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -7
- package/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/node_modules/@smithy/node-http-handler/package.json +7 -8
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +28 -10
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/package.json +3 -4
- package/node_modules/@smithy/protocol-http/package.json +3 -4
- package/node_modules/@smithy/querystring-builder/package.json +4 -5
- package/node_modules/@smithy/querystring-parser/package.json +3 -4
- package/node_modules/@smithy/service-error-classification/package.json +3 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +2 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +4 -1
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +8 -9
- package/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
- package/node_modules/@smithy/types/package.json +2 -3
- package/node_modules/@smithy/url-parser/package.json +3 -4
- package/node_modules/@smithy/util-base64/package.json +5 -6
- package/node_modules/@smithy/util-body-length-browser/package.json +1 -2
- package/node_modules/@smithy/util-body-length-node/package.json +3 -4
- package/node_modules/@smithy/util-buffer-from/package.json +4 -5
- package/node_modules/@smithy/util-config-provider/package.json +3 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +5 -6
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -3
- package/node_modules/@smithy/util-middleware/package.json +4 -5
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-retry/package.json +5 -6
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/package.json +13 -29
- package/node_modules/@smithy/util-uri-escape/package.json +2 -3
- package/node_modules/@smithy/util-utf8/package.json +3 -4
- package/node_modules/@smithy/util-waiter/package.json +4 -5
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +1 -1
- package/node_modules/tslib/tslib.es6.js +7 -3
- package/node_modules/tslib/tslib.es6.mjs +10 -7
- package/node_modules/tslib/tslib.js +7 -4
- package/package.json +15 -11
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -269
- package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
- package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
- package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
- package/node_modules/@aws-sdk/core/jest.config.js +0 -6
- package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
- package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
- package/node_modules/@aws-sdk/core/src/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +0 -2
- /package/node_modules/@aws-sdk/core/dist-es/{client → submodules/client}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-medialive": "^3.
|
|
10
|
+
"@aws-sdk/client-medialive": "^3.596.0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"aws-cdk-lib": "^2.132.0",
|
|
@@ -224,8 +224,32 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
|
-
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
228
|
-
|
|
227
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
228
|
+
"targets": {
|
|
229
|
+
"dotnet": {
|
|
230
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
|
|
231
|
+
},
|
|
232
|
+
"java": {
|
|
233
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
|
|
234
|
+
},
|
|
235
|
+
"python": {
|
|
236
|
+
"module": "aws_cdk.aws_apigatewayv2_authorizers"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {
|
|
241
|
+
"targets": {
|
|
242
|
+
"dotnet": {
|
|
243
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
|
|
244
|
+
},
|
|
245
|
+
"java": {
|
|
246
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
|
|
247
|
+
},
|
|
248
|
+
"python": {
|
|
249
|
+
"module": "aws_cdk.aws_apigatewayv2_integrations"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
229
253
|
"aws-cdk-lib.aws_appconfig": {
|
|
230
254
|
"targets": {
|
|
231
255
|
"dotnet": {
|
|
@@ -499,10 +523,23 @@
|
|
|
499
523
|
}
|
|
500
524
|
}
|
|
501
525
|
},
|
|
526
|
+
"aws-cdk-lib.aws_bcmdataexports": {
|
|
527
|
+
"targets": {
|
|
528
|
+
"dotnet": {
|
|
529
|
+
"package": "Amazon.CDK.AWS.BCMDataExports"
|
|
530
|
+
},
|
|
531
|
+
"java": {
|
|
532
|
+
"package": "software.amazon.awscdk.services.bcmdataexports"
|
|
533
|
+
},
|
|
534
|
+
"python": {
|
|
535
|
+
"module": "aws_cdk.aws_bcmdataexports"
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
502
539
|
"aws-cdk-lib.aws_bedrock": {
|
|
503
540
|
"targets": {
|
|
504
541
|
"dotnet": {
|
|
505
|
-
"
|
|
542
|
+
"package": "Amazon.CDK.AWS.Bedrock"
|
|
506
543
|
},
|
|
507
544
|
"java": {
|
|
508
545
|
"package": "software.amazon.awscdk.services.bedrock"
|
|
@@ -603,6 +640,19 @@
|
|
|
603
640
|
}
|
|
604
641
|
}
|
|
605
642
|
},
|
|
643
|
+
"aws-cdk-lib.aws_cleanroomsml": {
|
|
644
|
+
"targets": {
|
|
645
|
+
"dotnet": {
|
|
646
|
+
"package": "Amazon.CDK.AWS.CleanRoomsML"
|
|
647
|
+
},
|
|
648
|
+
"java": {
|
|
649
|
+
"package": "software.amazon.awscdk.services.cleanroomsml"
|
|
650
|
+
},
|
|
651
|
+
"python": {
|
|
652
|
+
"module": "aws_cdk.aws_cleanroomsml"
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
},
|
|
606
656
|
"aws-cdk-lib.aws_cloud9": {
|
|
607
657
|
"targets": {
|
|
608
658
|
"dotnet": {
|
|
@@ -734,6 +784,19 @@
|
|
|
734
784
|
}
|
|
735
785
|
}
|
|
736
786
|
},
|
|
787
|
+
"aws-cdk-lib.aws_codeconnections": {
|
|
788
|
+
"targets": {
|
|
789
|
+
"dotnet": {
|
|
790
|
+
"package": "Amazon.CDK.AWS.CodeConnections"
|
|
791
|
+
},
|
|
792
|
+
"java": {
|
|
793
|
+
"package": "software.amazon.awscdk.services.codeconnections"
|
|
794
|
+
},
|
|
795
|
+
"python": {
|
|
796
|
+
"module": "aws_cdk.aws_codeconnections"
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
},
|
|
737
800
|
"aws-cdk-lib.aws_codedeploy": {
|
|
738
801
|
"targets": {
|
|
739
802
|
"dotnet": {
|
|
@@ -1007,6 +1070,19 @@
|
|
|
1007
1070
|
}
|
|
1008
1071
|
}
|
|
1009
1072
|
},
|
|
1073
|
+
"aws-cdk-lib.aws_deadline": {
|
|
1074
|
+
"targets": {
|
|
1075
|
+
"dotnet": {
|
|
1076
|
+
"package": "Amazon.CDK.AWS.Deadline"
|
|
1077
|
+
},
|
|
1078
|
+
"java": {
|
|
1079
|
+
"package": "software.amazon.awscdk.services.deadline"
|
|
1080
|
+
},
|
|
1081
|
+
"python": {
|
|
1082
|
+
"module": "aws_cdk.aws_deadline"
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1010
1086
|
"aws-cdk-lib.aws_detective": {
|
|
1011
1087
|
"targets": {
|
|
1012
1088
|
"dotnet": {
|
|
@@ -2528,6 +2604,19 @@
|
|
|
2528
2604
|
}
|
|
2529
2605
|
}
|
|
2530
2606
|
},
|
|
2607
|
+
"aws-cdk-lib.aws_paymentcryptography": {
|
|
2608
|
+
"targets": {
|
|
2609
|
+
"dotnet": {
|
|
2610
|
+
"package": "Amazon.CDK.AWS.PaymentCryptography"
|
|
2611
|
+
},
|
|
2612
|
+
"java": {
|
|
2613
|
+
"package": "software.amazon.awscdk.services.paymentcryptography"
|
|
2614
|
+
},
|
|
2615
|
+
"python": {
|
|
2616
|
+
"module": "aws_cdk.aws_paymentcryptography"
|
|
2617
|
+
}
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2531
2620
|
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2532
2621
|
"targets": {
|
|
2533
2622
|
"dotnet": {
|
|
@@ -2606,6 +2695,19 @@
|
|
|
2606
2695
|
}
|
|
2607
2696
|
}
|
|
2608
2697
|
},
|
|
2698
|
+
"aws-cdk-lib.aws_qbusiness": {
|
|
2699
|
+
"targets": {
|
|
2700
|
+
"dotnet": {
|
|
2701
|
+
"package": "Amazon.CDK.AWS.QBusiness"
|
|
2702
|
+
},
|
|
2703
|
+
"java": {
|
|
2704
|
+
"package": "software.amazon.awscdk.services.qbusiness"
|
|
2705
|
+
},
|
|
2706
|
+
"python": {
|
|
2707
|
+
"module": "aws_cdk.aws_qbusiness"
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2609
2711
|
"aws-cdk-lib.aws_qldb": {
|
|
2610
2712
|
"targets": {
|
|
2611
2713
|
"dotnet": {
|
|
@@ -2814,6 +2916,19 @@
|
|
|
2814
2916
|
}
|
|
2815
2917
|
}
|
|
2816
2918
|
},
|
|
2919
|
+
"aws-cdk-lib.aws_route53profiles": {
|
|
2920
|
+
"targets": {
|
|
2921
|
+
"dotnet": {
|
|
2922
|
+
"package": "Amazon.CDK.AWS.Route53Profiles"
|
|
2923
|
+
},
|
|
2924
|
+
"java": {
|
|
2925
|
+
"package": "software.amazon.awscdk.services.route53profiles"
|
|
2926
|
+
},
|
|
2927
|
+
"python": {
|
|
2928
|
+
"module": "aws_cdk.aws_route53profiles"
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2817
2932
|
"aws-cdk-lib.aws_route53recoverycontrol": {
|
|
2818
2933
|
"targets": {
|
|
2819
2934
|
"dotnet": {
|
|
@@ -3665,7 +3780,7 @@
|
|
|
3665
3780
|
"stability": "stable"
|
|
3666
3781
|
},
|
|
3667
3782
|
"homepage": "https://github.com/kuu/awscdk-construct-scte-scheduler.git",
|
|
3668
|
-
"jsiiVersion": "5.3.
|
|
3783
|
+
"jsiiVersion": "5.3.38 (build e9f7ed4)",
|
|
3669
3784
|
"keywords": [
|
|
3670
3785
|
"EventBridge",
|
|
3671
3786
|
"Lambda",
|
|
@@ -4048,6 +4163,6 @@
|
|
|
4048
4163
|
"symbolId": "src/ScteScheduler:ScteSchedulerProps"
|
|
4049
4164
|
}
|
|
4050
4165
|
},
|
|
4051
|
-
"version": "0.0.
|
|
4052
|
-
"fingerprint": "
|
|
4166
|
+
"version": "0.0.10",
|
|
4167
|
+
"fingerprint": "InwsJ+jOi+0z+Ylpn25IeqdH6CUMHz7pxyVkYJQQFb4="
|
|
4053
4168
|
}
|
|
@@ -19,5 +19,5 @@ class EventBridgeSchedule extends constructs_1.Construct {
|
|
|
19
19
|
}
|
|
20
20
|
exports.EventBridgeSchedule = EventBridgeSchedule;
|
|
21
21
|
_a = JSII_RTTI_SYMBOL_1;
|
|
22
|
-
EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.
|
|
22
|
+
EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.10" };
|
|
23
23
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRXZlbnRCcmlkZ2VTY2hlZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9FdmVudEJyaWRnZVNjaGVkdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsbUNBQW1DO0FBQ25DLHVEQUF3RDtBQUN4RCx1RUFBZ0U7QUFFaEUsMkNBQXVDO0FBT3ZDLE1BQWEsbUJBQW9CLFNBQVEsc0JBQVM7SUFHaEQsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUErQjtRQUN2RSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFBRSxJQUFJLEVBQUUsaUJBQWlCLEVBQUUsR0FBRyxLQUFLLENBQUM7UUFFMUMsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLGlCQUFJLENBQUMsSUFBSSxFQUFFLDZCQUE2QixFQUFFO1lBQ3hELFFBQVEsRUFBRSxxQkFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1NBQ2pFLENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUNqQixJQUFJLG1DQUFjLENBQUMsSUFBSSxDQUFDLENBQ3pCLENBQUM7SUFDSixDQUFDOztBQWZILGtEQWdCQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBSdWxlLCBTY2hlZHVsZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1ldmVudHMnO1xuaW1wb3J0IHsgTGFtYmRhRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtZXZlbnRzLXRhcmdldHMnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGludGVyZmFjZSBFdmVudEJyaWRnZVNjaGVkdWxlUHJvcHMge1xuICByZWFkb25seSBmdW5jOiBOb2RlanNGdW5jdGlvbjtcbiAgcmVhZG9ubHkgaW50ZXJ2YWxJbk1pbnV0ZXM6IG51bWJlcjtcbn1cblxuZXhwb3J0IGNsYXNzIEV2ZW50QnJpZGdlU2NoZWR1bGUgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcnVsZTogUnVsZTtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogRXZlbnRCcmlkZ2VTY2hlZHVsZVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgZnVuYywgaW50ZXJ2YWxJbk1pbnV0ZXMgfSA9IHByb3BzO1xuXG4gICAgdGhpcy5ydWxlID0gbmV3IFJ1bGUodGhpcywgJ0ludm9rZUZ1bmN0aW9uRXZlcnlYTWludXRlcycsIHtcbiAgICAgIHNjaGVkdWxlOiBTY2hlZHVsZS5yYXRlKGNkay5EdXJhdGlvbi5taW51dGVzKGludGVydmFsSW5NaW51dGVzKSksXG4gICAgfSk7XG5cbiAgICB0aGlzLnJ1bGUuYWRkVGFyZ2V0KFxuICAgICAgbmV3IExhbWJkYUZ1bmN0aW9uKGZ1bmMpLFxuICAgICk7XG4gIH1cbn0iXX0=
|
package/lib/Lambda.js
CHANGED
|
@@ -41,5 +41,5 @@ class Lambda extends constructs_1.Construct {
|
|
|
41
41
|
}
|
|
42
42
|
exports.Lambda = Lambda;
|
|
43
43
|
_a = JSII_RTTI_SYMBOL_1;
|
|
44
|
-
Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.
|
|
44
|
+
Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.10" };
|
|
45
45
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHlCQUF5QjtBQUN6Qiw2QkFBNkI7QUFDN0IsNkNBQXlEO0FBQ3pELGlEQUFzRDtBQUN0RCx1REFBaUQ7QUFDakQscUVBQStEO0FBQy9ELDJDQUF1QztBQU92QyxNQUFhLE1BQU8sU0FBUSxzQkFBUztJQUduQyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtCO1FBQzFELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxFQUFFLFNBQVMsRUFBRSxxQkFBcUIsRUFBRSxHQUFHLEtBQUssQ0FBQztRQUVuRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsRUFBRSxNQUFNLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDN0QsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO1FBRTdELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsV0FBVztZQUM1QixLQUFLLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxRQUFRO1lBQ3BELDhDQUE4QztZQUM5Qyx3RUFBd0U7WUFDeEUsT0FBTyxFQUFFLFNBQVM7WUFDbEIsT0FBTyxFQUFFLHNCQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUM3QixXQUFXLEVBQUU7Z0JBQ1gsUUFBUSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsUUFBa0I7Z0JBQ3hDLE1BQU0sRUFBRSxPQUFPLENBQUMsR0FBRyxDQUFDLGtCQUE0QjtnQkFDaEQsVUFBVSxFQUFFLFNBQVM7Z0JBQ3JCLFlBQVksRUFBRSxHQUFHLHFCQUFxQixFQUFFO2FBQ3pDO1lBQ0QsWUFBWSxFQUFFLHNCQUFJLENBQUMsYUFBYSxDQUFDLFNBQVM7U0FDM0MsQ0FBQyxDQUFDO1FBQ0gsaURBQWlEO1FBQ2pELElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUN2Qix5QkFBZSxDQUFDLFFBQVEsQ0FBQztZQUN2QixNQUFNLEVBQUUsT0FBTztZQUNmLE1BQU0sRUFBRSxhQUFhO1lBQ3JCLFFBQVEsRUFBRSxHQUFHO1NBQ2QsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDOztBQWxDSCx3QkFtQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBmcyBmcm9tICdmcyc7XG5pbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHsgRHVyYXRpb24sIGF3c19sb2dzIGFzIGxvZ3MgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IFJ1bnRpbWUgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IE5vZGVqc0Z1bmN0aW9uIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYS1ub2RlanMnO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGFtYmRhUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBMYW1iZGEgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgZnVuYzogTm9kZWpzRnVuY3Rpb247XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IExhbWJkYVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgY2hhbm5lbElkLCBzY3RlRHVyYXRpb25JblNlY29uZHMgfSA9IHByb3BzO1xuXG4gICAgY29uc3QgVFNfRU5UUlkgPSBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnY29kZScsICdpbmRleC50cycpO1xuICAgIGNvbnN0IEpTX0VOVFJZID0gcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2NvZGUnLCAnaW5kZXguanMnKTtcblxuICAgIHRoaXMuZnVuYyA9IG5ldyBOb2RlanNGdW5jdGlvbihzY29wZSwgJ1NjaGVkdWxlU0NURScsIHtcbiAgICAgIHJ1bnRpbWU6IFJ1bnRpbWUuTk9ERUpTXzE4X1gsXG4gICAgICBlbnRyeTogZnMuZXhpc3RzU3luYyhUU19FTlRSWSkgPyBUU19FTlRSWSA6IEpTX0VOVFJZLFxuICAgICAgLy8gcHJvamVjdFJvb3Q6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsICcuLicpLFxuICAgICAgLy8gZGVwc0xvY2tGaWxlUGF0aDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJywgJ3BhY2thZ2UtbG9jay5qc29uJyksXG4gICAgICBoYW5kbGVyOiAnaGFuZGxlcicsXG4gICAgICB0aW1lb3V0OiBEdXJhdGlvbi5zZWNvbmRzKDMwKSxcbiAgICAgIGVudmlyb25tZW50OiB7XG4gICAgICAgIE5PREVfRU5WOiBwcm9jZXNzLmVudi5OT0RFX0VOViBhcyBzdHJpbmcsXG4gICAgICAgIFJFR0lPTjogcHJvY2Vzcy5lbnYuQ0RLX0RFRkFVTFRfUkVHSU9OIGFzIHN0cmluZyxcbiAgICAgICAgQ0hBTk5FTF9JRDogY2hhbm5lbElkLFxuICAgICAgICBBVkFJTF9MRU5HVEg6IGAke3NjdGVEdXJhdGlvbkluU2Vjb25kc31gLFxuICAgICAgfSxcbiAgICAgIGxvZ1JldGVudGlvbjogbG9ncy5SZXRlbnRpb25EYXlzLlRXT19XRUVLUyxcbiAgICB9KTtcbiAgICAvLyBBZGQgYSBzdGF0ZW1lbnQgdG8gY2FsbCBNZWRpYUxpdmUgc2NoZWR1bGUgQVBJXG4gICAgdGhpcy5mdW5jLmFkZFRvUm9sZVBvbGljeShcbiAgICAgIFBvbGljeVN0YXRlbWVudC5mcm9tSnNvbih7XG4gICAgICAgIEVmZmVjdDogJ0FsbG93JyxcbiAgICAgICAgQWN0aW9uOiAnbWVkaWFsaXZlOionLFxuICAgICAgICBSZXNvdXJjZTogJyonLFxuICAgICAgfSksXG4gICAgKTtcbiAgfVxufSJdfQ==
|
package/lib/ScteScheduler.js
CHANGED
|
@@ -24,5 +24,5 @@ class ScteScheduler extends constructs_1.Construct {
|
|
|
24
24
|
}
|
|
25
25
|
exports.ScteScheduler = ScteScheduler;
|
|
26
26
|
_a = JSII_RTTI_SYMBOL_1;
|
|
27
|
-
ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.
|
|
27
|
+
ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.10" };
|
|
28
28
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2N0ZVNjaGVkdWxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9TY3RlU2NoZWR1bGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsMkNBQXVDO0FBQ3ZDLCtEQUE0RDtBQUM1RCxxQ0FBa0M7QUFRbEMsTUFBYSxhQUFjLFNBQVEsc0JBQVM7SUFJMUMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUF5QjtRQUNqRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFBRSxTQUFTLEVBQUUscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsR0FBRyxLQUFLLENBQUM7UUFFdEUsaUZBQWlGO1FBQ2pGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxlQUFNLENBQUMsSUFBSSxFQUFFLGdCQUFnQixFQUFFO1lBQy9DLFNBQVM7WUFDVCxxQkFBcUI7U0FDdEIsQ0FBQyxDQUFDO1FBRUgsd0VBQXdFO1FBQ3hFLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSx5Q0FBbUIsQ0FBQyxJQUFJLEVBQUUscUJBQXFCLEVBQUU7WUFDbkUsSUFBSSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSTtZQUN0QixpQkFBaUI7U0FDbEIsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7QUFwQkgsc0NBcUJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5pbXBvcnQgeyBFdmVudEJyaWRnZVNjaGVkdWxlIH0gZnJvbSAnLi9FdmVudEJyaWRnZVNjaGVkdWxlJztcbmltcG9ydCB7IExhbWJkYSB9IGZyb20gJy4vTGFtYmRhJztcblxuZXhwb3J0IGludGVyZmFjZSBTY3RlU2NoZWR1bGVyUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG4gIHJlYWRvbmx5IGludGVydmFsSW5NaW51dGVzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBTY3RlU2NoZWR1bGVyIGV4dGVuZHMgQ29uc3RydWN0IHtcbiAgcHVibGljIHJlYWRvbmx5IGxhbWJkYTogTGFtYmRhO1xuICBwdWJsaWMgcmVhZG9ubHkgc2NoZWR1bGU6IEV2ZW50QnJpZGdlU2NoZWR1bGU7XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IFNjdGVTY2hlZHVsZXJQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBjb25zdCB7IGNoYW5uZWxJZCwgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzLCBpbnRlcnZhbEluTWludXRlcyB9ID0gcHJvcHM7XG5cbiAgICAvLyBDcmVhdGUgTGFtYmRhIGZ1bmN0aW9uIHRvIGluc2VydCBTQ1RFIG1lc3NhZ2UgdXNpbmcgdGhlIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmxhbWJkYSA9IG5ldyBMYW1iZGEodGhpcywgJ0xhbWJkYUZ1bmN0aW9uJywge1xuICAgICAgY2hhbm5lbElkLFxuICAgICAgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzLFxuICAgIH0pO1xuXG4gICAgLy8gQ3JlYXRlIEV2ZW50QnJpZGdlIHJ1bGUgdG8gaW52b2tlIHRoZSBMYW1iZGEgZnVuY3Rpb24gZXZlcnkgTiBtaW51dGVzXG4gICAgdGhpcy5zY2hlZHVsZSA9IG5ldyBFdmVudEJyaWRnZVNjaGVkdWxlKHRoaXMsICdFdmVudEJyaWRnZVNjaGVkdWxlJywge1xuICAgICAgZnVuYzogdGhpcy5sYW1iZGEuZnVuYyxcbiAgICAgIGludGVydmFsSW5NaW51dGVzLFxuICAgIH0pO1xuICB9XG59Il19
|
|
@@ -266,6 +266,38 @@ CreateChannel
|
|
|
266
266
|
|
|
267
267
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateChannelCommandOutput/)
|
|
268
268
|
|
|
269
|
+
</details>
|
|
270
|
+
<details>
|
|
271
|
+
<summary>
|
|
272
|
+
CreateCloudWatchAlarmTemplate
|
|
273
|
+
</summary>
|
|
274
|
+
|
|
275
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateCloudWatchAlarmTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateCloudWatchAlarmTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateCloudWatchAlarmTemplateCommandOutput/)
|
|
276
|
+
|
|
277
|
+
</details>
|
|
278
|
+
<details>
|
|
279
|
+
<summary>
|
|
280
|
+
CreateCloudWatchAlarmTemplateGroup
|
|
281
|
+
</summary>
|
|
282
|
+
|
|
283
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateCloudWatchAlarmTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateCloudWatchAlarmTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateCloudWatchAlarmTemplateGroupCommandOutput/)
|
|
284
|
+
|
|
285
|
+
</details>
|
|
286
|
+
<details>
|
|
287
|
+
<summary>
|
|
288
|
+
CreateEventBridgeRuleTemplate
|
|
289
|
+
</summary>
|
|
290
|
+
|
|
291
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateEventBridgeRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateEventBridgeRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateEventBridgeRuleTemplateCommandOutput/)
|
|
292
|
+
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
296
|
+
CreateEventBridgeRuleTemplateGroup
|
|
297
|
+
</summary>
|
|
298
|
+
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateEventBridgeRuleTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateEventBridgeRuleTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateEventBridgeRuleTemplateGroupCommandOutput/)
|
|
300
|
+
|
|
269
301
|
</details>
|
|
270
302
|
<details>
|
|
271
303
|
<summary>
|
|
@@ -306,6 +338,14 @@ CreatePartnerInput
|
|
|
306
338
|
|
|
307
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreatePartnerInputCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandOutput/)
|
|
308
340
|
|
|
341
|
+
</details>
|
|
342
|
+
<details>
|
|
343
|
+
<summary>
|
|
344
|
+
CreateSignalMap
|
|
345
|
+
</summary>
|
|
346
|
+
|
|
347
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateSignalMapCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSignalMapCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSignalMapCommandOutput/)
|
|
348
|
+
|
|
309
349
|
</details>
|
|
310
350
|
<details>
|
|
311
351
|
<summary>
|
|
@@ -322,6 +362,38 @@ DeleteChannel
|
|
|
322
362
|
|
|
323
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteChannelCommandOutput/)
|
|
324
364
|
|
|
365
|
+
</details>
|
|
366
|
+
<details>
|
|
367
|
+
<summary>
|
|
368
|
+
DeleteCloudWatchAlarmTemplate
|
|
369
|
+
</summary>
|
|
370
|
+
|
|
371
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteCloudWatchAlarmTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteCloudWatchAlarmTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteCloudWatchAlarmTemplateCommandOutput/)
|
|
372
|
+
|
|
373
|
+
</details>
|
|
374
|
+
<details>
|
|
375
|
+
<summary>
|
|
376
|
+
DeleteCloudWatchAlarmTemplateGroup
|
|
377
|
+
</summary>
|
|
378
|
+
|
|
379
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteCloudWatchAlarmTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteCloudWatchAlarmTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteCloudWatchAlarmTemplateGroupCommandOutput/)
|
|
380
|
+
|
|
381
|
+
</details>
|
|
382
|
+
<details>
|
|
383
|
+
<summary>
|
|
384
|
+
DeleteEventBridgeRuleTemplate
|
|
385
|
+
</summary>
|
|
386
|
+
|
|
387
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteEventBridgeRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteEventBridgeRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteEventBridgeRuleTemplateCommandOutput/)
|
|
388
|
+
|
|
389
|
+
</details>
|
|
390
|
+
<details>
|
|
391
|
+
<summary>
|
|
392
|
+
DeleteEventBridgeRuleTemplateGroup
|
|
393
|
+
</summary>
|
|
394
|
+
|
|
395
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteEventBridgeRuleTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteEventBridgeRuleTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteEventBridgeRuleTemplateGroupCommandOutput/)
|
|
396
|
+
|
|
325
397
|
</details>
|
|
326
398
|
<details>
|
|
327
399
|
<summary>
|
|
@@ -370,6 +442,14 @@ DeleteSchedule
|
|
|
370
442
|
|
|
371
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandOutput/)
|
|
372
444
|
|
|
445
|
+
</details>
|
|
446
|
+
<details>
|
|
447
|
+
<summary>
|
|
448
|
+
DeleteSignalMap
|
|
449
|
+
</summary>
|
|
450
|
+
|
|
451
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteSignalMapCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSignalMapCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSignalMapCommandOutput/)
|
|
452
|
+
|
|
373
453
|
</details>
|
|
374
454
|
<details>
|
|
375
455
|
<summary>
|
|
@@ -474,6 +554,46 @@ DescribeThumbnails
|
|
|
474
554
|
|
|
475
555
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DescribeThumbnailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeThumbnailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeThumbnailsCommandOutput/)
|
|
476
556
|
|
|
557
|
+
</details>
|
|
558
|
+
<details>
|
|
559
|
+
<summary>
|
|
560
|
+
GetCloudWatchAlarmTemplate
|
|
561
|
+
</summary>
|
|
562
|
+
|
|
563
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetCloudWatchAlarmTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetCloudWatchAlarmTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetCloudWatchAlarmTemplateCommandOutput/)
|
|
564
|
+
|
|
565
|
+
</details>
|
|
566
|
+
<details>
|
|
567
|
+
<summary>
|
|
568
|
+
GetCloudWatchAlarmTemplateGroup
|
|
569
|
+
</summary>
|
|
570
|
+
|
|
571
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetCloudWatchAlarmTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetCloudWatchAlarmTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetCloudWatchAlarmTemplateGroupCommandOutput/)
|
|
572
|
+
|
|
573
|
+
</details>
|
|
574
|
+
<details>
|
|
575
|
+
<summary>
|
|
576
|
+
GetEventBridgeRuleTemplate
|
|
577
|
+
</summary>
|
|
578
|
+
|
|
579
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetEventBridgeRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetEventBridgeRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetEventBridgeRuleTemplateCommandOutput/)
|
|
580
|
+
|
|
581
|
+
</details>
|
|
582
|
+
<details>
|
|
583
|
+
<summary>
|
|
584
|
+
GetEventBridgeRuleTemplateGroup
|
|
585
|
+
</summary>
|
|
586
|
+
|
|
587
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetEventBridgeRuleTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetEventBridgeRuleTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetEventBridgeRuleTemplateGroupCommandOutput/)
|
|
588
|
+
|
|
589
|
+
</details>
|
|
590
|
+
<details>
|
|
591
|
+
<summary>
|
|
592
|
+
GetSignalMap
|
|
593
|
+
</summary>
|
|
594
|
+
|
|
595
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetSignalMapCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetSignalMapCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetSignalMapCommandOutput/)
|
|
596
|
+
|
|
477
597
|
</details>
|
|
478
598
|
<details>
|
|
479
599
|
<summary>
|
|
@@ -482,6 +602,38 @@ ListChannels
|
|
|
482
602
|
|
|
483
603
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListChannelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListChannelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListChannelsCommandOutput/)
|
|
484
604
|
|
|
605
|
+
</details>
|
|
606
|
+
<details>
|
|
607
|
+
<summary>
|
|
608
|
+
ListCloudWatchAlarmTemplateGroups
|
|
609
|
+
</summary>
|
|
610
|
+
|
|
611
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListCloudWatchAlarmTemplateGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplateGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplateGroupsCommandOutput/)
|
|
612
|
+
|
|
613
|
+
</details>
|
|
614
|
+
<details>
|
|
615
|
+
<summary>
|
|
616
|
+
ListCloudWatchAlarmTemplates
|
|
617
|
+
</summary>
|
|
618
|
+
|
|
619
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListCloudWatchAlarmTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplatesCommandOutput/)
|
|
620
|
+
|
|
621
|
+
</details>
|
|
622
|
+
<details>
|
|
623
|
+
<summary>
|
|
624
|
+
ListEventBridgeRuleTemplateGroups
|
|
625
|
+
</summary>
|
|
626
|
+
|
|
627
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListEventBridgeRuleTemplateGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListEventBridgeRuleTemplateGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListEventBridgeRuleTemplateGroupsCommandOutput/)
|
|
628
|
+
|
|
629
|
+
</details>
|
|
630
|
+
<details>
|
|
631
|
+
<summary>
|
|
632
|
+
ListEventBridgeRuleTemplates
|
|
633
|
+
</summary>
|
|
634
|
+
|
|
635
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListEventBridgeRuleTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListEventBridgeRuleTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListEventBridgeRuleTemplatesCommandOutput/)
|
|
636
|
+
|
|
485
637
|
</details>
|
|
486
638
|
<details>
|
|
487
639
|
<summary>
|
|
@@ -546,6 +698,14 @@ ListReservations
|
|
|
546
698
|
|
|
547
699
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListReservationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandOutput/)
|
|
548
700
|
|
|
701
|
+
</details>
|
|
702
|
+
<details>
|
|
703
|
+
<summary>
|
|
704
|
+
ListSignalMaps
|
|
705
|
+
</summary>
|
|
706
|
+
|
|
707
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListSignalMapsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSignalMapsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSignalMapsCommandOutput/)
|
|
708
|
+
|
|
549
709
|
</details>
|
|
550
710
|
<details>
|
|
551
711
|
<summary>
|
|
@@ -594,6 +754,14 @@ StartChannel
|
|
|
594
754
|
|
|
595
755
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartChannelCommandOutput/)
|
|
596
756
|
|
|
757
|
+
</details>
|
|
758
|
+
<details>
|
|
759
|
+
<summary>
|
|
760
|
+
StartDeleteMonitorDeployment
|
|
761
|
+
</summary>
|
|
762
|
+
|
|
763
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartDeleteMonitorDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartDeleteMonitorDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartDeleteMonitorDeploymentCommandOutput/)
|
|
764
|
+
|
|
597
765
|
</details>
|
|
598
766
|
<details>
|
|
599
767
|
<summary>
|
|
@@ -610,6 +778,14 @@ StartInputDeviceMaintenanceWindow
|
|
|
610
778
|
|
|
611
779
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartInputDeviceMaintenanceWindowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartInputDeviceMaintenanceWindowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartInputDeviceMaintenanceWindowCommandOutput/)
|
|
612
780
|
|
|
781
|
+
</details>
|
|
782
|
+
<details>
|
|
783
|
+
<summary>
|
|
784
|
+
StartMonitorDeployment
|
|
785
|
+
</summary>
|
|
786
|
+
|
|
787
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartMonitorDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartMonitorDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartMonitorDeploymentCommandOutput/)
|
|
788
|
+
|
|
613
789
|
</details>
|
|
614
790
|
<details>
|
|
615
791
|
<summary>
|
|
@@ -618,6 +794,14 @@ StartMultiplex
|
|
|
618
794
|
|
|
619
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartMultiplexCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartMultiplexCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartMultiplexCommandOutput/)
|
|
620
796
|
|
|
797
|
+
</details>
|
|
798
|
+
<details>
|
|
799
|
+
<summary>
|
|
800
|
+
StartUpdateSignalMap
|
|
801
|
+
</summary>
|
|
802
|
+
|
|
803
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/StartUpdateSignalMapCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartUpdateSignalMapCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/StartUpdateSignalMapCommandOutput/)
|
|
804
|
+
|
|
621
805
|
</details>
|
|
622
806
|
<details>
|
|
623
807
|
<summary>
|
|
@@ -674,6 +858,38 @@ UpdateChannelClass
|
|
|
674
858
|
|
|
675
859
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateChannelClassCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateChannelClassCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateChannelClassCommandOutput/)
|
|
676
860
|
|
|
861
|
+
</details>
|
|
862
|
+
<details>
|
|
863
|
+
<summary>
|
|
864
|
+
UpdateCloudWatchAlarmTemplate
|
|
865
|
+
</summary>
|
|
866
|
+
|
|
867
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateCloudWatchAlarmTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateCloudWatchAlarmTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateCloudWatchAlarmTemplateCommandOutput/)
|
|
868
|
+
|
|
869
|
+
</details>
|
|
870
|
+
<details>
|
|
871
|
+
<summary>
|
|
872
|
+
UpdateCloudWatchAlarmTemplateGroup
|
|
873
|
+
</summary>
|
|
874
|
+
|
|
875
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateCloudWatchAlarmTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateCloudWatchAlarmTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateCloudWatchAlarmTemplateGroupCommandOutput/)
|
|
876
|
+
|
|
877
|
+
</details>
|
|
878
|
+
<details>
|
|
879
|
+
<summary>
|
|
880
|
+
UpdateEventBridgeRuleTemplate
|
|
881
|
+
</summary>
|
|
882
|
+
|
|
883
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateEventBridgeRuleTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateEventBridgeRuleTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateEventBridgeRuleTemplateCommandOutput/)
|
|
884
|
+
|
|
885
|
+
</details>
|
|
886
|
+
<details>
|
|
887
|
+
<summary>
|
|
888
|
+
UpdateEventBridgeRuleTemplateGroup
|
|
889
|
+
</summary>
|
|
890
|
+
|
|
891
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateEventBridgeRuleTemplateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateEventBridgeRuleTemplateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateEventBridgeRuleTemplateGroupCommandOutput/)
|
|
892
|
+
|
|
677
893
|
</details>
|
|
678
894
|
<details>
|
|
679
895
|
<summary>
|