@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
|
@@ -6,54 +6,36 @@ exports.PutRuleResponse = exports.PutRuleRequest = exports.PutPermissionRequest
|
|
|
6
6
|
exports.UpdateConnectionResponse = exports.UpdateConnectionRequest = exports.UpdateConnectionAuthRequestParameters = exports.UpdateConnectionOAuthRequestParameters = exports.UpdateConnectionOAuthClientRequestParameters = exports.UpdateConnectionBasicAuthRequestParameters = exports.UpdateConnectionApiKeyAuthRequestParameters = exports.UpdateArchiveResponse = exports.UpdateArchiveRequest = exports.UpdateApiDestinationResponse = exports.UpdateApiDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestEventPatternResponse = exports.TestEventPatternRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartReplayResponse = exports.StartReplayRequest = exports.RemoveTargetsResponse = exports.RemoveTargetsResultEntry = exports.RemoveTargetsRequest = exports.RemovePermissionRequest = exports.PutTargetsResponse = exports.PutTargetsResultEntry = exports.PutTargetsRequest = void 0;
|
|
7
7
|
var ActivateEventSourceRequest;
|
|
8
8
|
(function (ActivateEventSourceRequest) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
ActivateEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(ActivateEventSourceRequest = exports.ActivateEventSourceRequest || (exports.ActivateEventSourceRequest = {}));
|
|
16
13
|
var ConcurrentModificationException;
|
|
17
14
|
(function (ConcurrentModificationException) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
});
|
|
24
18
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
25
19
|
var InternalException;
|
|
26
20
|
(function (InternalException) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
21
|
InternalException.filterSensitiveLog = (obj) => ({
|
|
31
22
|
...obj,
|
|
32
23
|
});
|
|
33
24
|
})(InternalException = exports.InternalException || (exports.InternalException = {}));
|
|
34
25
|
var InvalidStateException;
|
|
35
26
|
(function (InvalidStateException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
InvalidStateException.filterSensitiveLog = (obj) => ({
|
|
40
28
|
...obj,
|
|
41
29
|
});
|
|
42
30
|
})(InvalidStateException = exports.InvalidStateException || (exports.InvalidStateException = {}));
|
|
43
31
|
var OperationDisabledException;
|
|
44
32
|
(function (OperationDisabledException) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
33
|
OperationDisabledException.filterSensitiveLog = (obj) => ({
|
|
49
34
|
...obj,
|
|
50
35
|
});
|
|
51
36
|
})(OperationDisabledException = exports.OperationDisabledException || (exports.OperationDisabledException = {}));
|
|
52
37
|
var ResourceNotFoundException;
|
|
53
38
|
(function (ResourceNotFoundException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
39
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
58
40
|
...obj,
|
|
59
41
|
});
|
|
@@ -75,9 +57,6 @@ var ApiDestinationHttpMethod;
|
|
|
75
57
|
})(ApiDestinationHttpMethod = exports.ApiDestinationHttpMethod || (exports.ApiDestinationHttpMethod = {}));
|
|
76
58
|
var ApiDestination;
|
|
77
59
|
(function (ApiDestination) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
60
|
ApiDestination.filterSensitiveLog = (obj) => ({
|
|
82
61
|
...obj,
|
|
83
62
|
});
|
|
@@ -93,9 +72,6 @@ var ArchiveState;
|
|
|
93
72
|
})(ArchiveState = exports.ArchiveState || (exports.ArchiveState = {}));
|
|
94
73
|
var Archive;
|
|
95
74
|
(function (Archive) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
75
|
Archive.filterSensitiveLog = (obj) => ({
|
|
100
76
|
...obj,
|
|
101
77
|
});
|
|
@@ -107,9 +83,6 @@ var AssignPublicIp;
|
|
|
107
83
|
})(AssignPublicIp = exports.AssignPublicIp || (exports.AssignPublicIp = {}));
|
|
108
84
|
var CancelReplayRequest;
|
|
109
85
|
(function (CancelReplayRequest) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
86
|
CancelReplayRequest.filterSensitiveLog = (obj) => ({
|
|
114
87
|
...obj,
|
|
115
88
|
});
|
|
@@ -125,81 +98,54 @@ var ReplayState;
|
|
|
125
98
|
})(ReplayState = exports.ReplayState || (exports.ReplayState = {}));
|
|
126
99
|
var CancelReplayResponse;
|
|
127
100
|
(function (CancelReplayResponse) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
101
|
CancelReplayResponse.filterSensitiveLog = (obj) => ({
|
|
132
102
|
...obj,
|
|
133
103
|
});
|
|
134
104
|
})(CancelReplayResponse = exports.CancelReplayResponse || (exports.CancelReplayResponse = {}));
|
|
135
105
|
var IllegalStatusException;
|
|
136
106
|
(function (IllegalStatusException) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
107
|
IllegalStatusException.filterSensitiveLog = (obj) => ({
|
|
141
108
|
...obj,
|
|
142
109
|
});
|
|
143
110
|
})(IllegalStatusException = exports.IllegalStatusException || (exports.IllegalStatusException = {}));
|
|
144
111
|
var CreateApiDestinationRequest;
|
|
145
112
|
(function (CreateApiDestinationRequest) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
113
|
CreateApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
150
114
|
...obj,
|
|
151
115
|
});
|
|
152
116
|
})(CreateApiDestinationRequest = exports.CreateApiDestinationRequest || (exports.CreateApiDestinationRequest = {}));
|
|
153
117
|
var CreateApiDestinationResponse;
|
|
154
118
|
(function (CreateApiDestinationResponse) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
119
|
CreateApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
159
120
|
...obj,
|
|
160
121
|
});
|
|
161
122
|
})(CreateApiDestinationResponse = exports.CreateApiDestinationResponse || (exports.CreateApiDestinationResponse = {}));
|
|
162
123
|
var LimitExceededException;
|
|
163
124
|
(function (LimitExceededException) {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
125
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
168
126
|
...obj,
|
|
169
127
|
});
|
|
170
128
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
171
129
|
var ResourceAlreadyExistsException;
|
|
172
130
|
(function (ResourceAlreadyExistsException) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
131
|
ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
177
132
|
...obj,
|
|
178
133
|
});
|
|
179
134
|
})(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
|
|
180
135
|
var CreateArchiveRequest;
|
|
181
136
|
(function (CreateArchiveRequest) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
137
|
CreateArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
186
138
|
...obj,
|
|
187
139
|
});
|
|
188
140
|
})(CreateArchiveRequest = exports.CreateArchiveRequest || (exports.CreateArchiveRequest = {}));
|
|
189
141
|
var CreateArchiveResponse;
|
|
190
142
|
(function (CreateArchiveResponse) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
143
|
CreateArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
195
144
|
...obj,
|
|
196
145
|
});
|
|
197
146
|
})(CreateArchiveResponse = exports.CreateArchiveResponse || (exports.CreateArchiveResponse = {}));
|
|
198
147
|
var InvalidEventPatternException;
|
|
199
148
|
(function (InvalidEventPatternException) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
149
|
InvalidEventPatternException.filterSensitiveLog = (obj) => ({
|
|
204
150
|
...obj,
|
|
205
151
|
});
|
|
@@ -212,63 +158,42 @@ var ConnectionAuthorizationType;
|
|
|
212
158
|
})(ConnectionAuthorizationType = exports.ConnectionAuthorizationType || (exports.ConnectionAuthorizationType = {}));
|
|
213
159
|
var CreateConnectionApiKeyAuthRequestParameters;
|
|
214
160
|
(function (CreateConnectionApiKeyAuthRequestParameters) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
161
|
CreateConnectionApiKeyAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
219
162
|
...obj,
|
|
220
163
|
});
|
|
221
164
|
})(CreateConnectionApiKeyAuthRequestParameters = exports.CreateConnectionApiKeyAuthRequestParameters || (exports.CreateConnectionApiKeyAuthRequestParameters = {}));
|
|
222
165
|
var CreateConnectionBasicAuthRequestParameters;
|
|
223
166
|
(function (CreateConnectionBasicAuthRequestParameters) {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
167
|
CreateConnectionBasicAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
228
168
|
...obj,
|
|
229
169
|
});
|
|
230
170
|
})(CreateConnectionBasicAuthRequestParameters = exports.CreateConnectionBasicAuthRequestParameters || (exports.CreateConnectionBasicAuthRequestParameters = {}));
|
|
231
171
|
var ConnectionBodyParameter;
|
|
232
172
|
(function (ConnectionBodyParameter) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
173
|
ConnectionBodyParameter.filterSensitiveLog = (obj) => ({
|
|
237
174
|
...obj,
|
|
238
175
|
});
|
|
239
176
|
})(ConnectionBodyParameter = exports.ConnectionBodyParameter || (exports.ConnectionBodyParameter = {}));
|
|
240
177
|
var ConnectionHeaderParameter;
|
|
241
178
|
(function (ConnectionHeaderParameter) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
179
|
ConnectionHeaderParameter.filterSensitiveLog = (obj) => ({
|
|
246
180
|
...obj,
|
|
247
181
|
});
|
|
248
182
|
})(ConnectionHeaderParameter = exports.ConnectionHeaderParameter || (exports.ConnectionHeaderParameter = {}));
|
|
249
183
|
var ConnectionQueryStringParameter;
|
|
250
184
|
(function (ConnectionQueryStringParameter) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
185
|
ConnectionQueryStringParameter.filterSensitiveLog = (obj) => ({
|
|
255
186
|
...obj,
|
|
256
187
|
});
|
|
257
188
|
})(ConnectionQueryStringParameter = exports.ConnectionQueryStringParameter || (exports.ConnectionQueryStringParameter = {}));
|
|
258
189
|
var ConnectionHttpParameters;
|
|
259
190
|
(function (ConnectionHttpParameters) {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
191
|
ConnectionHttpParameters.filterSensitiveLog = (obj) => ({
|
|
264
192
|
...obj,
|
|
265
193
|
});
|
|
266
194
|
})(ConnectionHttpParameters = exports.ConnectionHttpParameters || (exports.ConnectionHttpParameters = {}));
|
|
267
195
|
var CreateConnectionOAuthClientRequestParameters;
|
|
268
196
|
(function (CreateConnectionOAuthClientRequestParameters) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
197
|
CreateConnectionOAuthClientRequestParameters.filterSensitiveLog = (obj) => ({
|
|
273
198
|
...obj,
|
|
274
199
|
});
|
|
@@ -281,27 +206,18 @@ var ConnectionOAuthHttpMethod;
|
|
|
281
206
|
})(ConnectionOAuthHttpMethod = exports.ConnectionOAuthHttpMethod || (exports.ConnectionOAuthHttpMethod = {}));
|
|
282
207
|
var CreateConnectionOAuthRequestParameters;
|
|
283
208
|
(function (CreateConnectionOAuthRequestParameters) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
209
|
CreateConnectionOAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
288
210
|
...obj,
|
|
289
211
|
});
|
|
290
212
|
})(CreateConnectionOAuthRequestParameters = exports.CreateConnectionOAuthRequestParameters || (exports.CreateConnectionOAuthRequestParameters = {}));
|
|
291
213
|
var CreateConnectionAuthRequestParameters;
|
|
292
214
|
(function (CreateConnectionAuthRequestParameters) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
215
|
CreateConnectionAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
297
216
|
...obj,
|
|
298
217
|
});
|
|
299
218
|
})(CreateConnectionAuthRequestParameters = exports.CreateConnectionAuthRequestParameters || (exports.CreateConnectionAuthRequestParameters = {}));
|
|
300
219
|
var CreateConnectionRequest;
|
|
301
220
|
(function (CreateConnectionRequest) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
221
|
CreateConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
306
222
|
...obj,
|
|
307
223
|
});
|
|
@@ -318,297 +234,198 @@ var ConnectionState;
|
|
|
318
234
|
})(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {}));
|
|
319
235
|
var CreateConnectionResponse;
|
|
320
236
|
(function (CreateConnectionResponse) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
237
|
CreateConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
325
238
|
...obj,
|
|
326
239
|
});
|
|
327
240
|
})(CreateConnectionResponse = exports.CreateConnectionResponse || (exports.CreateConnectionResponse = {}));
|
|
328
241
|
var Tag;
|
|
329
242
|
(function (Tag) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
243
|
Tag.filterSensitiveLog = (obj) => ({
|
|
334
244
|
...obj,
|
|
335
245
|
});
|
|
336
246
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
337
247
|
var CreateEventBusRequest;
|
|
338
248
|
(function (CreateEventBusRequest) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
249
|
CreateEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
343
250
|
...obj,
|
|
344
251
|
});
|
|
345
252
|
})(CreateEventBusRequest = exports.CreateEventBusRequest || (exports.CreateEventBusRequest = {}));
|
|
346
253
|
var CreateEventBusResponse;
|
|
347
254
|
(function (CreateEventBusResponse) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
255
|
CreateEventBusResponse.filterSensitiveLog = (obj) => ({
|
|
352
256
|
...obj,
|
|
353
257
|
});
|
|
354
258
|
})(CreateEventBusResponse = exports.CreateEventBusResponse || (exports.CreateEventBusResponse = {}));
|
|
355
259
|
var CreatePartnerEventSourceRequest;
|
|
356
260
|
(function (CreatePartnerEventSourceRequest) {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
261
|
CreatePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
361
262
|
...obj,
|
|
362
263
|
});
|
|
363
264
|
})(CreatePartnerEventSourceRequest = exports.CreatePartnerEventSourceRequest || (exports.CreatePartnerEventSourceRequest = {}));
|
|
364
265
|
var CreatePartnerEventSourceResponse;
|
|
365
266
|
(function (CreatePartnerEventSourceResponse) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
267
|
CreatePartnerEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
370
268
|
...obj,
|
|
371
269
|
});
|
|
372
270
|
})(CreatePartnerEventSourceResponse = exports.CreatePartnerEventSourceResponse || (exports.CreatePartnerEventSourceResponse = {}));
|
|
373
271
|
var DeactivateEventSourceRequest;
|
|
374
272
|
(function (DeactivateEventSourceRequest) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
273
|
DeactivateEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
379
274
|
...obj,
|
|
380
275
|
});
|
|
381
276
|
})(DeactivateEventSourceRequest = exports.DeactivateEventSourceRequest || (exports.DeactivateEventSourceRequest = {}));
|
|
382
277
|
var DeauthorizeConnectionRequest;
|
|
383
278
|
(function (DeauthorizeConnectionRequest) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
279
|
DeauthorizeConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
388
280
|
...obj,
|
|
389
281
|
});
|
|
390
282
|
})(DeauthorizeConnectionRequest = exports.DeauthorizeConnectionRequest || (exports.DeauthorizeConnectionRequest = {}));
|
|
391
283
|
var DeauthorizeConnectionResponse;
|
|
392
284
|
(function (DeauthorizeConnectionResponse) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
285
|
DeauthorizeConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
397
286
|
...obj,
|
|
398
287
|
});
|
|
399
288
|
})(DeauthorizeConnectionResponse = exports.DeauthorizeConnectionResponse || (exports.DeauthorizeConnectionResponse = {}));
|
|
400
289
|
var DeleteApiDestinationRequest;
|
|
401
290
|
(function (DeleteApiDestinationRequest) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
291
|
DeleteApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
406
292
|
...obj,
|
|
407
293
|
});
|
|
408
294
|
})(DeleteApiDestinationRequest = exports.DeleteApiDestinationRequest || (exports.DeleteApiDestinationRequest = {}));
|
|
409
295
|
var DeleteApiDestinationResponse;
|
|
410
296
|
(function (DeleteApiDestinationResponse) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
297
|
DeleteApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
415
298
|
...obj,
|
|
416
299
|
});
|
|
417
300
|
})(DeleteApiDestinationResponse = exports.DeleteApiDestinationResponse || (exports.DeleteApiDestinationResponse = {}));
|
|
418
301
|
var DeleteArchiveRequest;
|
|
419
302
|
(function (DeleteArchiveRequest) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
303
|
DeleteArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
424
304
|
...obj,
|
|
425
305
|
});
|
|
426
306
|
})(DeleteArchiveRequest = exports.DeleteArchiveRequest || (exports.DeleteArchiveRequest = {}));
|
|
427
307
|
var DeleteArchiveResponse;
|
|
428
308
|
(function (DeleteArchiveResponse) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
309
|
DeleteArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
433
310
|
...obj,
|
|
434
311
|
});
|
|
435
312
|
})(DeleteArchiveResponse = exports.DeleteArchiveResponse || (exports.DeleteArchiveResponse = {}));
|
|
436
313
|
var DeleteConnectionRequest;
|
|
437
314
|
(function (DeleteConnectionRequest) {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
315
|
DeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
442
316
|
...obj,
|
|
443
317
|
});
|
|
444
318
|
})(DeleteConnectionRequest = exports.DeleteConnectionRequest || (exports.DeleteConnectionRequest = {}));
|
|
445
319
|
var DeleteConnectionResponse;
|
|
446
320
|
(function (DeleteConnectionResponse) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
321
|
DeleteConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
451
322
|
...obj,
|
|
452
323
|
});
|
|
453
324
|
})(DeleteConnectionResponse = exports.DeleteConnectionResponse || (exports.DeleteConnectionResponse = {}));
|
|
454
325
|
var DeleteEventBusRequest;
|
|
455
326
|
(function (DeleteEventBusRequest) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
327
|
DeleteEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
460
328
|
...obj,
|
|
461
329
|
});
|
|
462
330
|
})(DeleteEventBusRequest = exports.DeleteEventBusRequest || (exports.DeleteEventBusRequest = {}));
|
|
463
331
|
var DeletePartnerEventSourceRequest;
|
|
464
332
|
(function (DeletePartnerEventSourceRequest) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
333
|
DeletePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
469
334
|
...obj,
|
|
470
335
|
});
|
|
471
336
|
})(DeletePartnerEventSourceRequest = exports.DeletePartnerEventSourceRequest || (exports.DeletePartnerEventSourceRequest = {}));
|
|
472
337
|
var DeleteRuleRequest;
|
|
473
338
|
(function (DeleteRuleRequest) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
339
|
DeleteRuleRequest.filterSensitiveLog = (obj) => ({
|
|
478
340
|
...obj,
|
|
479
341
|
});
|
|
480
342
|
})(DeleteRuleRequest = exports.DeleteRuleRequest || (exports.DeleteRuleRequest = {}));
|
|
481
343
|
var ManagedRuleException;
|
|
482
344
|
(function (ManagedRuleException) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
345
|
ManagedRuleException.filterSensitiveLog = (obj) => ({
|
|
487
346
|
...obj,
|
|
488
347
|
});
|
|
489
348
|
})(ManagedRuleException = exports.ManagedRuleException || (exports.ManagedRuleException = {}));
|
|
490
349
|
var DescribeApiDestinationRequest;
|
|
491
350
|
(function (DescribeApiDestinationRequest) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
351
|
DescribeApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
496
352
|
...obj,
|
|
497
353
|
});
|
|
498
354
|
})(DescribeApiDestinationRequest = exports.DescribeApiDestinationRequest || (exports.DescribeApiDestinationRequest = {}));
|
|
499
355
|
var DescribeApiDestinationResponse;
|
|
500
356
|
(function (DescribeApiDestinationResponse) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
357
|
DescribeApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
505
358
|
...obj,
|
|
506
359
|
});
|
|
507
360
|
})(DescribeApiDestinationResponse = exports.DescribeApiDestinationResponse || (exports.DescribeApiDestinationResponse = {}));
|
|
508
361
|
var DescribeArchiveRequest;
|
|
509
362
|
(function (DescribeArchiveRequest) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
363
|
DescribeArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
514
364
|
...obj,
|
|
515
365
|
});
|
|
516
366
|
})(DescribeArchiveRequest = exports.DescribeArchiveRequest || (exports.DescribeArchiveRequest = {}));
|
|
517
367
|
var DescribeArchiveResponse;
|
|
518
368
|
(function (DescribeArchiveResponse) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
369
|
DescribeArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
523
370
|
...obj,
|
|
524
371
|
});
|
|
525
372
|
})(DescribeArchiveResponse = exports.DescribeArchiveResponse || (exports.DescribeArchiveResponse = {}));
|
|
526
373
|
var DescribeConnectionRequest;
|
|
527
374
|
(function (DescribeConnectionRequest) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
375
|
DescribeConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
532
376
|
...obj,
|
|
533
377
|
});
|
|
534
378
|
})(DescribeConnectionRequest = exports.DescribeConnectionRequest || (exports.DescribeConnectionRequest = {}));
|
|
535
379
|
var ConnectionApiKeyAuthResponseParameters;
|
|
536
380
|
(function (ConnectionApiKeyAuthResponseParameters) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
381
|
ConnectionApiKeyAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
541
382
|
...obj,
|
|
542
383
|
});
|
|
543
384
|
})(ConnectionApiKeyAuthResponseParameters = exports.ConnectionApiKeyAuthResponseParameters || (exports.ConnectionApiKeyAuthResponseParameters = {}));
|
|
544
385
|
var ConnectionBasicAuthResponseParameters;
|
|
545
386
|
(function (ConnectionBasicAuthResponseParameters) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
387
|
ConnectionBasicAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
550
388
|
...obj,
|
|
551
389
|
});
|
|
552
390
|
})(ConnectionBasicAuthResponseParameters = exports.ConnectionBasicAuthResponseParameters || (exports.ConnectionBasicAuthResponseParameters = {}));
|
|
553
391
|
var ConnectionOAuthClientResponseParameters;
|
|
554
392
|
(function (ConnectionOAuthClientResponseParameters) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
393
|
ConnectionOAuthClientResponseParameters.filterSensitiveLog = (obj) => ({
|
|
559
394
|
...obj,
|
|
560
395
|
});
|
|
561
396
|
})(ConnectionOAuthClientResponseParameters = exports.ConnectionOAuthClientResponseParameters || (exports.ConnectionOAuthClientResponseParameters = {}));
|
|
562
397
|
var ConnectionOAuthResponseParameters;
|
|
563
398
|
(function (ConnectionOAuthResponseParameters) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
399
|
ConnectionOAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
568
400
|
...obj,
|
|
569
401
|
});
|
|
570
402
|
})(ConnectionOAuthResponseParameters = exports.ConnectionOAuthResponseParameters || (exports.ConnectionOAuthResponseParameters = {}));
|
|
571
403
|
var ConnectionAuthResponseParameters;
|
|
572
404
|
(function (ConnectionAuthResponseParameters) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
405
|
ConnectionAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
577
406
|
...obj,
|
|
578
407
|
});
|
|
579
408
|
})(ConnectionAuthResponseParameters = exports.ConnectionAuthResponseParameters || (exports.ConnectionAuthResponseParameters = {}));
|
|
580
409
|
var DescribeConnectionResponse;
|
|
581
410
|
(function (DescribeConnectionResponse) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
411
|
DescribeConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
586
412
|
...obj,
|
|
587
413
|
});
|
|
588
414
|
})(DescribeConnectionResponse = exports.DescribeConnectionResponse || (exports.DescribeConnectionResponse = {}));
|
|
589
415
|
var DescribeEventBusRequest;
|
|
590
416
|
(function (DescribeEventBusRequest) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
417
|
DescribeEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
595
418
|
...obj,
|
|
596
419
|
});
|
|
597
420
|
})(DescribeEventBusRequest = exports.DescribeEventBusRequest || (exports.DescribeEventBusRequest = {}));
|
|
598
421
|
var DescribeEventBusResponse;
|
|
599
422
|
(function (DescribeEventBusResponse) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
423
|
DescribeEventBusResponse.filterSensitiveLog = (obj) => ({
|
|
604
424
|
...obj,
|
|
605
425
|
});
|
|
606
426
|
})(DescribeEventBusResponse = exports.DescribeEventBusResponse || (exports.DescribeEventBusResponse = {}));
|
|
607
427
|
var DescribeEventSourceRequest;
|
|
608
428
|
(function (DescribeEventSourceRequest) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
429
|
DescribeEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
613
430
|
...obj,
|
|
614
431
|
});
|
|
@@ -621,63 +438,42 @@ var EventSourceState;
|
|
|
621
438
|
})(EventSourceState = exports.EventSourceState || (exports.EventSourceState = {}));
|
|
622
439
|
var DescribeEventSourceResponse;
|
|
623
440
|
(function (DescribeEventSourceResponse) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
441
|
DescribeEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
628
442
|
...obj,
|
|
629
443
|
});
|
|
630
444
|
})(DescribeEventSourceResponse = exports.DescribeEventSourceResponse || (exports.DescribeEventSourceResponse = {}));
|
|
631
445
|
var DescribePartnerEventSourceRequest;
|
|
632
446
|
(function (DescribePartnerEventSourceRequest) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
447
|
DescribePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
637
448
|
...obj,
|
|
638
449
|
});
|
|
639
450
|
})(DescribePartnerEventSourceRequest = exports.DescribePartnerEventSourceRequest || (exports.DescribePartnerEventSourceRequest = {}));
|
|
640
451
|
var DescribePartnerEventSourceResponse;
|
|
641
452
|
(function (DescribePartnerEventSourceResponse) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
453
|
DescribePartnerEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
646
454
|
...obj,
|
|
647
455
|
});
|
|
648
456
|
})(DescribePartnerEventSourceResponse = exports.DescribePartnerEventSourceResponse || (exports.DescribePartnerEventSourceResponse = {}));
|
|
649
457
|
var DescribeReplayRequest;
|
|
650
458
|
(function (DescribeReplayRequest) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
459
|
DescribeReplayRequest.filterSensitiveLog = (obj) => ({
|
|
655
460
|
...obj,
|
|
656
461
|
});
|
|
657
462
|
})(DescribeReplayRequest = exports.DescribeReplayRequest || (exports.DescribeReplayRequest = {}));
|
|
658
463
|
var ReplayDestination;
|
|
659
464
|
(function (ReplayDestination) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
465
|
ReplayDestination.filterSensitiveLog = (obj) => ({
|
|
664
466
|
...obj,
|
|
665
467
|
});
|
|
666
468
|
})(ReplayDestination = exports.ReplayDestination || (exports.ReplayDestination = {}));
|
|
667
469
|
var DescribeReplayResponse;
|
|
668
470
|
(function (DescribeReplayResponse) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
471
|
DescribeReplayResponse.filterSensitiveLog = (obj) => ({
|
|
673
472
|
...obj,
|
|
674
473
|
});
|
|
675
474
|
})(DescribeReplayResponse = exports.DescribeReplayResponse || (exports.DescribeReplayResponse = {}));
|
|
676
475
|
var DescribeRuleRequest;
|
|
677
476
|
(function (DescribeRuleRequest) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
477
|
DescribeRuleRequest.filterSensitiveLog = (obj) => ({
|
|
682
478
|
...obj,
|
|
683
479
|
});
|
|
@@ -689,342 +485,228 @@ var RuleState;
|
|
|
689
485
|
})(RuleState = exports.RuleState || (exports.RuleState = {}));
|
|
690
486
|
var DescribeRuleResponse;
|
|
691
487
|
(function (DescribeRuleResponse) {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
488
|
DescribeRuleResponse.filterSensitiveLog = (obj) => ({
|
|
696
489
|
...obj,
|
|
697
490
|
});
|
|
698
491
|
})(DescribeRuleResponse = exports.DescribeRuleResponse || (exports.DescribeRuleResponse = {}));
|
|
699
492
|
var DisableRuleRequest;
|
|
700
493
|
(function (DisableRuleRequest) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
494
|
DisableRuleRequest.filterSensitiveLog = (obj) => ({
|
|
705
495
|
...obj,
|
|
706
496
|
});
|
|
707
497
|
})(DisableRuleRequest = exports.DisableRuleRequest || (exports.DisableRuleRequest = {}));
|
|
708
498
|
var EnableRuleRequest;
|
|
709
499
|
(function (EnableRuleRequest) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
500
|
EnableRuleRequest.filterSensitiveLog = (obj) => ({
|
|
714
501
|
...obj,
|
|
715
502
|
});
|
|
716
503
|
})(EnableRuleRequest = exports.EnableRuleRequest || (exports.EnableRuleRequest = {}));
|
|
717
504
|
var ListApiDestinationsRequest;
|
|
718
505
|
(function (ListApiDestinationsRequest) {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
506
|
ListApiDestinationsRequest.filterSensitiveLog = (obj) => ({
|
|
723
507
|
...obj,
|
|
724
508
|
});
|
|
725
509
|
})(ListApiDestinationsRequest = exports.ListApiDestinationsRequest || (exports.ListApiDestinationsRequest = {}));
|
|
726
510
|
var ListApiDestinationsResponse;
|
|
727
511
|
(function (ListApiDestinationsResponse) {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
512
|
ListApiDestinationsResponse.filterSensitiveLog = (obj) => ({
|
|
732
513
|
...obj,
|
|
733
514
|
});
|
|
734
515
|
})(ListApiDestinationsResponse = exports.ListApiDestinationsResponse || (exports.ListApiDestinationsResponse = {}));
|
|
735
516
|
var ListArchivesRequest;
|
|
736
517
|
(function (ListArchivesRequest) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
518
|
ListArchivesRequest.filterSensitiveLog = (obj) => ({
|
|
741
519
|
...obj,
|
|
742
520
|
});
|
|
743
521
|
})(ListArchivesRequest = exports.ListArchivesRequest || (exports.ListArchivesRequest = {}));
|
|
744
522
|
var ListArchivesResponse;
|
|
745
523
|
(function (ListArchivesResponse) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
524
|
ListArchivesResponse.filterSensitiveLog = (obj) => ({
|
|
750
525
|
...obj,
|
|
751
526
|
});
|
|
752
527
|
})(ListArchivesResponse = exports.ListArchivesResponse || (exports.ListArchivesResponse = {}));
|
|
753
528
|
var ListConnectionsRequest;
|
|
754
529
|
(function (ListConnectionsRequest) {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
530
|
ListConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
759
531
|
...obj,
|
|
760
532
|
});
|
|
761
533
|
})(ListConnectionsRequest = exports.ListConnectionsRequest || (exports.ListConnectionsRequest = {}));
|
|
762
534
|
var Connection;
|
|
763
535
|
(function (Connection) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
536
|
Connection.filterSensitiveLog = (obj) => ({
|
|
768
537
|
...obj,
|
|
769
538
|
});
|
|
770
539
|
})(Connection = exports.Connection || (exports.Connection = {}));
|
|
771
540
|
var ListConnectionsResponse;
|
|
772
541
|
(function (ListConnectionsResponse) {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
542
|
ListConnectionsResponse.filterSensitiveLog = (obj) => ({
|
|
777
543
|
...obj,
|
|
778
544
|
});
|
|
779
545
|
})(ListConnectionsResponse = exports.ListConnectionsResponse || (exports.ListConnectionsResponse = {}));
|
|
780
546
|
var ListEventBusesRequest;
|
|
781
547
|
(function (ListEventBusesRequest) {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
548
|
ListEventBusesRequest.filterSensitiveLog = (obj) => ({
|
|
786
549
|
...obj,
|
|
787
550
|
});
|
|
788
551
|
})(ListEventBusesRequest = exports.ListEventBusesRequest || (exports.ListEventBusesRequest = {}));
|
|
789
552
|
var EventBus;
|
|
790
553
|
(function (EventBus) {
|
|
791
|
-
/**
|
|
792
|
-
* @internal
|
|
793
|
-
*/
|
|
794
554
|
EventBus.filterSensitiveLog = (obj) => ({
|
|
795
555
|
...obj,
|
|
796
556
|
});
|
|
797
557
|
})(EventBus = exports.EventBus || (exports.EventBus = {}));
|
|
798
558
|
var ListEventBusesResponse;
|
|
799
559
|
(function (ListEventBusesResponse) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
560
|
ListEventBusesResponse.filterSensitiveLog = (obj) => ({
|
|
804
561
|
...obj,
|
|
805
562
|
});
|
|
806
563
|
})(ListEventBusesResponse = exports.ListEventBusesResponse || (exports.ListEventBusesResponse = {}));
|
|
807
564
|
var ListEventSourcesRequest;
|
|
808
565
|
(function (ListEventSourcesRequest) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
566
|
ListEventSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
813
567
|
...obj,
|
|
814
568
|
});
|
|
815
569
|
})(ListEventSourcesRequest = exports.ListEventSourcesRequest || (exports.ListEventSourcesRequest = {}));
|
|
816
570
|
var EventSource;
|
|
817
571
|
(function (EventSource) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
572
|
EventSource.filterSensitiveLog = (obj) => ({
|
|
822
573
|
...obj,
|
|
823
574
|
});
|
|
824
575
|
})(EventSource = exports.EventSource || (exports.EventSource = {}));
|
|
825
576
|
var ListEventSourcesResponse;
|
|
826
577
|
(function (ListEventSourcesResponse) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
578
|
ListEventSourcesResponse.filterSensitiveLog = (obj) => ({
|
|
831
579
|
...obj,
|
|
832
580
|
});
|
|
833
581
|
})(ListEventSourcesResponse = exports.ListEventSourcesResponse || (exports.ListEventSourcesResponse = {}));
|
|
834
582
|
var ListPartnerEventSourceAccountsRequest;
|
|
835
583
|
(function (ListPartnerEventSourceAccountsRequest) {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
584
|
ListPartnerEventSourceAccountsRequest.filterSensitiveLog = (obj) => ({
|
|
840
585
|
...obj,
|
|
841
586
|
});
|
|
842
587
|
})(ListPartnerEventSourceAccountsRequest = exports.ListPartnerEventSourceAccountsRequest || (exports.ListPartnerEventSourceAccountsRequest = {}));
|
|
843
588
|
var PartnerEventSourceAccount;
|
|
844
589
|
(function (PartnerEventSourceAccount) {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
590
|
PartnerEventSourceAccount.filterSensitiveLog = (obj) => ({
|
|
849
591
|
...obj,
|
|
850
592
|
});
|
|
851
593
|
})(PartnerEventSourceAccount = exports.PartnerEventSourceAccount || (exports.PartnerEventSourceAccount = {}));
|
|
852
594
|
var ListPartnerEventSourceAccountsResponse;
|
|
853
595
|
(function (ListPartnerEventSourceAccountsResponse) {
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
596
|
ListPartnerEventSourceAccountsResponse.filterSensitiveLog = (obj) => ({
|
|
858
597
|
...obj,
|
|
859
598
|
});
|
|
860
599
|
})(ListPartnerEventSourceAccountsResponse = exports.ListPartnerEventSourceAccountsResponse || (exports.ListPartnerEventSourceAccountsResponse = {}));
|
|
861
600
|
var ListPartnerEventSourcesRequest;
|
|
862
601
|
(function (ListPartnerEventSourcesRequest) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
602
|
ListPartnerEventSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
867
603
|
...obj,
|
|
868
604
|
});
|
|
869
605
|
})(ListPartnerEventSourcesRequest = exports.ListPartnerEventSourcesRequest || (exports.ListPartnerEventSourcesRequest = {}));
|
|
870
606
|
var PartnerEventSource;
|
|
871
607
|
(function (PartnerEventSource) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
608
|
PartnerEventSource.filterSensitiveLog = (obj) => ({
|
|
876
609
|
...obj,
|
|
877
610
|
});
|
|
878
611
|
})(PartnerEventSource = exports.PartnerEventSource || (exports.PartnerEventSource = {}));
|
|
879
612
|
var ListPartnerEventSourcesResponse;
|
|
880
613
|
(function (ListPartnerEventSourcesResponse) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
614
|
ListPartnerEventSourcesResponse.filterSensitiveLog = (obj) => ({
|
|
885
615
|
...obj,
|
|
886
616
|
});
|
|
887
617
|
})(ListPartnerEventSourcesResponse = exports.ListPartnerEventSourcesResponse || (exports.ListPartnerEventSourcesResponse = {}));
|
|
888
618
|
var ListReplaysRequest;
|
|
889
619
|
(function (ListReplaysRequest) {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
620
|
ListReplaysRequest.filterSensitiveLog = (obj) => ({
|
|
894
621
|
...obj,
|
|
895
622
|
});
|
|
896
623
|
})(ListReplaysRequest = exports.ListReplaysRequest || (exports.ListReplaysRequest = {}));
|
|
897
624
|
var Replay;
|
|
898
625
|
(function (Replay) {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
626
|
Replay.filterSensitiveLog = (obj) => ({
|
|
903
627
|
...obj,
|
|
904
628
|
});
|
|
905
629
|
})(Replay = exports.Replay || (exports.Replay = {}));
|
|
906
630
|
var ListReplaysResponse;
|
|
907
631
|
(function (ListReplaysResponse) {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
632
|
ListReplaysResponse.filterSensitiveLog = (obj) => ({
|
|
912
633
|
...obj,
|
|
913
634
|
});
|
|
914
635
|
})(ListReplaysResponse = exports.ListReplaysResponse || (exports.ListReplaysResponse = {}));
|
|
915
636
|
var ListRuleNamesByTargetRequest;
|
|
916
637
|
(function (ListRuleNamesByTargetRequest) {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
638
|
ListRuleNamesByTargetRequest.filterSensitiveLog = (obj) => ({
|
|
921
639
|
...obj,
|
|
922
640
|
});
|
|
923
641
|
})(ListRuleNamesByTargetRequest = exports.ListRuleNamesByTargetRequest || (exports.ListRuleNamesByTargetRequest = {}));
|
|
924
642
|
var ListRuleNamesByTargetResponse;
|
|
925
643
|
(function (ListRuleNamesByTargetResponse) {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
644
|
ListRuleNamesByTargetResponse.filterSensitiveLog = (obj) => ({
|
|
930
645
|
...obj,
|
|
931
646
|
});
|
|
932
647
|
})(ListRuleNamesByTargetResponse = exports.ListRuleNamesByTargetResponse || (exports.ListRuleNamesByTargetResponse = {}));
|
|
933
648
|
var ListRulesRequest;
|
|
934
649
|
(function (ListRulesRequest) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
650
|
ListRulesRequest.filterSensitiveLog = (obj) => ({
|
|
939
651
|
...obj,
|
|
940
652
|
});
|
|
941
653
|
})(ListRulesRequest = exports.ListRulesRequest || (exports.ListRulesRequest = {}));
|
|
942
654
|
var Rule;
|
|
943
655
|
(function (Rule) {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
656
|
Rule.filterSensitiveLog = (obj) => ({
|
|
948
657
|
...obj,
|
|
949
658
|
});
|
|
950
659
|
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
951
660
|
var ListRulesResponse;
|
|
952
661
|
(function (ListRulesResponse) {
|
|
953
|
-
/**
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
956
662
|
ListRulesResponse.filterSensitiveLog = (obj) => ({
|
|
957
663
|
...obj,
|
|
958
664
|
});
|
|
959
665
|
})(ListRulesResponse = exports.ListRulesResponse || (exports.ListRulesResponse = {}));
|
|
960
666
|
var ListTagsForResourceRequest;
|
|
961
667
|
(function (ListTagsForResourceRequest) {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
668
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
966
669
|
...obj,
|
|
967
670
|
});
|
|
968
671
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
969
672
|
var ListTagsForResourceResponse;
|
|
970
673
|
(function (ListTagsForResourceResponse) {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
674
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
975
675
|
...obj,
|
|
976
676
|
});
|
|
977
677
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
978
678
|
var ListTargetsByRuleRequest;
|
|
979
679
|
(function (ListTargetsByRuleRequest) {
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
680
|
ListTargetsByRuleRequest.filterSensitiveLog = (obj) => ({
|
|
984
681
|
...obj,
|
|
985
682
|
});
|
|
986
683
|
})(ListTargetsByRuleRequest = exports.ListTargetsByRuleRequest || (exports.ListTargetsByRuleRequest = {}));
|
|
987
684
|
var BatchArrayProperties;
|
|
988
685
|
(function (BatchArrayProperties) {
|
|
989
|
-
/**
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
992
686
|
BatchArrayProperties.filterSensitiveLog = (obj) => ({
|
|
993
687
|
...obj,
|
|
994
688
|
});
|
|
995
689
|
})(BatchArrayProperties = exports.BatchArrayProperties || (exports.BatchArrayProperties = {}));
|
|
996
690
|
var BatchRetryStrategy;
|
|
997
691
|
(function (BatchRetryStrategy) {
|
|
998
|
-
/**
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
1001
692
|
BatchRetryStrategy.filterSensitiveLog = (obj) => ({
|
|
1002
693
|
...obj,
|
|
1003
694
|
});
|
|
1004
695
|
})(BatchRetryStrategy = exports.BatchRetryStrategy || (exports.BatchRetryStrategy = {}));
|
|
1005
696
|
var BatchParameters;
|
|
1006
697
|
(function (BatchParameters) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
698
|
BatchParameters.filterSensitiveLog = (obj) => ({
|
|
1011
699
|
...obj,
|
|
1012
700
|
});
|
|
1013
701
|
})(BatchParameters = exports.BatchParameters || (exports.BatchParameters = {}));
|
|
1014
702
|
var DeadLetterConfig;
|
|
1015
703
|
(function (DeadLetterConfig) {
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
704
|
DeadLetterConfig.filterSensitiveLog = (obj) => ({
|
|
1020
705
|
...obj,
|
|
1021
706
|
});
|
|
1022
707
|
})(DeadLetterConfig = exports.DeadLetterConfig || (exports.DeadLetterConfig = {}));
|
|
1023
708
|
var CapacityProviderStrategyItem;
|
|
1024
709
|
(function (CapacityProviderStrategyItem) {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
710
|
CapacityProviderStrategyItem.filterSensitiveLog = (obj) => ({
|
|
1029
711
|
...obj,
|
|
1030
712
|
});
|
|
@@ -1037,18 +719,12 @@ var LaunchType;
|
|
|
1037
719
|
})(LaunchType = exports.LaunchType || (exports.LaunchType = {}));
|
|
1038
720
|
var AwsVpcConfiguration;
|
|
1039
721
|
(function (AwsVpcConfiguration) {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
722
|
AwsVpcConfiguration.filterSensitiveLog = (obj) => ({
|
|
1044
723
|
...obj,
|
|
1045
724
|
});
|
|
1046
725
|
})(AwsVpcConfiguration = exports.AwsVpcConfiguration || (exports.AwsVpcConfiguration = {}));
|
|
1047
726
|
var NetworkConfiguration;
|
|
1048
727
|
(function (NetworkConfiguration) {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
728
|
NetworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
1053
729
|
...obj,
|
|
1054
730
|
});
|
|
@@ -1060,9 +736,6 @@ var PlacementConstraintType;
|
|
|
1060
736
|
})(PlacementConstraintType = exports.PlacementConstraintType || (exports.PlacementConstraintType = {}));
|
|
1061
737
|
var PlacementConstraint;
|
|
1062
738
|
(function (PlacementConstraint) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
739
|
PlacementConstraint.filterSensitiveLog = (obj) => ({
|
|
1067
740
|
...obj,
|
|
1068
741
|
});
|
|
@@ -1075,9 +748,6 @@ var PlacementStrategyType;
|
|
|
1075
748
|
})(PlacementStrategyType = exports.PlacementStrategyType || (exports.PlacementStrategyType = {}));
|
|
1076
749
|
var PlacementStrategy;
|
|
1077
750
|
(function (PlacementStrategy) {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
751
|
PlacementStrategy.filterSensitiveLog = (obj) => ({
|
|
1082
752
|
...obj,
|
|
1083
753
|
});
|
|
@@ -1088,470 +758,313 @@ var PropagateTags;
|
|
|
1088
758
|
})(PropagateTags = exports.PropagateTags || (exports.PropagateTags = {}));
|
|
1089
759
|
var EcsParameters;
|
|
1090
760
|
(function (EcsParameters) {
|
|
1091
|
-
/**
|
|
1092
|
-
* @internal
|
|
1093
|
-
*/
|
|
1094
761
|
EcsParameters.filterSensitiveLog = (obj) => ({
|
|
1095
762
|
...obj,
|
|
1096
763
|
});
|
|
1097
764
|
})(EcsParameters = exports.EcsParameters || (exports.EcsParameters = {}));
|
|
1098
765
|
var HttpParameters;
|
|
1099
766
|
(function (HttpParameters) {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
767
|
HttpParameters.filterSensitiveLog = (obj) => ({
|
|
1104
768
|
...obj,
|
|
1105
769
|
});
|
|
1106
770
|
})(HttpParameters = exports.HttpParameters || (exports.HttpParameters = {}));
|
|
1107
771
|
var InputTransformer;
|
|
1108
772
|
(function (InputTransformer) {
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
773
|
InputTransformer.filterSensitiveLog = (obj) => ({
|
|
1113
774
|
...obj,
|
|
1114
775
|
});
|
|
1115
776
|
})(InputTransformer = exports.InputTransformer || (exports.InputTransformer = {}));
|
|
1116
777
|
var KinesisParameters;
|
|
1117
778
|
(function (KinesisParameters) {
|
|
1118
|
-
/**
|
|
1119
|
-
* @internal
|
|
1120
|
-
*/
|
|
1121
779
|
KinesisParameters.filterSensitiveLog = (obj) => ({
|
|
1122
780
|
...obj,
|
|
1123
781
|
});
|
|
1124
782
|
})(KinesisParameters = exports.KinesisParameters || (exports.KinesisParameters = {}));
|
|
1125
783
|
var RedshiftDataParameters;
|
|
1126
784
|
(function (RedshiftDataParameters) {
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
785
|
RedshiftDataParameters.filterSensitiveLog = (obj) => ({
|
|
1131
786
|
...obj,
|
|
1132
787
|
});
|
|
1133
788
|
})(RedshiftDataParameters = exports.RedshiftDataParameters || (exports.RedshiftDataParameters = {}));
|
|
1134
789
|
var RetryPolicy;
|
|
1135
790
|
(function (RetryPolicy) {
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
791
|
RetryPolicy.filterSensitiveLog = (obj) => ({
|
|
1140
792
|
...obj,
|
|
1141
793
|
});
|
|
1142
794
|
})(RetryPolicy = exports.RetryPolicy || (exports.RetryPolicy = {}));
|
|
1143
795
|
var RunCommandTarget;
|
|
1144
796
|
(function (RunCommandTarget) {
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
797
|
RunCommandTarget.filterSensitiveLog = (obj) => ({
|
|
1149
798
|
...obj,
|
|
1150
799
|
});
|
|
1151
800
|
})(RunCommandTarget = exports.RunCommandTarget || (exports.RunCommandTarget = {}));
|
|
1152
801
|
var RunCommandParameters;
|
|
1153
802
|
(function (RunCommandParameters) {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
803
|
RunCommandParameters.filterSensitiveLog = (obj) => ({
|
|
1158
804
|
...obj,
|
|
1159
805
|
});
|
|
1160
806
|
})(RunCommandParameters = exports.RunCommandParameters || (exports.RunCommandParameters = {}));
|
|
1161
807
|
var SageMakerPipelineParameter;
|
|
1162
808
|
(function (SageMakerPipelineParameter) {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
809
|
SageMakerPipelineParameter.filterSensitiveLog = (obj) => ({
|
|
1167
810
|
...obj,
|
|
1168
811
|
});
|
|
1169
812
|
})(SageMakerPipelineParameter = exports.SageMakerPipelineParameter || (exports.SageMakerPipelineParameter = {}));
|
|
1170
813
|
var SageMakerPipelineParameters;
|
|
1171
814
|
(function (SageMakerPipelineParameters) {
|
|
1172
|
-
/**
|
|
1173
|
-
* @internal
|
|
1174
|
-
*/
|
|
1175
815
|
SageMakerPipelineParameters.filterSensitiveLog = (obj) => ({
|
|
1176
816
|
...obj,
|
|
1177
817
|
});
|
|
1178
818
|
})(SageMakerPipelineParameters = exports.SageMakerPipelineParameters || (exports.SageMakerPipelineParameters = {}));
|
|
1179
819
|
var SqsParameters;
|
|
1180
820
|
(function (SqsParameters) {
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
821
|
SqsParameters.filterSensitiveLog = (obj) => ({
|
|
1185
822
|
...obj,
|
|
1186
823
|
});
|
|
1187
824
|
})(SqsParameters = exports.SqsParameters || (exports.SqsParameters = {}));
|
|
1188
825
|
var Target;
|
|
1189
826
|
(function (Target) {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
827
|
Target.filterSensitiveLog = (obj) => ({
|
|
1194
828
|
...obj,
|
|
1195
829
|
});
|
|
1196
830
|
})(Target = exports.Target || (exports.Target = {}));
|
|
1197
831
|
var ListTargetsByRuleResponse;
|
|
1198
832
|
(function (ListTargetsByRuleResponse) {
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
833
|
ListTargetsByRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1203
834
|
...obj,
|
|
1204
835
|
});
|
|
1205
836
|
})(ListTargetsByRuleResponse = exports.ListTargetsByRuleResponse || (exports.ListTargetsByRuleResponse = {}));
|
|
1206
837
|
var PutEventsRequestEntry;
|
|
1207
838
|
(function (PutEventsRequestEntry) {
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
839
|
PutEventsRequestEntry.filterSensitiveLog = (obj) => ({
|
|
1212
840
|
...obj,
|
|
1213
841
|
});
|
|
1214
842
|
})(PutEventsRequestEntry = exports.PutEventsRequestEntry || (exports.PutEventsRequestEntry = {}));
|
|
1215
843
|
var PutEventsRequest;
|
|
1216
844
|
(function (PutEventsRequest) {
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
845
|
PutEventsRequest.filterSensitiveLog = (obj) => ({
|
|
1221
846
|
...obj,
|
|
1222
847
|
});
|
|
1223
848
|
})(PutEventsRequest = exports.PutEventsRequest || (exports.PutEventsRequest = {}));
|
|
1224
849
|
var PutEventsResultEntry;
|
|
1225
850
|
(function (PutEventsResultEntry) {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
851
|
PutEventsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1230
852
|
...obj,
|
|
1231
853
|
});
|
|
1232
854
|
})(PutEventsResultEntry = exports.PutEventsResultEntry || (exports.PutEventsResultEntry = {}));
|
|
1233
855
|
var PutEventsResponse;
|
|
1234
856
|
(function (PutEventsResponse) {
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
857
|
PutEventsResponse.filterSensitiveLog = (obj) => ({
|
|
1239
858
|
...obj,
|
|
1240
859
|
});
|
|
1241
860
|
})(PutEventsResponse = exports.PutEventsResponse || (exports.PutEventsResponse = {}));
|
|
1242
861
|
var PutPartnerEventsRequestEntry;
|
|
1243
862
|
(function (PutPartnerEventsRequestEntry) {
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
863
|
PutPartnerEventsRequestEntry.filterSensitiveLog = (obj) => ({
|
|
1248
864
|
...obj,
|
|
1249
865
|
});
|
|
1250
866
|
})(PutPartnerEventsRequestEntry = exports.PutPartnerEventsRequestEntry || (exports.PutPartnerEventsRequestEntry = {}));
|
|
1251
867
|
var PutPartnerEventsRequest;
|
|
1252
868
|
(function (PutPartnerEventsRequest) {
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
869
|
PutPartnerEventsRequest.filterSensitiveLog = (obj) => ({
|
|
1257
870
|
...obj,
|
|
1258
871
|
});
|
|
1259
872
|
})(PutPartnerEventsRequest = exports.PutPartnerEventsRequest || (exports.PutPartnerEventsRequest = {}));
|
|
1260
873
|
var PutPartnerEventsResultEntry;
|
|
1261
874
|
(function (PutPartnerEventsResultEntry) {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
875
|
PutPartnerEventsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1266
876
|
...obj,
|
|
1267
877
|
});
|
|
1268
878
|
})(PutPartnerEventsResultEntry = exports.PutPartnerEventsResultEntry || (exports.PutPartnerEventsResultEntry = {}));
|
|
1269
879
|
var PutPartnerEventsResponse;
|
|
1270
880
|
(function (PutPartnerEventsResponse) {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
881
|
PutPartnerEventsResponse.filterSensitiveLog = (obj) => ({
|
|
1275
882
|
...obj,
|
|
1276
883
|
});
|
|
1277
884
|
})(PutPartnerEventsResponse = exports.PutPartnerEventsResponse || (exports.PutPartnerEventsResponse = {}));
|
|
1278
885
|
var PolicyLengthExceededException;
|
|
1279
886
|
(function (PolicyLengthExceededException) {
|
|
1280
|
-
/**
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
1283
887
|
PolicyLengthExceededException.filterSensitiveLog = (obj) => ({
|
|
1284
888
|
...obj,
|
|
1285
889
|
});
|
|
1286
890
|
})(PolicyLengthExceededException = exports.PolicyLengthExceededException || (exports.PolicyLengthExceededException = {}));
|
|
1287
891
|
var Condition;
|
|
1288
892
|
(function (Condition) {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
893
|
Condition.filterSensitiveLog = (obj) => ({
|
|
1293
894
|
...obj,
|
|
1294
895
|
});
|
|
1295
896
|
})(Condition = exports.Condition || (exports.Condition = {}));
|
|
1296
897
|
var PutPermissionRequest;
|
|
1297
898
|
(function (PutPermissionRequest) {
|
|
1298
|
-
/**
|
|
1299
|
-
* @internal
|
|
1300
|
-
*/
|
|
1301
899
|
PutPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
1302
900
|
...obj,
|
|
1303
901
|
});
|
|
1304
902
|
})(PutPermissionRequest = exports.PutPermissionRequest || (exports.PutPermissionRequest = {}));
|
|
1305
903
|
var PutRuleRequest;
|
|
1306
904
|
(function (PutRuleRequest) {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
905
|
PutRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1311
906
|
...obj,
|
|
1312
907
|
});
|
|
1313
908
|
})(PutRuleRequest = exports.PutRuleRequest || (exports.PutRuleRequest = {}));
|
|
1314
909
|
var PutRuleResponse;
|
|
1315
910
|
(function (PutRuleResponse) {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
911
|
PutRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1320
912
|
...obj,
|
|
1321
913
|
});
|
|
1322
914
|
})(PutRuleResponse = exports.PutRuleResponse || (exports.PutRuleResponse = {}));
|
|
1323
915
|
var PutTargetsRequest;
|
|
1324
916
|
(function (PutTargetsRequest) {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
917
|
PutTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
1329
918
|
...obj,
|
|
1330
919
|
});
|
|
1331
920
|
})(PutTargetsRequest = exports.PutTargetsRequest || (exports.PutTargetsRequest = {}));
|
|
1332
921
|
var PutTargetsResultEntry;
|
|
1333
922
|
(function (PutTargetsResultEntry) {
|
|
1334
|
-
/**
|
|
1335
|
-
* @internal
|
|
1336
|
-
*/
|
|
1337
923
|
PutTargetsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1338
924
|
...obj,
|
|
1339
925
|
});
|
|
1340
926
|
})(PutTargetsResultEntry = exports.PutTargetsResultEntry || (exports.PutTargetsResultEntry = {}));
|
|
1341
927
|
var PutTargetsResponse;
|
|
1342
928
|
(function (PutTargetsResponse) {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
929
|
PutTargetsResponse.filterSensitiveLog = (obj) => ({
|
|
1347
930
|
...obj,
|
|
1348
931
|
});
|
|
1349
932
|
})(PutTargetsResponse = exports.PutTargetsResponse || (exports.PutTargetsResponse = {}));
|
|
1350
933
|
var RemovePermissionRequest;
|
|
1351
934
|
(function (RemovePermissionRequest) {
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
*/
|
|
1355
935
|
RemovePermissionRequest.filterSensitiveLog = (obj) => ({
|
|
1356
936
|
...obj,
|
|
1357
937
|
});
|
|
1358
938
|
})(RemovePermissionRequest = exports.RemovePermissionRequest || (exports.RemovePermissionRequest = {}));
|
|
1359
939
|
var RemoveTargetsRequest;
|
|
1360
940
|
(function (RemoveTargetsRequest) {
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
941
|
RemoveTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
1365
942
|
...obj,
|
|
1366
943
|
});
|
|
1367
944
|
})(RemoveTargetsRequest = exports.RemoveTargetsRequest || (exports.RemoveTargetsRequest = {}));
|
|
1368
945
|
var RemoveTargetsResultEntry;
|
|
1369
946
|
(function (RemoveTargetsResultEntry) {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
947
|
RemoveTargetsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1374
948
|
...obj,
|
|
1375
949
|
});
|
|
1376
950
|
})(RemoveTargetsResultEntry = exports.RemoveTargetsResultEntry || (exports.RemoveTargetsResultEntry = {}));
|
|
1377
951
|
var RemoveTargetsResponse;
|
|
1378
952
|
(function (RemoveTargetsResponse) {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
953
|
RemoveTargetsResponse.filterSensitiveLog = (obj) => ({
|
|
1383
954
|
...obj,
|
|
1384
955
|
});
|
|
1385
956
|
})(RemoveTargetsResponse = exports.RemoveTargetsResponse || (exports.RemoveTargetsResponse = {}));
|
|
1386
957
|
var StartReplayRequest;
|
|
1387
958
|
(function (StartReplayRequest) {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
959
|
StartReplayRequest.filterSensitiveLog = (obj) => ({
|
|
1392
960
|
...obj,
|
|
1393
961
|
});
|
|
1394
962
|
})(StartReplayRequest = exports.StartReplayRequest || (exports.StartReplayRequest = {}));
|
|
1395
963
|
var StartReplayResponse;
|
|
1396
964
|
(function (StartReplayResponse) {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
965
|
StartReplayResponse.filterSensitiveLog = (obj) => ({
|
|
1401
966
|
...obj,
|
|
1402
967
|
});
|
|
1403
968
|
})(StartReplayResponse = exports.StartReplayResponse || (exports.StartReplayResponse = {}));
|
|
1404
969
|
var TagResourceRequest;
|
|
1405
970
|
(function (TagResourceRequest) {
|
|
1406
|
-
/**
|
|
1407
|
-
* @internal
|
|
1408
|
-
*/
|
|
1409
971
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1410
972
|
...obj,
|
|
1411
973
|
});
|
|
1412
974
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1413
975
|
var TagResourceResponse;
|
|
1414
976
|
(function (TagResourceResponse) {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
977
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1419
978
|
...obj,
|
|
1420
979
|
});
|
|
1421
980
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1422
981
|
var TestEventPatternRequest;
|
|
1423
982
|
(function (TestEventPatternRequest) {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
983
|
TestEventPatternRequest.filterSensitiveLog = (obj) => ({
|
|
1428
984
|
...obj,
|
|
1429
985
|
});
|
|
1430
986
|
})(TestEventPatternRequest = exports.TestEventPatternRequest || (exports.TestEventPatternRequest = {}));
|
|
1431
987
|
var TestEventPatternResponse;
|
|
1432
988
|
(function (TestEventPatternResponse) {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
989
|
TestEventPatternResponse.filterSensitiveLog = (obj) => ({
|
|
1437
990
|
...obj,
|
|
1438
991
|
});
|
|
1439
992
|
})(TestEventPatternResponse = exports.TestEventPatternResponse || (exports.TestEventPatternResponse = {}));
|
|
1440
993
|
var UntagResourceRequest;
|
|
1441
994
|
(function (UntagResourceRequest) {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
995
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1446
996
|
...obj,
|
|
1447
997
|
});
|
|
1448
998
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1449
999
|
var UntagResourceResponse;
|
|
1450
1000
|
(function (UntagResourceResponse) {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
1001
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1455
1002
|
...obj,
|
|
1456
1003
|
});
|
|
1457
1004
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1458
1005
|
var UpdateApiDestinationRequest;
|
|
1459
1006
|
(function (UpdateApiDestinationRequest) {
|
|
1460
|
-
/**
|
|
1461
|
-
* @internal
|
|
1462
|
-
*/
|
|
1463
1007
|
UpdateApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
1464
1008
|
...obj,
|
|
1465
1009
|
});
|
|
1466
1010
|
})(UpdateApiDestinationRequest = exports.UpdateApiDestinationRequest || (exports.UpdateApiDestinationRequest = {}));
|
|
1467
1011
|
var UpdateApiDestinationResponse;
|
|
1468
1012
|
(function (UpdateApiDestinationResponse) {
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
1013
|
UpdateApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
1473
1014
|
...obj,
|
|
1474
1015
|
});
|
|
1475
1016
|
})(UpdateApiDestinationResponse = exports.UpdateApiDestinationResponse || (exports.UpdateApiDestinationResponse = {}));
|
|
1476
1017
|
var UpdateArchiveRequest;
|
|
1477
1018
|
(function (UpdateArchiveRequest) {
|
|
1478
|
-
/**
|
|
1479
|
-
* @internal
|
|
1480
|
-
*/
|
|
1481
1019
|
UpdateArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
1482
1020
|
...obj,
|
|
1483
1021
|
});
|
|
1484
1022
|
})(UpdateArchiveRequest = exports.UpdateArchiveRequest || (exports.UpdateArchiveRequest = {}));
|
|
1485
1023
|
var UpdateArchiveResponse;
|
|
1486
1024
|
(function (UpdateArchiveResponse) {
|
|
1487
|
-
/**
|
|
1488
|
-
* @internal
|
|
1489
|
-
*/
|
|
1490
1025
|
UpdateArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
1491
1026
|
...obj,
|
|
1492
1027
|
});
|
|
1493
1028
|
})(UpdateArchiveResponse = exports.UpdateArchiveResponse || (exports.UpdateArchiveResponse = {}));
|
|
1494
1029
|
var UpdateConnectionApiKeyAuthRequestParameters;
|
|
1495
1030
|
(function (UpdateConnectionApiKeyAuthRequestParameters) {
|
|
1496
|
-
/**
|
|
1497
|
-
* @internal
|
|
1498
|
-
*/
|
|
1499
1031
|
UpdateConnectionApiKeyAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
1500
1032
|
...obj,
|
|
1501
1033
|
});
|
|
1502
1034
|
})(UpdateConnectionApiKeyAuthRequestParameters = exports.UpdateConnectionApiKeyAuthRequestParameters || (exports.UpdateConnectionApiKeyAuthRequestParameters = {}));
|
|
1503
1035
|
var UpdateConnectionBasicAuthRequestParameters;
|
|
1504
1036
|
(function (UpdateConnectionBasicAuthRequestParameters) {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
1037
|
UpdateConnectionBasicAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
1509
1038
|
...obj,
|
|
1510
1039
|
});
|
|
1511
1040
|
})(UpdateConnectionBasicAuthRequestParameters = exports.UpdateConnectionBasicAuthRequestParameters || (exports.UpdateConnectionBasicAuthRequestParameters = {}));
|
|
1512
1041
|
var UpdateConnectionOAuthClientRequestParameters;
|
|
1513
1042
|
(function (UpdateConnectionOAuthClientRequestParameters) {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
1043
|
UpdateConnectionOAuthClientRequestParameters.filterSensitiveLog = (obj) => ({
|
|
1518
1044
|
...obj,
|
|
1519
1045
|
});
|
|
1520
1046
|
})(UpdateConnectionOAuthClientRequestParameters = exports.UpdateConnectionOAuthClientRequestParameters || (exports.UpdateConnectionOAuthClientRequestParameters = {}));
|
|
1521
1047
|
var UpdateConnectionOAuthRequestParameters;
|
|
1522
1048
|
(function (UpdateConnectionOAuthRequestParameters) {
|
|
1523
|
-
/**
|
|
1524
|
-
* @internal
|
|
1525
|
-
*/
|
|
1526
1049
|
UpdateConnectionOAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
1527
1050
|
...obj,
|
|
1528
1051
|
});
|
|
1529
1052
|
})(UpdateConnectionOAuthRequestParameters = exports.UpdateConnectionOAuthRequestParameters || (exports.UpdateConnectionOAuthRequestParameters = {}));
|
|
1530
1053
|
var UpdateConnectionAuthRequestParameters;
|
|
1531
1054
|
(function (UpdateConnectionAuthRequestParameters) {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
1055
|
UpdateConnectionAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
1536
1056
|
...obj,
|
|
1537
1057
|
});
|
|
1538
1058
|
})(UpdateConnectionAuthRequestParameters = exports.UpdateConnectionAuthRequestParameters || (exports.UpdateConnectionAuthRequestParameters = {}));
|
|
1539
1059
|
var UpdateConnectionRequest;
|
|
1540
1060
|
(function (UpdateConnectionRequest) {
|
|
1541
|
-
/**
|
|
1542
|
-
* @internal
|
|
1543
|
-
*/
|
|
1544
1061
|
UpdateConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
1545
1062
|
...obj,
|
|
1546
1063
|
});
|
|
1547
1064
|
})(UpdateConnectionRequest = exports.UpdateConnectionRequest || (exports.UpdateConnectionRequest = {}));
|
|
1548
1065
|
var UpdateConnectionResponse;
|
|
1549
1066
|
(function (UpdateConnectionResponse) {
|
|
1550
|
-
/**
|
|
1551
|
-
* @internal
|
|
1552
|
-
*/
|
|
1553
1067
|
UpdateConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
1554
1068
|
...obj,
|
|
1555
1069
|
});
|
|
1556
1070
|
})(UpdateConnectionResponse = exports.UpdateConnectionResponse || (exports.UpdateConnectionResponse = {}));
|
|
1557
|
-
//# sourceMappingURL=models_0.js.map
|