@aws-sdk/client-cloudwatch-events 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CloudWatchEvents.js +0 -24
- package/dist-cjs/CloudWatchEventsClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/ActivateEventSourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CancelReplayCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateApiDestinationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateArchiveCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateEventBusCommand.js +2 -29
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeactivateEventSourceCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeauthorizeConnectionCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteApiDestinationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteArchiveCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteEventBusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeletePartnerEventSourceCommand.js +2 -31
- package/dist-cjs/commands/DeleteRuleCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeApiDestinationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeArchiveCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionCommand.js +2 -27
- package/dist-cjs/commands/DescribeEventBusCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventSourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribePartnerEventSourceCommand.js +2 -30
- package/dist-cjs/commands/DescribeReplayCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeRuleCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DisableRuleCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/EnableRuleCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListApiDestinationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListArchivesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListConnectionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListEventBusesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListEventSourcesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPartnerEventSourceAccountsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListPartnerEventSourcesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListReplaysCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListRuleNamesByTargetCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListRulesCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListTargetsByRuleCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutEventsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutPartnerEventsCommand.js +2 -28
- package/dist-cjs/commands/PutPermissionCommand.js +36 -0
- package/dist-cjs/commands/PutRuleCommand.js +36 -0
- package/dist-cjs/commands/PutTargetsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemovePermissionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RemoveTargetsCommand.js +2 -35
- package/dist-cjs/commands/StartReplayCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/TestEventPatternCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateApiDestinationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateArchiveCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -487
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/CloudWatchEvents.js +0 -1
- package/{dist/es → dist-es}/CloudWatchEventsClient.js +1 -2
- package/{dist/es → dist-es}/commands/ActivateEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CancelReplayCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApiDestinationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateArchiveCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConnectionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEventBusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePartnerEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeactivateEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeauthorizeConnectionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApiDestinationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteArchiveCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEventBusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePartnerEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeApiDestinationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeArchiveCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConnectionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventBusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePartnerEventSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeReplayCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListApiDestinationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListArchivesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListConnectionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEventBusesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEventSourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPartnerEventSourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListReplaysCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRuleNamesByTargetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRulesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTargetsByRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPartnerEventsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutRuleCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutTargetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemovePermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTargetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartReplayCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TestEventPatternCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApiDestinationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateArchiveCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConnectionCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/CloudWatchEvents.d.ts +1 -1
- package/{dist/types → dist-types}/CloudWatchEventsClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/ActivateEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CancelReplayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApiDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateArchiveCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEventBusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePartnerEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeactivateEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeauthorizeConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApiDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteArchiveCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEventBusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePartnerEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApiDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeArchiveCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventBusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePartnerEventSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeReplayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApiDestinationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListArchivesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEventBusesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEventSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPartnerEventSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListReplaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRuleNamesByTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRulesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTargetsByRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPartnerEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRuleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemovePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartReplayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TestEventPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApiDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateArchiveCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudWatchEvents.d.ts +260 -0
- package/{dist/types → dist-types}/ts3.4/CloudWatchEventsClient.d.ts +32 -117
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApiDestinationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApiDestinationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTargetsByRuleCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApiDestinationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2143 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/CloudWatchEvents.ts +0 -2165
- package/CloudWatchEventsClient.ts +0 -456
- package/commands/ActivateEventSourceCommand.ts +0 -95
- package/commands/CancelReplayCommand.ts +0 -94
- package/commands/CreateApiDestinationCommand.ts +0 -95
- package/commands/CreateArchiveCommand.ts +0 -98
- package/commands/CreateConnectionCommand.ts +0 -95
- package/commands/CreateEventBusCommand.ts +0 -96
- package/commands/CreatePartnerEventSourceCommand.ts +0 -117
- package/commands/DeactivateEventSourceCommand.ts +0 -98
- package/commands/DeauthorizeConnectionCommand.ts +0 -95
- package/commands/DeleteApiDestinationCommand.ts +0 -94
- package/commands/DeleteArchiveCommand.ts +0 -94
- package/commands/DeleteConnectionCommand.ts +0 -94
- package/commands/DeleteEventBusCommand.ts +0 -95
- package/commands/DeletePartnerEventSourceCommand.ts +0 -98
- package/commands/DeleteRuleCommand.ts +0 -107
- package/commands/DescribeApiDestinationCommand.ts +0 -94
- package/commands/DescribeArchiveCommand.ts +0 -94
- package/commands/DescribeConnectionCommand.ts +0 -94
- package/commands/DescribeEventBusCommand.ts +0 -100
- package/commands/DescribeEventSourceCommand.ts +0 -95
- package/commands/DescribePartnerEventSourceCommand.ts +0 -100
- package/commands/DescribeReplayCommand.ts +0 -102
- package/commands/DescribeRuleCommand.ts +0 -96
- package/commands/DisableRuleCommand.ts +0 -98
- package/commands/EnableRuleCommand.ts +0 -97
- package/commands/ListApiDestinationsCommand.ts +0 -94
- package/commands/ListArchivesCommand.ts +0 -95
- package/commands/ListConnectionsCommand.ts +0 -94
- package/commands/ListEventBusesCommand.ts +0 -95
- package/commands/ListEventSourcesCommand.ts +0 -95
- package/commands/ListPartnerEventSourceAccountsCommand.ts +0 -104
- package/commands/ListPartnerEventSourcesCommand.ts +0 -95
- package/commands/ListReplaysCommand.ts +0 -95
- package/commands/ListRuleNamesByTargetCommand.ts +0 -95
- package/commands/ListRulesCommand.ts +0 -95
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListTargetsByRuleCommand.ts +0 -94
- package/commands/PutEventsCommand.ts +0 -91
- package/commands/PutPartnerEventsCommand.ts +0 -95
- package/commands/PutPermissionCommand.ts +0 -113
- package/commands/PutRuleCommand.ts +0 -137
- package/commands/PutTargetsCommand.ts +0 -259
- package/commands/RemovePermissionCommand.ts +0 -97
- package/commands/RemoveTargetsCommand.ts +0 -102
- package/commands/StartReplayCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -104
- package/commands/TestEventPatternCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -95
- package/commands/UpdateApiDestinationCommand.ts +0 -94
- package/commands/UpdateArchiveCommand.ts +0 -94
- package/commands/UpdateConnectionCommand.ts +0 -94
- package/dist/cjs/CloudWatchEvents.js.map +0 -1
- package/dist/cjs/CloudWatchEventsClient.js +0 -64
- package/dist/cjs/CloudWatchEventsClient.js.map +0 -1
- package/dist/cjs/commands/ActivateEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/CancelReplayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApiDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventBusCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePartnerEventSourceCommand.js +0 -84
- package/dist/cjs/commands/CreatePartnerEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeauthorizeConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApiDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventBusCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePartnerEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleCommand.js +0 -74
- package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApiDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventBusCommand.js +0 -67
- package/dist/cjs/commands/DescribeEventBusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePartnerEventSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplayCommand.js +0 -69
- package/dist/cjs/commands/DescribeReplayCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DisableRuleCommand.js.map +0 -1
- package/dist/cjs/commands/EnableRuleCommand.js.map +0 -1
- package/dist/cjs/commands/ListApiDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListArchivesCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventBusesCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventSourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPartnerEventSourceAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPartnerEventSourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListReplaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListRuleNamesByTargetCommand.js.map +0 -1
- package/dist/cjs/commands/ListRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTargetsByRuleCommand.js.map +0 -1
- package/dist/cjs/commands/PutEventsCommand.js.map +0 -1
- package/dist/cjs/commands/PutPartnerEventsCommand.js.map +0 -1
- package/dist/cjs/commands/PutPermissionCommand.js +0 -80
- package/dist/cjs/commands/PutPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/PutRuleCommand.js +0 -107
- package/dist/cjs/commands/PutRuleCommand.js.map +0 -1
- package/dist/cjs/commands/PutTargetsCommand.js +0 -226
- package/dist/cjs/commands/PutTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplayCommand.js +0 -69
- package/dist/cjs/commands/StartReplayCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -71
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestEventPatternCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CloudWatchEvents.js.map +0 -1
- package/dist/es/CloudWatchEventsClient.js.map +0 -1
- package/dist/es/commands/ActivateEventSourceCommand.js.map +0 -1
- package/dist/es/commands/CancelReplayCommand.js.map +0 -1
- package/dist/es/commands/CreateApiDestinationCommand.js.map +0 -1
- package/dist/es/commands/CreateArchiveCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/es/commands/CreateEventBusCommand.js.map +0 -1
- package/dist/es/commands/CreatePartnerEventSourceCommand.js.map +0 -1
- package/dist/es/commands/DeactivateEventSourceCommand.js.map +0 -1
- package/dist/es/commands/DeauthorizeConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiDestinationCommand.js.map +0 -1
- package/dist/es/commands/DeleteArchiveCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventBusCommand.js.map +0 -1
- package/dist/es/commands/DeletePartnerEventSourceCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/es/commands/DescribeApiDestinationCommand.js.map +0 -1
- package/dist/es/commands/DescribeArchiveCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventBusCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventSourceCommand.js.map +0 -1
- package/dist/es/commands/DescribePartnerEventSourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplayCommand.js.map +0 -1
- package/dist/es/commands/DescribeRuleCommand.js.map +0 -1
- package/dist/es/commands/DisableRuleCommand.js.map +0 -1
- package/dist/es/commands/EnableRuleCommand.js.map +0 -1
- package/dist/es/commands/ListApiDestinationsCommand.js.map +0 -1
- package/dist/es/commands/ListArchivesCommand.js.map +0 -1
- package/dist/es/commands/ListConnectionsCommand.js.map +0 -1
- package/dist/es/commands/ListEventBusesCommand.js.map +0 -1
- package/dist/es/commands/ListEventSourcesCommand.js.map +0 -1
- package/dist/es/commands/ListPartnerEventSourceAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListPartnerEventSourcesCommand.js.map +0 -1
- package/dist/es/commands/ListReplaysCommand.js.map +0 -1
- package/dist/es/commands/ListRuleNamesByTargetCommand.js.map +0 -1
- package/dist/es/commands/ListRulesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTargetsByRuleCommand.js.map +0 -1
- package/dist/es/commands/PutEventsCommand.js.map +0 -1
- package/dist/es/commands/PutPartnerEventsCommand.js.map +0 -1
- package/dist/es/commands/PutPermissionCommand.js.map +0 -1
- package/dist/es/commands/PutRuleCommand.js.map +0 -1
- package/dist/es/commands/PutTargetsCommand.js.map +0 -1
- package/dist/es/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/es/commands/RemoveTargetsCommand.js.map +0 -1
- package/dist/es/commands/StartReplayCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestEventPatternCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiDestinationCommand.js.map +0 -1
- package/dist/es/commands/UpdateArchiveCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -55
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/CloudWatchEvents.d.ts +0 -744
- package/dist/types/ts3.4/commands/ActivateEventSourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CancelReplayCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateApiDestinationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateArchiveCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateEventBusCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteArchiveCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEventBusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DescribeEventBusCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeEventSourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeReplayCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeRuleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisableRuleCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/EnableRuleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListApiDestinationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListArchivesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEventBusesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListEventSourcesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListReplaysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListRulesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutEventsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutPartnerEventsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutPermissionCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/PutRuleCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/PutTargetsCommand.d.ts +0 -200
- package/dist/types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RemoveTargetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/StartReplayCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/TestEventPatternCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateArchiveCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4039
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5036
- package/protocols/Aws_json1_1.ts +0 -7735
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -6164,14 +6164,12 @@ const deserializeMetadata = (output) => {
|
|
|
6164
6164
|
cfId: output.headers["x-amz-cf-id"],
|
|
6165
6165
|
});
|
|
6166
6166
|
};
|
|
6167
|
-
// Collect low-level response body stream to Uint8Array.
|
|
6168
6167
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
6169
6168
|
if (streamBody instanceof Uint8Array) {
|
|
6170
6169
|
return Promise.resolve(streamBody);
|
|
6171
6170
|
}
|
|
6172
6171
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
6173
6172
|
};
|
|
6174
|
-
// Encode Uint8Array data into string with utf-8.
|
|
6175
6173
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
6176
6174
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
6177
6175
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -6197,9 +6195,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
6197
6195
|
}
|
|
6198
6196
|
return {};
|
|
6199
6197
|
});
|
|
6200
|
-
/**
|
|
6201
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
6202
|
-
*/
|
|
6203
6198
|
const loadRestJsonErrorCode = (output, data) => {
|
|
6204
6199
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
6205
6200
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -6224,4 +6219,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
6224
6219
|
}
|
|
6225
6220
|
return "";
|
|
6226
6221
|
};
|
|
6227
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var CloudWatchEventsClient = (function (_super) {
|
|
12
12
|
__extends(CloudWatchEventsClient, _super);
|
|
13
13
|
function CloudWatchEventsClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var CloudWatchEventsClient = (function (_super) {
|
|
|
35
35
|
return CloudWatchEventsClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { CloudWatchEventsClient };
|
|
38
|
-
//# sourceMappingURL=CloudWatchEventsClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ActivateEventSourceRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ActivateEventSourceCommand, serializeAws_json1_1ActivateEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ActivateEventSourceRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ActivateEventSourceCommand, serializeAws_json1_1ActivateEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ActivateEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(ActivateEventSourceCommand, _super);
|
|
8
8
|
function ActivateEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ActivateEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return ActivateEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ActivateEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=ActivateEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CancelReplayCommand, serializeAws_json1_1CancelReplayCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CancelReplayCommand, serializeAws_json1_1CancelReplayCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CancelReplayCommand = (function (_super) {
|
|
7
7
|
__extends(CancelReplayCommand, _super);
|
|
8
8
|
function CancelReplayCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CancelReplayCommand = (function (_super) {
|
|
|
37
37
|
return CancelReplayCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CancelReplayCommand };
|
|
40
|
-
//# sourceMappingURL=CancelReplayCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateApiDestinationCommand, serializeAws_json1_1CreateApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateApiDestinationCommand, serializeAws_json1_1CreateApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateApiDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApiDestinationCommand, _super);
|
|
8
8
|
function CreateApiDestinationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateApiDestinationCommand = (function (_super) {
|
|
|
37
37
|
return CreateApiDestinationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateApiDestinationCommand };
|
|
40
|
-
//# sourceMappingURL=CreateApiDestinationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateArchiveCommand, serializeAws_json1_1CreateArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateArchiveCommand, serializeAws_json1_1CreateArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateArchiveCommand = (function (_super) {
|
|
7
7
|
__extends(CreateArchiveCommand, _super);
|
|
8
8
|
function CreateArchiveCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateArchiveCommand = (function (_super) {
|
|
|
37
37
|
return CreateArchiveCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateArchiveCommand };
|
|
40
|
-
//# sourceMappingURL=CreateArchiveCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateConnectionCommand, serializeAws_json1_1CreateConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateConnectionCommand, serializeAws_json1_1CreateConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateConnectionCommand, _super);
|
|
8
8
|
function CreateConnectionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateConnectionCommand = (function (_super) {
|
|
|
37
37
|
return CreateConnectionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=CreateConnectionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateEventBusCommand, serializeAws_json1_1CreateEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateEventBusCommand, serializeAws_json1_1CreateEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEventBusCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEventBusCommand, _super);
|
|
8
8
|
function CreateEventBusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateEventBusCommand = (function (_super) {
|
|
|
37
37
|
return CreateEventBusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateEventBusCommand };
|
|
40
|
-
//# sourceMappingURL=CreateEventBusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreatePartnerEventSourceCommand, serializeAws_json1_1CreatePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreatePartnerEventSourceCommand, serializeAws_json1_1CreatePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreatePartnerEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePartnerEventSourceCommand, _super);
|
|
8
8
|
function CreatePartnerEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreatePartnerEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return CreatePartnerEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreatePartnerEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=CreatePartnerEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeactivateEventSourceRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeactivateEventSourceCommand, serializeAws_json1_1DeactivateEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeactivateEventSourceRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeactivateEventSourceCommand, serializeAws_json1_1DeactivateEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeactivateEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DeactivateEventSourceCommand, _super);
|
|
8
8
|
function DeactivateEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeactivateEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return DeactivateEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeactivateEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=DeactivateEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeauthorizeConnectionCommand, serializeAws_json1_1DeauthorizeConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeauthorizeConnectionCommand, serializeAws_json1_1DeauthorizeConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeauthorizeConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(DeauthorizeConnectionCommand, _super);
|
|
8
8
|
function DeauthorizeConnectionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeauthorizeConnectionCommand = (function (_super) {
|
|
|
37
37
|
return DeauthorizeConnectionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeauthorizeConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=DeauthorizeConnectionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteApiDestinationCommand, serializeAws_json1_1DeleteApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteApiDestinationCommand, serializeAws_json1_1DeleteApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteApiDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApiDestinationCommand, _super);
|
|
8
8
|
function DeleteApiDestinationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteApiDestinationCommand = (function (_super) {
|
|
|
37
37
|
return DeleteApiDestinationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteApiDestinationCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteApiDestinationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteArchiveCommand, serializeAws_json1_1DeleteArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteArchiveCommand, serializeAws_json1_1DeleteArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteArchiveCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteArchiveCommand, _super);
|
|
8
8
|
function DeleteArchiveCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteArchiveCommand = (function (_super) {
|
|
|
37
37
|
return DeleteArchiveCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteArchiveCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteArchiveCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteConnectionCommand, serializeAws_json1_1DeleteConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteConnectionCommand, serializeAws_json1_1DeleteConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteConnectionCommand, _super);
|
|
8
8
|
function DeleteConnectionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteConnectionCommand = (function (_super) {
|
|
|
37
37
|
return DeleteConnectionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteConnectionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteEventBusRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteEventBusCommand, serializeAws_json1_1DeleteEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteEventBusRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteEventBusCommand, serializeAws_json1_1DeleteEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEventBusCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEventBusCommand, _super);
|
|
8
8
|
function DeleteEventBusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteEventBusCommand = (function (_super) {
|
|
|
37
37
|
return DeleteEventBusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteEventBusCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteEventBusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeletePartnerEventSourceRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeletePartnerEventSourceCommand, serializeAws_json1_1DeletePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeletePartnerEventSourceRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeletePartnerEventSourceCommand, serializeAws_json1_1DeletePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePartnerEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePartnerEventSourceCommand, _super);
|
|
8
8
|
function DeletePartnerEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeletePartnerEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return DeletePartnerEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeletePartnerEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=DeletePartnerEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteRuleRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteRuleRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRuleCommand, _super);
|
|
8
8
|
function DeleteRuleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteRuleCommand = (function (_super) {
|
|
|
37
37
|
return DeleteRuleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteRuleCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteRuleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeApiDestinationCommand, serializeAws_json1_1DescribeApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeApiDestinationCommand, serializeAws_json1_1DescribeApiDestinationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeApiDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApiDestinationCommand, _super);
|
|
8
8
|
function DescribeApiDestinationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeApiDestinationCommand = (function (_super) {
|
|
|
37
37
|
return DescribeApiDestinationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeApiDestinationCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeApiDestinationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeArchiveCommand, serializeAws_json1_1DescribeArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeArchiveCommand, serializeAws_json1_1DescribeArchiveCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeArchiveCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeArchiveCommand, _super);
|
|
8
8
|
function DescribeArchiveCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeArchiveCommand = (function (_super) {
|
|
|
37
37
|
return DescribeArchiveCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeArchiveCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeArchiveCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeConnectionCommand, serializeAws_json1_1DescribeConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeConnectionCommand, serializeAws_json1_1DescribeConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConnectionCommand, _super);
|
|
8
8
|
function DescribeConnectionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConnectionCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConnectionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConnectionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeEventBusCommand, serializeAws_json1_1DescribeEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeEventBusCommand, serializeAws_json1_1DescribeEventBusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventBusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventBusCommand, _super);
|
|
8
8
|
function DescribeEventBusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEventBusCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEventBusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEventBusCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEventBusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeEventSourceCommand, serializeAws_json1_1DescribeEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeEventSourceCommand, serializeAws_json1_1DescribeEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventSourceCommand, _super);
|
|
8
8
|
function DescribeEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return DescribeEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribePartnerEventSourceCommand, serializeAws_json1_1DescribePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribePartnerEventSourceCommand, serializeAws_json1_1DescribePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePartnerEventSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePartnerEventSourceCommand, _super);
|
|
8
8
|
function DescribePartnerEventSourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribePartnerEventSourceCommand = (function (_super) {
|
|
|
37
37
|
return DescribePartnerEventSourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribePartnerEventSourceCommand };
|
|
40
|
-
//# sourceMappingURL=DescribePartnerEventSourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeReplayCommand, serializeAws_json1_1DescribeReplayCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeReplayCommand, serializeAws_json1_1DescribeReplayCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeReplayCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeReplayCommand, _super);
|
|
8
8
|
function DescribeReplayCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeReplayCommand = (function (_super) {
|
|
|
37
37
|
return DescribeReplayCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeReplayCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeReplayCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeRuleCommand, serializeAws_json1_1DescribeRuleCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeRuleCommand, serializeAws_json1_1DescribeRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRuleCommand, _super);
|
|
8
8
|
function DescribeRuleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeRuleCommand = (function (_super) {
|
|
|
37
37
|
return DescribeRuleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeRuleCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeRuleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisableRuleRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DisableRuleCommand, serializeAws_json1_1DisableRuleCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisableRuleRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisableRuleCommand, serializeAws_json1_1DisableRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DisableRuleCommand, _super);
|
|
8
8
|
function DisableRuleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisableRuleCommand = (function (_super) {
|
|
|
37
37
|
return DisableRuleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisableRuleCommand };
|
|
40
|
-
//# sourceMappingURL=DisableRuleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EnableRuleRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1EnableRuleCommand, serializeAws_json1_1EnableRuleCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { EnableRuleRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1EnableRuleCommand, serializeAws_json1_1EnableRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EnableRuleCommand = (function (_super) {
|
|
7
7
|
__extends(EnableRuleCommand, _super);
|
|
8
8
|
function EnableRuleCommand(input) {
|
|
@@ -37,4 +37,3 @@ var EnableRuleCommand = (function (_super) {
|
|
|
37
37
|
return EnableRuleCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { EnableRuleCommand };
|
|
40
|
-
//# sourceMappingURL=EnableRuleCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListApiDestinationsCommand, serializeAws_json1_1ListApiDestinationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListApiDestinationsCommand, serializeAws_json1_1ListApiDestinationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListApiDestinationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListApiDestinationsCommand, _super);
|
|
8
8
|
function ListApiDestinationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListApiDestinationsCommand = (function (_super) {
|
|
|
37
37
|
return ListApiDestinationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListApiDestinationsCommand };
|
|
40
|
-
//# sourceMappingURL=ListApiDestinationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListArchivesCommand, serializeAws_json1_1ListArchivesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListArchivesCommand, serializeAws_json1_1ListArchivesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListArchivesCommand = (function (_super) {
|
|
7
7
|
__extends(ListArchivesCommand, _super);
|
|
8
8
|
function ListArchivesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListArchivesCommand = (function (_super) {
|
|
|
37
37
|
return ListArchivesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListArchivesCommand };
|
|
40
|
-
//# sourceMappingURL=ListArchivesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListConnectionsCommand, serializeAws_json1_1ListConnectionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListConnectionsCommand, serializeAws_json1_1ListConnectionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListConnectionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListConnectionsCommand, _super);
|
|
8
8
|
function ListConnectionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListConnectionsCommand = (function (_super) {
|
|
|
37
37
|
return ListConnectionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListConnectionsCommand };
|
|
40
|
-
//# sourceMappingURL=ListConnectionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListEventBusesCommand, serializeAws_json1_1ListEventBusesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListEventBusesCommand, serializeAws_json1_1ListEventBusesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEventBusesCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventBusesCommand, _super);
|
|
8
8
|
function ListEventBusesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListEventBusesCommand = (function (_super) {
|
|
|
37
37
|
return ListEventBusesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListEventBusesCommand };
|
|
40
|
-
//# sourceMappingURL=ListEventBusesCommand.js.map
|