@aws-sdk/client-greengrassv2 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/GreengrassV2.js +0 -14
- package/dist-cjs/GreengrassV2Client.js +0 -19
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -37
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +0 -27
- package/dist-cjs/commands/CancelDeploymentCommand.js +0 -27
- package/dist-cjs/commands/CreateComponentVersionCommand.js +0 -78
- package/dist-cjs/commands/CreateDeploymentCommand.js +0 -35
- package/dist-cjs/commands/DeleteComponentCommand.js +0 -31
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js +0 -28
- package/dist-cjs/commands/DescribeComponentCommand.js +0 -25
- package/dist-cjs/commands/GetComponentCommand.js +0 -26
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +0 -26
- package/dist-cjs/commands/GetCoreDeviceCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +0 -26
- package/dist-cjs/commands/ListComponentVersionsCommand.js +0 -25
- package/dist-cjs/commands/ListComponentsCommand.js +0 -26
- package/dist-cjs/commands/ListCoreDevicesCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +0 -26
- package/dist-cjs/commands/ListInstalledComponentsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +0 -39
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/index.js +26 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -34
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -274
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +0 -11
- package/dist-cjs/pagination/ListComponentVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListComponentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListCoreDevicesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListInstalledComponentsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/GreengrassV2.js +0 -1
- package/dist-es/GreengrassV2Client.js +0 -1
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -1
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +0 -1
- package/dist-es/commands/CancelDeploymentCommand.js +0 -1
- package/dist-es/commands/CreateComponentVersionCommand.js +0 -1
- package/dist-es/commands/CreateDeploymentCommand.js +0 -1
- package/dist-es/commands/DeleteComponentCommand.js +0 -1
- package/dist-es/commands/DeleteCoreDeviceCommand.js +0 -1
- package/dist-es/commands/DescribeComponentCommand.js +0 -1
- package/dist-es/commands/GetComponentCommand.js +0 -1
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +0 -1
- package/dist-es/commands/GetCoreDeviceCommand.js +0 -1
- package/dist-es/commands/GetDeploymentCommand.js +0 -1
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +0 -1
- package/dist-es/commands/ListComponentVersionsCommand.js +0 -1
- package/dist-es/commands/ListComponentsCommand.js +0 -1
- package/dist-es/commands/ListCoreDevicesCommand.js +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js +0 -1
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +0 -1
- package/dist-es/commands/ListInstalledComponentsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +23 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -34
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +0 -1
- package/dist-es/pagination/ListComponentVersionsPaginator.js +0 -1
- package/dist-es/pagination/ListComponentsPaginator.js +0 -1
- package/dist-es/pagination/ListCoreDevicesPaginator.js +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js +0 -1
- package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js +0 -1
- package/dist-es/pagination/ListInstalledComponentsPaginator.js +0 -1
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +4 -33
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/GreengrassV2.d.ts +24 -190
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +24 -99
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -73
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/index.d.ts +4 -33
- package/dist-types/ts3.4/models/models_0.d.ts +393 -1492
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/GreengrassV2.js.map +0 -1
- package/dist-cjs/GreengrassV2Client.js.map +0 -1
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
- package/dist-cjs/commands/CancelDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/CreateComponentVersionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteComponentCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeComponentCommand.js.map +0 -1
- package/dist-cjs/commands/GetComponentCommand.js.map +0 -1
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js.map +0 -1
- package/dist-cjs/commands/GetCoreDeviceCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
- package/dist-cjs/commands/ListComponentVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListComponentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListCoreDevicesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListInstalledComponentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
- package/dist-cjs/pagination/ListComponentVersionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListCoreDevicesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListInstalledComponentsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/GreengrassV2.js.map +0 -1
- package/dist-es/GreengrassV2Client.js.map +0 -1
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
- package/dist-es/commands/CancelDeploymentCommand.js.map +0 -1
- package/dist-es/commands/CreateComponentVersionCommand.js.map +0 -1
- package/dist-es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist-es/commands/DeleteComponentCommand.js.map +0 -1
- package/dist-es/commands/DeleteCoreDeviceCommand.js.map +0 -1
- package/dist-es/commands/DescribeComponentCommand.js.map +0 -1
- package/dist-es/commands/GetComponentCommand.js.map +0 -1
- package/dist-es/commands/GetComponentVersionArtifactCommand.js.map +0 -1
- package/dist-es/commands/GetCoreDeviceCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
- package/dist-es/commands/ListComponentVersionsCommand.js.map +0 -1
- package/dist-es/commands/ListComponentsCommand.js.map +0 -1
- package/dist-es/commands/ListCoreDevicesCommand.js.map +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
- package/dist-es/commands/ListInstalledComponentsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ResolveComponentCandidatesCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
- package/dist-es/pagination/ListComponentVersionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListCoreDevicesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListInstalledComponentsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/GreengrassV2.ts +0 -970
- package/src/GreengrassV2Client.ts +0 -345
- package/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +0 -122
- package/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +0 -112
- package/src/commands/CancelDeploymentCommand.ts +0 -97
- package/src/commands/CreateComponentVersionCommand.ts +0 -148
- package/src/commands/CreateDeploymentCommand.ts +0 -105
- package/src/commands/DeleteComponentCommand.ts +0 -101
- package/src/commands/DeleteCoreDeviceCommand.ts +0 -98
- package/src/commands/DescribeComponentCommand.ts +0 -95
- package/src/commands/GetComponentCommand.ts +0 -96
- package/src/commands/GetComponentVersionArtifactCommand.ts +0 -101
- package/src/commands/GetCoreDeviceCommand.ts +0 -95
- package/src/commands/GetDeploymentCommand.ts +0 -95
- package/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +0 -111
- package/src/commands/ListComponentVersionsCommand.ts +0 -95
- package/src/commands/ListComponentsCommand.ts +0 -96
- package/src/commands/ListCoreDevicesCommand.ts +0 -95
- package/src/commands/ListDeploymentsCommand.ts +0 -95
- package/src/commands/ListEffectiveDeploymentsCommand.ts +0 -96
- package/src/commands/ListInstalledComponentsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ResolveComponentCandidatesCommand.ts +0 -112
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/endpoints.ts +0 -84
- package/src/index.ts +0 -34
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2867
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +0 -59
- package/src/pagination/ListComponentVersionsPaginator.ts +0 -59
- package/src/pagination/ListComponentsPaginator.ts +0 -59
- package/src/pagination/ListCoreDevicesPaginator.ts +0 -59
- package/src/pagination/ListDeploymentsPaginator.ts +0 -59
- package/src/pagination/ListEffectiveDeploymentsPaginator.ts +0 -59
- package/src/pagination/ListInstalledComponentsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4401
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,29 +6,11 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves a paginated list of deployments.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GreengrassV2Client, ListDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
15
|
-
* // const { GreengrassV2Client, ListDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
16
|
-
* const client = new GreengrassV2Client(config);
|
|
17
|
-
* const command = new ListDeploymentsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListDeploymentsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
27
11
|
readonly input: ListDeploymentsCommandInput;
|
|
28
12
|
constructor(input: ListDeploymentsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ListEffectiveDeploymentsCommandInput extends ListEffectiveDeplo
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDeploymentsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core
|
|
11
|
-
* devices.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { GreengrassV2Client, ListEffectiveDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
16
|
-
* // const { GreengrassV2Client, ListEffectiveDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
17
|
-
* const client = new GreengrassV2Client(config);
|
|
18
|
-
* const command = new ListEffectiveDeploymentsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListEffectiveDeploymentsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListEffectiveDeploymentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ListEffectiveDeploymentsCommand extends $Command<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
28
11
|
readonly input: ListEffectiveDeploymentsCommandInput;
|
|
29
12
|
constructor(input: ListEffectiveDeploymentsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListInstalledComponentsCommandInput extends ListInstalledCompon
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListInstalledComponentsCommandOutput extends ListInstalledComponentsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves a paginated list of the components that a Greengrass core device runs.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GreengrassV2Client, ListInstalledComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
15
|
-
* // const { GreengrassV2Client, ListInstalledComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
16
|
-
* const client = new GreengrassV2Client(config);
|
|
17
|
-
* const command = new ListInstalledComponentsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListInstalledComponentsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListInstalledComponentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListInstalledComponentsCommand extends $Command<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
27
11
|
readonly input: ListInstalledComponentsCommandInput;
|
|
28
12
|
constructor(input: ListInstalledComponentsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the list of tags for an IoT Greengrass resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GreengrassV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
15
|
-
* // const { GreengrassV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
16
|
-
* const client = new GreengrassV2Client(config);
|
|
17
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
27
11
|
readonly input: ListTagsForResourceCommandInput;
|
|
28
12
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,43 +6,11 @@ export interface ResolveComponentCandidatesCommandInput extends ResolveComponent
|
|
|
6
6
|
}
|
|
7
7
|
export interface ResolveComponentCandidatesCommandOutput extends ResolveComponentCandidatesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves a list of components that meet the component, version, and platform requirements
|
|
11
|
-
* of a deployment. Greengrass core devices call this operation when they receive a deployment to
|
|
12
|
-
* identify the components to install.</p>
|
|
13
|
-
* <p>This operation identifies components that meet all dependency requirements for a
|
|
14
|
-
* deployment. If the requirements conflict, then this operation returns an error and the
|
|
15
|
-
* deployment fails. For example, this occurs if component <code>A</code> requires version
|
|
16
|
-
* <code>>2.0.0</code> and component <code>B</code> requires version <code><2.0.0</code>
|
|
17
|
-
* of a component dependency.</p>
|
|
18
|
-
* <p>When you specify the component candidates to resolve, IoT Greengrass compares each component's
|
|
19
|
-
* digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't
|
|
20
|
-
* match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud.</p>
|
|
21
|
-
* <important>
|
|
22
|
-
* <p>To use this operation, you must use the data plane API endpoint and authenticate with an
|
|
23
|
-
* IoT device certificate. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/greengrass.html">IoT Greengrass endpoints and quotas</a>.</p>
|
|
24
|
-
* </important>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { GreengrassV2Client, ResolveComponentCandidatesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
29
|
-
* // const { GreengrassV2Client, ResolveComponentCandidatesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
30
|
-
* const client = new GreengrassV2Client(config);
|
|
31
|
-
* const command = new ResolveComponentCandidatesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ResolveComponentCandidatesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ResolveComponentCandidatesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
9
|
+
|
|
40
10
|
export declare class ResolveComponentCandidatesCommand extends $Command<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
41
11
|
readonly input: ResolveComponentCandidatesCommandInput;
|
|
42
12
|
constructor(input: ResolveComponentCandidatesCommandInput);
|
|
43
|
-
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
13
|
+
|
|
46
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput>;
|
|
47
15
|
private serialize;
|
|
48
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation
|
|
11
|
-
* updates the tag's value.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { GreengrassV2Client, TagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
16
|
-
* // const { GreengrassV2Client, TagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
17
|
-
* const client = new GreengrassV2Client(config);
|
|
18
|
-
* const command = new TagResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
28
11
|
readonly input: TagResourceCommandInput;
|
|
29
12
|
constructor(input: TagResourceCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes a tag from an IoT Greengrass resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GreengrassV2Client, UntagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
15
|
-
* // const { GreengrassV2Client, UntagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
16
|
-
* const client = new GreengrassV2Client(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
|
|
27
11
|
readonly input: UntagResourceCommandInput;
|
|
28
12
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * from "./BatchAssociateClientDeviceWithCoreDeviceCommand";
|
|
2
|
+
export * from "./BatchDisassociateClientDeviceFromCoreDeviceCommand";
|
|
3
|
+
export * from "./CancelDeploymentCommand";
|
|
4
|
+
export * from "./CreateComponentVersionCommand";
|
|
5
|
+
export * from "./CreateDeploymentCommand";
|
|
6
|
+
export * from "./DeleteComponentCommand";
|
|
7
|
+
export * from "./DeleteCoreDeviceCommand";
|
|
8
|
+
export * from "./DescribeComponentCommand";
|
|
9
|
+
export * from "./GetComponentCommand";
|
|
10
|
+
export * from "./GetComponentVersionArtifactCommand";
|
|
11
|
+
export * from "./GetCoreDeviceCommand";
|
|
12
|
+
export * from "./GetDeploymentCommand";
|
|
13
|
+
export * from "./ListClientDevicesAssociatedWithCoreDeviceCommand";
|
|
14
|
+
export * from "./ListComponentVersionsCommand";
|
|
15
|
+
export * from "./ListComponentsCommand";
|
|
16
|
+
export * from "./ListCoreDevicesCommand";
|
|
17
|
+
export * from "./ListDeploymentsCommand";
|
|
18
|
+
export * from "./ListEffectiveDeploymentsCommand";
|
|
19
|
+
export * from "./ListInstalledComponentsCommand";
|
|
20
|
+
export * from "./ListTagsForResourceCommand";
|
|
21
|
+
export * from "./ResolveComponentCandidatesCommand";
|
|
22
|
+
export * from "./TagResourceCommand";
|
|
23
|
+
export * from "./UntagResourceCommand";
|
|
@@ -1,34 +1,5 @@
|
|
|
1
|
-
export * from "./GreengrassV2Client";
|
|
2
1
|
export * from "./GreengrassV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
8
|
-
export * from "./commands/DeleteComponentCommand";
|
|
9
|
-
export * from "./commands/DeleteCoreDeviceCommand";
|
|
10
|
-
export * from "./commands/DescribeComponentCommand";
|
|
11
|
-
export * from "./commands/GetComponentCommand";
|
|
12
|
-
export * from "./commands/GetComponentVersionArtifactCommand";
|
|
13
|
-
export * from "./commands/GetCoreDeviceCommand";
|
|
14
|
-
export * from "./commands/GetDeploymentCommand";
|
|
15
|
-
export * from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
|
|
16
|
-
export * from "./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator";
|
|
17
|
-
export * from "./commands/ListComponentsCommand";
|
|
18
|
-
export * from "./pagination/ListComponentsPaginator";
|
|
19
|
-
export * from "./commands/ListComponentVersionsCommand";
|
|
20
|
-
export * from "./pagination/ListComponentVersionsPaginator";
|
|
21
|
-
export * from "./commands/ListCoreDevicesCommand";
|
|
22
|
-
export * from "./pagination/ListCoreDevicesPaginator";
|
|
23
|
-
export * from "./commands/ListDeploymentsCommand";
|
|
24
|
-
export * from "./pagination/ListDeploymentsPaginator";
|
|
25
|
-
export * from "./commands/ListEffectiveDeploymentsCommand";
|
|
26
|
-
export * from "./pagination/ListEffectiveDeploymentsPaginator";
|
|
27
|
-
export * from "./commands/ListInstalledComponentsCommand";
|
|
28
|
-
export * from "./pagination/ListInstalledComponentsPaginator";
|
|
29
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
30
|
-
export * from "./commands/ResolveComponentCandidatesCommand";
|
|
31
|
-
export * from "./commands/TagResourceCommand";
|
|
32
|
-
export * from "./commands/UntagResourceCommand";
|
|
33
|
-
export * from "./pagination/Interfaces";
|
|
34
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./GreengrassV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|