Skip to content

Commit acc28d7

Browse files
author
awstools
committed
Updates SDK to v2.1206.0
1 parent 8f67af4 commit acc28d7

24 files changed

+3098
-569
lines changed

.changes/2.1206.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "GreengrassV2",
5+
"description": "Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LookoutEquipment",
10+
"description": "This release adds new apis for providing labels."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Macie2",
15+
"description": "This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1205.0-->
2+
<!--LATEST=2.1206.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1206.0
6+
* feature: GreengrassV2: Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.
7+
* feature: LookoutEquipment: This release adds new apis for providing labels.
8+
* feature: Macie2: This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.
9+
510
## 2.1205.0
611
* feature: VoiceID: Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed.
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1205.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1206.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/greengrassv2-2020-11-30.min.json

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"componentName": {},
174174
"componentVersion": {},
175175
"componentPlatforms": {
176-
"shape": "Sq"
176+
"shape": "Sp"
177177
},
178178
"componentDependencies": {
179179
"type": "map",
@@ -287,7 +287,7 @@
287287
}
288288
},
289289
"tags": {
290-
"shape": "S1g"
290+
"shape": "S1f"
291291
},
292292
"clientToken": {
293293
"idempotencyToken": true
@@ -310,7 +310,7 @@
310310
"type": "timestamp"
311311
},
312312
"status": {
313-
"shape": "S1n"
313+
"shape": "S1m"
314314
}
315315
}
316316
}
@@ -338,7 +338,7 @@
338338
"shape": "S2k"
339339
},
340340
"tags": {
341-
"shape": "S1g"
341+
"shape": "S1f"
342342
},
343343
"clientToken": {
344344
"idempotencyToken": true
@@ -440,13 +440,13 @@
440440
"publisher": {},
441441
"description": {},
442442
"status": {
443-
"shape": "S1n"
443+
"shape": "S1m"
444444
},
445445
"platforms": {
446-
"shape": "Sq"
446+
"shape": "Sp"
447447
},
448448
"tags": {
449-
"shape": "S1g"
449+
"shape": "S1f"
450450
}
451451
}
452452
}
@@ -503,7 +503,7 @@
503503
"type": "blob"
504504
},
505505
"tags": {
506-
"shape": "S1g"
506+
"shape": "S1f"
507507
}
508508
}
509509
}
@@ -600,7 +600,7 @@
600600
"type": "timestamp"
601601
},
602602
"tags": {
603-
"shape": "S1g"
603+
"shape": "S1f"
604604
}
605605
}
606606
}
@@ -648,7 +648,7 @@
648648
"type": "boolean"
649649
},
650650
"tags": {
651-
"shape": "S1g"
651+
"shape": "S1f"
652652
}
653653
}
654654
}
@@ -809,7 +809,7 @@
809809
"description": {},
810810
"publisher": {},
811811
"platforms": {
812-
"shape": "Sq"
812+
"shape": "Sp"
813813
}
814814
}
815815
}
@@ -1006,6 +1006,10 @@
10061006
"nextToken": {
10071007
"location": "querystring",
10081008
"locationName": "nextToken"
1009+
},
1010+
"topologyFilter": {
1011+
"location": "querystring",
1012+
"locationName": "topologyFilter"
10091013
}
10101014
}
10111015
},
@@ -1023,6 +1027,9 @@
10231027
"lifecycleStateDetails": {},
10241028
"isRoot": {
10251029
"type": "boolean"
1030+
},
1031+
"lastStatusChangeTimestamp": {
1032+
"type": "timestamp"
10261033
}
10271034
}
10281035
}
@@ -1052,7 +1059,7 @@
10521059
"type": "structure",
10531060
"members": {
10541061
"tags": {
1055-
"shape": "S1g"
1062+
"shape": "S1f"
10561063
}
10571064
}
10581065
}
@@ -1065,7 +1072,7 @@
10651072
"type": "structure",
10661073
"members": {
10671074
"platform": {
1068-
"shape": "Sr"
1075+
"shape": "Sq"
10691076
},
10701077
"componentCandidates": {
10711078
"type": "list",
@@ -1122,7 +1129,7 @@
11221129
"locationName": "resourceArn"
11231130
},
11241131
"tags": {
1125-
"shape": "S1g"
1132+
"shape": "S1f"
11261133
}
11271134
}
11281135
},
@@ -1197,13 +1204,13 @@
11971204
}
11981205
},
11991206
"shapes": {
1200-
"Sq": {
1207+
"Sp": {
12011208
"type": "list",
12021209
"member": {
1203-
"shape": "Sr"
1210+
"shape": "Sq"
12041211
}
12051212
},
1206-
"Sr": {
1213+
"Sq": {
12071214
"type": "structure",
12081215
"members": {
12091216
"name": {},
@@ -1214,12 +1221,12 @@
12141221
}
12151222
}
12161223
},
1217-
"S1g": {
1224+
"S1f": {
12181225
"type": "map",
12191226
"key": {},
12201227
"value": {}
12211228
},
1222-
"S1n": {
1229+
"S1m": {
12231230
"type": "structure",
12241231
"members": {
12251232
"componentState": {},

apis/greengrassv2-2020-11-30.normal.json

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"shape": "InternalServerException"
385385
}
386386
],
387-
"documentation": "<p>Gets the recipe for a version of a component. Core devices can call this operation to identify the artifacts and requirements to install a component.</p>"
387+
"documentation": "<p>Gets the recipe for a version of a component.</p>"
388388
},
389389
"GetComponentVersionArtifact": {
390390
"name": "GetComponentVersionArtifact",
@@ -469,7 +469,7 @@
469469
"shape": "ThrottlingException"
470470
}
471471
],
472-
"documentation": "<p>Retrieves metadata for a Greengrass core device.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> </ul> </note>"
472+
"documentation": "<p>Retrieves metadata for a Greengrass core device.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> <li> <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment</p> </li> </ul> </note>"
473473
},
474474
"GetDeployment": {
475475
"name": "GetDeployment",
@@ -642,7 +642,7 @@
642642
"shape": "ThrottlingException"
643643
}
644644
],
645-
"documentation": "<p>Retrieves a paginated list of Greengrass core devices.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> </ul> </note>"
645+
"documentation": "<p>Retrieves a paginated list of Greengrass core devices.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> <li> <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment</p> </li> </ul> </note>"
646646
},
647647
"ListDeployments": {
648648
"name": "ListDeployments",
@@ -732,7 +732,7 @@
732732
"shape": "ThrottlingException"
733733
}
734734
],
735-
"documentation": "<p>Retrieves a paginated list of the components that a Greengrass core device runs. This list doesn't include components that are deployed from local deployments or components that are deployed as dependencies of other components.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> </ul> </note>"
735+
"documentation": "<p>Retrieves a paginated list of the components that a Greengrass core device runs. By default, this list doesn't include components that are deployed as dependencies of other components. To include dependencies in the response, set the <code>topologyFilter</code> parameter to <code>ALL</code>.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> <li> <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment</p> </li> </ul> </note>"
736736
},
737737
"ListTagsForResource": {
738738
"name": "ListTagsForResource",
@@ -1265,7 +1265,7 @@
12651265
},
12661266
"attributes": {
12671267
"shape": "PlatformAttributesMap",
1268-
"documentation": "<p>A dictionary of attributes for the platform. The IoT Greengrass Core software defines the <code>os</code> and <code>platform</code> by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html\">Greengrass nucleus component</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>"
1268+
"documentation": "<p>A dictionary of attributes for the platform. The IoT Greengrass Core software defines the <code>os</code> and <code>architecture</code> by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html\">Greengrass nucleus component</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>"
12691269
}
12701270
},
12711271
"documentation": "<p>Contains information about a platform that a component supports.</p>"
@@ -1479,7 +1479,7 @@
14791479
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>"
14801480
},
14811481
"deploymentName": {
1482-
"shape": "NonEmptyString",
1482+
"shape": "DeploymentNameString",
14831483
"documentation": "<p>The name of the deployment.</p>"
14841484
},
14851485
"components": {
@@ -1680,6 +1680,11 @@
16801680
"DeploymentName": {
16811681
"type": "string"
16821682
},
1683+
"DeploymentNameString": {
1684+
"type": "string",
1685+
"max": 256,
1686+
"min": 1
1687+
},
16831688
"DeploymentPolicies": {
16841689
"type": "structure",
16851690
"members": {
@@ -2177,6 +2182,10 @@
21772182
"isRoot": {
21782183
"shape": "IsRoot",
21792184
"documentation": "<p>Whether or not the component is a root component.</p>"
2185+
},
2186+
"lastStatusChangeTimestamp": {
2187+
"shape": "Timestamp",
2188+
"documentation": "<p>The status of how current the data is.</p> <p>This response is based off of component state changes. The status reflects component disruptions and deployments. If a component only sees a configuration update during a deployment, it might not undergo a state change and this status would not be updated.</p>"
21802189
}
21812190
},
21822191
"documentation": "<p>Contains information about a component on a Greengrass core device.</p>"
@@ -2200,6 +2209,13 @@
22002209
"shape": "InstalledComponent"
22012210
}
22022211
},
2212+
"InstalledComponentTopologyFilter": {
2213+
"type": "string",
2214+
"enum": [
2215+
"ALL",
2216+
"ROOT"
2217+
]
2218+
},
22032219
"IoTJobARN": {
22042220
"type": "string",
22052221
"pattern": "arn:[^:]*:iot:[^:]+:[0-9]+:job/.+"
@@ -2542,18 +2558,14 @@
25422558
"rw"
25432559
]
25442560
},
2545-
"LambdaFunctionARNWithVersionNumber": {
2546-
"type": "string",
2547-
"pattern": "arn:[^:]*:lambda:[^:]+:[0-9]+:function:[a-zA-Z0-9-_]+:[0-9]+"
2548-
},
25492561
"LambdaFunctionRecipeSource": {
25502562
"type": "structure",
25512563
"required": [
25522564
"lambdaArn"
25532565
],
25542566
"members": {
25552567
"lambdaArn": {
2556-
"shape": "LambdaFunctionARNWithVersionNumber",
2568+
"shape": "NonEmptyString",
25572569
"documentation": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the Lambda function. The ARN must include the version of the function to import. You can't use version aliases like <code>$LATEST</code>.</p>"
25582570
},
25592571
"componentName": {
@@ -2920,6 +2932,13 @@
29202932
"box": true,
29212933
"location": "querystring",
29222934
"locationName": "nextToken"
2935+
},
2936+
"topologyFilter": {
2937+
"shape": "InstalledComponentTopologyFilter",
2938+
"documentation": "<p>The filter for the list of components. Choose from the following options:</p> <ul> <li> <p> <code>ALL</code> – The list includes all components installed on the core device.</p> </li> <li> <p> <code>ROOT</code> – The list includes only <i>root</i> components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.</p> </li> </ul> <p>Default: <code>ROOT</code> </p>",
2939+
"box": true,
2940+
"location": "querystring",
2941+
"locationName": "topologyFilter"
29232942
}
29242943
}
29252944
},
@@ -2928,7 +2947,7 @@
29282947
"members": {
29292948
"installedComponents": {
29302949
"shape": "InstalledComponentList",
2931-
"documentation": "<p>A list that summarizes each component on the core device.</p>"
2950+
"documentation": "<p>A list that summarizes each component on the core device.</p> <note> <p>Accuracy of the <code>lastStatusChangeTimestamp</code> response depends on Greengrass nucleus v2.7.0. It performs best on Greengrass nucleus v2.7.0 and can be inaccurate on earlier versions.</p> </note>"
29322951
},
29332952
"nextToken": {
29342953
"shape": "NextTokenString",

0 commit comments

Comments
 (0)