Skip to content

Commit e096af8

Browse files
Update models for release
1 parent d5fa8bc commit e096af8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+888
-104
lines changed

.changes/3.184.1

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "CognitoIdentityProvider",
5+
"description": "Amazon Cognito now supports targeted sign out through refresh token revocation"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Appflow",
10+
"description": "Adding MAP_ALL task type support."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "SageMakerFeatureStoreRuntime",
15+
"description": "Release BatchGetRecord API for AWS SageMaker Feature Store Runtime."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Chime",
20+
"description": "This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Redshift",
25+
"description": "Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "ManagedBlockchain",
30+
"description": "This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "SageMaker",
35+
"description": "Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "AppMesh",
40+
"description": "AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes."
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "RAM",
45+
"description": "AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached"
46+
},
47+
{
48+
"type": "api-change",
49+
"category": "EC2",
50+
"description": "This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks."
51+
}
52+
]

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\AppMesh` - AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
6+
* `Aws\Appflow` - Adding MAP_ALL task type support.
7+
* `Aws\Chime` - This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.
8+
* `Aws\CognitoIdentityProvider` - Amazon Cognito now supports targeted sign out through refresh token revocation
9+
* `Aws\EC2` - This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks.
10+
* `Aws\ManagedBlockchain` - This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources.
11+
* `Aws\RAM` - AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached
12+
* `Aws\Redshift` - Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.
13+
* `Aws\SageMaker` - Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias.
14+
* `Aws\SageMakerFeatureStoreRuntime` - Release BatchGetRecord API for AWS SageMaker Feature Store Runtime.
15+
316
## 3.184.0 - 2021-06-09
417

518
* `Aws\PersonalizeEvents` - Support for unstructured text inputs in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions.

src/CognitoIdentityProvider/CognitoIdentityProviderClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@
164164
* @method \GuzzleHttp\Promise\Promise resendConfirmationCodeAsync(array $args = [])
165165
* @method \Aws\Result respondToAuthChallenge(array $args = [])
166166
* @method \GuzzleHttp\Promise\Promise respondToAuthChallengeAsync(array $args = [])
167+
* @method \Aws\Result revokeToken(array $args = [])
168+
* @method \GuzzleHttp\Promise\Promise revokeTokenAsync(array $args = [])
167169
* @method \Aws\Result setRiskConfiguration(array $args = [])
168170
* @method \GuzzleHttp\Promise\Promise setRiskConfigurationAsync(array $args = [])
169171
* @method \Aws\Result setUICustomization(array $args = [])

src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
/**
77
* This client is used to interact with the **Amazon SageMaker Feature Store Runtime** service.
8+
* @method \Aws\Result batchGetRecord(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise batchGetRecordAsync(array $args = [])
810
* @method \Aws\Result deleteRecord(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise deleteRecordAsync(array $args = [])
1012
* @method \Aws\Result getRecord(array $args = [])

src/data/appflow/2020-08-23/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,8 @@
15321532
"TRUNCATE_LENGTH",
15331533
"MATH_OPERATION_FIELDS_ORDER",
15341534
"CONCAT_FORMAT",
1535-
"SUBFIELD_CATEGORY_MAP"
1535+
"SUBFIELD_CATEGORY_MAP",
1536+
"EXCLUDE_SOURCE_FIELDS_LIST"
15361537
]
15371538
},
15381539
"Password":{
@@ -2197,6 +2198,7 @@
21972198
"Arithmetic",
21982199
"Filter",
21992200
"Map",
2201+
"Map_all",
22002202
"Mask",
22012203
"Merge",
22022204
"Truncate",

src/data/appflow/2020-08-23/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/appflow/2020-08-23/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
"SnowflakeDestinationProperties$object": "<p> The object specified in the Snowflake flow destination. </p>",
10981098
"TrendmicroSourceProperties$object": "<p> The object specified in the Trend Micro flow source. </p>",
10991099
"VeevaSourceProperties$object": "<p> The object specified in the Veeva flow source. </p>",
1100-
"ZendeskDestinationProperties$object": null,
1100+
"ZendeskDestinationProperties$object": "<p>The object specified in the Zendesk flow destination.</p>",
11011101
"ZendeskSourceProperties$object": "<p> The object specified in the Zendesk flow source. </p>"
11021102
}
11031103
},
@@ -1797,9 +1797,9 @@
17971797
}
17981798
},
17991799
"ZendeskDestinationProperties": {
1800-
"base": null,
1800+
"base": "<p>The properties that are applied when Zendesk is used as a destination.</p>",
18011801
"refs": {
1802-
"DestinationConnectorProperties$Zendesk": null
1802+
"DestinationConnectorProperties$Zendesk": "<p>The properties required to query Zendesk.</p>"
18031803
}
18041804
},
18051805
"ZendeskMetadata": {

src/data/appflow/2020-08-23/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)