Skip to content

Commit

Permalink
Merge branch 'release-1.34.133' into develop
Browse files Browse the repository at this point in the history
* release-1.34.133:
  Bumping version to 1.34.133
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 25, 2024
2 parents c5f3dbf + 9b0559f commit 8eafd08
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 76 deletions.
22 changes: 22 additions & 0 deletions .changes/1.34.133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``autoscaling``",
"description": "Doc only update for Auto Scaling's TargetTrackingMetricDataQuery",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types",
"type": "api-change"
},
{
"category": "``networkmanager``",
"description": "This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.",
"type": "api-change"
},
{
"category": "``workspaces-thin-client``",
"description": "This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.34.133
========

* api-change:``autoscaling``: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
* api-change:``ec2``: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
* api-change:``networkmanager``: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
* api-change:``workspaces-thin-client``: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.


1.34.132
========

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.34.132'
__version__ = '1.34.133'


class NullHandler(logging.Handler):
Expand Down
146 changes: 74 additions & 72 deletions botocore/data/autoscaling/2011-01-01/service-2.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -37201,7 +37201,22 @@
"u7i-12tb.224xlarge",
"u7in-16tb.224xlarge",
"u7in-24tb.224xlarge",
"u7in-32tb.224xlarge"
"u7in-32tb.224xlarge",
"u7ib-12tb.224xlarge",
"c7gn.metal",
"r8g.medium",
"r8g.large",
"r8g.xlarge",
"r8g.2xlarge",
"r8g.4xlarge",
"r8g.8xlarge",
"r8g.12xlarge",
"r8g.16xlarge",
"r8g.24xlarge",
"r8g.48xlarge",
"r8g.metal-24xl",
"r8g.metal-48xl",
"mac2-m1ultra.metal"
]
},
"InstanceTypeHypervisor":{
Expand Down
145 changes: 145 additions & 0 deletions botocore/data/networkmanager/2019-07-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,10 +1802,55 @@
"UpdatedAt":{
"shape":"DateTime",
"documentation":"<p>The timestamp when the attachment was last updated.</p>"
},
"LastModificationErrors":{
"shape":"AttachmentErrorList",
"documentation":"<p>Describes the error associated with the attachment request.</p>"
}
},
"documentation":"<p>Describes a core network attachment.</p>"
},
"AttachmentError":{
"type":"structure",
"members":{
"Code":{
"shape":"AttachmentErrorCode",
"documentation":"<p>The error code for the attachment request. </p>"
},
"Message":{
"shape":"ServerSideString",
"documentation":"<p>The message associated with the error <code>code</code>.</p>"
},
"ResourceArn":{
"shape":"ResourceArn",
"documentation":"<p>The ARN of the requested attachment resource.</p>"
},
"RequestId":{
"shape":"ServerSideString",
"documentation":"<p>The ID of the attachment request.</p>"
}
},
"documentation":"<p>Describes the error associated with an attachment request.</p>"
},
"AttachmentErrorCode":{
"type":"string",
"enum":[
"VPC_NOT_FOUND",
"SUBNET_NOT_FOUND",
"SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE",
"SUBNET_NO_FREE_ADDRESSES",
"SUBNET_UNSUPPORTED_AVAILABILITY_ZONE",
"SUBNET_NO_IPV6_CIDRS",
"VPN_CONNECTION_NOT_FOUND",
"MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
]
},
"AttachmentErrorList":{
"type":"list",
"member":{"shape":"AttachmentError"},
"max":20,
"min":0
},
"AttachmentId":{
"type":"string",
"max":50,
Expand Down Expand Up @@ -2001,6 +2046,10 @@
"SubnetArn":{
"shape":"SubnetArn",
"documentation":"<p>The subnet ARN for the Connect peer. This only applies only when the protocol is NO_ENCAP.</p>"
},
"LastModificationErrors":{
"shape":"ConnectPeerErrorList",
"documentation":"<p>Describes the error associated with the attachment request.</p>"
}
},
"documentation":"<p>Describes a core network Connect peer.</p>"
Expand Down Expand Up @@ -2096,6 +2145,45 @@
},
"documentation":"<p>Describes a core network Connect peer configuration.</p>"
},
"ConnectPeerError":{
"type":"structure",
"members":{
"Code":{
"shape":"ConnectPeerErrorCode",
"documentation":"<p>The error code for the Connect peer request.</p>"
},
"Message":{
"shape":"ServerSideString",
"documentation":"<p>The message associated with the error <code>code</code>.</p>"
},
"ResourceArn":{
"shape":"ResourceArn",
"documentation":"<p>The ARN of the requested Connect peer resource.</p>"
},
"RequestId":{
"shape":"ServerSideString",
"documentation":"<p>The ID of the Connect peer request.</p>"
}
},
"documentation":"<p>Describes an error associated with a Connect peer request</p>"
},
"ConnectPeerErrorCode":{
"type":"string",
"enum":[
"EDGE_LOCATION_NO_FREE_IPS",
"EDGE_LOCATION_PEER_DUPLICATE",
"SUBNET_NOT_FOUND",
"IP_OUTSIDE_SUBNET_CIDR_RANGE",
"INVALID_INSIDE_CIDR_BLOCK",
"NO_ASSOCIATED_CIDR_BLOCK"
]
},
"ConnectPeerErrorList":{
"type":"list",
"member":{"shape":"ConnectPeerError"},
"max":20,
"min":0
},
"ConnectPeerId":{
"type":"string",
"max":50,
Expand Down Expand Up @@ -5845,10 +5933,57 @@
"CreatedAt":{
"shape":"DateTime",
"documentation":"<p>The timestamp when the attachment peer was created.</p>"
},
"LastModificationErrors":{
"shape":"PeeringErrorList",
"documentation":"<p>Describes the error associated with the Connect peer request.</p>"
}
},
"documentation":"<p>Describes a peering connection.</p>"
},
"PeeringError":{
"type":"structure",
"members":{
"Code":{
"shape":"PeeringErrorCode",
"documentation":"<p>The error code for the peering request.</p>"
},
"Message":{
"shape":"ServerSideString",
"documentation":"<p>The message associated with the error <code>code</code>.</p>"
},
"ResourceArn":{
"shape":"ResourceArn",
"documentation":"<p>The ARN of the requested peering resource.</p>"
},
"RequestId":{
"shape":"ServerSideString",
"documentation":"<p>The ID of the Peering request.</p>"
},
"MissingPermissionsContext":{
"shape":"PermissionsErrorContext",
"documentation":"<p>Provides additional information about missing permissions for the peering error.</p>"
}
},
"documentation":"<p>Describes an error associated with a peering request.</p>"
},
"PeeringErrorCode":{
"type":"string",
"enum":[
"TRANSIT_GATEWAY_NOT_FOUND",
"TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED",
"MISSING_PERMISSIONS",
"INTERNAL_ERROR",
"EDGE_LOCATION_PEER_DUPLICATE",
"INVALID_TRANSIT_GATEWAY_STATE"
]
},
"PeeringErrorList":{
"type":"list",
"member":{"shape":"PeeringError"},
"max":20,
"min":0
},
"PeeringId":{
"type":"string",
"max":50,
Expand All @@ -5872,6 +6007,16 @@
"type":"string",
"enum":["TRANSIT_GATEWAY"]
},
"PermissionsErrorContext":{
"type":"structure",
"members":{
"MissingPermission":{
"shape":"ServerSideString",
"documentation":"<p>The missing permissions.</p>"
}
},
"documentation":"<p>Describes additional information about missing permissions. </p>"
},
"ProposedNetworkFunctionGroupChange":{
"type":"structure",
"members":{
Expand Down
34 changes: 33 additions & 1 deletion botocore/data/workspaces-thin-client/2023-08-22/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"metadata":{
"apiVersion":"2023-08-22",
"endpointPrefix":"thinclient",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"Amazon WorkSpaces Thin Client",
"serviceId":"WorkSpaces Thin Client",
"signatureVersion":"v4",
Expand Down Expand Up @@ -427,6 +427,10 @@
"tags":{
"shape":"TagsMap",
"documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>"
},
"deviceCreationTags":{
"shape":"DeviceCreationTagsMap",
"documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.</p>"
}
}
},
Expand Down Expand Up @@ -636,6 +640,26 @@
},
"documentation":"<p>Describes a thin client device.</p>"
},
"DeviceCreationTagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"(?!aws:)[A-Za-z0-9 _=@:.+-/]+"
},
"DeviceCreationTagValue":{
"type":"string",
"max":256,
"min":0,
"pattern":"[A-Za-z0-9 _=@:.+-/]+"
},
"DeviceCreationTagsMap":{
"type":"map",
"key":{"shape":"DeviceCreationTagKey"},
"value":{"shape":"DeviceCreationTagValue"},
"max":50,
"min":0,
"sensitive":true
},
"DeviceId":{
"type":"string",
"pattern":"[a-zA-Z0-9]{24}"
Expand Down Expand Up @@ -810,6 +834,10 @@
"tags":{
"shape":"TagsMap",
"documentation":"<p>The tag keys and optional values for the resource.</p>"
},
"deviceCreationTags":{
"shape":"DeviceCreationTagsMap",
"documentation":"<p>\"The tag keys and optional values for the newly created devices for this environment.\"</p>"
}
},
"documentation":"<p>Describes an environment.</p>"
Expand Down Expand Up @@ -1513,6 +1541,10 @@
"desiredSoftwareSetId":{
"shape":"SoftwareSetIdOrEmptyString",
"documentation":"<p>The ID of the software set to apply.</p>"
},
"deviceCreationTags":{
"shape":"DeviceCreationTagsMap",
"documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.</p>"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.132'
release = '1.34.133'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 8eafd08

Please sign in to comment.