awscdk-construct-scte-scheduler 0.0.24 → 0.0.26
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 +182 -52
- package/LICENSE +1 -1
- package/lib/EventBridgeSchedule.js +1 -1
- package/lib/Lambda.js +3 -3
- package/lib/ScteScheduler.js +1 -1
- package/lib/code/index.js +2 -3
- package/node_modules/@aws-sdk/client-medialive/README.md +225 -1
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/index.js +3728 -902
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.js +13 -6
- package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLive.js +56 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLiveClient.js +3 -1
- package/node_modules/@aws-sdk/client-medialive/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchDeleteCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStartCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStopCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ClaimDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/{client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js → client-medialive/dist-es/commands/CreateChannelPlacementGroupCommand.js} +7 -9
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/{client-sts/dist-es/commands/GetAccessKeyInfoCommand.js → client-medialive/dist-es/commands/CreateClusterCommand.js} +7 -9
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
- package/node_modules/@aws-sdk/{client-sts/dist-es/commands/GetCallerIdentityCommand.js → client-medialive/dist-es/commands/CreateNetworkCommand.js} +7 -9
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateNodeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreatePartnerInputCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateSdiSourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateSignalMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteClusterCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteNetworkCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteNodeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteReservationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteScheduleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteSignalMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeClusterCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeNetworkCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeNodeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeOfferingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeReservationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeScheduleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/GetSignalMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListChannelsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListClustersCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDevicesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListNetworksCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListNodesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListOfferingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListReservationsCommand.js +1 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/commands/RegisterClientCommand.js → client-medialive/dist-es/commands/ListSdiSourcesCommand.js} +8 -11
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListSignalMapsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListVersionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/PurchaseOfferingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RebootInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/TransferInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelClassCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateClusterCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNetworkCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNodeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateNodeStateCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateReservationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/index.js +28 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_0.js +66 -68
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_1.js +202 -99
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_2.js +66 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListClustersPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListNetworksPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListSdiSourcesPaginator.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 +1811 -22
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.js +15 -8
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/index.js +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForClusterCreated.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForClusterDeleted.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForNodeDeregistered.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForNodeRegistered.js +55 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLive.d.ts +203 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLiveClient.d.ts +48 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchDeleteCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStartCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStopCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchUpdateScheduleCommand.d.ts +36 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ClaimDeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelCommand.d.ts +381 -23
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateClusterCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputCommand.d.ts +102 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexProgramCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNetworkCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNodeCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreatePartnerInputCommand.d.ts +58 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateSignalMapCommand.d.ts +14 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelCommand.d.ts +199 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteClusterCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteNetworkCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteNodeCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteReservationCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteScheduleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteSignalMapCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelCommand.d.ts +199 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeClusterCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceCommand.d.ts +14 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +18 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeNetworkCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeNodeCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeOfferingCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeReservationCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeScheduleCommand.d.ts +20 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeThumbnailsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/GetSignalMapCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelsCommand.d.ts +46 -4
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListClustersCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDevicesCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputsCommand.d.ts +56 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexProgramsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexesCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListNetworksCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListNodesCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListOfferingsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListReservationsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListSignalMapsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListVersionsCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/PurchaseOfferingCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RebootInputDeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RestartChannelPipelinesCommand.d.ts +199 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartChannelCommand.d.ts +199 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMonitorDeploymentCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMultiplexCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartUpdateSignalMapCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopChannelCommand.d.ts +199 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopInputDeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopMultiplexCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/TransferInputDeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelClassCommand.d.ts +211 -12
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelCommand.d.ts +378 -14
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateClusterCommand.d.ts +119 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputCommand.d.ts +100 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNetworkCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNodeCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateNodeStateCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateReservationCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_0.d.ts +1873 -1995
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_1.d.ts +3777 -3784
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_2.d.ts +4256 -691
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListSdiSourcesPaginator.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 +252 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.browser.d.ts +19 -14
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.d.ts +19 -14
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.native.d.ts +20 -15
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLive.d.ts +483 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLiveClient.d.ts +171 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStartCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStopCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +15 -6
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListClustersCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_0.d.ts +666 -677
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_1.d.ts +971 -888
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_2.d.ts +1523 -624
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.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 +336 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.browser.d.ts +32 -27
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.d.ts +31 -31
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -32
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/package.json +44 -46
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +83 -78
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +13 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +15 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +18 -13
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +18 -13
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +19 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +27 -24
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +24 -24
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +39 -8
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +143 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1511 -27
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +71 -22
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +154 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +12 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/core/package.json +40 -29
- package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +9 -7
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +100 -72
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +33 -27
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +9 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -18
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +15 -22
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +17 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -10
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- 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/fromSSO.d.ts +5 -3
- 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/package.json +13 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +23 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +9 -11
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +11 -8
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +119 -15
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +26 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +3 -11
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +2 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +14 -9
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +3 -1
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +4 -9
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +15 -10
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +3 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +3 -11
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -179
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +16 -11
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +3 -1
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +4 -9
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +16 -6
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -58
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -367
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +3 -3
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +17 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +12 -32
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +33 -23
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +36 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +1 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +18 -14
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +18 -14
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +19 -15
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -8
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +49 -38
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +48 -52
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +1 -3
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +97 -598
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +21 -16
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +21 -16
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +22 -17
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +18 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +27 -27
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +24 -31
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +42 -32
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -38
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +1 -4
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +38 -121
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +35 -35
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +30 -39
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +50 -40
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/README.md +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +46 -21
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +13 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/package.json +12 -12
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -4
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +42 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +37 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +37 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +4 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +49 -42
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
- package/node_modules/@aws-sdk/{client-sts → xml-builder}/LICENSE +2 -2
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +54 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +8 -7
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +19 -26
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +7 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +7 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/package.json +12 -11
- package/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +134 -175
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +252 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +830 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +774 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +719 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +10 -6
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +294 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +24 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +24 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@smithy/core/package.json +49 -20
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/core/schema.d.ts +7 -0
- package/node_modules/@smithy/core/schema.js +6 -0
- package/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +12 -12
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +25 -9
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +9 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +5 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +16 -10
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +11 -10
- package/node_modules/@smithy/invalid-dependency/package.json +10 -6
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +10 -9
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +33 -15
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +13 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +15 -13
- package/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +23 -23
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/package.json +17 -15
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +31 -4
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +32 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-serde/package.json +12 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +8 -7
- package/node_modules/@smithy/node-config-provider/README.md +6 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +11 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +11 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/package.json +11 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +158 -95
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +21 -12
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -3
- package/node_modules/@smithy/node-http-handler/package.json +12 -11
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/package.json +8 -7
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +20 -17
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +8 -7
- package/node_modules/@smithy/querystring-builder/package.json +7 -7
- package/node_modules/@smithy/querystring-parser/package.json +8 -7
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +25 -14
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +18 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +6 -1
- package/node_modules/@smithy/service-error-classification/package.json +8 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +9 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +211 -106
- package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +19 -75
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
- package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +2 -1
- package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +6 -53
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +6 -53
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/package.json +14 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +148 -664
- package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/index.js +4 -6
- package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +30 -1
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +5 -7
- package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +30 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +5 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +15 -13
- package/node_modules/@smithy/types/README.md +36 -1
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +4 -0
- package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -2
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +19 -1
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +35 -4
- package/node_modules/@smithy/types/dist-types/http.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -3
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -8
- package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +11 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +19 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +35 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -11
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -11
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +11 -7
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +11 -10
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +14 -13
- package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
- package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/package.json +12 -10
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +9 -8
- package/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +28 -18
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +10 -9
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +4 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +59 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +11 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +59 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +11 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +30 -17
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +9 -8
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/strnum/CHANGELOG.md +22 -0
- package/node_modules/strnum/README.md +14 -3
- package/node_modules/strnum/package.json +8 -2
- package/node_modules/strnum/strnum.js +43 -56
- package/node_modules/strnum/strnum.test.js +21 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +7 -0
- package/node_modules/tslib/tslib.es6.js +24 -1
- package/node_modules/tslib/tslib.es6.mjs +24 -1
- package/node_modules/tslib/tslib.js +56 -1
- package/package.json +21 -20
- package/lib/EventBridgeSchedule.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1060
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -25
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -25
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -246
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -132
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -112
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-sts/README.md +0 -273
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1466
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -10
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -283
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -116
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -76
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -117
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -231
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -155
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
- package/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → core/dist-es/submodules/protocols/query/QuerySerializerSettings.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/lazy-json.js → fetch-http-handler/dist-cjs/create-request.js} +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/parse-utils.js → node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/split-every.js → signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
package/.jsii
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-medialive": "^3.
|
|
10
|
+
"@aws-sdk/client-medialive": "^3.826.0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"aws-cdk-lib": "^2.
|
|
13
|
+
"aws-cdk-lib": "^2.200.1",
|
|
14
14
|
"constructs": "^10.0.5"
|
|
15
15
|
},
|
|
16
16
|
"dependencyClosure": {
|
|
@@ -40,32 +40,6 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"@aws-cdk/asset-kubectl-v20": {
|
|
44
|
-
"targets": {
|
|
45
|
-
"dotnet": {
|
|
46
|
-
"namespace": "Amazon.CDK.Asset.KubectlV20",
|
|
47
|
-
"packageId": "Amazon.CDK.Asset.KubectlV20"
|
|
48
|
-
},
|
|
49
|
-
"go": {
|
|
50
|
-
"moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
|
|
51
|
-
"packageName": "kubectlv20"
|
|
52
|
-
},
|
|
53
|
-
"java": {
|
|
54
|
-
"maven": {
|
|
55
|
-
"artifactId": "cdk-asset-kubectl-v20",
|
|
56
|
-
"groupId": "software.amazon.awscdk"
|
|
57
|
-
},
|
|
58
|
-
"package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
|
|
59
|
-
},
|
|
60
|
-
"js": {
|
|
61
|
-
"npm": "@aws-cdk/asset-kubectl-v20"
|
|
62
|
-
},
|
|
63
|
-
"python": {
|
|
64
|
-
"distName": "aws-cdk.asset-kubectl-v20",
|
|
65
|
-
"module": "aws_cdk.asset_kubectl_v20"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
43
|
"@aws-cdk/asset-node-proxy-agent-v6": {
|
|
70
44
|
"targets": {
|
|
71
45
|
"dotnet": {
|
|
@@ -970,6 +944,19 @@
|
|
|
970
944
|
}
|
|
971
945
|
}
|
|
972
946
|
},
|
|
947
|
+
"aws-cdk-lib.aws_cognito_identitypool": {
|
|
948
|
+
"targets": {
|
|
949
|
+
"dotnet": {
|
|
950
|
+
"namespace": "Amazon.CDK.AWS.Cognito.Identitypool"
|
|
951
|
+
},
|
|
952
|
+
"java": {
|
|
953
|
+
"package": "software.amazon.awscdk.services.cognito.identitypool"
|
|
954
|
+
},
|
|
955
|
+
"python": {
|
|
956
|
+
"module": "aws_cdk.aws_cognito_identitypool"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
973
960
|
"aws-cdk-lib.aws_comprehend": {
|
|
974
961
|
"targets": {
|
|
975
962
|
"dotnet": {
|
|
@@ -1022,6 +1009,19 @@
|
|
|
1022
1009
|
}
|
|
1023
1010
|
}
|
|
1024
1011
|
},
|
|
1012
|
+
"aws-cdk-lib.aws_connectcampaignsv2": {
|
|
1013
|
+
"targets": {
|
|
1014
|
+
"dotnet": {
|
|
1015
|
+
"package": "Amazon.CDK.AWS.ConnectCampaignsV2"
|
|
1016
|
+
},
|
|
1017
|
+
"java": {
|
|
1018
|
+
"package": "software.amazon.awscdk.services.connectcampaignsv2"
|
|
1019
|
+
},
|
|
1020
|
+
"python": {
|
|
1021
|
+
"module": "aws_cdk.aws_connectcampaignsv2"
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
1025
|
"aws-cdk-lib.aws_controltower": {
|
|
1026
1026
|
"targets": {
|
|
1027
1027
|
"dotnet": {
|
|
@@ -1243,6 +1243,19 @@
|
|
|
1243
1243
|
}
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
|
+
"aws-cdk-lib.aws_dsql": {
|
|
1247
|
+
"targets": {
|
|
1248
|
+
"dotnet": {
|
|
1249
|
+
"package": "Amazon.CDK.AWS.DSQL"
|
|
1250
|
+
},
|
|
1251
|
+
"java": {
|
|
1252
|
+
"package": "software.amazon.awscdk.services.dsql"
|
|
1253
|
+
},
|
|
1254
|
+
"python": {
|
|
1255
|
+
"module": "aws_cdk.aws_dsql"
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1246
1259
|
"aws-cdk-lib.aws_dynamodb": {
|
|
1247
1260
|
"targets": {
|
|
1248
1261
|
"dotnet": {
|
|
@@ -1633,6 +1646,19 @@
|
|
|
1633
1646
|
}
|
|
1634
1647
|
}
|
|
1635
1648
|
},
|
|
1649
|
+
"aws-cdk-lib.aws_gameliftstreams": {
|
|
1650
|
+
"targets": {
|
|
1651
|
+
"dotnet": {
|
|
1652
|
+
"package": "Amazon.CDK.AWS.GameLiftStreams"
|
|
1653
|
+
},
|
|
1654
|
+
"java": {
|
|
1655
|
+
"package": "software.amazon.awscdk.services.gameliftstreams"
|
|
1656
|
+
},
|
|
1657
|
+
"python": {
|
|
1658
|
+
"module": "aws_cdk.aws_gameliftstreams"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1636
1662
|
"aws-cdk-lib.aws_globalaccelerator": {
|
|
1637
1663
|
"targets": {
|
|
1638
1664
|
"dotnet": {
|
|
@@ -1841,29 +1867,29 @@
|
|
|
1841
1867
|
}
|
|
1842
1868
|
}
|
|
1843
1869
|
},
|
|
1844
|
-
"aws-cdk-lib.
|
|
1870
|
+
"aws-cdk-lib.aws_invoicing": {
|
|
1845
1871
|
"targets": {
|
|
1846
1872
|
"dotnet": {
|
|
1847
|
-
"
|
|
1873
|
+
"package": "Amazon.CDK.AWS.Invoicing"
|
|
1848
1874
|
},
|
|
1849
1875
|
"java": {
|
|
1850
|
-
"package": "software.amazon.awscdk.services.
|
|
1876
|
+
"package": "software.amazon.awscdk.services.invoicing"
|
|
1851
1877
|
},
|
|
1852
1878
|
"python": {
|
|
1853
|
-
"module": "aws_cdk.
|
|
1879
|
+
"module": "aws_cdk.aws_invoicing"
|
|
1854
1880
|
}
|
|
1855
1881
|
}
|
|
1856
1882
|
},
|
|
1857
|
-
"aws-cdk-lib.
|
|
1883
|
+
"aws-cdk-lib.aws_iot": {
|
|
1858
1884
|
"targets": {
|
|
1859
1885
|
"dotnet": {
|
|
1860
|
-
"namespace": "Amazon.CDK.AWS.
|
|
1886
|
+
"namespace": "Amazon.CDK.AWS.IoT"
|
|
1861
1887
|
},
|
|
1862
1888
|
"java": {
|
|
1863
|
-
"package": "software.amazon.awscdk.services.
|
|
1889
|
+
"package": "software.amazon.awscdk.services.iot"
|
|
1864
1890
|
},
|
|
1865
1891
|
"python": {
|
|
1866
|
-
"module": "aws_cdk.
|
|
1892
|
+
"module": "aws_cdk.aws_iot"
|
|
1867
1893
|
}
|
|
1868
1894
|
}
|
|
1869
1895
|
},
|
|
@@ -2556,6 +2582,32 @@
|
|
|
2556
2582
|
}
|
|
2557
2583
|
}
|
|
2558
2584
|
},
|
|
2585
|
+
"aws-cdk-lib.aws_notifications": {
|
|
2586
|
+
"targets": {
|
|
2587
|
+
"dotnet": {
|
|
2588
|
+
"package": "Amazon.CDK.AWS.Notifications"
|
|
2589
|
+
},
|
|
2590
|
+
"java": {
|
|
2591
|
+
"package": "software.amazon.awscdk.services.notifications"
|
|
2592
|
+
},
|
|
2593
|
+
"python": {
|
|
2594
|
+
"module": "aws_cdk.aws_notifications"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
"aws-cdk-lib.aws_notificationscontacts": {
|
|
2599
|
+
"targets": {
|
|
2600
|
+
"dotnet": {
|
|
2601
|
+
"package": "Amazon.CDK.AWS.NotificationsContacts"
|
|
2602
|
+
},
|
|
2603
|
+
"java": {
|
|
2604
|
+
"package": "software.amazon.awscdk.services.notificationscontacts"
|
|
2605
|
+
},
|
|
2606
|
+
"python": {
|
|
2607
|
+
"module": "aws_cdk.aws_notificationscontacts"
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
},
|
|
2559
2611
|
"aws-cdk-lib.aws_oam": {
|
|
2560
2612
|
"targets": {
|
|
2561
2613
|
"dotnet": {
|
|
@@ -2699,6 +2751,32 @@
|
|
|
2699
2751
|
}
|
|
2700
2752
|
}
|
|
2701
2753
|
},
|
|
2754
|
+
"aws-cdk-lib.aws_pcaconnectorscep": {
|
|
2755
|
+
"targets": {
|
|
2756
|
+
"dotnet": {
|
|
2757
|
+
"package": "Amazon.CDK.AWS.PCAConnectorSCEP"
|
|
2758
|
+
},
|
|
2759
|
+
"java": {
|
|
2760
|
+
"package": "software.amazon.awscdk.services.pcaconnectorscep"
|
|
2761
|
+
},
|
|
2762
|
+
"python": {
|
|
2763
|
+
"module": "aws_cdk.aws_pcaconnectorscep"
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
"aws-cdk-lib.aws_pcs": {
|
|
2768
|
+
"targets": {
|
|
2769
|
+
"dotnet": {
|
|
2770
|
+
"package": "Amazon.CDK.AWS.PCS"
|
|
2771
|
+
},
|
|
2772
|
+
"java": {
|
|
2773
|
+
"package": "software.amazon.awscdk.services.pcs"
|
|
2774
|
+
},
|
|
2775
|
+
"python": {
|
|
2776
|
+
"module": "aws_cdk.aws_pcs"
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2702
2780
|
"aws-cdk-lib.aws_personalize": {
|
|
2703
2781
|
"targets": {
|
|
2704
2782
|
"dotnet": {
|
|
@@ -2816,6 +2894,19 @@
|
|
|
2816
2894
|
}
|
|
2817
2895
|
}
|
|
2818
2896
|
},
|
|
2897
|
+
"aws-cdk-lib.aws_rbin": {
|
|
2898
|
+
"targets": {
|
|
2899
|
+
"dotnet": {
|
|
2900
|
+
"package": "Amazon.CDK.AWS.Rbin"
|
|
2901
|
+
},
|
|
2902
|
+
"java": {
|
|
2903
|
+
"package": "software.amazon.awscdk.services.rbin"
|
|
2904
|
+
},
|
|
2905
|
+
"python": {
|
|
2906
|
+
"module": "aws_cdk.aws_rbin"
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2819
2910
|
"aws-cdk-lib.aws_rds": {
|
|
2820
2911
|
"targets": {
|
|
2821
2912
|
"dotnet": {
|
|
@@ -3141,6 +3232,19 @@
|
|
|
3141
3232
|
}
|
|
3142
3233
|
}
|
|
3143
3234
|
},
|
|
3235
|
+
"aws-cdk-lib.aws_s3tables": {
|
|
3236
|
+
"targets": {
|
|
3237
|
+
"dotnet": {
|
|
3238
|
+
"package": "Amazon.CDK.AWS.S3Tables"
|
|
3239
|
+
},
|
|
3240
|
+
"java": {
|
|
3241
|
+
"package": "software.amazon.awscdk.services.s3tables"
|
|
3242
|
+
},
|
|
3243
|
+
"python": {
|
|
3244
|
+
"module": "aws_cdk.aws_s3tables"
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3144
3248
|
"aws-cdk-lib.aws_sagemaker": {
|
|
3145
3249
|
"targets": {
|
|
3146
3250
|
"dotnet": {
|
|
@@ -3180,6 +3284,19 @@
|
|
|
3180
3284
|
}
|
|
3181
3285
|
}
|
|
3182
3286
|
},
|
|
3287
|
+
"aws-cdk-lib.aws_scheduler_targets": {
|
|
3288
|
+
"targets": {
|
|
3289
|
+
"dotnet": {
|
|
3290
|
+
"namespace": "Amazon.CDK.AWS.Scheduler.Targets"
|
|
3291
|
+
},
|
|
3292
|
+
"java": {
|
|
3293
|
+
"package": "software.amazon.awscdk.services.scheduler.targets"
|
|
3294
|
+
},
|
|
3295
|
+
"python": {
|
|
3296
|
+
"module": "aws_cdk.aws_scheduler_targets"
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3183
3300
|
"aws-cdk-lib.aws_sdb": {
|
|
3184
3301
|
"targets": {
|
|
3185
3302
|
"dotnet": {
|
|
@@ -3401,6 +3518,19 @@
|
|
|
3401
3518
|
}
|
|
3402
3519
|
}
|
|
3403
3520
|
},
|
|
3521
|
+
"aws-cdk-lib.aws_ssmguiconnect": {
|
|
3522
|
+
"targets": {
|
|
3523
|
+
"dotnet": {
|
|
3524
|
+
"package": "Amazon.CDK.AWS.SSMGuiConnect"
|
|
3525
|
+
},
|
|
3526
|
+
"java": {
|
|
3527
|
+
"package": "software.amazon.awscdk.services.ssmguiconnect"
|
|
3528
|
+
},
|
|
3529
|
+
"python": {
|
|
3530
|
+
"module": "aws_cdk.aws_ssmguiconnect"
|
|
3531
|
+
}
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3404
3534
|
"aws-cdk-lib.aws_ssmincidents": {
|
|
3405
3535
|
"targets": {
|
|
3406
3536
|
"dotnet": {
|
|
@@ -3414,6 +3544,19 @@
|
|
|
3414
3544
|
}
|
|
3415
3545
|
}
|
|
3416
3546
|
},
|
|
3547
|
+
"aws-cdk-lib.aws_ssmquicksetup": {
|
|
3548
|
+
"targets": {
|
|
3549
|
+
"dotnet": {
|
|
3550
|
+
"package": "Amazon.CDK.AWS.SSMQuickSetup"
|
|
3551
|
+
},
|
|
3552
|
+
"java": {
|
|
3553
|
+
"package": "software.amazon.awscdk.services.ssmquicksetup"
|
|
3554
|
+
},
|
|
3555
|
+
"python": {
|
|
3556
|
+
"module": "aws_cdk.aws_ssmquicksetup"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3417
3560
|
"aws-cdk-lib.aws_sso": {
|
|
3418
3561
|
"targets": {
|
|
3419
3562
|
"dotnet": {
|
|
@@ -3714,19 +3857,6 @@
|
|
|
3714
3857
|
}
|
|
3715
3858
|
}
|
|
3716
3859
|
},
|
|
3717
|
-
"aws-cdk-lib.lambda_layer_kubectl": {
|
|
3718
|
-
"targets": {
|
|
3719
|
-
"dotnet": {
|
|
3720
|
-
"namespace": "Amazon.CDK.LambdaLayer.Kubectl"
|
|
3721
|
-
},
|
|
3722
|
-
"java": {
|
|
3723
|
-
"package": "software.amazon.awscdk.lambdalayer.kubectl"
|
|
3724
|
-
},
|
|
3725
|
-
"python": {
|
|
3726
|
-
"module": "aws_cdk.lambda_layer_kubectl"
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
3860
|
"aws-cdk-lib.lambda_layer_node_proxy_agent": {
|
|
3731
3861
|
"targets": {
|
|
3732
3862
|
"dotnet": {
|
|
@@ -3837,7 +3967,7 @@
|
|
|
3837
3967
|
"stability": "stable"
|
|
3838
3968
|
},
|
|
3839
3969
|
"homepage": "https://github.com/kuu/awscdk-construct-scte-scheduler.git",
|
|
3840
|
-
"jsiiVersion": "5.
|
|
3970
|
+
"jsiiVersion": "5.8.11 (build 55d251b)",
|
|
3841
3971
|
"keywords": [
|
|
3842
3972
|
"EventBridge",
|
|
3843
3973
|
"Lambda",
|
|
@@ -4278,6 +4408,6 @@
|
|
|
4278
4408
|
"symbolId": "src/ScteScheduler:ScteSchedulerProps"
|
|
4279
4409
|
}
|
|
4280
4410
|
},
|
|
4281
|
-
"version": "0.0.
|
|
4282
|
-
"fingerprint": "
|
|
4411
|
+
"version": "0.0.26",
|
|
4412
|
+
"fingerprint": "zKnxsNTOn/kdtKPjClD0YaQZtc3sWhWDtg7aU13De7g="
|
|
4283
4413
|
}
|
package/LICENSE
CHANGED
|
@@ -24,7 +24,7 @@ class EventBridgeSchedule extends constructs_1.Construct {
|
|
|
24
24
|
}
|
|
25
25
|
exports.EventBridgeSchedule = EventBridgeSchedule;
|
|
26
26
|
_a = JSII_RTTI_SYMBOL_1;
|
|
27
|
-
EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.
|
|
27
|
+
EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.26" };
|
|
28
28
|
function isFunction(target) {
|
|
29
29
|
return target instanceof aws_lambda_nodejs_1.NodejsFunction;
|
|
30
30
|
}
|
package/lib/Lambda.js
CHANGED
|
@@ -17,7 +17,7 @@ class Lambda extends constructs_1.Construct {
|
|
|
17
17
|
const TS_ENTRY = path.resolve(__dirname, 'code', 'index.ts');
|
|
18
18
|
const JS_ENTRY = path.resolve(__dirname, 'code', 'index.js');
|
|
19
19
|
this.func = new aws_lambda_nodejs_1.NodejsFunction(scope, 'ScheduleSCTE', {
|
|
20
|
-
runtime: aws_lambda_1.Runtime.
|
|
20
|
+
runtime: aws_lambda_1.Runtime.NODEJS_LATEST,
|
|
21
21
|
entry: fs.existsSync(TS_ENTRY) ? TS_ENTRY : JS_ENTRY,
|
|
22
22
|
// projectRoot: path.resolve(__dirname, '..'),
|
|
23
23
|
// depsLockFilePath: path.resolve(__dirname, '..', 'package-lock.json'),
|
|
@@ -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.
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.26" };
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHlCQUF5QjtBQUN6Qiw2QkFBNkI7QUFDN0IsNkNBQXlEO0FBQ3pELGlEQUFzRDtBQUN0RCx1REFBaUQ7QUFDakQscUVBQStEO0FBQy9ELDJDQUF1QztBQU92QyxNQUFhLE1BQU8sU0FBUSxzQkFBUztJQUduQyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtCO1FBQzFELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxFQUFFLFNBQVMsRUFBRSxxQkFBcUIsRUFBRSxHQUFHLEtBQUssQ0FBQztRQUVuRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsRUFBRSxNQUFNLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDN0QsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO1FBRTdELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsYUFBYTtZQUM5QixLQUFLLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxRQUFRO1lBQ3BELDhDQUE4QztZQUM5Qyx3RUFBd0U7WUFDeEUsT0FBTyxFQUFFLFNBQVM7WUFDbEIsT0FBTyxFQUFFLHNCQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUM3QixXQUFXLEVBQUU7Z0JBQ1gsUUFBUSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsUUFBa0I7Z0JBQ3hDLE1BQU0sRUFBRSxPQUFPLENBQUMsR0FBRyxDQUFDLGtCQUE0QjtnQkFDaEQsVUFBVSxFQUFFLFNBQVM7Z0JBQ3JCLFlBQVksRUFBRSxHQUFHLHFCQUFxQixFQUFFO2FBQ3pDO1lBQ0QsWUFBWSxFQUFFLHNCQUFJLENBQUMsYUFBYSxDQUFDLFNBQVM7U0FDM0MsQ0FBQyxDQUFDO1FBQ0gsaURBQWlEO1FBQ2pELElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUN2Qix5QkFBZSxDQUFDLFFBQVEsQ0FBQztZQUN2QixNQUFNLEVBQUUsT0FBTztZQUNmLE1BQU0sRUFBRSxhQUFhO1lBQ3JCLFFBQVEsRUFBRSxHQUFHO1NBQ2QsQ0FBQyxDQUNILENBQUM7SUFDSixDQUFDOztBQWxDSCx3QkFtQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBmcyBmcm9tICdmcyc7XG5pbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHsgRHVyYXRpb24sIGF3c19sb2dzIGFzIGxvZ3MgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IFJ1bnRpbWUgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IE5vZGVqc0Z1bmN0aW9uIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYS1ub2RlanMnO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGFtYmRhUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBMYW1iZGEgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgZnVuYzogTm9kZWpzRnVuY3Rpb247XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IExhbWJkYVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgY2hhbm5lbElkLCBzY3RlRHVyYXRpb25JblNlY29uZHMgfSA9IHByb3BzO1xuXG4gICAgY29uc3QgVFNfRU5UUlkgPSBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnY29kZScsICdpbmRleC50cycpO1xuICAgIGNvbnN0IEpTX0VOVFJZID0gcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2NvZGUnLCAnaW5kZXguanMnKTtcblxuICAgIHRoaXMuZnVuYyA9IG5ldyBOb2RlanNGdW5jdGlvbihzY29wZSwgJ1NjaGVkdWxlU0NURScsIHtcbiAgICAgIHJ1bnRpbWU6IFJ1bnRpbWUuTk9ERUpTX0xBVEVTVCxcbiAgICAgIGVudHJ5OiBmcy5leGlzdHNTeW5jKFRTX0VOVFJZKSA/IFRTX0VOVFJZIDogSlNfRU5UUlksXG4gICAgICAvLyBwcm9qZWN0Um9vdDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJyksXG4gICAgICAvLyBkZXBzTG9ja0ZpbGVQYXRoOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnLi4nLCAncGFja2FnZS1sb2NrLmpzb24nKSxcbiAgICAgIGhhbmRsZXI6ICdoYW5kbGVyJyxcbiAgICAgIHRpbWVvdXQ6IER1cmF0aW9uLnNlY29uZHMoMzApLFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgTk9ERV9FTlY6IHByb2Nlc3MuZW52Lk5PREVfRU5WIGFzIHN0cmluZyxcbiAgICAgICAgUkVHSU9OOiBwcm9jZXNzLmVudi5DREtfREVGQVVMVF9SRUdJT04gYXMgc3RyaW5nLFxuICAgICAgICBDSEFOTkVMX0lEOiBjaGFubmVsSWQsXG4gICAgICAgIEFWQUlMX0xFTkdUSDogYCR7c2N0ZUR1cmF0aW9uSW5TZWNvbmRzfWAsXG4gICAgICB9LFxuICAgICAgbG9nUmV0ZW50aW9uOiBsb2dzLlJldGVudGlvbkRheXMuVFdPX1dFRUtTLFxuICAgIH0pO1xuICAgIC8vIEFkZCBhIHN0YXRlbWVudCB0byBjYWxsIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmZ1bmMuYWRkVG9Sb2xlUG9saWN5KFxuICAgICAgUG9saWN5U3RhdGVtZW50LmZyb21Kc29uKHtcbiAgICAgICAgRWZmZWN0OiAnQWxsb3cnLFxuICAgICAgICBBY3Rpb246ICdtZWRpYWxpdmU6KicsXG4gICAgICAgIFJlc291cmNlOiAnKicsXG4gICAgICB9KSxcbiAgICApO1xuICB9XG59Il19
|
package/lib/ScteScheduler.js
CHANGED
|
@@ -72,5 +72,5 @@ class ScteScheduler extends constructs_1.Construct {
|
|
|
72
72
|
}
|
|
73
73
|
exports.ScteScheduler = ScteScheduler;
|
|
74
74
|
_a = JSII_RTTI_SYMBOL_1;
|
|
75
|
-
ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.
|
|
75
|
+
ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.26" };
|
|
76
76
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2N0ZVNjaGVkdWxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9TY3RlU2NoZWR1bGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaUNBQWlDO0FBQ2pDLDZDQUF1QztBQUN2Qyx1REFBK0Q7QUFFL0QscUVBVXVDO0FBQ3ZDLGlGQUFtRTtBQUNuRSxtRUFBOEc7QUFDOUcsMkNBQXVDO0FBQ3ZDLCtEQUE0RDtBQUM1RCxxQ0FBa0M7QUFXbEMsTUFBYSxhQUFjLFNBQVEsc0JBQVM7SUFJMUMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUF5QjtRQUNqRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFDSixTQUFTLEVBQ1QscUJBQXFCLEVBQ3JCLGlCQUFpQixFQUNqQixXQUFXLEVBQ1gsV0FBVyxHQUFHLFFBQVEsRUFDdEIsUUFBUSxHQUNULEdBQUcsS0FBSyxDQUFDO1FBRVYsaUZBQWlGO1FBQ2pGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxlQUFNLENBQUMsSUFBSSxFQUFFLGdCQUFnQixFQUFFO1lBQy9DLFNBQVM7WUFDVCxxQkFBcUI7U0FDdEIsQ0FBQyxDQUFDO1FBRUgsNEVBQTRFO1FBQzVFLE1BQU0sTUFBTSxHQUFHLElBQUksc0NBQVksQ0FBQyxJQUFJLEVBQUUsdUNBQXVDLEVBQUU7WUFDN0UsY0FBYyxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSTtZQUNoQyxTQUFTLEVBQUUsV0FBVztTQUN2QixDQUFDLENBQUM7UUFDSCxNQUFNLEtBQUssR0FBRyxJQUFJLHdCQUFJLENBQUMsSUFBSSxFQUFFLFlBQVksaUJBQWlCLE1BQU0sRUFBRTtZQUNoRSxJQUFJLEVBQUUsNEJBQVEsQ0FBQyxRQUFRLENBQUMsc0JBQVEsQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQztTQUM3RCxDQUFDLENBQUM7UUFDSCxNQUFNLEtBQUssR0FBRyxJQUFJLHdCQUFJLENBQUMsSUFBSSxFQUFFLFlBQVksaUJBQWlCLEdBQUcsRUFBRSxHQUFHLHFCQUFxQixNQUFNLEVBQUU7WUFDN0YsSUFBSSxFQUFFLDRCQUFRLENBQUMsUUFBUSxDQUFDLHNCQUFRLENBQUMsT0FBTyxDQUFDLGlCQUFpQixHQUFHLEVBQUUsR0FBRyxxQkFBcUIsQ0FBQyxDQUFDO1NBQzFGLENBQUMsQ0FBQztRQUNILE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxzQ0FBWSxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDN0QsY0FBYyxFQUFFLFFBQVE7U0FDekIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLDJCQUFPLENBQUMsSUFBSSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1FBQy9CLE1BQU0sWUFBWSxHQUFHLElBQUksZ0NBQVksQ0FBQyxJQUFJLEVBQUUsY0FBYyxFQUFFO1lBQzFELGNBQWMsRUFBRSxrQ0FBYyxDQUFDLGFBQWEsQ0FDMUMseUJBQUssQ0FBQyxLQUFLLENBQ1QsSUFBSSx3QkFBSSxDQUFDLElBQUksRUFBRSxPQUFPLEVBQUUsRUFBRSxVQUFVLEVBQUUsRUFBRSxPQUFPLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQy9EO2lCQUNFLElBQUksQ0FBQyxLQUFLLENBQUM7aUJBQ1gsSUFBSSxDQUFDLE1BQU0sQ0FBQztpQkFDWixJQUFJLENBQ0gsSUFBSSwwQkFBTSxDQUFDLElBQUksRUFBRSxxQkFBcUIsV0FBVyxRQUFRLENBQUM7aUJBQ3ZELElBQUksQ0FDSCw2QkFBUyxDQUFDLGNBQWMsQ0FBQyxhQUFhLEVBQUUsV0FBVyxDQUFDLEVBQ3BELEtBQUssQ0FDTjtpQkFDQSxTQUFTLENBQ1IseUJBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUNsQyxDQUNKLENBQ0o7U0FDRixDQUFDLENBQUM7UUFDSCxJQUFJLFdBQVcsRUFBRSxDQUFDO1lBQ2hCLHdFQUF3RTtZQUN4RSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUkseUNBQW1CLENBQUMsSUFBSSxFQUFFLHFCQUFxQixFQUFFO2dCQUNuRSxNQUFNLEVBQUUsWUFBWTtnQkFDcEIsUUFBUSxFQUFFLHFCQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQzthQUNyQyxDQUFDLENBQUM7UUFDTCxDQUFDO2FBQU0sQ0FBQztZQUNOLHVEQUF1RDtZQUN2RCxJQUFJLG9DQUFpQixDQUFDLEtBQUssRUFBRSxtQkFBbUIsRUFBRTtnQkFDaEQsUUFBUSxFQUFFO29CQUNSLE9BQU8sRUFBRSxlQUFlO29CQUN4QixNQUFNLEVBQUUsZ0JBQWdCO29CQUN4QixVQUFVLEVBQUU7d0JBQ1YsZUFBZSxFQUFFLFlBQVksQ0FBQyxlQUFlO3dCQUM3QyxLQUFLLEVBQUUsMkJBQTJCO3FCQUNuQztvQkFDRCxrQkFBa0IsRUFBRSxxQ0FBa0IsQ0FBQyxFQUFFLENBQUMsR0FBRyxNQUFNLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQztpQkFDcEU7Z0JBQ0QseUdBQXlHO2dCQUN6RyxNQUFNLEVBQUUsMENBQXVCLENBQUMsWUFBWSxDQUFDO29CQUMzQyxTQUFTLEVBQUUsMENBQXVCLENBQUMsWUFBWTtpQkFDaEQsQ0FBQzthQUNILENBQUMsQ0FBQztRQUNMLENBQUM7SUFDSCxDQUFDOztBQS9FSCxzQ0FnRkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBjcnlwdG8gZnJvbSAnY3J5cHRvJztcbmltcG9ydCB7IER1cmF0aW9uIH0gZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgU2NoZWR1bGUsIENyb25PcHRpb25zIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWV2ZW50cyc7XG5pbXBvcnQgeyBJRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7XG4gIFN0YXRlTWFjaGluZSxcbiAgRGVmaW5pdGlvbkJvZHksXG4gIENoYWluLFxuICBDaG9pY2UsXG4gIENvbmRpdGlvbixcbiAgV2FpdCxcbiAgV2FpdFRpbWUsXG4gIFBhc3MsXG4gIFN1Y2NlZWQsXG59IGZyb20gJ2F3cy1jZGstbGliL2F3cy1zdGVwZnVuY3Rpb25zJztcbmltcG9ydCB7IExhbWJkYUludm9rZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1zdGVwZnVuY3Rpb25zLXRhc2tzJztcbmltcG9ydCB7IEF3c0N1c3RvbVJlc291cmNlLCBBd3NDdXN0b21SZXNvdXJjZVBvbGljeSwgUGh5c2ljYWxSZXNvdXJjZUlkIH0gZnJvbSAnYXdzLWNkay1saWIvY3VzdG9tLXJlc291cmNlcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IEV2ZW50QnJpZGdlU2NoZWR1bGUgfSBmcm9tICcuL0V2ZW50QnJpZGdlU2NoZWR1bGUnO1xuaW1wb3J0IHsgTGFtYmRhIH0gZnJvbSAnLi9MYW1iZGEnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFNjdGVTY2hlZHVsZXJQcm9wcyB7XG4gIHJlYWRvbmx5IGNoYW5uZWxJZDogc3RyaW5nO1xuICByZWFkb25seSBzY3RlRHVyYXRpb25JblNlY29uZHM6IG51bWJlcjtcbiAgcmVhZG9ubHkgaW50ZXJ2YWxJbk1pbnV0ZXM6IG51bWJlcjtcbiAgcmVhZG9ubHkgY3Jvbk9wdGlvbnM/OiBDcm9uT3B0aW9ucztcbiAgcmVhZG9ubHkgcmVwZWF0Q291bnQ/OiBudW1iZXI7XG4gIHJlYWRvbmx5IGNhbGxiYWNrPzogSUZ1bmN0aW9uO1xufVxuXG5leHBvcnQgY2xhc3MgU2N0ZVNjaGVkdWxlciBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHB1YmxpYyByZWFkb25seSBsYW1iZGE6IExhbWJkYTtcbiAgcHVibGljIHJlYWRvbmx5IHNjaGVkdWxlPzogRXZlbnRCcmlkZ2VTY2hlZHVsZTtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogU2N0ZVNjaGVkdWxlclByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHtcbiAgICAgIGNoYW5uZWxJZCxcbiAgICAgIHNjdGVEdXJhdGlvbkluU2Vjb25kcyxcbiAgICAgIGludGVydmFsSW5NaW51dGVzLFxuICAgICAgY3Jvbk9wdGlvbnMsXG4gICAgICByZXBlYXRDb3VudCA9IEluZmluaXR5LFxuICAgICAgY2FsbGJhY2ssXG4gICAgfSA9IHByb3BzO1xuXG4gICAgLy8gQ3JlYXRlIExhbWJkYSBmdW5jdGlvbiB0byBpbnNlcnQgU0NURSBtZXNzYWdlIHVzaW5nIHRoZSBNZWRpYUxpdmUgc2NoZWR1bGUgQVBJXG4gICAgdGhpcy5sYW1iZGEgPSBuZXcgTGFtYmRhKHRoaXMsICdMYW1iZGFGdW5jdGlvbicsIHtcbiAgICAgIGNoYW5uZWxJZCxcbiAgICAgIHNjdGVEdXJhdGlvbkluU2Vjb25kcyxcbiAgICB9KTtcblxuICAgIC8vIENyZWF0ZSBTdGVwIEZ1bmN0aW9ucyBzdGF0ZSBtYWNoaW5lIHRvIGludm9rZSB0aGUgTGFtYmRhIGZ1bmN0aW9uIE4gdGltZXNcbiAgICBjb25zdCBpbnZva2UgPSBuZXcgTGFtYmRhSW52b2tlKHRoaXMsICdJbnZva2UgU0NURSBzY2hlZHVsZXIgTGFtYmRhIGZ1bmN0aW9uJywge1xuICAgICAgbGFtYmRhRnVuY3Rpb246IHRoaXMubGFtYmRhLmZ1bmMsXG4gICAgICBpbnB1dFBhdGg6ICckLlBheWxvYWQnLFxuICAgIH0pO1xuICAgIGNvbnN0IHdhaXQxID0gbmV3IFdhaXQodGhpcywgYFdhaXQgZm9yICR7aW50ZXJ2YWxJbk1pbnV0ZXN9LW1pbmAsIHtcbiAgICAgIHRpbWU6IFdhaXRUaW1lLmR1cmF0aW9uKER1cmF0aW9uLm1pbnV0ZXMoaW50ZXJ2YWxJbk1pbnV0ZXMpKSxcbiAgICB9KTtcbiAgICBjb25zdCB3YWl0MiA9IG5ldyBXYWl0KHRoaXMsIGBXYWl0IGZvciAke2ludGVydmFsSW5NaW51dGVzICogNjAgKyBzY3RlRHVyYXRpb25JblNlY29uZHN9LXNlY2AsIHtcbiAgICAgIHRpbWU6IFdhaXRUaW1lLmR1cmF0aW9uKER1cmF0aW9uLnNlY29uZHMoaW50ZXJ2YWxJbk1pbnV0ZXMgKiA2MCArIHNjdGVEdXJhdGlvbkluU2Vjb25kcykpLFxuICAgIH0pO1xuICAgIGNvbnN0IGxhc3RUYXNrID0gY2FsbGJhY2sgPyBuZXcgTGFtYmRhSW52b2tlKHRoaXMsICdDYWxsYmFjaycsIHtcbiAgICAgIGxhbWJkYUZ1bmN0aW9uOiBjYWxsYmFjayxcbiAgICB9KSA6IG5ldyBTdWNjZWVkKHRoaXMsICdEb25lJyk7XG4gICAgY29uc3Qgc3RhdGVNYWNoaW5lID0gbmV3IFN0YXRlTWFjaGluZSh0aGlzLCAnU3RhdGVNYWNoaW5lJywge1xuICAgICAgZGVmaW5pdGlvbkJvZHk6IERlZmluaXRpb25Cb2R5LmZyb21DaGFpbmFibGUoXG4gICAgICAgIENoYWluLnN0YXJ0KFxuICAgICAgICAgIG5ldyBQYXNzKHRoaXMsICdTdGFydCcsIHsgcGFyYW1ldGVyczogeyBQYXlsb2FkOiB7IGk6IDAgfSB9IH0pLFxuICAgICAgICApXG4gICAgICAgICAgLm5leHQod2FpdDEpXG4gICAgICAgICAgLm5leHQoaW52b2tlKVxuICAgICAgICAgIC5uZXh0KFxuICAgICAgICAgICAgbmV3IENob2ljZSh0aGlzLCBgQ2hlY2sgaWYgcmVwYWV0ZWQgJHtyZXBlYXRDb3VudH0gdGltZXNgKVxuICAgICAgICAgICAgICAud2hlbihcbiAgICAgICAgICAgICAgICBDb25kaXRpb24ubnVtYmVyTGVzc1RoYW4oJyQuUGF5bG9hZC5pJywgcmVwZWF0Q291bnQpLFxuICAgICAgICAgICAgICAgIHdhaXQxLFxuICAgICAgICAgICAgICApXG4gICAgICAgICAgICAgIC5vdGhlcndpc2UoXG4gICAgICAgICAgICAgICAgQ2hhaW4uc3RhcnQod2FpdDIpLm5leHQobGFzdFRhc2spLFxuICAgICAgICAgICAgICApLFxuICAgICAgICAgICksXG4gICAgICApLFxuICAgIH0pO1xuICAgIGlmIChjcm9uT3B0aW9ucykge1xuICAgICAgLy8gQ3JlYXRlIEV2ZW50QnJpZGdlIHJ1bGUgdG8gaW52b2tlIHRoZSBMYW1iZGEgZnVuY3Rpb24gZXZlcnkgTiBtaW51dGVzXG4gICAgICB0aGlzLnNjaGVkdWxlID0gbmV3IEV2ZW50QnJpZGdlU2NoZWR1bGUodGhpcywgJ0V2ZW50QnJpZGdlU2NoZWR1bGUnLCB7XG4gICAgICAgIHRhcmdldDogc3RhdGVNYWNoaW5lLFxuICAgICAgICBzY2hlZHVsZTogU2NoZWR1bGUuY3Jvbihjcm9uT3B0aW9ucyksXG4gICAgICB9KTtcbiAgICB9IGVsc2Uge1xuICAgICAgLy8gU3RhcnQgdGhlIGV4ZWN1dGlvbiBvZiB0aGUgc3RhdGUgbWFjaGluZSBpbW1lZGlhdGVseVxuICAgICAgbmV3IEF3c0N1c3RvbVJlc291cmNlKHNjb3BlLCAnU3RhcnRTdGF0ZU1hY2hpbmUnLCB7XG4gICAgICAgIG9uQ3JlYXRlOiB7XG4gICAgICAgICAgc2VydmljZTogJ1N0ZXBGdW5jdGlvbnMnLFxuICAgICAgICAgIGFjdGlvbjogJ1N0YXJ0RXhlY3V0aW9uJyxcbiAgICAgICAgICBwYXJhbWV0ZXJzOiB7XG4gICAgICAgICAgICBzdGF0ZU1hY2hpbmVBcm46IHN0YXRlTWFjaGluZS5zdGF0ZU1hY2hpbmVBcm4sXG4gICAgICAgICAgICBpbnB1dDogJ3sgXCJQYXlsb2FkXCI6IHsgXCJpXCI6IDAgfSB9JyxcbiAgICAgICAgICB9LFxuICAgICAgICAgIHBoeXNpY2FsUmVzb3VyY2VJZDogUGh5c2ljYWxSZXNvdXJjZUlkLm9mKGAke2NyeXB0by5yYW5kb21VVUlEKCl9YCksXG4gICAgICAgIH0sXG4gICAgICAgIC8vV2lsbCBpZ25vcmUgYW55IHJlc291cmNlIGFuZCB1c2UgdGhlIGFzc3VtZWRSb2xlQXJuIGFzIHJlc291cmNlIGFuZCAnc3RzOkFzc3VtZVJvbGUnIGZvciBzZXJ2aWNlOmFjdGlvblxuICAgICAgICBwb2xpY3k6IEF3c0N1c3RvbVJlc291cmNlUG9saWN5LmZyb21TZGtDYWxscyh7XG4gICAgICAgICAgcmVzb3VyY2VzOiBBd3NDdXN0b21SZXNvdXJjZVBvbGljeS5BTllfUkVTT1VSQ0UsXG4gICAgICAgIH0pLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
package/lib/code/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.handler =
|
|
3
|
+
exports.handler = handler;
|
|
4
4
|
const client_medialive_1 = require("@aws-sdk/client-medialive");
|
|
5
5
|
const client = new client_medialive_1.MediaLiveClient({ region: process.env.REGION });
|
|
6
6
|
const CHANNEL_ID = process.env.CHANNEL_ID;
|
|
@@ -13,7 +13,6 @@ async function handler(event) {
|
|
|
13
13
|
await scheduleEvent(Math.floor(startTime.getTime() / 1000), startTime);
|
|
14
14
|
return { i: event.i + 1 };
|
|
15
15
|
}
|
|
16
|
-
exports.handler = handler;
|
|
17
16
|
function deleteSchedules() {
|
|
18
17
|
const command = new client_medialive_1.DeleteScheduleCommand({ ChannelId: CHANNEL_ID });
|
|
19
18
|
return client.send(command);
|
|
@@ -44,4 +43,4 @@ function createScteCommand(eventId, start, durationInSeconds) {
|
|
|
44
43
|
],
|
|
45
44
|
};
|
|
46
45
|
}
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29kZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQWNBLDBCQUtDO0FBbkJELGdFQUttQztBQUVuQyxNQUFNLE1BQU0sR0FBRyxJQUFJLGtDQUFlLENBQUMsRUFBRSxNQUFNLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDO0FBRW5FLE1BQU0sVUFBVSxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUMsVUFBb0IsQ0FBQztBQUNwRCxNQUFNLE1BQU0sR0FBRyxFQUFFLENBQUM7QUFDbEIsTUFBTSxZQUFZLEdBQUcsT0FBTyxDQUFDLEdBQUcsQ0FBQyxZQUFpQyxDQUFDO0FBRW5FLDZGQUE2RjtBQUN0RixLQUFLLFVBQVUsT0FBTyxDQUFDLEtBQVU7SUFDdEMsTUFBTSxlQUFlLEVBQUUsQ0FBQztJQUN4QixNQUFNLFNBQVMsR0FBRyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQztJQUN6RCxNQUFNLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxPQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsRUFBRSxTQUFTLENBQUMsQ0FBQztJQUN2RSxPQUFPLEVBQUUsQ0FBQyxFQUFFLEtBQUssQ0FBQyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7QUFDNUIsQ0FBQztBQUVELFNBQVMsZUFBZTtJQUN0QixNQUFNLE9BQU8sR0FBRyxJQUFJLHdDQUFxQixDQUFDLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxDQUFDLENBQUM7SUFDckUsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQzlCLENBQUM7QUFFRCxLQUFLLFVBQVUsYUFBYSxDQUFDLE9BQWUsRUFBRSxLQUFXO0lBQ3ZELE1BQU0sSUFBSSxHQUFHLGlCQUFpQixDQUFDLE9BQU8sRUFBRSxLQUFLLEVBQUUsWUFBWSxDQUFDLENBQUM7SUFDN0QsTUFBTSxPQUFPLEdBQUcsSUFBSSw2Q0FBMEIsQ0FBQyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekYsTUFBTSxRQUFRLEdBQUcsTUFBTSxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQzVDLE9BQU8sQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFDakQsQ0FBQztBQUVELFNBQVMsaUJBQWlCLENBQUMsT0FBZSxFQUFFLEtBQVcsRUFBRSxpQkFBeUI7SUFDaEYsT0FBTztRQUNMLGVBQWUsRUFBRTtZQUNmO2dCQUNFLFVBQVUsRUFBRSx3QkFBd0IsT0FBTyxFQUFFO2dCQUM3QyxzQkFBc0IsRUFBRTtvQkFDdEIsMEJBQTBCLEVBQUU7d0JBQzFCLGFBQWEsRUFBRSxPQUFPO3dCQUN0QixRQUFRLEVBQUUsaUJBQWlCLEdBQUcsS0FBTSxFQUFFLFFBQVE7cUJBQy9DO2lCQUNGO2dCQUNELDJCQUEyQixFQUFFO29CQUMzQixvQ0FBb0MsRUFBRTt3QkFDcEMsSUFBSSxFQUFFLEtBQUssQ0FBQyxXQUFXLEVBQUU7cUJBQzFCO2lCQUNGO2FBQ0Y7U0FDRjtLQUNGLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTWVkaWFMaXZlQ2xpZW50LFxuICBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCxcbiAgQmF0Y2hTY2hlZHVsZUFjdGlvbkNyZWF0ZVJlcXVlc3QsXG4gIERlbGV0ZVNjaGVkdWxlQ29tbWFuZCxcbn0gZnJvbSAnQGF3cy1zZGsvY2xpZW50LW1lZGlhbGl2ZSc7XG5cbmNvbnN0IGNsaWVudCA9IG5ldyBNZWRpYUxpdmVDbGllbnQoeyByZWdpb246IHByb2Nlc3MuZW52LlJFR0lPTiB9KTtcblxuY29uc3QgQ0hBTk5FTF9JRCA9IHByb2Nlc3MuZW52LkNIQU5ORUxfSUQgYXMgc3RyaW5nO1xuY29uc3QgT0ZGU0VUID0gMzA7XG5jb25zdCBBVkFJTF9MRU5HVEggPSBwcm9jZXNzLmVudi5BVkFJTF9MRU5HVEggYXMgdW5rbm93biBhcyBudW1iZXI7XG5cbi8vIExhbWJkYSBmdW5jdGlvbiB0byBpbnNlcnQgU0NURS0zNSBzcGxpY2VfaW5zZXJ0KCkgbWVzc2FnZSB1c2luZyB0aGUgTWVkaWFMaXZlIHNjaGVkdWxlIEFQSVxuZXhwb3J0IGFzeW5jIGZ1bmN0aW9uIGhhbmRsZXIoZXZlbnQ6IGFueSkge1xuICBhd2FpdCBkZWxldGVTY2hlZHVsZXMoKTtcbiAgY29uc3Qgc3RhcnRUaW1lID0gbmV3IERhdGUoRGF0ZS5ub3coKSArIChPRkZTRVQgKiAxMDAwKSk7XG4gIGF3YWl0IHNjaGVkdWxlRXZlbnQoTWF0aC5mbG9vcihzdGFydFRpbWUuZ2V0VGltZSgpIC8gMTAwMCksIHN0YXJ0VGltZSk7XG4gIHJldHVybiB7IGk6IGV2ZW50LmkgKyAxIH07XG59XG5cbmZ1bmN0aW9uIGRlbGV0ZVNjaGVkdWxlcygpIHtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBEZWxldGVTY2hlZHVsZUNvbW1hbmQoeyBDaGFubmVsSWQ6IENIQU5ORUxfSUQgfSk7XG4gIHJldHVybiBjbGllbnQuc2VuZChjb21tYW5kKTtcbn1cblxuYXN5bmMgZnVuY3Rpb24gc2NoZWR1bGVFdmVudChldmVudElkOiBudW1iZXIsIHN0YXJ0OiBEYXRlKSB7XG4gIGNvbnN0IHNjdGUgPSBjcmVhdGVTY3RlQ29tbWFuZChldmVudElkLCBzdGFydCwgQVZBSUxfTEVOR1RIKTtcbiAgY29uc3QgY29tbWFuZCA9IG5ldyBCYXRjaFVwZGF0ZVNjaGVkdWxlQ29tbWFuZCh7IENoYW5uZWxJZDogQ0hBTk5FTF9JRCwgQ3JlYXRlczogc2N0ZSB9KTtcbiAgY29uc3QgcmVzcG9uc2UgPSBhd2FpdCBjbGllbnQuc2VuZChjb21tYW5kKTtcbiAgY29uc29sZS5sb2coSlNPTi5zdHJpbmdpZnkocmVzcG9uc2UsIG51bGwsIDIpKTtcbn1cblxuZnVuY3Rpb24gY3JlYXRlU2N0ZUNvbW1hbmQoZXZlbnRJZDogbnVtYmVyLCBzdGFydDogRGF0ZSwgZHVyYXRpb25JblNlY29uZHM6IG51bWJlcik6IEJhdGNoU2NoZWR1bGVBY3Rpb25DcmVhdGVSZXF1ZXN0IHtcbiAgcmV0dXJuIHtcbiAgICBTY2hlZHVsZUFjdGlvbnM6IFtcbiAgICAgIHtcbiAgICAgICAgQWN0aW9uTmFtZTogYFNDVEUzNV9zcGxpY2UtaW5zZXJ0XyR7ZXZlbnRJZH1gLFxuICAgICAgICBTY2hlZHVsZUFjdGlvblNldHRpbmdzOiB7XG4gICAgICAgICAgU2N0ZTM1U3BsaWNlSW5zZXJ0U2V0dGluZ3M6IHtcbiAgICAgICAgICAgIFNwbGljZUV2ZW50SWQ6IGV2ZW50SWQsXG4gICAgICAgICAgICBEdXJhdGlvbjogZHVyYXRpb25JblNlY29uZHMgKiA5MF8wMDAsIC8vIDkwa0h6XG4gICAgICAgICAgfSxcbiAgICAgICAgfSxcbiAgICAgICAgU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgRml4ZWRNb2RlU2NoZWR1bGVBY3Rpb25TdGFydFNldHRpbmdzOiB7XG4gICAgICAgICAgICBUaW1lOiBzdGFydC50b0lTT1N0cmluZygpLFxuICAgICAgICAgIH0sXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gIH07XG59XG5cblxuIl19
|