Skip to content

Commit

Permalink
Merge branch 'release-1.35.78' into develop
Browse files Browse the repository at this point in the history
* release-1.35.78:
  Bumping version to 1.35.78
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 10, 2024
2 parents a1cf90e + 39e0a95 commit 2b83f3a
Show file tree
Hide file tree
Showing 11 changed files with 333 additions and 13 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.78.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``application-autoscaling``",
"description": "Doc only update for AAS Predictive Scaling policy configuration API.",
"type": "api-change"
},
{
"category": "``bcm-pricing-calculator``",
"description": "Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Introduces support for creating DEED (Deterministic Easy-DKIM) identities.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.35.78
=======

* api-change:``application-autoscaling``: Doc only update for AAS Predictive Scaling policy configuration API.
* api-change:``bcm-pricing-calculator``: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
* api-change:``connect``: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.
* api-change:``finspace``: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).
* api-change:``sesv2``: Introduces support for creating DEED (Deterministic Easy-DKIM) identities.


1.35.77
=======

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.35.77'
__version__ = '1.35.78'


class NullHandler(logging.Handler):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
"documentation":"<p> The size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity. The value is specified as a percentage relative to the forecast capacity. For example, if the buffer is 10, this means a 10 percent buffer, such that if the forecast capacity is 50, and the maximum capacity is 40, then the effective maximum capacity is 55. </p> <p>Required if the <code>MaxCapacityBreachBehavior</code> property is set to <code>IncreaseMaxCapacity</code>, and cannot be used otherwise.</p>"
}
},
"documentation":"<p> Represents a predictive scaling policy configuration. </p>"
"documentation":"<p> Represents a predictive scaling policy configuration. Predictive scaling is supported on Amazon ECS services. </p>"
},
"PredictiveScalingPredefinedLoadMetricSpecification":{
"type":"structure",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
"type":"string",
"max":32,
"min":0,
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
},
"BatchCreateBillScenarioCommitmentModificationEntries":{
"type":"list",
Expand Down Expand Up @@ -3307,7 +3307,7 @@
"type":"string",
"max":32,
"min":0,
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
},
"PurchaseAgreementType":{
"type":"string",
Expand Down Expand Up @@ -3774,7 +3774,7 @@
"type":"string",
"max":128,
"min":0,
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
},
"Uuid":{
"type":"string",
Expand Down
155 changes: 155 additions & 0 deletions botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,24 @@
],
"documentation":"<p>Creates a prompt. For more information about prompts, such as supported file types and maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
},
"CreatePushNotificationRegistration":{
"name":"CreatePushNotificationRegistration",
"http":{
"method":"PUT",
"requestUri":"/push-notification/{InstanceId}/registrations"
},
"input":{"shape":"CreatePushNotificationRegistrationRequest"},
"output":{"shape":"CreatePushNotificationRegistrationResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"},
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>Creates registration for a device token and a chat contact to receive real-time push notifications. For more information about push notifications, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-up-push-notifications-for-mobile-chat.html\">Set up push notifications in Amazon Connect for mobile chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
},
"CreateQueue":{
"name":"CreateQueue",
"http":{
Expand Down Expand Up @@ -1118,6 +1136,23 @@
],
"documentation":"<p>Deletes a prompt.</p>"
},
"DeletePushNotificationRegistration":{
"name":"DeletePushNotificationRegistration",
"http":{
"method":"DELETE",
"requestUri":"/push-notification/{InstanceId}/registrations/{RegistrationId}"
},
"input":{"shape":"DeletePushNotificationRegistrationRequest"},
"output":{"shape":"DeletePushNotificationRegistrationResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Deletes registration for a device token and a chat contact.</p>"
},
"DeleteQueue":{
"name":"DeleteQueue",
"http":{
Expand Down Expand Up @@ -6786,6 +6821,25 @@
},
"documentation":"<p>A structure that defines search criteria for contacts using analysis outputs from Amazon Connect Contact Lens.</p>"
},
"ContactConfiguration":{
"type":"structure",
"required":["ContactId"],
"members":{
"ContactId":{
"shape":"ContactId",
"documentation":"<p>The identifier of the contact within the Amazon Connect instance.</p>"
},
"ParticipantRole":{
"shape":"ParticipantRole",
"documentation":"<p>The role of the participant in the chat conversation.</p>"
},
"IncludeRawMessage":{
"shape":"IncludeRawMessage",
"documentation":"<p>Whether to include raw connect message in the push notification payload. Default is <code>False</code>.</p>"
}
},
"documentation":"<p>The contact configuration for push notification registration.</p>"
},
"ContactDataRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -8134,6 +8188,55 @@
}
}
},
"CreatePushNotificationRegistrationRequest":{
"type":"structure",
"required":[
"InstanceId",
"PinpointAppArn",
"DeviceToken",
"DeviceType",
"ContactConfiguration"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"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"
},
"ClientToken":{
"shape":"ClientToken",
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
"idempotencyToken":true
},
"PinpointAppArn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) of the Pinpoint application.</p>"
},
"DeviceToken":{
"shape":"DeviceToken",
"documentation":"<p>The push notification token issued by the Apple or Google gateways.</p>"
},
"DeviceType":{
"shape":"DeviceType",
"documentation":"<p>The device type to use when sending the message.</p>"
},
"ContactConfiguration":{
"shape":"ContactConfiguration",
"documentation":"<p>The contact configuration for push notification registration.</p>"
}
}
},
"CreatePushNotificationRegistrationResponse":{
"type":"structure",
"required":["RegistrationId"],
"members":{
"RegistrationId":{
"shape":"RegistrationId",
"documentation":"<p>The identifier for the registration.</p>"
}
}
},
"CreateQueueRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -9384,6 +9487,39 @@
}
}
},
"DeletePushNotificationRegistrationRequest":{
"type":"structure",
"required":[
"InstanceId",
"RegistrationId",
"ContactId"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"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"
},
"RegistrationId":{
"shape":"RegistrationId",
"documentation":"<p>The identifier for the registration.</p>",
"location":"uri",
"locationName":"RegistrationId"
},
"ContactId":{
"shape":"ContactId",
"documentation":"<p>The identifier of the contact within the Amazon Connect instance.</p>",
"location":"querystring",
"locationName":"contactId"
}
}
},
"DeletePushNotificationRegistrationResponse":{
"type":"structure",
"members":{
}
},
"DeleteQueueRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -10552,6 +10688,19 @@
},
"documentation":"<p>Information regarding the device.</p>"
},
"DeviceToken":{
"type":"string",
"max":500,
"min":1
},
"DeviceType":{
"type":"string",
"enum":[
"GCM",
"APNS",
"APNS_SANDBOX"
]
},
"Dimensions":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -13783,6 +13932,7 @@
"min":0,
"sensitive":true
},
"IncludeRawMessage":{"type":"boolean"},
"Index":{"type":"integer"},
"InitiateAs":{
"type":"string",
Expand Down Expand Up @@ -18997,6 +19147,11 @@
"type":"string",
"pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?"
},
"RegistrationId":{
"type":"string",
"max":256,
"min":1
},
"RehydrationType":{
"type":"string",
"enum":[
Expand Down
17 changes: 17 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -30564,6 +30564,23 @@
}
},
"services" : {
"agreement-marketplace" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"api.ecr" : {
"endpoints" : {
"us-iso-east-1" : {
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/finspace/2021-03-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"^[a-zA-Z0-9_:./,]+$"
"pattern":"^[a-zA-Z0-9_:./,; ]+$"
},
"KxCommandLineArguments":{
"type":"list",
Expand Down
Loading

0 comments on commit 2b83f3a

Please sign in to comment.