@aws-sdk/client-redshift 3.50.0 → 3.53.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/RedshiftServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1399 -4
- package/dist-cjs/models/models_1.js +251 -3
- package/dist-cjs/protocols/Aws_query.js +1315 -4522
- package/dist-es/index.js +1 -0
- package/dist-es/models/RedshiftServiceException.js +12 -0
- package/dist-es/models/models_0.js +1287 -1
- package/dist-es/models/models_1.js +230 -1
- package/dist-es/protocols/Aws_query.js +2680 -4687
- package/dist-types/Redshift.d.ts +7 -5
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -2
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -2
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/RedshiftServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +771 -438
- package/dist-types/models/models_1.d.ts +147 -86
- package/dist-types/ts3.4/Redshift.d.ts +595 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +191 -0
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/index.d.ts +118 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/RedshiftServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3351 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1474 -0
- package/dist-types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +33 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +356 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +7 -0
- package/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,43 +18,43 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.53.0",
|
|
52
52
|
"entities": "2.2.0",
|
|
53
53
|
"fast-xml-parser": "3.19.0",
|
|
54
54
|
"tslib": "^2.3.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
58
58
|
"@tsconfig/recommended": "1.0.1",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"concurrently": "7.0.0",
|