@aws-sdk/client-greengrass 3.299.0 → 3.301.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-types/commands/AssociateRoleToGroupCommand.d.ts +4 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +3 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +18 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +52 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +47 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +18 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +54 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +49 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +3 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +5 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +3 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +8 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
- package/package.json +8 -8
|
@@ -26,6 +26,14 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
|
|
|
26
26
|
* import { GreengrassClient, StartBulkDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, StartBulkDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // StartBulkDeploymentRequest
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
32
|
+
* InputFileUri: "STRING_VALUE", // required
|
|
33
|
+
* tags: { // Tags
|
|
34
|
+
* "<keys>": "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* };
|
|
29
37
|
* const command = new StartBulkDeploymentCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
|
|
|
26
26
|
* import { GreengrassClient, StopBulkDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, StopBulkDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // StopBulkDeploymentRequest
|
|
30
|
+
* BulkDeploymentId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopBulkDeploymentCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { GreengrassClient, TagResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, TagResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* tags: { // Tags
|
|
32
|
+
* "<keys>": "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
29
35
|
* const command = new TagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { GreengrassClient, UntagResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UntagResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* TagKeys: [ // __listOf__string // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UntagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
26
26
|
* import { GreengrassClient, UpdateConnectivityInfoCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateConnectivityInfoCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateConnectivityInfoRequest
|
|
30
|
+
* ConnectivityInfo: [ // __listOfConnectivityInfo
|
|
31
|
+
* { // ConnectivityInfo
|
|
32
|
+
* HostAddress: "STRING_VALUE",
|
|
33
|
+
* Id: "STRING_VALUE",
|
|
34
|
+
* Metadata: "STRING_VALUE",
|
|
35
|
+
* PortNumber: Number("int"),
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* ThingName: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
29
40
|
* const command = new UpdateConnectivityInfoCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
|
|
|
26
26
|
* import { GreengrassClient, UpdateConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateConnectorDefinitionRequest
|
|
30
|
+
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateConnectorDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
|
|
|
26
26
|
* import { GreengrassClient, UpdateCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateCoreDefinitionRequest
|
|
30
|
+
* CoreDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateCoreDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
|
|
|
26
26
|
* import { GreengrassClient, UpdateDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateDeviceDefinitionRequest
|
|
30
|
+
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateDeviceDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
|
|
|
26
26
|
* import { GreengrassClient, UpdateFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateFunctionDefinitionRequest
|
|
30
|
+
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateFunctionDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
|
|
|
26
26
|
* import { GreengrassClient, UpdateGroupCertificateConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateGroupCertificateConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateGroupCertificateConfigurationRequest
|
|
30
|
+
* CertificateExpiryInMilliseconds: "STRING_VALUE",
|
|
31
|
+
* GroupId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateGroupCertificateConfigurationCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
26
26
|
* import { GreengrassClient, UpdateGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateGroupRequest
|
|
30
|
+
* GroupId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateGroupCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
|
|
|
26
26
|
* import { GreengrassClient, UpdateLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateLoggerDefinitionRequest
|
|
30
|
+
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateLoggerDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
|
|
|
26
26
|
* import { GreengrassClient, UpdateResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateResourceDefinitionRequest
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateResourceDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
|
|
|
26
26
|
* import { GreengrassClient, UpdateSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateSubscriptionDefinitionRequest
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateSubscriptionDefinitionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
|
|
|
26
26
|
* import { GreengrassClient, UpdateThingRuntimeConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, UpdateThingRuntimeConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = { // UpdateThingRuntimeConfigurationRequest
|
|
30
|
+
* TelemetryConfiguration: { // TelemetryConfigurationUpdate
|
|
31
|
+
* Telemetry: "On" || "Off", // required
|
|
32
|
+
* },
|
|
33
|
+
* ThingName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateThingRuntimeConfigurationCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrass",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|