Skip to content

Commit

Permalink
Updates SDK to v2.1401.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 20, 2023
1 parent b08c53a commit ffc003b
Show file tree
Hide file tree
Showing 22 changed files with 4,103 additions and 3,145 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1401.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "This release adds new API to reset connector metadata cache"
},
{
"type": "feature",
"category": "ConfigService",
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts"
},
{
"type": "feature",
"category": "Lambda",
"description": "This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API."
},
{
"type": "feature",
"category": "Redshift",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1400.0-->
<!--LATEST=2.1401.0-->
<!--ENTRYINSERT-->

## 2.1401.0
* feature: Appflow: This release adds new API to reset connector metadata cache
* feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
* feature: EC2: Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
* feature: Lambda: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
* 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.

## 2.1400.0
* feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
* feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
19 changes: 19 additions & 0 deletions apis/appflow-2020-08-23.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,25 @@
}
}
},
"ResetConnectorMetadataCache": {
"http": {
"requestUri": "/reset-connector-metadata-cache"
},
"input": {
"type": "structure",
"members": {
"connectorProfileName": {},
"connectorType": {},
"connectorEntityName": {},
"entitiesPath": {},
"apiVersion": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StartFlow": {
"http": {
"requestUri": "/start-flow"
Expand Down
57 changes: 57 additions & 0 deletions apis/appflow-2020-08-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,34 @@
],
"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>"
},
"ResetConnectorMetadataCache": {
"name": "ResetConnectorMetadataCache",
"http": {
"method": "POST",
"requestUri": "/reset-connector-metadata-cache"
},
"input": {
"shape": "ResetConnectorMetadataCacheRequest"
},
"output": {
"shape": "ResetConnectorMetadataCacheResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "ConflictException"
},
{
"shape": "InternalServerException"
}
],
"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>"
},
"StartFlow": {
"name": "StartFlow",
"http": {
Expand Down Expand Up @@ -4476,6 +4504,35 @@
},
"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>"
},
"ResetConnectorMetadataCacheRequest": {
"type": "structure",
"members": {
"connectorProfileName": {
"shape": "ConnectorProfileName",
"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>"
},
"connectorType": {
"shape": "ConnectorType",
"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>"
},
"connectorEntityName": {
"shape": "EntityName",
"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>"
},
"entitiesPath": {
"shape": "EntitiesPath",
"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>"
},
"apiVersion": {
"shape": "ApiVersion",
"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>"
}
}
},
"ResetConnectorMetadataCacheResponse": {
"type": "structure",
"members": {}
},
"RoleArn": {
"type": "string",
"max": 512,
Expand Down
23 changes: 22 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8283,7 +8283,28 @@
"AWS::Redshift::ScheduledAction",
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
"AWS::SageMaker::AppImageConfig",
"AWS::SageMaker::Image"
"AWS::SageMaker::Image",
"AWS::ECS::TaskSet",
"AWS::Cassandra::Keyspace",
"AWS::Signer::SigningProfile",
"AWS::Amplify::App",
"AWS::AppMesh::VirtualNode",
"AWS::AppMesh::VirtualService",
"AWS::AppRunner::VpcConnector",
"AWS::AppStream::Application",
"AWS::CodeArtifact::Repository",
"AWS::EC2::PrefixList",
"AWS::EC2::SpotFleet",
"AWS::Evidently::Project",
"AWS::Forecast::Dataset",
"AWS::IAM::SAMLProvider",
"AWS::IAM::ServerCertificate",
"AWS::Pinpoint::Campaign",
"AWS::Pinpoint::InAppTemplate",
"AWS::SageMaker::Domain",
"AWS::Transfer::Agreement",
"AWS::Transfer::Connector",
"AWS::KinesisFirehose::DeliveryStream"
]
},
"ResourceTypeList": {
Expand Down
Loading

0 comments on commit ffc003b

Please sign in to comment.