@aws-sdk/client-cloudwatch-events 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CloudWatchEvents.d.ts +164 -202
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +15 -55
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +10 -33
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38