@aws-sdk/client-qbusiness 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/QBusiness.d.ts +289 -376
  3. package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
  7. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
  12. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
  13. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
  47. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  54. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
  85. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +21 -42
  94. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -48
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  99. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  105. package/package.json +41 -41
@@ -8,26 +8,18 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
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
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
18
16
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
19
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
18
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
19
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
20
  retryMode: string | import("@smithy/types").Provider<string>;
25
21
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
22
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
23
  ) => Promise<Uint8Array>;
32
24
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
25
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +47,8 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
50
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
51
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
52
  endpoint?:
66
53
  | ((
67
54
  | string
@@ -83,7 +70,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
83
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
71
  context?: {
85
72
  logger?: import("@smithy/types").Logger;
86
- }
73
+ },
87
74
  ) => import("@smithy/types").EndpointV2;
88
75
  tls?: boolean;
89
76
  serviceConfiguredEndpoint?: never;
@@ -96,13 +83,13 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
96
83
  signer?:
97
84
  | import("@smithy/types").RequestSigner
98
85
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
86
+ authScheme?: import("@smithy/types").AuthScheme,
100
87
  ) => Promise<import("@smithy/types").RequestSigner>);
101
88
  signingEscapePath?: boolean;
102
89
  systemClockOffset?: number;
103
90
  signingRegion?: string;
104
91
  signerConstructor?: 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
  };
@@ -10,25 +10,19 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
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
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
19
19
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
20
20
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
21
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
22
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
23
  retryMode: string | import("@smithy/types").Provider<string>;
26
24
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
25
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
26
  ) => Promise<Uint8Array>;
33
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +49,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
55
49
  logger: import("@smithy/types").Logger;
56
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
52
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
53
  endpoint?:
62
54
  | ((
63
55
  | string
@@ -79,7 +71,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
79
71
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
72
  context?: {
81
73
  logger?: import("@smithy/types").Logger;
82
- }
74
+ },
83
75
  ) => import("@smithy/types").EndpointV2;
84
76
  tls?: boolean;
85
77
  serviceConfiguredEndpoint?: never;
@@ -91,13 +83,13 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
91
83
  signer?:
92
84
  | import("@smithy/types").RequestSigner
93
85
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
86
+ authScheme?: import("@smithy/types").AuthScheme,
95
87
  ) => Promise<import("@smithy/types").RequestSigner>);
96
88
  signingEscapePath?: boolean;
97
89
  systemClockOffset?: number;
98
90
  signingRegion?: string;
99
91
  signerConstructor?: new (
100
92
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
93
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
94
  ) => import("@smithy/types").RequestSigner;
103
95
  };
@@ -22,11 +22,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
22
22
  urlParser: import("@smithy/types").UrlParser;
23
23
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
24
24
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
25
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
26
  ) => Promise<Uint8Array>;
31
27
  base64Decoder: import("@smithy/types").Decoder;
32
28
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -41,13 +37,11 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
41
37
  region: string | import("@smithy/types").Provider<any>;
42
38
  profile?: string;
43
39
  defaultUserAgentProvider: (
44
- config?: import("@aws-sdk/core/client").PreviouslyResolved
40
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
45
41
  ) => Promise<import("@smithy/types").UserAgent>;
46
42
  credentialDefaultProvider:
47
43
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
48
- | ((
49
- _: unknown
50
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
44
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
51
45
  maxAttempts: number | import("@smithy/types").Provider<number>;
52
46
  retryMode: string | import("@smithy/types").Provider<string>;
53
47
  logger: import("@smithy/types").Logger;
@@ -55,17 +49,10 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
55
49
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
56
50
  defaultsMode:
57
51
  | import("@smithy/core/client").DefaultsMode
58
- | import("@smithy/types").Provider<
59
- import("@smithy/core/client").DefaultsMode
60
- >;
52
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
61
53
  customUserAgent?: string | import("@smithy/types").UserAgent;
62
- userAgentAppId?:
63
- | string
64
- | undefined
65
- | import("@smithy/types").Provider<string | undefined>;
66
- retryStrategy?:
67
- | import("@smithy/types").RetryStrategy
68
- | import("@smithy/types").RetryStrategyV2;
54
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
55
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
69
56
  endpoint?:
70
57
  | ((
71
58
  | string
@@ -87,7 +74,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
87
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
88
75
  context?: {
89
76
  logger?: import("@smithy/types").Logger;
90
- }
77
+ },
91
78
  ) => import("@smithy/types").EndpointV2;
92
79
  tls?: boolean;
93
80
  serviceConfiguredEndpoint?: never;
@@ -100,13 +87,13 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
100
87
  signer?:
101
88
  | import("@smithy/types").RequestSigner
102
89
  | ((
103
- authScheme?: import("@smithy/types").AuthScheme
90
+ authScheme?: import("@smithy/types").AuthScheme,
104
91
  ) => Promise<import("@smithy/types").RequestSigner>);
105
92
  signingEscapePath?: boolean;
106
93
  systemClockOffset?: number;
107
94
  signingRegion?: string;
108
95
  signerConstructor?: 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
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QBusinessHttpAuthSchemeProvider;
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qbusiness",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-qbusiness",
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-qbusiness"
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",
@@ -18,24 +49,20 @@
18
49
  "test:integration:watch": "yarn g:vitest watch --passWithNoTests -c vitest.config.integ.mts",
19
50
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
20
51
  },
21
- "main": "./dist-cjs/index.js",
22
- "types": "./dist-types/index.d.ts",
23
- "module": "./dist-es/index.js",
24
- "sideEffects": false,
25
52
  "dependencies": {
26
- "@aws-sdk/core": "^3.975.2",
27
- "@aws-sdk/credential-provider-node": "^3.972.68",
28
- "@aws-sdk/eventstream-handler-node": "^3.972.27",
29
- "@aws-sdk/middleware-eventstream": "^3.972.23",
30
- "@aws-sdk/types": "^3.974.1",
31
- "@smithy/core": "^3.29.3",
32
- "@smithy/fetch-http-handler": "^5.6.5",
33
- "@smithy/node-http-handler": "^4.9.5",
53
+ "@aws-sdk/core": "^3.975.3",
54
+ "@aws-sdk/credential-provider-node": "^3.972.70",
55
+ "@aws-sdk/eventstream-handler-node": "^3.972.29",
56
+ "@aws-sdk/middleware-eventstream": "^3.972.24",
57
+ "@aws-sdk/types": "^3.974.2",
58
+ "@smithy/core": "^3.29.4",
59
+ "@smithy/fetch-http-handler": "^5.6.6",
60
+ "@smithy/node-http-handler": "^4.9.6",
34
61
  "@smithy/types": "^4.16.1",
35
62
  "tslib": "^2.6.2"
36
63
  },
37
64
  "devDependencies": {
38
- "@smithy/snapshot-testing": "^2.2.8",
65
+ "@smithy/snapshot-testing": "^2.2.9",
39
66
  "@tsconfig/node20": "20.1.8",
40
67
  "@types/node": "^20.14.8",
41
68
  "concurrently": "7.0.0",
@@ -46,32 +73,5 @@
46
73
  },
47
74
  "engines": {
48
75
  "node": ">=20.0.0"
49
- },
50
- "typesVersions": {
51
- "<4.5": {
52
- "dist-types/*": [
53
- "dist-types/ts3.4/*"
54
- ]
55
- }
56
- },
57
- "files": [
58
- "dist-*/**"
59
- ],
60
- "author": {
61
- "name": "AWS SDK for JavaScript Team",
62
- "url": "https://aws.amazon.com/sdk-for-javascript/"
63
- },
64
- "license": "Apache-2.0",
65
- "browser": {
66
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
67
- },
68
- "react-native": {
69
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
70
- },
71
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-qbusiness",
72
- "repository": {
73
- "type": "git",
74
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
75
- "directory": "clients/client-qbusiness"
76
76
  }
77
77
  }