@aws-sdk/client-eventbridge 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +797 -522
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
- package/dist-es/commands/CancelReplayCommand.js +2 -2
- package/dist-es/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-es/commands/CreateArchiveCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +2 -2
- package/dist-es/commands/CreateEventBusCommand.js +2 -2
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEventBusCommand.js +2 -2
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-es/commands/DescribeArchiveCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeEventBusCommand.js +2 -2
- package/dist-es/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribeReplayCommand.js +2 -2
- package/dist-es/commands/DescribeRuleCommand.js +2 -2
- package/dist-es/commands/DisableRuleCommand.js +2 -2
- package/dist-es/commands/EnableRuleCommand.js +2 -2
- package/dist-es/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-es/commands/ListArchivesCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListEndpointsCommand.js +2 -2
- package/dist-es/commands/ListEventBusesCommand.js +2 -2
- package/dist-es/commands/ListEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListReplaysCommand.js +2 -2
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-es/commands/PutEventsCommand.js +2 -2
- package/dist-es/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/PutRuleCommand.js +2 -2
- package/dist-es/commands/PutTargetsCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/RemoveTargetsCommand.js +2 -2
- package/dist-es/commands/StartReplayCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestEventPatternCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateArchiveCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateEventBusCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +474 -446
- package/dist-types/EventBridgeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +248 -294
- package/dist-types/ts3.4/EventBridgeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -295
- package/package.json +36 -36
|
@@ -29,8 +29,16 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
|
29
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
31
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
32
|
-
apiVersion: string;
|
|
33
32
|
cacheMiddleware?: boolean | undefined;
|
|
33
|
+
protocol:
|
|
34
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
35
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
36
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
37
|
+
protocolSettings: {
|
|
38
|
+
defaultNamespace?: string;
|
|
39
|
+
[setting: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
apiVersion: string;
|
|
34
42
|
urlParser: import("@smithy/types").UrlParser;
|
|
35
43
|
base64Decoder: import("@smithy/types").Decoder;
|
|
36
44
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -41,10 +49,6 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
|
41
49
|
profile?: string;
|
|
42
50
|
logger: import("@smithy/types").Logger;
|
|
43
51
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
44
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
45
|
-
import("@smithy/types").HttpRequest,
|
|
46
|
-
import("@smithy/types").HttpResponse
|
|
47
|
-
>;
|
|
48
52
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
49
53
|
retryStrategy?:
|
|
50
54
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
2
3
|
import { EventBridgeClientConfig } from "./EventBridgeClient";
|
|
3
4
|
export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
@@ -15,10 +16,14 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
|
|
|
15
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EventBridgeHttpAuthSchemeProvider;
|
|
16
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
17
18
|
logger: import("@smithy/types").Logger;
|
|
18
|
-
protocol:
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
|
|
19
|
+
protocol:
|
|
20
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
21
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
22
|
+
| typeof AwsJson1_1Protocol;
|
|
23
|
+
protocolSettings: {
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
};
|
|
22
27
|
serviceId: string;
|
|
23
28
|
signerConstructor:
|
|
24
29
|
| typeof SignatureV4MultiRegion
|