Skip to content

Commit

Permalink
Release v1.44.286 (2023-06-20) (#4890)
Browse files Browse the repository at this point in the history
Release v1.44.286 (2023-06-20)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/config`: Updates service API
* `service/ec2`: Updates service API and documentation
  * Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
* `service/lambda`: Updates service API and documentation
  * This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
* `service/redshift`: Updates service API, documentation, and paginators
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Jun 20, 2023
1 parent d3b5bbe commit e85309c
Show file tree
Hide file tree
Showing 25 changed files with 2,241 additions and 275 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.286 (2023-06-20)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/config`: Updates service API
* `service/ec2`: Updates service API and documentation
* Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
* `service/lambda`: Updates service API and documentation
* This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
* `service/redshift`: Updates service API, documentation, and paginators
* 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.

Release v1.44.285 (2023-06-19)
===

Expand Down
15 changes: 15 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.285"
const SDKVersion = "1.44.286"
30 changes: 30 additions & 0 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,21 @@
{"shape":"ConnectorAuthenticationException"}
]
},
"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"}
]
},
"StartFlow":{
"name":"StartFlow",
"http":{
Expand Down Expand Up @@ -2584,6 +2599,21 @@
"status":{"shape":"ExecutionStatus"}
}
},
"ResetConnectorMetadataCacheRequest":{
"type":"structure",
"members":{
"connectorProfileName":{"shape":"ConnectorProfileName"},
"connectorType":{"shape":"ConnectorType"},
"connectorEntityName":{"shape":"EntityName"},
"entitiesPath":{"shape":"EntitiesPath"},
"apiVersion":{"shape":"ApiVersion"}
}
},
"ResetConnectorMetadataCacheResponse":{
"type":"structure",
"members":{
}
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
Expand Down
20 changes: 18 additions & 2 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ListFlows": "<p> Lists all of the flows associated with your account. </p>",
"ListTagsForResource": "<p> Retrieves the tags that are associated with a specified flow. </p>",
"RegisterConnector": "<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": "<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": "<p> Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow. </p>",
"StopFlow": "<p> Deactivates the existing flow. For on-demand flows, this operation returns an <code>unsupportedOperationException</code> error message. For schedule and event-triggered flows, this operation deactivates the flow. </p>",
"TagResource": "<p> Applies a tag to the specified flow. </p>",
Expand Down Expand Up @@ -149,6 +150,7 @@
"DescribeConnectorEntityRequest$apiVersion": "<p>The version of the API that's used by the connector.</p>",
"DestinationFlowConfig$apiVersion": "<p>The API version that the destination connector uses.</p>",
"ListConnectorEntitiesRequest$apiVersion": "<p>The version of the API that's used by the connector.</p>",
"ResetConnectorMetadataCacheRequest$apiVersion": "<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>",
"SourceFlowConfig$apiVersion": "<p>The API version of the connector when it's used as a source in the flow.</p>"
}
},
Expand Down Expand Up @@ -563,6 +565,7 @@
"DescribeConnectorEntityRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>",
"DestinationFlowConfig$connectorProfileName": "<p> The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account. </p>",
"ListConnectorEntitiesRequest$connectorProfileName": "<p> The name of the connector profile. The name is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account, and is used to query the downstream connector. </p>",
"ResetConnectorMetadataCacheRequest$connectorProfileName": "<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>",
"SourceFlowConfig$connectorProfileName": "<p> The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account. </p>",
"UpdateConnectorProfileRequest$connectorProfileName": "<p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in the Amazon Web Services account. </p>"
}
Expand Down Expand Up @@ -661,6 +664,7 @@
"FlowDefinition$sourceConnectorType": "<p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on. </p>",
"FlowDefinition$destinationConnectorType": "<p> Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on. </p>",
"ListConnectorEntitiesRequest$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>",
"ResetConnectorMetadataCacheRequest$connectorType": "<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>",
"SourceFlowConfig$connectorType": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
}
},
Expand Down Expand Up @@ -1081,15 +1085,17 @@
"EntitiesPath": {
"base": null,
"refs": {
"ListConnectorEntitiesRequest$entitiesPath": "<p> This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the <code>entitiesPath</code> parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider. </p>"
"ListConnectorEntitiesRequest$entitiesPath": "<p> This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the <code>entitiesPath</code> parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider. </p>",
"ResetConnectorMetadataCacheRequest$entitiesPath": "<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>"
}
},
"EntityName": {
"base": null,
"refs": {
"CustomConnectorDestinationProperties$entityName": "<p>The entity specified in the custom connector as a destination in the flow.</p>",
"CustomConnectorSourceProperties$entityName": "<p>The entity specified in the custom connector as a source in the flow.</p>",
"DescribeConnectorEntityRequest$connectorEntityName": "<p> The entity name for that connector. </p>"
"DescribeConnectorEntityRequest$connectorEntityName": "<p> The entity name for that connector. </p>",
"ResetConnectorMetadataCacheRequest$connectorEntityName": "<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>"
}
},
"ErrorHandlingConfig": {
Expand Down Expand Up @@ -2012,6 +2018,16 @@
"MetadataCatalogDetail$partitionRegistrationOutput": "<p>Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog. The data partitions organize the flow output into a hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the partitions (if they don't already exist) based on your flow configuration.</p>"
}
},
"ResetConnectorMetadataCacheRequest": {
"base": null,
"refs": {
}
},
"ResetConnectorMetadataCacheResponse": {
"base": null,
"refs": {
}
},
"ResourceNotFoundException": {
"base": "<p> The resource specified in the request (such as the source or destination connector profile) is not found. </p>",
"refs": {
Expand Down
23 changes: 22 additions & 1 deletion models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4964,7 +4964,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
39 changes: 29 additions & 10 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6032,10 +6032,7 @@
},
"AllocateHostsRequest":{
"type":"structure",
"required":[
"AvailabilityZone",
"Quantity"
],
"required":["AvailabilityZone"],
"members":{
"AutoPlacement":{
"shape":"AutoPlacement",
Expand Down Expand Up @@ -6064,7 +6061,11 @@
},
"HostRecovery":{"shape":"HostRecovery"},
"OutpostArn":{"shape":"String"},
"HostMaintenance":{"shape":"HostMaintenance"}
"HostMaintenance":{"shape":"HostMaintenance"},
"AssetIds":{
"shape":"AssetIdList",
"locationName":"AssetId"
}
}
},
"AllocateHostsResult":{
Expand Down Expand Up @@ -6512,6 +6513,11 @@
"locationName":"item"
}
},
"AssetId":{"type":"string"},
"AssetIdList":{
"type":"list",
"member":{"shape":"AssetId"}
},
"AssignIpv6AddressesRequest":{
"type":"structure",
"required":["NetworkInterfaceId"],
Expand Down Expand Up @@ -23796,6 +23802,10 @@
"HostMaintenance":{
"shape":"HostMaintenance",
"locationName":"hostMaintenance"
},
"AssetId":{
"shape":"AssetId",
"locationName":"assetId"
}
}
},
Expand Down Expand Up @@ -32282,7 +32292,7 @@
"members":{
"TunnelInsideCidr":{"shape":"String"},
"TunnelInsideIpv6Cidr":{"shape":"String"},
"PreSharedKey":{"shape":"String"},
"PreSharedKey":{"shape":"preSharedKey"},
"Phase1LifetimeSeconds":{"shape":"Integer"},
"Phase2LifetimeSeconds":{"shape":"Integer"},
"RekeyMarginTimeSeconds":{"shape":"Integer"},
Expand Down Expand Up @@ -32321,7 +32331,8 @@
"StartupAction":{"shape":"String"},
"LogOptions":{"shape":"VpnTunnelLogOptionsSpecification"},
"EnableTunnelLifecycleControl":{"shape":"Boolean"}
}
},
"sensitive":true
},
"MonitorInstancesRequest":{
"type":"structure",
Expand Down Expand Up @@ -42562,7 +42573,7 @@
"locationName":"tunnelInsideIpv6Cidr"
},
"PreSharedKey":{
"shape":"String",
"shape":"preSharedKey",
"locationName":"preSharedKey"
},
"Phase1LifetimeSeconds":{
Expand Down Expand Up @@ -44635,7 +44646,7 @@
"type":"structure",
"members":{
"CustomerGatewayConfiguration":{
"shape":"String",
"shape":"customerGatewayConfiguration",
"locationName":"customerGatewayConfiguration"
},
"CustomerGatewayId":{
Expand Down Expand Up @@ -44923,7 +44934,7 @@
"members":{
"TunnelInsideCidr":{"shape":"String"},
"TunnelInsideIpv6Cidr":{"shape":"String"},
"PreSharedKey":{"shape":"String"},
"PreSharedKey":{"shape":"preSharedKey"},
"Phase1LifetimeSeconds":{"shape":"Integer"},
"Phase2LifetimeSeconds":{"shape":"Integer"},
"RekeyMarginTimeSeconds":{"shape":"Integer"},
Expand Down Expand Up @@ -45011,6 +45022,14 @@
"locationName":"ZoneName"
}
},
"customerGatewayConfiguration":{
"type":"string",
"sensitive":true
},
"preSharedKey":{
"type":"string",
"sensitive":true
},
"scope":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit e85309c

Please sign in to comment.