@aws-sdk/client-eventbridge 3.1086.0 → 3.1088.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.
Files changed (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EventBridge.d.ts +182 -220
  3. package/dist-types/ts3.4/EventBridgeClient.d.ts +15 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +12 -18
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -8
  29. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
  38. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -8
  41. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +3 -8
  64. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  65. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  66. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  67. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  68. package/dist-types/ts3.4/models/errors.d.ts +12 -39
  69. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  76. package/package.json +41 -41
@@ -128,9 +128,7 @@ export interface CreateConnectionOAuthRequestParameters {
128
128
  export interface CreateConnectionAuthRequestParameters {
129
129
  BasicAuthParameters?: CreateConnectionBasicAuthRequestParameters | undefined;
130
130
  OAuthParameters?: CreateConnectionOAuthRequestParameters | undefined;
131
- ApiKeyAuthParameters?:
132
- | CreateConnectionApiKeyAuthRequestParameters
133
- | undefined;
131
+ ApiKeyAuthParameters?: CreateConnectionApiKeyAuthRequestParameters | undefined;
134
132
  InvocationHttpParameters?: ConnectionHttpParameters | undefined;
135
133
  ConnectivityParameters?: ConnectivityResourceParameters | undefined;
136
134
  }
@@ -333,9 +331,7 @@ export interface DescribeConnectionResponse {
333
331
  ConnectionArn?: string | undefined;
334
332
  Name?: string | undefined;
335
333
  Description?: string | undefined;
336
- InvocationConnectivityParameters?:
337
- | DescribeConnectionConnectivityParameters
338
- | undefined;
334
+ InvocationConnectivityParameters?: DescribeConnectionConnectivityParameters | undefined;
339
335
  ConnectionState?: ConnectionState | undefined;
340
336
  StateReason?: string | undefined;
341
337
  AuthorizationType?: ConnectionAuthorizationType | undefined;
@@ -929,9 +925,7 @@ export interface UpdateConnectionOAuthRequestParameters {
929
925
  export interface UpdateConnectionAuthRequestParameters {
930
926
  BasicAuthParameters?: UpdateConnectionBasicAuthRequestParameters | undefined;
931
927
  OAuthParameters?: UpdateConnectionOAuthRequestParameters | undefined;
932
- ApiKeyAuthParameters?:
933
- | UpdateConnectionApiKeyAuthRequestParameters
934
- | undefined;
928
+ ApiKeyAuthParameters?: UpdateConnectionApiKeyAuthRequestParameters | undefined;
935
929
  InvocationHttpParameters?: ConnectionHttpParameters | undefined;
936
930
  ConnectivityParameters?: ConnectivityResourceParameters | undefined;
937
931
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,7 +81,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
@@ -103,7 +90,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
103
90
  | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
104
91
  | (new (
105
92
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
93
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
94
  ) => import("@smithy/types").RequestSigner);
108
95
  sigv4aSigningRegionSet?:
109
96
  | string[]
@@ -10,26 +10,18 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sigv4aSigningRegionSet:
25
- | string[]
26
- | import("@smithy/types").Provider<string[] | undefined>;
22
+ sigv4aSigningRegionSet: string[] | import("@smithy/types").Provider<string[] | undefined>;
27
23
  streamCollector: (
28
- stream:
29
- | import("stream").Readable
30
- | import("stream/web").ReadableStream
31
- | ReadableStream
32
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
33
25
  ) => Promise<Uint8Array>;
34
26
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
35
27
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -56,9 +48,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
56
48
  logger: import("@smithy/types").Logger;
57
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
58
50
  customUserAgent?: string | import("@smithy/types").UserAgent;
59
- retryStrategy?:
60
- | import("@smithy/types").RetryStrategy
61
- | import("@smithy/types").RetryStrategyV2;
51
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
62
52
  endpoint?:
63
53
  | ((
64
54
  | string
@@ -80,7 +70,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
80
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
81
71
  context?: {
82
72
  logger?: import("@smithy/types").Logger;
83
- }
73
+ },
84
74
  ) => import("@smithy/types").EndpointV2;
85
75
  tls?: boolean;
86
76
  serviceConfiguredEndpoint?: never;
@@ -92,7 +82,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
92
82
  signer?:
93
83
  | import("@smithy/types").RequestSigner
94
84
  | ((
95
- authScheme?: import("@smithy/types").AuthScheme
85
+ authScheme?: import("@smithy/types").AuthScheme,
96
86
  ) => Promise<import("@smithy/types").RequestSigner>);
97
87
  signingEscapePath?: boolean;
98
88
  systemClockOffset?: number;
@@ -101,6 +91,6 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
101
91
  | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
102
92
  | (new (
103
93
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
94
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
95
  ) => import("@smithy/types").RequestSigner);
106
96
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,7 +85,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
@@ -107,7 +94,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
107
94
  | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
108
95
  | (new (
109
96
  options: import("@smithy/signature-v4").SignatureV4Init &
110
- import("@smithy/signature-v4").SignatureV4CryptoInit
97
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
111
98
  ) => import("@smithy/types").RequestSigner);
112
99
  sigv4aSigningRegionSet?:
113
100
  | string[]
@@ -10,7 +10,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
11
11
  context?: {
12
12
  logger?: import("@smithy/types").Logger;
13
- }
13
+ },
14
14
  ) => import("@smithy/types").EndpointV2;
15
15
  extensions: import("./runtimeExtensions").RuntimeExtension[];
16
16
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EventBridgeHttpAuthSchemeProvider;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: EventBridgeClientConfig) => {
30
30
  | typeof SignatureV4MultiRegion
31
31
  | (new (
32
32
  options: import("@smithy/signature-v4").SignatureV4Init &
33
- import("@smithy/signature-v4").SignatureV4CryptoInit
33
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
34
34
  ) => import("@smithy/types").RequestSigner);
35
35
  urlParser: import("@smithy/types").UrlParser;
36
36
  utf8Decoder: import("@smithy/types").Decoder;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -1,9 +1,5 @@
1
1
  import { TypeRegistry } from "@smithy/core/schema";
2
- import {
3
- StaticErrorSchema,
4
- StaticOperationSchema,
5
- StaticStructureSchema,
6
- } from "@smithy/types";
2
+ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
7
3
  export declare var EventBridgeServiceException$: StaticErrorSchema;
8
4
  export declare var AccessDeniedException$: StaticErrorSchema;
9
5
  export declare var ConcurrentModificationException$: StaticErrorSchema;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eventbridge",
3
+ "version": "3.1088.0",
3
4
  "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
4
- "version": "3.1086.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eventbridge",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-eventbridge"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -16,23 +47,19 @@
16
47
  "test:watch": "yarn g:vitest watch",
17
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
18
49
  },
19
- "main": "./dist-cjs/index.js",
20
- "types": "./dist-types/index.d.ts",
21
- "module": "./dist-es/index.js",
22
- "sideEffects": false,
23
50
  "dependencies": {
24
- "@aws-sdk/core": "^3.975.1",
25
- "@aws-sdk/credential-provider-node": "^3.972.67",
26
- "@aws-sdk/signature-v4-multi-region": "^3.996.39",
27
- "@aws-sdk/types": "^3.974.0",
28
- "@smithy/core": "^3.29.2",
29
- "@smithy/fetch-http-handler": "^5.6.4",
30
- "@smithy/node-http-handler": "^4.9.4",
31
- "@smithy/types": "^4.16.0",
51
+ "@aws-sdk/core": "^3.975.3",
52
+ "@aws-sdk/credential-provider-node": "^3.972.69",
53
+ "@aws-sdk/signature-v4-multi-region": "^3.996.41",
54
+ "@aws-sdk/types": "^3.974.2",
55
+ "@smithy/core": "^3.29.4",
56
+ "@smithy/fetch-http-handler": "^5.6.6",
57
+ "@smithy/node-http-handler": "^4.9.6",
58
+ "@smithy/types": "^4.16.1",
32
59
  "tslib": "^2.6.2"
33
60
  },
34
61
  "devDependencies": {
35
- "@aws-sdk/signature-v4-crt": "3.1086.0",
62
+ "@aws-sdk/signature-v4-crt": "3.1088.0",
36
63
  "@tsconfig/node20": "20.1.8",
37
64
  "@types/node": "^20.14.8",
38
65
  "concurrently": "7.0.0",
@@ -42,32 +69,5 @@
42
69
  },
43
70
  "engines": {
44
71
  "node": ">=20.0.0"
45
- },
46
- "typesVersions": {
47
- "<4.5": {
48
- "dist-types/*": [
49
- "dist-types/ts3.4/*"
50
- ]
51
- }
52
- },
53
- "files": [
54
- "dist-*/**"
55
- ],
56
- "author": {
57
- "name": "AWS SDK for JavaScript Team",
58
- "url": "https://aws.amazon.com/sdk-for-javascript/"
59
- },
60
- "license": "Apache-2.0",
61
- "browser": {
62
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
63
- },
64
- "react-native": {
65
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
66
- },
67
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eventbridge",
68
- "repository": {
69
- "type": "git",
70
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
71
- "directory": "clients/client-eventbridge"
72
72
  }
73
73
  }