Skip to content

Commit ffc003b

Browse files
author
awstools
committed
Updates SDK to v2.1401.0
1 parent b08c53a commit ffc003b

22 files changed

+4103
-3145
lines changed

.changes/2.1401.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "This release adds new API to reset connector metadata cache"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConfigService",
10+
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lambda",
20+
"description": "This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Redshift",
25+
"description": "Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1401.0
6+
* feature: Appflow: This release adds new API to reset connector metadata cache
7+
* feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
8+
* feature: EC2: Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
9+
* feature: Lambda: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
10+
* feature: Redshift: Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
11+
512
## 2.1400.0
613
* feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
714
* feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1400.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1401.0.min.js"></script>
7575

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

apis/appflow-2020-08-23.min.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,25 @@
698698
}
699699
}
700700
},
701+
"ResetConnectorMetadataCache": {
702+
"http": {
703+
"requestUri": "/reset-connector-metadata-cache"
704+
},
705+
"input": {
706+
"type": "structure",
707+
"members": {
708+
"connectorProfileName": {},
709+
"connectorType": {},
710+
"connectorEntityName": {},
711+
"entitiesPath": {},
712+
"apiVersion": {}
713+
}
714+
},
715+
"output": {
716+
"type": "structure",
717+
"members": {}
718+
}
719+
},
701720
"StartFlow": {
702721
"http": {
703722
"requestUri": "/start-flow"

apis/appflow-2020-08-23.normal.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,34 @@
451451
],
452452
"documentation": "<p>Registers a new custom connector with your Amazon Web Services account. Before you can register the connector, you must deploy the associated AWS lambda function in your account.</p>"
453453
},
454+
"ResetConnectorMetadataCache": {
455+
"name": "ResetConnectorMetadataCache",
456+
"http": {
457+
"method": "POST",
458+
"requestUri": "/reset-connector-metadata-cache"
459+
},
460+
"input": {
461+
"shape": "ResetConnectorMetadataCacheRequest"
462+
},
463+
"output": {
464+
"shape": "ResetConnectorMetadataCacheResponse"
465+
},
466+
"errors": [
467+
{
468+
"shape": "ValidationException"
469+
},
470+
{
471+
"shape": "ResourceNotFoundException"
472+
},
473+
{
474+
"shape": "ConflictException"
475+
},
476+
{
477+
"shape": "InternalServerException"
478+
}
479+
],
480+
"documentation": "<p>Resets metadata about your connector entities that Amazon AppFlow stored in its cache. Use this action when you want Amazon AppFlow to return the latest information about the data that you have in a source application.</p> <p>Amazon AppFlow returns metadata about your entities when you use the ListConnectorEntities or DescribeConnectorEntities actions. Following these actions, Amazon AppFlow caches the metadata to reduce the number of API requests that it must send to the source application. Amazon AppFlow automatically resets the cache once every hour, but you can use this action when you want to get the latest metadata right away.</p>"
481+
},
454482
"StartFlow": {
455483
"name": "StartFlow",
456484
"http": {
@@ -4476,6 +4504,35 @@
44764504
},
44774505
"documentation": "<p>Describes the status of an attempt from Amazon AppFlow to register a resource.</p> <p>When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.</p>"
44784506
},
4507+
"ResetConnectorMetadataCacheRequest": {
4508+
"type": "structure",
4509+
"members": {
4510+
"connectorProfileName": {
4511+
"shape": "ConnectorProfileName",
4512+
"documentation": "<p>The name of the connector profile that you want to reset cached metadata for.</p> <p>You can omit this parameter if you're resetting the cache for any of the following connectors: Amazon Connect, Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the cache for any other connector, you must include this parameter in your request.</p>"
4513+
},
4514+
"connectorType": {
4515+
"shape": "ConnectorType",
4516+
"documentation": "<p>The type of connector to reset cached metadata for.</p> <p>You must include this parameter in your request if you're resetting the cache for any of the following connectors: Amazon Connect, Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the cache for any other connector, you can omit this parameter from your request. </p>"
4517+
},
4518+
"connectorEntityName": {
4519+
"shape": "EntityName",
4520+
"documentation": "<p>Use this parameter if you want to reset cached metadata about the details for an individual entity.</p> <p>If you don't include this parameter in your request, Amazon AppFlow only resets cached metadata about entity names, not entity details.</p>"
4521+
},
4522+
"entitiesPath": {
4523+
"shape": "EntitiesPath",
4524+
"documentation": "<p>Use this parameter only if you’re resetting the cached metadata about a nested entity. Only some connectors support nested entities. A nested entity is one that has another entity as a parent. To use this parameter, specify the name of the parent entity.</p> <p>To look up the parent-child relationship of entities, you can send a ListConnectorEntities request that omits the entitiesPath parameter. Amazon AppFlow will return a list of top-level entities. For each one, it indicates whether the entity has nested entities. Then, in a subsequent ListConnectorEntities request, you can specify a parent entity name for the entitiesPath parameter. Amazon AppFlow will return a list of the child entities for that parent.</p>"
4525+
},
4526+
"apiVersion": {
4527+
"shape": "ApiVersion",
4528+
"documentation": "<p>The API version that you specified in the connector profile that you’re resetting cached metadata for. You must use this parameter only if the connector supports multiple API versions or if the connector type is CustomConnector.</p> <p>To look up how many versions a connector supports, use the DescribeConnectors action. In the response, find the value that Amazon AppFlow returns for the connectorVersion parameter.</p> <p>To look up the connector type, use the DescribeConnectorProfiles action. In the response, find the value that Amazon AppFlow returns for the connectorType parameter.</p> <p>To look up the API version that you specified in a connector profile, use the DescribeConnectorProfiles action.</p>"
4529+
}
4530+
}
4531+
},
4532+
"ResetConnectorMetadataCacheResponse": {
4533+
"type": "structure",
4534+
"members": {}
4535+
},
44794536
"RoleArn": {
44804537
"type": "string",
44814538
"max": 512,

apis/config-2014-11-12.normal.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8283,7 +8283,28 @@
82838283
"AWS::Redshift::ScheduledAction",
82848284
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
82858285
"AWS::SageMaker::AppImageConfig",
8286-
"AWS::SageMaker::Image"
8286+
"AWS::SageMaker::Image",
8287+
"AWS::ECS::TaskSet",
8288+
"AWS::Cassandra::Keyspace",
8289+
"AWS::Signer::SigningProfile",
8290+
"AWS::Amplify::App",
8291+
"AWS::AppMesh::VirtualNode",
8292+
"AWS::AppMesh::VirtualService",
8293+
"AWS::AppRunner::VpcConnector",
8294+
"AWS::AppStream::Application",
8295+
"AWS::CodeArtifact::Repository",
8296+
"AWS::EC2::PrefixList",
8297+
"AWS::EC2::SpotFleet",
8298+
"AWS::Evidently::Project",
8299+
"AWS::Forecast::Dataset",
8300+
"AWS::IAM::SAMLProvider",
8301+
"AWS::IAM::ServerCertificate",
8302+
"AWS::Pinpoint::Campaign",
8303+
"AWS::Pinpoint::InAppTemplate",
8304+
"AWS::SageMaker::Domain",
8305+
"AWS::Transfer::Agreement",
8306+
"AWS::Transfer::Connector",
8307+
"AWS::KinesisFirehose::DeliveryStream"
82878308
]
82888309
},
82898310
"ResourceTypeList": {

0 commit comments

Comments
 (0)