Skip to content

Commit

Permalink
Merge branch 'release-1.31.74' into develop
Browse files Browse the repository at this point in the history
* release-1.31.74:
  Bumping version to 1.31.74
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 30, 2023
2 parents 5204d18 + aee90d6 commit 4060420
Show file tree
Hide file tree
Showing 21 changed files with 1,491 additions and 290 deletions.
52 changes: 52 additions & 0 deletions .changes/1.31.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``connect``",
"description": "This release adds InstanceId field for phone number APIs.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"description": "We added a new API action: SendDataSetNotification.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Platform version changes to support AL1 deprecation initiative.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).",
"type": "api-change"
},
{
"category": "``s3outposts``",
"description": "Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.31.74
=======

* api-change:``connect``: This release adds InstanceId field for phone number APIs.
* api-change:``dataexchange``: We added a new API action: SendDataSetNotification.
* api-change:``datasync``: Platform version changes to support AL1 deprecation initiative.
* api-change:``finspace``: Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
* api-change:``mediapackagev2``: This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.
* api-change:``rds``: This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* api-change:``redshift-serverless``: Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
* api-change:``resiliencehub``: Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).
* api-change:``s3outposts``: Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.
* api-change:``wisdom``: This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.


1.31.73
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.73'
__version__ = '1.31.74'


class NullHandler(logging.Handler):
Expand Down
71 changes: 44 additions & 27 deletions botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>Returns a list of third party applications in a specific security profile.</p>"
"documentation":"<p>Returns a list of third-party applications in a specific security profile.</p>"
},
"ListSecurityProfilePermissions":{
"name":"ListSecurityProfilePermissions",
Expand Down Expand Up @@ -2495,7 +2495,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen.</p> <p>Voice and screen recordings are supported.</p>"
"documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.</p> <p>Voice and screen recordings are supported.</p>"
},
"SearchAvailablePhoneNumbers":{
"name":"SearchAvailablePhoneNumbers",
Expand Down Expand Up @@ -2850,7 +2850,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.</p> <p>The period of time that the recording is suspended is filled with silence in the final recording.</p> <p>Voice and screen recordings are supported.</p>"
"documentation":"<p>When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen.</p> <p>The period of time that the recording is suspended is filled with silence in the final recording.</p> <p>Voice and screen recordings are supported.</p>"
},
"TagResource":{
"name":"TagResource",
Expand Down Expand Up @@ -3978,7 +3978,7 @@
"documentation":"<p>The permissions that the agent is granted on the application. Only the <code>ACCESS</code> permission is supported.</p>"
}
},
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A third party application's metadata.</p>"
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A third-party application's metadata.</p>"
},
"ApplicationPermissions":{
"type":"list",
Expand Down Expand Up @@ -4456,14 +4456,15 @@
},
"ClaimPhoneNumberRequest":{
"type":"structure",
"required":[
"TargetArn",
"PhoneNumber"
],
"required":["PhoneNumber"],
"members":{
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"PhoneNumber":{
"shape":"PhoneNumber",
Expand Down Expand Up @@ -4526,7 +4527,11 @@
},
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>"
},
"Tags":{
"shape":"TagMap",
Expand Down Expand Up @@ -5635,7 +5640,7 @@
},
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of third party applications that the security profile will give access to.</p>"
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of third-party applications that the security profile will give access to.</p>"
}
}
},
Expand Down Expand Up @@ -11027,7 +11032,11 @@
},
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.</p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>"
}
},
"documentation":"<p>Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.</p>"
Expand All @@ -11041,7 +11050,11 @@
"members":{
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to. If <code>TargetArn</code> input is not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If both <code>TargetArn</code> and <code>InstanceId</code> input are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.</p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. If both <code>TargetArn</code> and <code>InstanceId</code> are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as the request.</p>"
},
"MaxResults":{
"shape":"MaxResult1000",
Expand Down Expand Up @@ -11434,19 +11447,19 @@
"members":{
"SecurityProfileId":{
"shape":"SecurityProfileId",
"documentation":"<p>The security profile identifier.</p>",
"documentation":"<p>The identifier for the security profle.</p>",
"location":"uri",
"locationName":"SecurityProfileId"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The instance identifier.</p>",
"documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"location":"uri",
"locationName":"InstanceId"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.</p>",
"documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>",
"location":"querystring",
"locationName":"nextToken"
},
Expand All @@ -11463,11 +11476,11 @@
"members":{
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third party application's metadata.</p>"
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.</p>"
"documentation":"<p>If there are additional results, this is the token for the next set of results.</p>"
}
}
},
Expand Down Expand Up @@ -14080,14 +14093,17 @@
"SearchAvailablePhoneNumbersRequest":{
"type":"structure",
"required":[
"TargetArn",
"PhoneNumberCountryCode",
"PhoneNumberType"
],
"members":{
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"PhoneNumberCountryCode":{
"shape":"PhoneNumberCountryCode",
Expand Down Expand Up @@ -16580,10 +16596,7 @@
},
"UpdatePhoneNumberRequest":{
"type":"structure",
"required":[
"PhoneNumberId",
"TargetArn"
],
"required":["PhoneNumberId"],
"members":{
"PhoneNumberId":{
"shape":"PhoneNumberId",
Expand All @@ -16593,7 +16606,11 @@
},
"TargetArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>"
},
"ClientToken":{
"shape":"ClientToken",
Expand Down Expand Up @@ -17065,7 +17082,7 @@
},
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third party application's metadata.</p>"
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
}
}
},
Expand Down Expand Up @@ -18264,5 +18281,5 @@
},
"timestamp":{"type":"timestamp"}
},
"documentation":"<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, seeP98941055 <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p>"
"documentation":"<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p>"
}
Loading

0 comments on commit 4060420

Please sign in to comment.