@aws-sdk/client-greengrassv2 3.300.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/AssociateServiceRoleToAccountCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +3 -3
- package/dist-types/commands/CancelDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateComponentVersionCommand.d.ts +19 -19
- package/dist-types/commands/CreateDeploymentCommand.d.ts +19 -19
- package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstalledComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +6 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -30,7 +30,7 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
30
30
|
* import { GreengrassV2Client, AssociateServiceRoleToAccountCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
31
31
|
* // const { GreengrassV2Client, AssociateServiceRoleToAccountCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
32
32
|
* const client = new GreengrassV2Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // AssociateServiceRoleToAccountRequest
|
|
34
34
|
* roleArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AssociateServiceRoleToAccountCommand(input);
|
|
@@ -37,9 +37,9 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends B
|
|
|
37
37
|
* import { GreengrassV2Client, BatchAssociateClientDeviceWithCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
38
38
|
* // const { GreengrassV2Client, BatchAssociateClientDeviceWithCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
39
39
|
* const client = new GreengrassV2Client(config);
|
|
40
|
-
* const input = {
|
|
41
|
-
* entries: [
|
|
42
|
-
* {
|
|
40
|
+
* const input = { // BatchAssociateClientDeviceWithCoreDeviceRequest
|
|
41
|
+
* entries: [ // AssociateClientDeviceWithCoreDeviceEntryList
|
|
42
|
+
* { // AssociateClientDeviceWithCoreDeviceEntry
|
|
43
43
|
* thingName: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
45
45
|
* ],
|
|
@@ -28,9 +28,9 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extend
|
|
|
28
28
|
* import { GreengrassV2Client, BatchDisassociateClientDeviceFromCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
29
29
|
* // const { GreengrassV2Client, BatchDisassociateClientDeviceFromCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
30
30
|
* const client = new GreengrassV2Client(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* entries: [
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // BatchDisassociateClientDeviceFromCoreDeviceRequest
|
|
32
|
+
* entries: [ // DisassociateClientDeviceFromCoreDeviceEntryList
|
|
33
|
+
* { // DisassociateClientDeviceFromCoreDeviceEntry
|
|
34
34
|
* thingName: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
@@ -28,7 +28,7 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse,
|
|
|
28
28
|
* import { GreengrassV2Client, CancelDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
29
29
|
* // const { GreengrassV2Client, CancelDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
30
30
|
* const client = new GreengrassV2Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CancelDeploymentRequest
|
|
32
32
|
* deploymentId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CancelDeploymentCommand(input);
|
|
@@ -94,29 +94,29 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
|
|
|
94
94
|
* import { GreengrassV2Client, CreateComponentVersionCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
95
95
|
* // const { GreengrassV2Client, CreateComponentVersionCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
96
96
|
* const client = new GreengrassV2Client(config);
|
|
97
|
-
* const input = {
|
|
97
|
+
* const input = { // CreateComponentVersionRequest
|
|
98
98
|
* inlineRecipe: "BLOB_VALUE",
|
|
99
|
-
* lambdaFunction: {
|
|
99
|
+
* lambdaFunction: { // LambdaFunctionRecipeSource
|
|
100
100
|
* lambdaArn: "STRING_VALUE", // required
|
|
101
101
|
* componentName: "STRING_VALUE",
|
|
102
102
|
* componentVersion: "STRING_VALUE",
|
|
103
|
-
* componentPlatforms: [
|
|
104
|
-
* {
|
|
103
|
+
* componentPlatforms: [ // ComponentPlatformList
|
|
104
|
+
* { // ComponentPlatform
|
|
105
105
|
* name: "STRING_VALUE",
|
|
106
|
-
* attributes: {
|
|
106
|
+
* attributes: { // PlatformAttributesMap
|
|
107
107
|
* "<keys>": "STRING_VALUE",
|
|
108
108
|
* },
|
|
109
109
|
* },
|
|
110
110
|
* ],
|
|
111
|
-
* componentDependencies: {
|
|
112
|
-
* "<keys>": {
|
|
111
|
+
* componentDependencies: { // ComponentDependencyMap
|
|
112
|
+
* "<keys>": { // ComponentDependencyRequirement
|
|
113
113
|
* versionRequirement: "STRING_VALUE",
|
|
114
114
|
* dependencyType: "HARD" || "SOFT",
|
|
115
115
|
* },
|
|
116
116
|
* },
|
|
117
|
-
* componentLambdaParameters: {
|
|
118
|
-
* eventSources: [
|
|
119
|
-
* {
|
|
117
|
+
* componentLambdaParameters: { // LambdaExecutionParameters
|
|
118
|
+
* eventSources: [ // LambdaEventSourceList
|
|
119
|
+
* { // LambdaEventSource
|
|
120
120
|
* topic: "STRING_VALUE", // required
|
|
121
121
|
* type: "PUB_SUB" || "IOT_CORE", // required
|
|
122
122
|
* },
|
|
@@ -128,27 +128,27 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
|
|
|
128
128
|
* statusTimeoutInSeconds: Number("int"),
|
|
129
129
|
* pinned: true || false,
|
|
130
130
|
* inputPayloadEncodingType: "json" || "binary",
|
|
131
|
-
* execArgs: [
|
|
131
|
+
* execArgs: [ // LambdaExecArgsList
|
|
132
132
|
* "STRING_VALUE",
|
|
133
133
|
* ],
|
|
134
|
-
* environmentVariables: {
|
|
134
|
+
* environmentVariables: { // LambdaEnvironmentVariables
|
|
135
135
|
* "<keys>": "STRING_VALUE",
|
|
136
136
|
* },
|
|
137
|
-
* linuxProcessParams: {
|
|
137
|
+
* linuxProcessParams: { // LambdaLinuxProcessParams
|
|
138
138
|
* isolationMode: "GreengrassContainer" || "NoContainer",
|
|
139
|
-
* containerParams: {
|
|
139
|
+
* containerParams: { // LambdaContainerParams
|
|
140
140
|
* memorySizeInKB: Number("int"),
|
|
141
141
|
* mountROSysfs: true || false,
|
|
142
|
-
* volumes: [
|
|
143
|
-
* {
|
|
142
|
+
* volumes: [ // LambdaVolumeList
|
|
143
|
+
* { // LambdaVolumeMount
|
|
144
144
|
* sourcePath: "STRING_VALUE", // required
|
|
145
145
|
* destinationPath: "STRING_VALUE", // required
|
|
146
146
|
* permission: "ro" || "rw",
|
|
147
147
|
* addGroupOwner: true || false,
|
|
148
148
|
* },
|
|
149
149
|
* ],
|
|
150
|
-
* devices: [
|
|
151
|
-
* {
|
|
150
|
+
* devices: [ // LambdaDeviceList
|
|
151
|
+
* { // LambdaDeviceMount
|
|
152
152
|
* path: "STRING_VALUE", // required
|
|
153
153
|
* permission: "ro" || "rw",
|
|
154
154
|
* addGroupOwner: true || false,
|
|
@@ -158,7 +158,7 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
|
|
|
158
158
|
* },
|
|
159
159
|
* },
|
|
160
160
|
* },
|
|
161
|
-
* tags: {
|
|
161
|
+
* tags: { // TagMap
|
|
162
162
|
* "<keys>": "STRING_VALUE",
|
|
163
163
|
* },
|
|
164
164
|
* clientToken: "STRING_VALUE",
|
|
@@ -36,21 +36,21 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
36
36
|
* import { GreengrassV2Client, CreateDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
37
37
|
* // const { GreengrassV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
38
38
|
* const client = new GreengrassV2Client(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreateDeploymentRequest
|
|
40
40
|
* targetArn: "STRING_VALUE", // required
|
|
41
41
|
* deploymentName: "STRING_VALUE",
|
|
42
|
-
* components: {
|
|
43
|
-
* "<keys>": {
|
|
42
|
+
* components: { // ComponentDeploymentSpecifications
|
|
43
|
+
* "<keys>": { // ComponentDeploymentSpecification
|
|
44
44
|
* componentVersion: "STRING_VALUE",
|
|
45
|
-
* configurationUpdate: {
|
|
45
|
+
* configurationUpdate: { // ComponentConfigurationUpdate
|
|
46
46
|
* merge: "STRING_VALUE",
|
|
47
|
-
* reset: [
|
|
47
|
+
* reset: [ // ComponentConfigurationPathList
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* },
|
|
51
|
-
* runWith: {
|
|
51
|
+
* runWith: { // ComponentRunWith
|
|
52
52
|
* posixUser: "STRING_VALUE",
|
|
53
|
-
* systemResourceLimits: {
|
|
53
|
+
* systemResourceLimits: { // SystemResourceLimits
|
|
54
54
|
* memory: Number("long"),
|
|
55
55
|
* cpus: Number("double"),
|
|
56
56
|
* },
|
|
@@ -58,21 +58,21 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
58
58
|
* },
|
|
59
59
|
* },
|
|
60
60
|
* },
|
|
61
|
-
* iotJobConfiguration: {
|
|
62
|
-
* jobExecutionsRolloutConfig: {
|
|
63
|
-
* exponentialRate: {
|
|
61
|
+
* iotJobConfiguration: { // DeploymentIoTJobConfiguration
|
|
62
|
+
* jobExecutionsRolloutConfig: { // IoTJobExecutionsRolloutConfig
|
|
63
|
+
* exponentialRate: { // IoTJobExponentialRolloutRate
|
|
64
64
|
* baseRatePerMinute: Number("int"), // required
|
|
65
65
|
* incrementFactor: Number("double"), // required
|
|
66
|
-
* rateIncreaseCriteria: {
|
|
66
|
+
* rateIncreaseCriteria: { // IoTJobRateIncreaseCriteria
|
|
67
67
|
* numberOfNotifiedThings: Number("int"),
|
|
68
68
|
* numberOfSucceededThings: Number("int"),
|
|
69
69
|
* },
|
|
70
70
|
* },
|
|
71
71
|
* maximumPerMinute: Number("int"),
|
|
72
72
|
* },
|
|
73
|
-
* abortConfig: {
|
|
74
|
-
* criteriaList: [ // required
|
|
75
|
-
* {
|
|
73
|
+
* abortConfig: { // IoTJobAbortConfig
|
|
74
|
+
* criteriaList: [ // IoTJobAbortCriteriaList // required
|
|
75
|
+
* { // IoTJobAbortCriteria
|
|
76
76
|
* failureType: "FAILED" || "REJECTED" || "TIMED_OUT" || "ALL", // required
|
|
77
77
|
* action: "CANCEL", // required
|
|
78
78
|
* thresholdPercentage: Number("double"), // required
|
|
@@ -80,22 +80,22 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
80
80
|
* },
|
|
81
81
|
* ],
|
|
82
82
|
* },
|
|
83
|
-
* timeoutConfig: {
|
|
83
|
+
* timeoutConfig: { // IoTJobTimeoutConfig
|
|
84
84
|
* inProgressTimeoutInMinutes: Number("long"),
|
|
85
85
|
* },
|
|
86
86
|
* },
|
|
87
|
-
* deploymentPolicies: {
|
|
87
|
+
* deploymentPolicies: { // DeploymentPolicies
|
|
88
88
|
* failureHandlingPolicy: "ROLLBACK" || "DO_NOTHING",
|
|
89
|
-
* componentUpdatePolicy: {
|
|
89
|
+
* componentUpdatePolicy: { // DeploymentComponentUpdatePolicy
|
|
90
90
|
* timeoutInSeconds: Number("int"),
|
|
91
91
|
* action: "NOTIFY_COMPONENTS" || "SKIP_NOTIFY_COMPONENTS",
|
|
92
92
|
* },
|
|
93
|
-
* configurationValidationPolicy: {
|
|
93
|
+
* configurationValidationPolicy: { // DeploymentConfigurationValidationPolicy
|
|
94
94
|
* timeoutInSeconds: Number("int"),
|
|
95
95
|
* },
|
|
96
96
|
* },
|
|
97
97
|
* parentTargetArn: "STRING_VALUE",
|
|
98
|
-
* tags: {
|
|
98
|
+
* tags: { // TagMap
|
|
99
99
|
* "<keys>": "STRING_VALUE",
|
|
100
100
|
* },
|
|
101
101
|
* clientToken: "STRING_VALUE",
|
|
@@ -32,7 +32,7 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* import { GreengrassV2Client, DeleteComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
33
33
|
* // const { GreengrassV2Client, DeleteComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
34
34
|
* const client = new GreengrassV2Client(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteComponentRequest
|
|
36
36
|
* arn: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteComponentCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { GreengrassV2Client, DeleteCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
30
30
|
* // const { GreengrassV2Client, DeleteCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
31
31
|
* const client = new GreengrassV2Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteCoreDeviceRequest
|
|
33
33
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteCoreDeviceCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { GreengrassV2Client, DeleteDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
31
31
|
* // const { GreengrassV2Client, DeleteDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
32
32
|
* const client = new GreengrassV2Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteDeploymentRequest
|
|
34
34
|
* deploymentId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteDeploymentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
|
|
|
26
26
|
* import { GreengrassV2Client, DescribeComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, DescribeComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeComponentRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeComponentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
26
26
|
* import { GreengrassV2Client, GetComponentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, GetComponentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetComponentRequest
|
|
30
30
|
* recipeOutputFormat: "JSON" || "YAML",
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
|
|
|
27
27
|
* import { GreengrassV2Client, GetComponentVersionArtifactCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
28
28
|
* // const { GreengrassV2Client, GetComponentVersionArtifactCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
29
29
|
* const client = new GreengrassV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetComponentVersionArtifactRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* artifactName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -32,7 +32,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
32
32
|
* import { GreengrassV2Client, GetConnectivityInfoCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
33
33
|
* // const { GreengrassV2Client, GetConnectivityInfoCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
34
34
|
* const client = new GreengrassV2Client(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // GetConnectivityInfoRequest
|
|
36
36
|
* thingName: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetConnectivityInfoCommand(input);
|
|
@@ -53,7 +53,7 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
|
|
|
53
53
|
* import { GreengrassV2Client, GetCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
54
54
|
* // const { GreengrassV2Client, GetCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
55
55
|
* const client = new GreengrassV2Client(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // GetCoreDeviceRequest
|
|
57
57
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
58
58
|
* };
|
|
59
59
|
* const command = new GetCoreDeviceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
26
26
|
* import { GreengrassV2Client, GetDeploymentCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, GetDeploymentCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeploymentRequest
|
|
30
30
|
* deploymentId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeploymentCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
|
|
|
27
27
|
* import { GreengrassV2Client, ListClientDevicesAssociatedWithCoreDeviceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
28
28
|
* // const { GreengrassV2Client, ListClientDevicesAssociatedWithCoreDeviceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
29
29
|
* const client = new GreengrassV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListClientDevicesAssociatedWithCoreDeviceRequest
|
|
31
31
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
32
32
|
* maxResults: Number("int"),
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
|
|
|
26
26
|
* import { GreengrassV2Client, ListComponentVersionsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, ListComponentVersionsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListComponentVersionsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
27
27
|
* import { GreengrassV2Client, ListComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
28
28
|
* // const { GreengrassV2Client, ListComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
29
29
|
* const client = new GreengrassV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListComponentsRequest
|
|
31
31
|
* scope: "PRIVATE" || "PUBLIC",
|
|
32
32
|
* maxResults: Number("int"),
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
@@ -53,7 +53,7 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
|
|
|
53
53
|
* import { GreengrassV2Client, ListCoreDevicesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
54
54
|
* // const { GreengrassV2Client, ListCoreDevicesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
55
55
|
* const client = new GreengrassV2Client(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // ListCoreDevicesRequest
|
|
57
57
|
* thingGroupArn: "STRING_VALUE",
|
|
58
58
|
* status: "HEALTHY" || "UNHEALTHY",
|
|
59
59
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
26
26
|
* import { GreengrassV2Client, ListDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, ListDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDeploymentsRequest
|
|
30
30
|
* targetArn: "STRING_VALUE",
|
|
31
31
|
* historyFilter: "ALL" || "LATEST_ONLY",
|
|
32
32
|
* parentTargetArn: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
|
|
|
27
27
|
* import { GreengrassV2Client, ListEffectiveDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
28
28
|
* // const { GreengrassV2Client, ListEffectiveDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
29
29
|
* const client = new GreengrassV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListEffectiveDeploymentsRequest
|
|
31
31
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
32
32
|
* maxResults: Number("int"),
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo
|
|
|
55
55
|
* import { GreengrassV2Client, ListInstalledComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
56
56
|
* // const { GreengrassV2Client, ListInstalledComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
57
57
|
* const client = new GreengrassV2Client(config);
|
|
58
|
-
* const input = {
|
|
58
|
+
* const input = { // ListInstalledComponentsRequest
|
|
59
59
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
60
60
|
* maxResults: Number("int"),
|
|
61
61
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { GreengrassV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -40,18 +40,18 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
|
|
|
40
40
|
* import { GreengrassV2Client, ResolveComponentCandidatesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
41
41
|
* // const { GreengrassV2Client, ResolveComponentCandidatesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
42
42
|
* const client = new GreengrassV2Client(config);
|
|
43
|
-
* const input = {
|
|
44
|
-
* platform: {
|
|
43
|
+
* const input = { // ResolveComponentCandidatesRequest
|
|
44
|
+
* platform: { // ComponentPlatform
|
|
45
45
|
* name: "STRING_VALUE",
|
|
46
|
-
* attributes: {
|
|
46
|
+
* attributes: { // PlatformAttributesMap
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
|
-
* componentCandidates: [
|
|
51
|
-
* {
|
|
50
|
+
* componentCandidates: [ // ComponentCandidateList
|
|
51
|
+
* { // ComponentCandidate
|
|
52
52
|
* componentName: "STRING_VALUE",
|
|
53
53
|
* componentVersion: "STRING_VALUE",
|
|
54
|
-
* versionRequirements: {
|
|
54
|
+
* versionRequirements: { // ComponentVersionRequirementMap
|
|
55
55
|
* "<keys>": "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
@@ -27,9 +27,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
27
|
* import { GreengrassV2Client, TagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
28
28
|
* // const { GreengrassV2Client, TagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
29
29
|
* const client = new GreengrassV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // TagResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
|
-
* tags: { // required
|
|
32
|
+
* tags: { // TagMap // required
|
|
33
33
|
* "<keys>": "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { GreengrassV2Client, UntagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
27
27
|
* // const { GreengrassV2Client, UntagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tagKeys: [ // required
|
|
31
|
+
* tagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -32,10 +32,10 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
32
32
|
* import { GreengrassV2Client, UpdateConnectivityInfoCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
|
|
33
33
|
* // const { GreengrassV2Client, UpdateConnectivityInfoCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
|
|
34
34
|
* const client = new GreengrassV2Client(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // UpdateConnectivityInfoRequest
|
|
36
36
|
* thingName: "STRING_VALUE", // required
|
|
37
|
-
* connectivityInfo: [ // required
|
|
38
|
-
* {
|
|
37
|
+
* connectivityInfo: [ // connectivityInfoList // required
|
|
38
|
+
* { // ConnectivityInfo
|
|
39
39
|
* id: "STRING_VALUE",
|
|
40
40
|
* hostAddress: "STRING_VALUE",
|
|
41
41
|
* portNumber: Number("int"),
|
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.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|