@aws-sdk/client-greengrassv2 3.337.0 → 3.338.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/GreengrassV2Client.js +2 -1
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -1
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -1
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -1
- package/dist-cjs/commands/CancelDeploymentCommand.js +2 -1
- package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -1
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js +2 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -1
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -1
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -1
- package/dist-cjs/commands/GetComponentCommand.js +2 -1
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -1
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -1
- package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -1
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -1
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -1
- package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListComponentsCommand.js +2 -1
- package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -1
- package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/GreengrassV2ServiceException.js +2 -1
- package/dist-es/GreengrassV2Client.js +1 -0
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -0
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +1 -0
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +1 -0
- package/dist-es/commands/CancelDeploymentCommand.js +1 -0
- package/dist-es/commands/CreateComponentVersionCommand.js +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +1 -0
- package/dist-es/commands/DeleteComponentCommand.js +1 -0
- package/dist-es/commands/DeleteCoreDeviceCommand.js +1 -0
- package/dist-es/commands/DeleteDeploymentCommand.js +1 -0
- package/dist-es/commands/DescribeComponentCommand.js +1 -0
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -0
- package/dist-es/commands/GetComponentCommand.js +1 -0
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +1 -0
- package/dist-es/commands/GetConnectivityInfoCommand.js +1 -0
- package/dist-es/commands/GetCoreDeviceCommand.js +1 -0
- package/dist-es/commands/GetDeploymentCommand.js +1 -0
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -0
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +1 -0
- package/dist-es/commands/ListComponentVersionsCommand.js +1 -0
- package/dist-es/commands/ListComponentsCommand.js +1 -0
- package/dist-es/commands/ListCoreDevicesCommand.js +1 -0
- package/dist-es/commands/ListDeploymentsCommand.js +1 -0
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +1 -0
- package/dist-es/commands/ListInstalledComponentsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/GreengrassV2ServiceException.js +1 -0
- package/dist-types/GreengrassV2Client.d.ts +3 -3
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -0
- package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/CancelDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateComponentVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/DescribeComponentCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +4 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +4 -0
- package/dist-types/commands/GetCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +4 -0
- package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +4 -0
- package/dist-types/commands/ListCoreDevicesCommand.d.ts +4 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListInstalledComponentsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +4 -0
- package/dist-types/index.d.ts +17 -2
- package/dist-types/models/GreengrassV2ServiceException.d.ts +1 -0
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GreengrassV2Client";
|
|
14
14
|
import { DeleteComponentRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
16
17
|
export interface DeleteComponentCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteComponentCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GreengrassV2Client";
|
|
14
14
|
import { DeleteCoreDeviceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {}
|
|
16
17
|
export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteCoreDeviceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GreengrassV2Client";
|
|
14
14
|
import { DeleteDeploymentRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
|
|
16
17
|
export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteDeploymentCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeComponentRequest,
|
|
16
16
|
DescribeComponentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeComponentCommandInput
|
|
19
20
|
extends DescribeComponentRequest {}
|
|
20
21
|
export interface DescribeComponentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateServiceRoleFromAccountRequest,
|
|
16
16
|
DisassociateServiceRoleFromAccountResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateServiceRoleFromAccountCommandInput
|
|
19
20
|
extends DisassociateServiceRoleFromAccountRequest {}
|
|
20
21
|
export interface DisassociateServiceRoleFromAccountCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GreengrassV2Client";
|
|
14
14
|
import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetComponentCommandInput extends GetComponentRequest {}
|
|
16
17
|
export interface GetComponentCommandOutput
|
|
17
18
|
extends GetComponentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetComponentVersionArtifactRequest,
|
|
16
16
|
GetComponentVersionArtifactResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetComponentVersionArtifactCommandInput
|
|
19
20
|
extends GetComponentVersionArtifactRequest {}
|
|
20
21
|
export interface GetComponentVersionArtifactCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetConnectivityInfoRequest,
|
|
16
16
|
GetConnectivityInfoResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetConnectivityInfoCommandInput
|
|
19
20
|
extends GetConnectivityInfoRequest {}
|
|
20
21
|
export interface GetConnectivityInfoCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCoreDeviceRequest,
|
|
16
16
|
GetCoreDeviceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {}
|
|
19
20
|
export interface GetCoreDeviceCommandOutput
|
|
20
21
|
extends GetCoreDeviceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDeploymentRequest,
|
|
16
16
|
GetDeploymentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
19
20
|
export interface GetDeploymentCommandOutput
|
|
20
21
|
extends GetDeploymentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetServiceRoleForAccountRequest,
|
|
16
16
|
GetServiceRoleForAccountResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetServiceRoleForAccountCommandInput
|
|
19
20
|
extends GetServiceRoleForAccountRequest {}
|
|
20
21
|
export interface GetServiceRoleForAccountCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListClientDevicesAssociatedWithCoreDeviceRequest,
|
|
16
16
|
ListClientDevicesAssociatedWithCoreDeviceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListClientDevicesAssociatedWithCoreDeviceCommandInput
|
|
19
20
|
extends ListClientDevicesAssociatedWithCoreDeviceRequest {}
|
|
20
21
|
export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListComponentVersionsRequest,
|
|
16
16
|
ListComponentVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListComponentVersionsCommandInput
|
|
19
20
|
extends ListComponentVersionsRequest {}
|
|
20
21
|
export interface ListComponentVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListComponentsRequest,
|
|
16
16
|
ListComponentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
19
20
|
export interface ListComponentsCommandOutput
|
|
20
21
|
extends ListComponentsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCoreDevicesRequest,
|
|
16
16
|
ListCoreDevicesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCoreDevicesCommandInput extends ListCoreDevicesRequest {}
|
|
19
20
|
export interface ListCoreDevicesCommandOutput
|
|
20
21
|
extends ListCoreDevicesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDeploymentsRequest,
|
|
16
16
|
ListDeploymentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
19
20
|
export interface ListDeploymentsCommandOutput
|
|
20
21
|
extends ListDeploymentsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEffectiveDeploymentsRequest,
|
|
16
16
|
ListEffectiveDeploymentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEffectiveDeploymentsCommandInput
|
|
19
20
|
extends ListEffectiveDeploymentsRequest {}
|
|
20
21
|
export interface ListEffectiveDeploymentsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInstalledComponentsRequest,
|
|
16
16
|
ListInstalledComponentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInstalledComponentsCommandInput
|
|
19
20
|
extends ListInstalledComponentsRequest {}
|
|
20
21
|
export interface ListInstalledComponentsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ResolveComponentCandidatesRequest,
|
|
16
16
|
ResolveComponentCandidatesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ResolveComponentCandidatesCommandInput
|
|
19
20
|
extends ResolveComponentCandidatesRequest {}
|
|
20
21
|
export interface ResolveComponentCandidatesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GreengrassV2Client";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConnectivityInfoRequest,
|
|
16
16
|
UpdateConnectivityInfoResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConnectivityInfoCommandInput
|
|
19
20
|
extends UpdateConnectivityInfoRequest {}
|
|
20
21
|
export interface UpdateConnectivityInfoCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./GreengrassV2";
|
|
2
1
|
export * from "./GreengrassV2Client";
|
|
2
|
+
export * from "./GreengrassV2";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { GreengrassV2ServiceException } from "./models/GreengrassV2ServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class GreengrassV2ServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrassv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.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,36 +21,36 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|