diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c05a55f16d..073c27c7d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +Release v1.54.14 (2024-07-03) +=== + +### Service Client Updates +* `service/application-autoscaling`: Updates service documentation +* `service/directconnect`: Updates service documentation + * This update includes documentation for support of new native 400 GBps ports for Direct Connect. +* `service/organizations`: Updates service API and documentation + * Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. +* `service/rekognition`: Updates service API and documentation + * This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. +* `service/workspaces`: Updates service API + * Fix create workspace bundle RootStorage/UserStorage to accept non null values + Release v1.54.13 (2024-07-02) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index bef6ea7255c..02aa1c00b62 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -14906,6 +14906,18 @@ var awsPartition = partition{ }, }, }, + "globalaccelerator": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "fips-us-west-2", + }: endpoint{ + Hostname: "globalaccelerator-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-2", + }, + }, + }, + }, "glue": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -22533,6 +22545,14 @@ var awsPartition = partition{ Region: "ca-central-1", }, }, + endpointKey{ + Region: "ca-west-1", + }: endpoint{ + Hostname: "oidc.ca-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "ca-west-1", + }, + }, endpointKey{ Region: "eu-central-1", }: endpoint{ diff --git a/aws/version.go b/aws/version.go index f5727092231..e04b4feeae7 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.54.13" +const SDKVersion = "1.54.14" diff --git a/models/apis/application-autoscaling/2016-02-06/docs-2.json b/models/apis/application-autoscaling/2016-02-06/docs-2.json index 6375f6c87a6..b0276f9edc2 100644 --- a/models/apis/application-autoscaling/2016-02-06/docs-2.json +++ b/models/apis/application-autoscaling/2016-02-06/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

With Application Auto Scaling, you can configure automatic scaling for the following resources:

To learn more about Application Auto Scaling, see the Application Auto Scaling User Guide.

API Summary

The Application Auto Scaling service API includes three key sets of actions:

", + "service": "

With Application Auto Scaling, you can configure automatic scaling for the following resources:

To learn more about Application Auto Scaling, see the Application Auto Scaling User Guide.

API Summary

The Application Auto Scaling service API includes three key sets of actions:

", "operations": { "DeleteScalingPolicy": "

Deletes the specified scaling policy for an Application Auto Scaling scalable target.

Deleting a step scaling policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action.

For more information, see Delete a step scaling policy and Delete a target tracking scaling policy in the Application Auto Scaling User Guide.

", "DeleteScheduledAction": "

Deletes the specified scheduled action for an Application Auto Scaling scalable target.

For more information, see Delete a scheduled action in the Application Auto Scaling User Guide.

", @@ -384,36 +384,36 @@ "base": null, "refs": { "DeleteScalingPolicyRequest$PolicyName": "

The name of the scaling policy.

", - "DeleteScalingPolicyRequest$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", + "DeleteScalingPolicyRequest$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", "DeleteScheduledActionRequest$ScheduledActionName": "

The name of the scheduled action.

", - "DeleteScheduledActionRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", - "DeregisterScalableTargetRequest$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", - "DescribeScalingActivitiesRequest$ResourceId": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

", - "DescribeScalingPoliciesRequest$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", - "DescribeScheduledActionsRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", - "PutScalingPolicyRequest$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", + "DeleteScheduledActionRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", + "DeregisterScalableTargetRequest$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", + "DescribeScalingActivitiesRequest$ResourceId": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

", + "DescribeScalingPoliciesRequest$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", + "DescribeScheduledActionsRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", + "PutScalingPolicyRequest$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", "PutScalingPolicyResponse$PolicyARN": "

The Amazon Resource Name (ARN) of the resulting scaling policy.

", "PutScheduledActionRequest$Schedule": "

The schedule for this action. The following formats are supported:

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information, see Schedule recurring scaling actions using cron expressions in the Application Auto Scaling User Guide.

", "PutScheduledActionRequest$Timezone": "

Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.

Valid values are the canonical names of the IANA time zones supported by Joda-Time (such as Etc/GMT+9 or Pacific/Tahiti). For more information, see https://www.joda.org/joda-time/timezones.html.

", - "PutScheduledActionRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", - "RegisterScalableTargetRequest$ResourceId": "

The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.

", + "PutScheduledActionRequest$ResourceId": "

The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

", + "RegisterScalableTargetRequest$ResourceId": "

The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.

", "RegisterScalableTargetRequest$RoleARN": "

This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which it creates if it does not yet exist. For more information, see How Application Auto Scaling works with IAM.

", "ResourceIdsMaxLen1600$member": null, - "ScalableTarget$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", + "ScalableTarget$ResourceId": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", "ScalableTarget$RoleARN": "

The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

", - "ScalingActivity$ResourceId": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

", + "ScalingActivity$ResourceId": "

The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

", "ScalingPolicy$PolicyARN": "

The Amazon Resource Name (ARN) of the scaling policy.

", - "ScalingPolicy$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", + "ScalingPolicy$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

", "ScheduledAction$ScheduledActionARN": "

The Amazon Resource Name (ARN) of the scheduled action.

", "ScheduledAction$Schedule": "

The schedule for this action. The following formats are supported:

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information, see Schedule recurring scaling actions using cron expressions in the Application Auto Scaling User Guide.

", "ScheduledAction$Timezone": "

The time zone used when referring to the date and time of a scheduled action, when the scheduled action uses an at or cron expression.

", - "ScheduledAction$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" + "ScheduledAction$ResourceId": "

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

" } }, "ResourceIdsMaxLen1600": { "base": null, "refs": { - "DescribeScalableTargetsRequest$ResourceIds": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", + "DescribeScalableTargetsRequest$ResourceIds": "

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

", "DescribeScalingPoliciesRequest$PolicyNames": "

The names of the scaling policies to describe.

", "DescribeScheduledActionsRequest$ScheduledActionNames": "

The names of the scheduled actions to describe.

" } @@ -438,20 +438,20 @@ "ScalableDimension": { "base": null, "refs": { - "DeleteScalingPolicyRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "DeleteScheduledActionRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "DeregisterScalableTargetRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", - "DescribeScalableTargetsRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", - "DescribeScalingActivitiesRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", - "DescribeScalingPoliciesRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", - "DescribeScheduledActionsRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", - "PutScalingPolicyRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "PutScheduledActionRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "RegisterScalableTargetRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", - "ScalableTarget$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", - "ScalingActivity$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "ScalingPolicy$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", - "ScheduledAction$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" + "DeleteScalingPolicyRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "DeleteScheduledActionRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "DeregisterScalableTargetRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", + "DescribeScalableTargetsRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", + "DescribeScalingActivitiesRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", + "DescribeScalingPoliciesRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", + "DescribeScheduledActionsRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

", + "PutScalingPolicyRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "PutScheduledActionRequest$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "RegisterScalableTargetRequest$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", + "ScalableTarget$ScalableDimension": "

The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

", + "ScalingActivity$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "ScalingPolicy$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

", + "ScheduledAction$ScalableDimension": "

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

" } }, "ScalableTarget": { diff --git a/models/apis/directconnect/2012-10-25/docs-2.json b/models/apis/directconnect/2012-10-25/docs-2.json index fee9a493a1d..a9e76850f79 100644 --- a/models/apis/directconnect/2012-10-25/docs-2.json +++ b/models/apis/directconnect/2012-10-25/docs-2.json @@ -3,7 +3,7 @@ "service": "

Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. With this connection in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2 and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions. Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.

", "operations": { "AcceptDirectConnectGatewayAssociationProposal": "

Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.

", - "AllocateConnectionOnInterconnect": "

Deprecated. Use AllocateHostedConnection instead.

Creates a hosted connection on an interconnect.

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

Intended for use by Direct Connect Partners only.

", + "AllocateConnectionOnInterconnect": "

Deprecated. Use AllocateHostedConnection instead.

Creates a hosted connection on an interconnect.

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

Intended for use by Direct Connect Partners only.

", "AllocateHostedConnection": "

Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.

Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.

Intended for use by Direct Connect Partners only.

", "AllocatePrivateVirtualInterface": "

Provisions a private virtual interface to be owned by the specified Amazon Web Services account.

Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.

", "AllocatePublicVirtualInterface": "

Provisions a public virtual interface to be owned by the specified Amazon Web Services account.

The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.

Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic.

When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.

", @@ -23,8 +23,8 @@ "CreateDirectConnectGatewayAssociation": "

Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.

", "CreateDirectConnectGatewayAssociationProposal": "

Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.

You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.

", "CreateInterconnect": "

Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.

An interconnect is a connection that is capable of hosting other connections. The Direct Connect Partner can use an interconnect to provide Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an Direct Connect router.

You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.

For each end customer, the Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.

Intended for use by Direct Connect Partners only.

", - "CreateLag": "

Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.

All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.

You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created.

You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.

If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.

", - "CreatePrivateVirtualInterface": "

Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.

Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

", + "CreateLag": "

Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.

All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint.

You can have up to 10 dedicated connections per location. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created..

You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.

If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.

", + "CreatePrivateVirtualInterface": "

Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.

Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

", "CreatePublicVirtualInterface": "

Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.

When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.

", "CreateTransitVirtualInterface": "

Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.

If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.

A jumbo MTU value must be either 1500 or 8500. No other values will be accepted. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

", "DeleteBGPPeer": "

Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.

You cannot delete the last BGP peer from a virtual interface.

", @@ -35,23 +35,23 @@ "DeleteInterconnect": "

Deletes the specified interconnect.

Intended for use by Direct Connect Partners only.

", "DeleteLag": "

Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.

", "DeleteVirtualInterface": "

Deletes a virtual interface.

", - "DescribeConnectionLoa": "

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for a connection.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

", + "DescribeConnectionLoa": "

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for a connection.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

", "DescribeConnections": "

Displays the specified connection or all connections in this Region.

", - "DescribeConnectionsOnInterconnect": "

Deprecated. Use DescribeHostedConnections instead.

Lists the connections that have been provisioned on the specified interconnect.

Intended for use by Direct Connect Partners only.

", + "DescribeConnectionsOnInterconnect": "

Deprecated. Use DescribeHostedConnections instead.

Lists the connections that have been provisioned on the specified interconnect.

Intended for use by Direct Connect Partners only.

", "DescribeCustomerMetadata": "

Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.

", "DescribeDirectConnectGatewayAssociationProposals": "

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.

", "DescribeDirectConnectGatewayAssociations": "

Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:

", "DescribeDirectConnectGatewayAttachments": "

Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.

", "DescribeDirectConnectGateways": "

Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.

", "DescribeHostedConnections": "

Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).

Intended for use by Direct Connect Partners only.

", - "DescribeInterconnectLoa": "

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for the specified interconnect.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

", + "DescribeInterconnectLoa": "

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for the specified interconnect.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

", "DescribeInterconnects": "

Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.

", "DescribeLags": "

Describes all your link aggregation groups (LAG) or the specified LAG.

", "DescribeLoa": "

Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

", "DescribeLocations": "

Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.

", "DescribeRouterConfiguration": "

Details about the router.

", "DescribeTags": "

Describes the tags associated with the specified Direct Connect resources.

", - "DescribeVirtualGateways": "

Lists the virtual private gateways owned by the Amazon Web Services account.

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

", + "DescribeVirtualGateways": "

Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference.

Lists the virtual private gateways owned by the Amazon Web Services account.

You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.

", "DescribeVirtualInterfaces": "

Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.

A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.

", "DisassociateConnectionFromLag": "

Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an Direct Connect Partner is automatically converted to an interconnect.

If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.

", "DisassociateMacSecKey": "

Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.

", @@ -64,7 +64,7 @@ "UpdateDirectConnectGateway": "

Updates the name of a current Direct Connect gateway.

", "UpdateDirectConnectGatewayAssociation": "

Updates the specified attributes of the Direct Connect gateway association.

Add or remove prefixes from the association.

", "UpdateLag": "

Updates the attributes of the specified link aggregation group (LAG).

You can update the following LAG attributes:

If you adjust the threshold value for the minimum number of operational connections, ensure that the new value does not cause the LAG to fall below the threshold and become non-operational.

", - "UpdateVirtualInterfaceAttributes": "

Updates the specified attributes of the specified virtual private interface.

Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

" + "UpdateVirtualInterfaceAttributes": "

Updates the specified attributes of the specified virtual private interface.

Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

" }, "shapes": { "ASN": { @@ -300,13 +300,13 @@ "base": null, "refs": { "AllocateConnectionOnInterconnectRequest$bandwidth": "

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

", - "AllocateHostedConnectionRequest$bandwidth": "

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

", + "AllocateHostedConnectionRequest$bandwidth": "

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection.

", "Connection$bandwidth": "

The bandwidth of the connection.

", "CreateConnectionRequest$bandwidth": "

The bandwidth of the connection.

", - "CreateInterconnectRequest$bandwidth": "

The port bandwidth, in Gbps. The possible values are 1 and 10.

", - "CreateLagRequest$connectionsBandwidth": "

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

", + "CreateInterconnectRequest$bandwidth": "

The port bandwidth, in Gbps. The possible values are 1, 10, and 100.

", + "CreateLagRequest$connectionsBandwidth": "

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps.

", "Interconnect$bandwidth": "

The bandwidth of the connection.

", - "Lag$connectionsBandwidth": "

The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

" + "Lag$connectionsBandwidth": "

The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..

" } }, "BooleanFlag": { @@ -454,8 +454,8 @@ "Count": { "base": null, "refs": { - "CreateLagRequest$numberOfConnections": "

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

", - "Lag$numberOfConnections": "

The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

", + "CreateLagRequest$numberOfConnections": "

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1Gbps or 10Gbps, or two when the port speed is 100Gbps or 400Gbps.

", + "Lag$numberOfConnections": "

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1 Gbps or 10 Gbps, or two when the port speed is 100 Gbps or 400 Gbps.

", "Lag$minimumLinks": "

The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.

", "UpdateLagRequest$minimumLinks": "

The minimum number of physical connections that must be operational for the LAG itself to be operational.

" } @@ -757,17 +757,17 @@ "CreateDirectConnectGatewayResult$directConnectGateway": "

The Direct Connect gateway.

", "DeleteDirectConnectGatewayResult$directConnectGateway": "

The Direct Connect gateway.

", "DirectConnectGatewayList$member": null, - "UpdateDirectConnectGatewayResponse$directConnectGateway": null + "UpdateDirectConnectGatewayResponse$directConnectGateway": "

Informaiton about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways or transit gateways.

" } }, "DirectConnectGatewayAssociation": { "base": "

Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.

", "refs": { - "AcceptDirectConnectGatewayAssociationProposalResult$directConnectGatewayAssociation": null, + "AcceptDirectConnectGatewayAssociationProposalResult$directConnectGatewayAssociation": "

Information about an association between a Direct Connect gateway and a virtual gateway or transit gateway.

", "CreateDirectConnectGatewayAssociationResult$directConnectGatewayAssociation": "

The association to be created.

", "DeleteDirectConnectGatewayAssociationResult$directConnectGatewayAssociation": "

Information about the deleted association.

", "DirectConnectGatewayAssociationList$member": null, - "UpdateDirectConnectGatewayAssociationResult$directConnectGatewayAssociation": null + "UpdateDirectConnectGatewayAssociationResult$directConnectGatewayAssociation": "

Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.

" } }, "DirectConnectGatewayAssociationId": { @@ -1160,11 +1160,11 @@ "MTU": { "base": null, "refs": { - "NewPrivateVirtualInterface$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

", - "NewPrivateVirtualInterfaceAllocation$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

", + "NewPrivateVirtualInterface$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

", + "NewPrivateVirtualInterfaceAllocation$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

", "NewTransitVirtualInterface$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

", "NewTransitVirtualInterfaceAllocation$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500

", - "UpdateVirtualInterfaceAttributesRequest$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

", + "UpdateVirtualInterfaceAttributesRequest$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

", "VirtualInterface$mtu": "

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500

" } }, @@ -1679,9 +1679,9 @@ "VirtualInterface": { "base": "

Information about a virtual interface.

", "refs": { - "AllocateTransitVirtualInterfaceResult$virtualInterface": null, + "AllocateTransitVirtualInterfaceResult$virtualInterface": "

Information about the transit virtual interface.

", "CreateBGPPeerResponse$virtualInterface": "

The virtual interface.

", - "CreateTransitVirtualInterfaceResult$virtualInterface": null, + "CreateTransitVirtualInterfaceResult$virtualInterface": "

Information about a virtual interface.

", "DeleteBGPPeerResponse$virtualInterface": "

The virtual interface.

", "VirtualInterfaceList$member": null } @@ -1762,7 +1762,7 @@ "VirtualInterfaceType": { "base": null, "refs": { - "VirtualInterface$virtualInterfaceType": "

The type of virtual interface. The possible values are private and public.

" + "VirtualInterface$virtualInterfaceType": "

The type of virtual interface. The possible values are private, public and transit.

" } }, "VirtualInterfaces": { diff --git a/models/apis/organizations/2016-11-28/api-2.json b/models/apis/organizations/2016-11-28/api-2.json index e92a4897b0d..3f348972a9f 100644 --- a/models/apis/organizations/2016-11-28/api-2.json +++ b/models/apis/organizations/2016-11-28/api-2.json @@ -5,12 +5,14 @@ "endpointPrefix":"organizations", "jsonVersion":"1.1", "protocol":"json", + "protocols":["json"], "serviceAbbreviation":"Organizations", "serviceFullName":"AWS Organizations", "serviceId":"Organizations", "signatureVersion":"v4", "targetPrefix":"AWSOrganizationsV20161128", - "uid":"organizations-2016-11-28" + "uid":"organizations-2016-11-28", + "auth":["aws.auth#sigv4"] }, "operations":{ "AcceptHandshake":{ @@ -1299,7 +1301,8 @@ "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED", "SERVICE_ACCESS_NOT_ENABLED", "INVALID_PAYMENT_INSTRUMENT", - "ACCOUNT_CREATION_NOT_COMPLETE" + "ACCOUNT_CREATION_NOT_COMPLETE", + "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR" ] }, "CreateAccountFailureReason":{ diff --git a/models/apis/organizations/2016-11-28/docs-2.json b/models/apis/organizations/2016-11-28/docs-2.json index c49dee37de6..203dffcf444 100644 --- a/models/apis/organizations/2016-11-28/docs-2.json +++ b/models/apis/organizations/2016-11-28/docs-2.json @@ -6,7 +6,7 @@ "AttachPolicy": "

Attaches a policy to a root, an organizational unit (OU), or an individual account. How the policy affects accounts depends on the type of policy. Refer to the Organizations User Guide for information about each policy type:

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

", "CancelHandshake": "

Cancels a handshake. Canceling a handshake sets the handshake state to CANCELED.

This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use DeclineHandshake instead. After a handshake is canceled, the recipient can no longer respond to that handshake.

After you cancel a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

", "CloseAccount": "

Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled . You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following:

", - "CreateAccount": "

Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide.

If the request includes tags, then the requester must have the organizations:TagResource permission.

Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account.

This operation can be called only from the organization's management account.

For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.

", + "CreateAccount": "

Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide.

If the request includes tags, then the requester must have the organizations:TagResource permission.

Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account.

This operation can be called only from the organization's management account.

For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.

", "CreateGovCloudAccount": "

This action is available if all of the following are true:

Organizations automatically creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles in the Organizations User Guide.

Amazon Web Services automatically enables CloudTrail for Amazon Web Services GovCloud (US) accounts, but you should also do the following:

If the request includes tags, then the requester must have the organizations:TagResource permission. The tags are attached to the commercial account associated with the GovCloud account, rather than the GovCloud account itself. To add tags to the GovCloud account, call the TagResource operation in the GovCloud Region after the new GovCloud account exists.

You call this action from the management account of your organization in the commercial Region to create a standalone Amazon Web Services account in the Amazon Web Services GovCloud (US) Region. After the account is created, the management account of an organization in the Amazon Web Services GovCloud (US) Region can invite it to that organization. For more information on inviting standalone accounts in the Amazon Web Services GovCloud (US) to join an organization, see Organizations in the Amazon Web Services GovCloud User Guide.

Calling CreateGovCloudAccount is an asynchronous request that Amazon Web Services performs in the background. Because CreateGovCloudAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

When you call the CreateGovCloudAccount action, you create two accounts: a standalone account in the Amazon Web Services GovCloud (US) Region and an associated account in the commercial Region for billing and support purposes. The account in the commercial Region is automatically a member of the organization whose credentials made the request. Both accounts are associated with the same email address.

A role is created in the new account in the commercial Region that allows the management account in the organization in the commercial Region to assume it. An Amazon Web Services GovCloud (US) account is then created and associated with the commercial account that you just created. A role is also created in the new Amazon Web Services GovCloud (US) account that can be assumed by the Amazon Web Services GovCloud (US) account that is associated with the management account of the commercial organization. For more information and to view a diagram that explains how account access works, see Organizations in the Amazon Web Services GovCloud User Guide.

For more information about creating accounts, see Creating a member account in your organization in the Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools.

", "CreateOrganization": "

Creates an Amazon Web Services organization. The account whose user is calling the CreateOrganization operation automatically becomes the management account of the new organization.

This operation must be called using credentials from the account that is to become the new organization's management account. The principal must also have the relevant IAM permissions.

By default (or if you set the FeatureSet parameter to ALL), the new organization is created with all features enabled and service control policies automatically enabled in the root. If you instead choose to create the organization supporting only the consolidated billing features by setting the FeatureSet parameter to CONSOLIDATED_BILLING, no policy types are enabled by default and you can't use organization policies.

", "CreateOrganizationalUnit": "

Creates an organizational unit (OU) within a root or parent OU. An OU is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements. The number of levels deep that you can nest OUs is dependent upon the policy types enabled for that root. For service control policies, the limit is five.

For more information about OUs, see Managing organizational units (OUs) in the Organizations User Guide.

If the request includes tags, then the requester must have the organizations:TagResource permission.

This operation can be called only from the organization's management account.

", @@ -255,7 +255,7 @@ } }, "ConstraintViolationException": { - "base": "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation.

", + "base": "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation.

", "refs": { } }, diff --git a/models/apis/rekognition/2016-06-27/api-2.json b/models/apis/rekognition/2016-06-27/api-2.json index 38a2bec8402..4d5f09b0412 100644 --- a/models/apis/rekognition/2016-06-27/api-2.json +++ b/models/apis/rekognition/2016-06-27/api-2.json @@ -1848,7 +1848,8 @@ "members":{ "DatasetSource":{"shape":"DatasetSource"}, "DatasetType":{"shape":"DatasetType"}, - "ProjectArn":{"shape":"ProjectArn"} + "ProjectArn":{"shape":"ProjectArn"}, + "Tags":{"shape":"TagMap"} } }, "CreateDatasetResponse":{ @@ -1885,7 +1886,8 @@ "members":{ "ProjectName":{"shape":"ProjectName"}, "Feature":{"shape":"CustomizationFeature"}, - "AutoUpdate":{"shape":"ProjectAutoUpdate"} + "AutoUpdate":{"shape":"ProjectAutoUpdate"}, + "Tags":{"shape":"TagMap"} } }, "CreateProjectResponse":{ diff --git a/models/apis/rekognition/2016-06-27/docs-2.json b/models/apis/rekognition/2016-06-27/docs-2.json index 257df81cfd8..c0d61e67bab 100644 --- a/models/apis/rekognition/2016-06-27/docs-2.json +++ b/models/apis/rekognition/2016-06-27/docs-2.json @@ -39,7 +39,7 @@ "GetFaceDetection": "

Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.

Face detection with Amazon Rekognition Video is an asynchronous operation. You start face detection by calling StartFaceDetection which returns a job identifier (JobId). When the face detection operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartFaceDetection. To get the results of the face detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetFaceDetection and pass the job identifier (JobId) from the initial call to StartFaceDetection.

GetFaceDetection returns an array of detected faces (Faces) sorted by the time the faces were detected.

Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetFaceDetection and populate the NextToken request parameter with the token value returned from the previous call to GetFaceDetection.

Note that for the GetFaceDetection operation, the returned values for FaceOccluded and EyeDirection will always be \"null\".

", "GetFaceLivenessSessionResults": "

Retrieves the results of a specific Face Liveness session. It requires the sessionId as input, which was created using CreateFaceLivenessSession. Returns the corresponding Face Liveness confidence score, a reference image that includes a face bounding box, and audit images that also contain face bounding boxes. The Face Liveness confidence score ranges from 0 to 100.

The number of audit images returned by GetFaceLivenessSessionResults is defined by the AuditImagesLimit paramater when calling CreateFaceLivenessSession. Reference images are always returned when possible.

", "GetFaceSearch": "

Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch. The search returns faces in a collection that match the faces of persons detected in a video. It also includes the time(s) that faces are matched in the video.

Face search in a video is an asynchronous operation. You start face search by calling to StartFaceSearch which returns a job identifier (JobId). When the search operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartFaceSearch. To get the search results, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetFaceSearch and pass the job identifier (JobId) from the initial call to StartFaceSearch.

For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.

The search results are retured in an array, Persons, of PersonMatch objects. EachPersonMatch element contains details about the matching faces in the input collection, person information (facial attributes, bounding boxes, and person identifer) for the matched person, and the time the person was matched in the video.

GetFaceSearch only returns the default facial attributes (BoundingBox, Confidence, Landmarks, Pose, and Quality). The other facial attributes listed in the Face object of the following response syntax are not returned. For more information, see FaceDetail in the Amazon Rekognition Developer Guide.

By default, the Persons array is sorted by the time, in milliseconds from the start of the video, persons are matched. You can also sort by persons by specifying INDEX for the SORTBY input parameter.

", - "GetLabelDetection": "

Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.

The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection.

To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection.

GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp.

You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment.

The returned Labels array may include the following attributes:

Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned.

The version of the label model used for the detection is also returned.

Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below.

Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection.

", + "GetLabelDetection": "

Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.

The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection.

To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetLabelDetection and pass the job identifier (JobId) from the initial call to StartLabelDetection.

GetLabelDetection returns an array of detected labels (Labels) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME for the SortBy input parameter. If there is no NAME specified, the default sort is by timestamp.

You can select how results are aggregated by using the AggregateBy input parameter. The default aggregation method is TIMESTAMPS. You can also aggregate by SEGMENTS, which aggregates all instances of labels detected in a given segment.

The returned Labels array may include the following attributes:

Timestamp and Bounding box information are returned for detected Instances, only if aggregation is done by TIMESTAMPS. If aggregating by SEGMENTS, information about detected instances isn’t returned.

The version of the label model used for the detection is also returned.

Note DominantColors isn't returned for Instances, although it is shown as part of the response in the sample seen below.

Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection and populate the NextToken request parameter with the token value returned from the previous call to GetLabelDetection.

If you are retrieving results while using the Amazon Simple Notification Service, note that you will receive an \"ERROR\" notification if the job encounters an issue.

", "GetMediaAnalysisJob": "

Retrieves the results for a given media analysis job. Takes a JobId returned by StartMediaAnalysisJob.

", "GetPersonTracking": "

Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.

The person path tracking operation is started by a call to StartPersonTracking which returns a job identifier (JobId). When the operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartPersonTracking.

To get the results of the person path tracking operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetPersonTracking and pass the job identifier (JobId) from the initial call to StartPersonTracking.

GetPersonTracking returns an array, Persons, of tracked persons and the time(s) their paths were tracked in the video.

GetPersonTracking only returns the default facial attributes (BoundingBox, Confidence, Landmarks, Pose, and Quality). The other facial attributes listed in the Face object of the following response syntax are not returned.

For more information, see FaceDetail in the Amazon Rekognition Developer Guide.

By default, the array is sorted by the time(s) a person's path is tracked in the video. You can sort by tracked persons by specifying INDEX for the SortBy input parameter.

Use the MaxResults parameter to limit the number of items returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetPersonTracking and populate the NextToken request parameter with the token value returned from the previous call to GetPersonTracking.

", "GetSegmentDetection": "

Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.

Segment detection with Amazon Rekognition Video is an asynchronous operation. You start segment detection by calling StartSegmentDetection which returns a job identifier (JobId). When the segment detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartSegmentDetection. To get the results of the segment detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. if so, call GetSegmentDetection and pass the job identifier (JobId) from the initial call of StartSegmentDetection.

GetSegmentDetection returns detected segments in an array (Segments) of SegmentDetection objects. Segments is sorted by the segment types specified in the SegmentTypes input parameter of StartSegmentDetection. Each element of the array includes the detected segment, the precentage confidence in the acuracy of the detected segment, the type of the segment, and the frame in which the segment was detected.

Use SelectedSegmentTypes to find out the type of segment detection requested in the call to StartSegmentDetection.

Use the MaxResults parameter to limit the number of segment detections returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetSegmentDetection and populate the NextToken request parameter with the token value returned from the previous call to GetSegmentDetection.

For more information, see Detecting video segments in stored video in the Amazon Rekognition Developer Guide.

", @@ -2183,7 +2183,7 @@ "ModerationLabels": { "base": null, "refs": { - "DetectModerationLabelsResponse$ModerationLabels": "

Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.

" + "DetectModerationLabelsResponse$ModerationLabels": "

Array of detected Moderation labels. For video operations, this includes the time, in milliseconds from the start of the video, they were detected.

" } }, "MouthOpen": { @@ -3252,6 +3252,8 @@ "refs": { "CopyProjectVersionRequest$Tags": "

The key-value tags to assign to the model version.

", "CreateCollectionRequest$Tags": "

A set of tags (key-value pairs) that you want to attach to the collection.

", + "CreateDatasetRequest$Tags": "

A set of tags (key-value pairs) that you want to attach to the dataset.

", + "CreateProjectRequest$Tags": "

A set of tags (key-value pairs) that you want to attach to the project.

", "CreateProjectVersionRequest$Tags": "

A set of tags (key-value pairs) that you want to attach to the project version.

", "CreateStreamProcessorRequest$Tags": "

A set of tags (key-value pairs) that you want to attach to the stream processor.

", "ListTagsForResourceResponse$Tags": "

A list of key-value tags assigned to the resource.

", diff --git a/models/apis/workspaces/2015-04-08/api-2.json b/models/apis/workspaces/2015-04-08/api-2.json index b1cbf69c672..7e90fedc102 100644 --- a/models/apis/workspaces/2015-04-08/api-2.json +++ b/models/apis/workspaces/2015-04-08/api-2.json @@ -3728,6 +3728,7 @@ }, "RootStorage":{ "type":"structure", + "required":["Capacity"], "members":{ "Capacity":{"shape":"NonEmptyString"} } @@ -4256,6 +4257,7 @@ }, "UserStorage":{ "type":"structure", + "required":["Capacity"], "members":{ "Capacity":{"shape":"NonEmptyString"} } diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index f03ae494e2f..91c22a854b0 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -8690,6 +8690,16 @@ } } }, + "globalaccelerator" : { + "endpoints" : { + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com" + } + } + }, "glue" : { "endpoints" : { "af-south-1" : { }, @@ -13143,6 +13153,12 @@ }, "hostname" : "oidc.ca-central-1.amazonaws.com" }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "oidc.ca-west-1.amazonaws.com" + }, "eu-central-1" : { "credentialScope" : { "region" : "eu-central-1" diff --git a/service/applicationautoscaling/api.go b/service/applicationautoscaling/api.go index 9ae287dcb71..8067729abba 100644 --- a/service/applicationautoscaling/api.go +++ b/service/applicationautoscaling/api.go @@ -1914,7 +1914,7 @@ type DeleteScalingPolicyInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -1989,8 +1989,8 @@ type DeleteScalingPolicyInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -2159,7 +2159,7 @@ type DeleteScheduledActionInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -2234,8 +2234,8 @@ type DeleteScheduledActionInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -2409,7 +2409,7 @@ type DeregisterScalableTargetInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -2484,8 +2484,8 @@ type DeregisterScalableTargetInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -2654,7 +2654,7 @@ type DescribeScalableTargetsInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. ResourceIds []*string `type:"list"` @@ -2728,8 +2728,8 @@ type DescribeScalableTargetsInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the Amazon Web Services service that provides the resource. @@ -2925,7 +2925,7 @@ type DescribeScalingActivitiesInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. ResourceId *string `min:"1" type:"string"` @@ -2999,8 +2999,8 @@ type DescribeScalingActivitiesInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the Amazon Web Services service that provides the resource. @@ -3201,7 +3201,7 @@ type DescribeScalingPoliciesInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. ResourceId *string `min:"1" type:"string"` @@ -3275,8 +3275,8 @@ type DescribeScalingPoliciesInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the Amazon Web Services service that provides the resource. @@ -3474,7 +3474,7 @@ type DescribeScheduledActionsInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. ResourceId *string `min:"1" type:"string"` @@ -3548,8 +3548,8 @@ type DescribeScheduledActionsInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The names of the scheduled actions to describe. @@ -4401,7 +4401,7 @@ type PutScalingPolicyInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -4476,8 +4476,8 @@ type PutScalingPolicyInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -4710,7 +4710,7 @@ type PutScheduledActionInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -4785,8 +4785,8 @@ type PutScheduledActionInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -5092,7 +5092,7 @@ type RegisterScalableTargetInput struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -5176,8 +5176,8 @@ type RegisterScalableTargetInput struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -5493,7 +5493,7 @@ type ScalableTarget struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -5574,8 +5574,8 @@ type ScalableTarget struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -5810,7 +5810,7 @@ type ScalingActivity struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -5885,8 +5885,8 @@ type ScalingActivity struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -6101,7 +6101,7 @@ type ScalingPolicy struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -6176,8 +6176,8 @@ type ScalingPolicy struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` @@ -6346,7 +6346,7 @@ type ScheduledAction struct { // * SageMaker inference component - The resource type is inference-component // and the unique identifier is the resource ID. Example: inference-component/my-inference-component. // - // * Amazon WorkSpaces - The resource type is workspacespool and the unique + // * Pool of WorkSpaces - The resource type is workspacespool and the unique // identifier is the pool ID. Example: workspacespool/wspool-123456. // // ResourceId is a required field @@ -6421,8 +6421,8 @@ type ScheduledAction struct { // * sagemaker:inference-component:DesiredCopyCount - The number of copies // across an endpoint for a SageMaker inference component. // - // * workspaces:workspacespool:DesiredUserSessions - The capacity of a WorkSpaces - // pool. + // * workspaces:workspacespool:DesiredUserSessions - The number of user sessions + // for the WorkSpaces in the pool. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The new minimum and maximum capacity. You can set both values or just one. diff --git a/service/applicationautoscaling/doc.go b/service/applicationautoscaling/doc.go index 3b8da84405b..5bce575e757 100644 --- a/service/applicationautoscaling/doc.go +++ b/service/applicationautoscaling/doc.go @@ -36,7 +36,7 @@ // // - Spot Fleets (Amazon EC2) // -// - WorkSpaces pools +// - Pool of WorkSpaces // // - Custom resources provided by your own applications or services // diff --git a/service/directconnect/api.go b/service/directconnect/api.go index ea22d76a440..f82d51591fe 100644 --- a/service/directconnect/api.go +++ b/service/directconnect/api.go @@ -2005,12 +2005,12 @@ func (c *DirectConnect) CreateLagRequest(input *CreateLagInput) (req *request.Re // Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling // you to treat them as a single interface. // -// All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) -// and must terminate at the same Direct Connect endpoint. +// All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, +// 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint. // -// You can have up to 10 dedicated connections per LAG. Regardless of this limit, -// if you request more connections for the LAG than Direct Connect can allocate -// on a single endpoint, no LAG is created. +// You can have up to 10 dedicated connections per location. Regardless of this +// limit, if you request more connections for the LAG than Direct Connect can +// allocate on a single endpoint, no LAG is created.. // // You can specify an existing physical dedicated connection or interconnect // to include in the LAG (which counts towards the total number of connections). @@ -2119,7 +2119,7 @@ func (c *DirectConnect) CreatePrivateVirtualInterfaceRequest(input *CreatePrivat // Regions. Connecting the private virtual interface to a VGW only provides // access to a single VPC within the same Region. // -// Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an +// Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an // update to the underlying physical connection if it wasn't updated to support // jumbo frames. Updating the connection disrupts network connectivity for all // virtual interfaces associated with the connection for up to 30 seconds. To @@ -4483,6 +4483,9 @@ func (c *DirectConnect) DescribeVirtualGatewaysRequest(input *DescribeVirtualGat // DescribeVirtualGateways API operation for AWS Direct Connect. // +// Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html) +// in the Amazon Elastic Compute Cloud API Reference. +// // Lists the virtual private gateways owned by the Amazon Web Services account. // // You can create one or more Direct Connect private virtual interfaces linked @@ -5618,7 +5621,7 @@ func (c *DirectConnect) UpdateVirtualInterfaceAttributesRequest(input *UpdateVir // // Updates the specified attributes of the specified virtual private interface. // -// Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an +// Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an // update to the underlying physical connection if it wasn't updated to support // jumbo frames. Updating the connection disrupts network connectivity for all // virtual interfaces associated with the connection for up to 30 seconds. To @@ -5753,7 +5756,7 @@ type AcceptDirectConnectGatewayAssociationProposalOutput struct { _ struct{} `type:"structure"` // Information about an association between a Direct Connect gateway and a virtual - // private gateway or transit gateway. + // gateway or transit gateway. DirectConnectGatewayAssociation *GatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` } @@ -5891,9 +5894,9 @@ type AllocateHostedConnectionInput struct { _ struct{} `type:"structure"` // The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, - // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note - // that only those Direct Connect Partners who have met specific requirements - // are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. + // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, and 25Gbps. + // Note that only those Direct Connect Partners who have met specific requirements + // are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` @@ -6254,7 +6257,7 @@ func (s *AllocateTransitVirtualInterfaceInput) SetOwnerAccount(v string) *Alloca type AllocateTransitVirtualInterfaceOutput struct { _ struct{} `type:"structure"` - // Information about a virtual interface. + // Information about the transit virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` } @@ -8175,7 +8178,7 @@ func (s *CreateDirectConnectGatewayOutput) SetDirectConnectGateway(v *Gateway) * type CreateInterconnectInput struct { _ struct{} `type:"structure"` - // The port bandwidth, in Gbps. The possible values are 1 and 10. + // The port bandwidth, in Gbps. The possible values are 1, 10, and 100. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` @@ -8296,7 +8299,7 @@ type CreateLagInput struct { ConnectionId *string `locationName:"connectionId" type:"string"` // The bandwidth of the individual physical dedicated connections bundled by - // the LAG. The possible values are 1Gbps and 10Gbps. + // the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and 400Gbps. // // ConnectionsBandwidth is a required field ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string" required:"true"` @@ -8313,7 +8316,7 @@ type CreateLagInput struct { // The number of physical dedicated connections initially provisioned and bundled // by the LAG. You can have a maximum of four connections when the port speed - // is 1G or 10G, or two when the port speed is 100G. + // is 1Gbps or 10Gbps, or two when the port speed is 100Gbps or 400Gbps. // // NumberOfConnections is a required field NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer" required:"true"` @@ -11545,7 +11548,7 @@ type Lag struct { Connections []*Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. - // The possible values are 1Gbps and 10Gbps. + // The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps.. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // The LAG MAC Security (MACsec) encryption mode. @@ -11598,8 +11601,9 @@ type Lag struct { // for the LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` - // The number of physical dedicated connections bundled by the LAG, up to a - // maximum of 10. + // The number of physical dedicated connections initially provisioned and bundled + // by the LAG. You can have a maximum of four connections when the port speed + // is 1 Gbps or 10 Gbps, or two when the port speed is 100 Gbps or 400 Gbps. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the Amazon Web Services account that owns the LAG. @@ -12176,7 +12180,7 @@ type NewPrivateVirtualInterface struct { EnableSiteLink *bool `locationName:"enableSiteLink" type:"boolean"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 - // and 9001. The default value is 1500. + // and 8500. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The tags associated with the private virtual interface. @@ -12345,7 +12349,7 @@ type NewPrivateVirtualInterfaceAllocation struct { CustomerAddress *string `locationName:"customerAddress" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 - // and 9001. The default value is 1500. + // and 8500. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The tags associated with the private virtual interface. @@ -14204,8 +14208,8 @@ func (s *UpdateDirectConnectGatewayInput) SetNewDirectConnectGatewayName(v strin type UpdateDirectConnectGatewayOutput struct { _ struct{} `type:"structure"` - // Information about a Direct Connect gateway, which enables you to connect - // virtual interfaces and virtual private gateway or transit gateways. + // Informaiton about a Direct Connect gateway, which enables you to connect + // virtual interfaces and virtual private gateways or transit gateways. DirectConnectGateway *Gateway `locationName:"directConnectGateway" type:"structure"` } @@ -14317,7 +14321,7 @@ type UpdateVirtualInterfaceAttributesInput struct { EnableSiteLink *bool `locationName:"enableSiteLink" type:"boolean"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 - // and 9001. The default value is 1500. + // and 8500. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the virtual private interface. @@ -14497,7 +14501,8 @@ type UpdateVirtualInterfaceAttributesOutput struct { // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` - // The type of virtual interface. The possible values are private and public. + // The type of virtual interface. The possible values are private, public and + // transit. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. @@ -14842,7 +14847,8 @@ type VirtualInterface struct { // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` - // The type of virtual interface. The possible values are private and public. + // The type of virtual interface. The possible values are private, public and + // transit. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. diff --git a/service/organizations/api.go b/service/organizations/api.go index 277c0140170..d431ac35d0d 100644 --- a/service/organizations/api.go +++ b/service/organizations/api.go @@ -454,9 +454,8 @@ func (c *Organizations) AttachPolicyRequest(input *AttachPolicyInput) (req *requ // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -1068,9 +1067,8 @@ func (c *Organizations) CloseAccountRequest(input *CloseAccountInput) (req *requ // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -1341,11 +1339,11 @@ func (c *Organizations) CreateAccountRequest(input *CreateAccountInput) (req *re // // - When you create an account in an organization using the Organizations // console, API, or CLI commands, the information required for the account -// to operate as a standalone account, such as a payment method and signing -// the end user license agreement (EULA) is not automatically collected. -// If you must remove an account from your organization later, you can do -// so only after you provide the missing information. For more information, -// see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) +// to operate as a standalone account, such as a payment method is not automatically +// collected. If you must remove an account from your organization later, +// you can do so only after you provide the missing information. For more +// information, see Considerations before removing an account from an organization +// (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) // in the Organizations User Guide. // // - If you get an exception that indicates that you exceeded your account @@ -1484,9 +1482,8 @@ func (c *Organizations) CreateAccountRequest(input *CreateAccountInput) (req *re // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -1949,9 +1946,8 @@ func (c *Organizations) CreateGovCloudAccountRequest(input *CreateGovCloudAccoun // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -2318,9 +2314,8 @@ func (c *Organizations) CreateOrganizationRequest(input *CreateOrganizationInput // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -2681,9 +2676,8 @@ func (c *Organizations) CreateOrganizationalUnitRequest(input *CreateOrganizatio // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -3044,9 +3038,8 @@ func (c *Organizations) CreatePolicyRequest(input *CreatePolicyInput) (req *requ // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -4198,9 +4191,8 @@ func (c *Organizations) DeleteResourcePolicyRequest(input *DeleteResourcePolicyI // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -4485,9 +4477,8 @@ func (c *Organizations) DeregisterDelegatedAdministratorRequest(input *Deregiste // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -5216,9 +5207,8 @@ func (c *Organizations) DescribeEffectivePolicyRequest(input *DescribeEffectiveP // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -6261,9 +6251,8 @@ func (c *Organizations) DescribeResourcePolicyRequest(input *DescribeResourcePol // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -6536,9 +6525,8 @@ func (c *Organizations) DetachPolicyRequest(input *DetachPolicyInput) (req *requ // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -6954,9 +6942,8 @@ func (c *Organizations) DisableAWSServiceAccessRequest(input *DisableAWSServiceA // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -7320,9 +7307,8 @@ func (c *Organizations) DisablePolicyTypeRequest(input *DisablePolicyTypeInput) // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -7703,9 +7689,8 @@ func (c *Organizations) EnableAWSServiceAccessRequest(input *EnableAWSServiceAcc // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -8322,9 +8307,8 @@ func (c *Organizations) EnablePolicyTypeRequest(input *EnablePolicyTypeInput) (r // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -8768,9 +8752,8 @@ func (c *Organizations) InviteAccountToOrganizationRequest(input *InviteAccountT // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -9174,9 +9157,8 @@ func (c *Organizations) LeaveOrganizationRequest(input *LeaveOrganizationInput) // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -9539,9 +9521,8 @@ func (c *Organizations) ListAWSServiceAccessForOrganizationRequest(input *ListAW // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -10936,9 +10917,8 @@ func (c *Organizations) ListDelegatedAdministratorsRequest(input *ListDelegatedA // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -11352,9 +11332,8 @@ func (c *Organizations) ListDelegatedServicesForAccountRequest(input *ListDelega // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -14287,9 +14266,8 @@ func (c *Organizations) PutResourcePolicyRequest(input *PutResourcePolicyInput) // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -14568,9 +14546,8 @@ func (c *Organizations) RegisterDelegatedAdministratorRequest(input *RegisterDel // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -14950,9 +14927,8 @@ func (c *Organizations) RemoveAccountFromOrganizationRequest(input *RemoveAccoun // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -15319,9 +15295,8 @@ func (c *Organizations) TagResourceRequest(input *TagResourceInput) (req *reques // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -15683,9 +15658,8 @@ func (c *Organizations) UntagResourceRequest(input *UntagResourceInput) (req *re // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -16226,9 +16200,8 @@ func (c *Organizations) UpdatePolicyRequest(input *UpdatePolicyInput) (req *requ // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -17801,9 +17774,8 @@ func (s *ConflictException) RequestID() string { // - MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's -// address. For example, accounts with India addresses must be associated -// with the AISPL marketplace. All accounts in an organization must be associated -// with the same marketplace. +// address. All accounts in an organization must be associated with the same +// marketplace. // // - MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must @@ -27318,6 +27290,9 @@ const ( // ConstraintViolationExceptionReasonAccountCreationNotComplete is a ConstraintViolationExceptionReason enum value ConstraintViolationExceptionReasonAccountCreationNotComplete = "ACCOUNT_CREATION_NOT_COMPLETE" + + // ConstraintViolationExceptionReasonCannotRegisterSuspendedAccountAsDelegatedAdministrator is a ConstraintViolationExceptionReason enum value + ConstraintViolationExceptionReasonCannotRegisterSuspendedAccountAsDelegatedAdministrator = "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR" ) // ConstraintViolationExceptionReason_Values returns all elements of the ConstraintViolationExceptionReason enum @@ -27357,6 +27332,7 @@ func ConstraintViolationExceptionReason_Values() []string { ConstraintViolationExceptionReasonServiceAccessNotEnabled, ConstraintViolationExceptionReasonInvalidPaymentInstrument, ConstraintViolationExceptionReasonAccountCreationNotComplete, + ConstraintViolationExceptionReasonCannotRegisterSuspendedAccountAsDelegatedAdministrator, } } diff --git a/service/organizations/errors.go b/service/organizations/errors.go index 6a87f450dfb..f86aceb108f 100644 --- a/service/organizations/errors.go +++ b/service/organizations/errors.go @@ -190,9 +190,8 @@ const ( // * MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account // in this organization, you first must migrate the organization's management // account to the marketplace that corresponds to the management account's - // address. For example, accounts with India addresses must be associated - // with the AISPL marketplace. All accounts in an organization must be associated - // with the same marketplace. + // address. All accounts in an organization must be associated with the same + // marketplace. // // * MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon // Web Services Regions in China. To create an organization, the master must diff --git a/service/rekognition/api.go b/service/rekognition/api.go index 7032a789542..c8c0f02ae10 100644 --- a/service/rekognition/api.go +++ b/service/rekognition/api.go @@ -4911,6 +4911,10 @@ func (c *Rekognition) GetLabelDetectionRequest(input *GetLabelDetectionInput) (r // the NextToken request parameter with the token value returned from the previous // call to GetLabelDetection. // +// If you are retrieving results while using the Amazon Simple Notification +// Service, note that you will receive an "ERROR" notification if the job encounters +// an issue. +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -11920,6 +11924,9 @@ type CreateDatasetInput struct { // // ProjectArn is a required field ProjectArn *string `min:"20" type:"string" required:"true"` + + // A set of tags (key-value pairs) that you want to attach to the dataset. + Tags map[string]*string `type:"map"` } // String returns the string representation. @@ -11982,6 +11989,12 @@ func (s *CreateDatasetInput) SetProjectArn(v string) *CreateDatasetInput { return s } +// SetTags sets the Tags field's value. +func (s *CreateDatasetInput) SetTags(v map[string]*string) *CreateDatasetInput { + s.Tags = v + return s +} + type CreateDatasetOutput struct { _ struct{} `type:"structure"` @@ -12206,6 +12219,9 @@ type CreateProjectInput struct { // // ProjectName is a required field ProjectName *string `min:"1" type:"string" required:"true"` + + // A set of tags (key-value pairs) that you want to attach to the project. + Tags map[string]*string `type:"map"` } // String returns the string representation. @@ -12260,6 +12276,12 @@ func (s *CreateProjectInput) SetProjectName(v string) *CreateProjectInput { return s } +// SetTags sets the Tags field's value. +func (s *CreateProjectInput) SetTags(v map[string]*string) *CreateProjectInput { + s.Tags = v + return s +} + type CreateProjectOutput struct { _ struct{} `type:"structure"` @@ -15634,8 +15656,8 @@ type DetectModerationLabelsOutput struct { // Shows the results of the human in the loop evaluation. HumanLoopActivationOutput *HumanLoopActivationOutput `type:"structure"` - // Array of detected Moderation labels and the time, in milliseconds from the - // start of the video, they were detected. + // Array of detected Moderation labels. For video operations, this includes + // the time, in milliseconds from the start of the video, they were detected. ModerationLabels []*ModerationLabel `type:"list"` // Version number of the base moderation detection model that was used to detect diff --git a/service/workspaces/api.go b/service/workspaces/api.go index 887577d5bca..09c52af637c 100644 --- a/service/workspaces/api.go +++ b/service/workspaces/api.go @@ -20011,7 +20011,9 @@ type RootStorage struct { _ struct{} `type:"structure"` // The size of the root volume. - Capacity *string `min:"1" type:"string"` + // + // Capacity is a required field + Capacity *string `min:"1" type:"string" required:"true"` } // String returns the string representation. @@ -20035,6 +20037,9 @@ func (s RootStorage) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *RootStorage) Validate() error { invalidParams := request.ErrInvalidParams{Context: "RootStorage"} + if s.Capacity == nil { + invalidParams.Add(request.NewErrParamRequired("Capacity")) + } if s.Capacity != nil && len(*s.Capacity) < 1 { invalidParams.Add(request.NewErrParamMinLen("Capacity", 1)) } @@ -22171,7 +22176,9 @@ type UserStorage struct { _ struct{} `type:"structure"` // The size of the user volume. - Capacity *string `min:"1" type:"string"` + // + // Capacity is a required field + Capacity *string `min:"1" type:"string" required:"true"` } // String returns the string representation. @@ -22195,6 +22202,9 @@ func (s UserStorage) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *UserStorage) Validate() error { invalidParams := request.ErrInvalidParams{Context: "UserStorage"} + if s.Capacity == nil { + invalidParams.Add(request.NewErrParamRequired("Capacity")) + } if s.Capacity != nil && len(*s.Capacity) < 1 { invalidParams.Add(request.NewErrParamMinLen("Capacity", 1)) }