From 1635c81b155f17336066afb4dcff7508a5294cb4 Mon Sep 17 00:00:00 2001 From: AWS Date: Thu, 13 Oct 2016 16:27:10 -0700 Subject: [PATCH 1/2] Update to latest models --- .changes/next-release/feature-acm-86578.json | 5 + .../feature-elasticbeanstalk-1148.json | 5 + .../next-release/feature-gamelift-73760.json | 5 + botocore/data/acm/2015-12-08/service-2.json | 110 +- .../2010-12-01/service-2.json | 333 +-- .../data/gamelift/2015-10-01/service-2.json | 1934 +++++------------ 6 files changed, 864 insertions(+), 1528 deletions(-) create mode 100644 .changes/next-release/feature-acm-86578.json create mode 100644 .changes/next-release/feature-elasticbeanstalk-1148.json create mode 100644 .changes/next-release/feature-gamelift-73760.json diff --git a/.changes/next-release/feature-acm-86578.json b/.changes/next-release/feature-acm-86578.json new file mode 100644 index 0000000000..74ac4c7fd5 --- /dev/null +++ b/.changes/next-release/feature-acm-86578.json @@ -0,0 +1,5 @@ +{ + "category": "``acm``", + "type": "feature", + "description": "Update acm client to latest version" +} diff --git a/.changes/next-release/feature-elasticbeanstalk-1148.json b/.changes/next-release/feature-elasticbeanstalk-1148.json new file mode 100644 index 0000000000..c98d7f6968 --- /dev/null +++ b/.changes/next-release/feature-elasticbeanstalk-1148.json @@ -0,0 +1,5 @@ +{ + "category": "``elasticbeanstalk``", + "type": "feature", + "description": "Update elasticbeanstalk client to latest version" +} diff --git a/.changes/next-release/feature-gamelift-73760.json b/.changes/next-release/feature-gamelift-73760.json new file mode 100644 index 0000000000..6030210330 --- /dev/null +++ b/.changes/next-release/feature-gamelift-73760.json @@ -0,0 +1,5 @@ +{ + "category": "``gamelift``", + "type": "feature", + "description": "Update gamelift client to latest version" +} diff --git a/botocore/data/acm/2015-12-08/service-2.json b/botocore/data/acm/2015-12-08/service-2.json index 83d4f7a7b0..a43e4113f5 100644 --- a/botocore/data/acm/2015-12-08/service-2.json +++ b/botocore/data/acm/2015-12-08/service-2.json @@ -69,6 +69,20 @@ ], "documentation":"

Retrieves an ACM Certificate and certificate chain for the certificate specified by an ARN. The chain is an ordered list of certificates that contains the root certificate, intermediate certificates of subordinate CAs, and the ACM Certificate. The certificate and certificate chain are base64 encoded. If you want to decode the certificate chain to see the individual certificate fields, you can use OpenSSL.

Currently, ACM Certificates can be used only with Elastic Load Balancing and Amazon CloudFront.

" }, + "ImportCertificate":{ + "name":"ImportCertificate", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ImportCertificateRequest"}, + "output":{"shape":"ImportCertificateResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"LimitExceededException"} + ], + "documentation":"

Imports an SSL/TLS certificate into AWS Certificate Manager (ACM) to use with ACM's integrated AWS services.

ACM does not provide managed renewal for certificates that you import.

For more information about importing certificates into ACM, including the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

To import a certificate, you must provide the certificate and the matching private key. When the certificate is not self-signed, you must also provide a certificate chain. You can omit the certificate chain when importing a self-signed certificate.

The certificate, private key, and certificate chain must be PEM-encoded. For more information about converting these items to PEM format, see Importing Certificates Troubleshooting in the AWS Certificate Manager User Guide.

To import a new certificate, omit the CertificateArn field. Include this field only when you want to replace a previously imported certificate.

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

" + }, "ListCertificates":{ "name":"ListCertificates", "http":{ @@ -119,7 +133,7 @@ {"shape":"LimitExceededException"}, {"shape":"InvalidDomainValidationOptionsException"} ], - "documentation":"

Requests an ACM Certificate for use with other AWS services. To request an ACM Certificate, you must specify the fully qualified domain name (FQDN) for your site. You can also specify additional FQDNs if users can reach your site by using other names. For each domain name you specify, email is sent to the domain owner to request approval to issue the certificate. After receiving approval from the domain owner, the ACM Certificate is issued. For more information, see the AWS Certificate Manager User Guide .

" + "documentation":"

Requests an ACM Certificate for use with other AWS services. To request an ACM Certificate, you must specify the fully qualified domain name (FQDN) for your site. You can also specify additional FQDNs if users can reach your site by using other names. For each domain name you specify, email is sent to the domain owner to request approval to issue the certificate. After receiving approval from the domain owner, the ACM Certificate is issued. For more information, see the AWS Certificate Manager User Guide.

" }, "ResendValidationEmail":{ "name":"ResendValidationEmail", @@ -163,34 +177,44 @@ }, "CertificateBody":{ "type":"string", - "max":524288, + "max":32768, "min":1, "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" }, + "CertificateBodyBlob":{ + "type":"blob", + "max":32768, + "min":1 + }, "CertificateChain":{ "type":"string", "max":2097152, "min":1, "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" }, + "CertificateChainBlob":{ + "type":"blob", + "max":2097152, + "min":1 + }, "CertificateDetail":{ "type":"structure", "members":{ "CertificateArn":{ "shape":"Arn", - "documentation":"

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

" + "documentation":"

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

" }, "DomainName":{ "shape":"DomainNameString", - "documentation":"

The fully qualified domain name (FQDN) for the certificate, such as www.example.com or example.com.

" + "documentation":"

The fully qualified domain name for the certificate, such as www.example.com or example.com.

" }, "SubjectAlternativeNames":{ "shape":"DomainList", - "documentation":"

One or more domain names (subject alternative names) included in the certificate request. After the certificate is issued, this list includes the domain names bound to the public key contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

" + "documentation":"

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

" }, "DomainValidationOptions":{ "shape":"DomainValidationList", - "documentation":"

Contains information about the email address or addresses used for domain validation.

" + "documentation":"

Contains information about the email address or addresses used for domain validation. This field exists only when the certificate type is AMAZON_ISSUED.

" }, "Serial":{ "shape":"String", @@ -198,19 +222,23 @@ }, "Subject":{ "shape":"String", - "documentation":"

The X.500 distinguished name of the entity associated with the public key contained in the certificate.

" + "documentation":"

The name of the entity that is associated with the public key contained in the certificate.

" }, "Issuer":{ "shape":"String", - "documentation":"

The X.500 distinguished name of the CA that issued and signed the certificate.

" + "documentation":"

The name of the certificate authority that issued and signed the certificate.

" }, "CreatedAt":{ "shape":"TStamp", - "documentation":"

The time at which the certificate was requested.

" + "documentation":"

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

" }, "IssuedAt":{ "shape":"TStamp", - "documentation":"

The time at which the certificate was issued.

" + "documentation":"

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

" + }, + "ImportedAt":{ + "shape":"TStamp", + "documentation":"

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

" }, "Status":{ "shape":"CertificateStatus", @@ -234,19 +262,23 @@ }, "KeyAlgorithm":{ "shape":"KeyAlgorithm", - "documentation":"

The algorithm used to generate the key pair (the public and private key). Currently the only supported value is RSA_2048.

" + "documentation":"

The algorithm that was used to generate the key pair (the public and private key).

" }, "SignatureAlgorithm":{ "shape":"String", - "documentation":"

The algorithm used to generate a signature. Currently the only supported value is SHA256WITHRSA.

" + "documentation":"

The algorithm that was used to sign the certificate.

" }, "InUseBy":{ "shape":"InUseList", - "documentation":"

A list of ARNs for the resources that are using the certificate. An ACM Certificate can be used by multiple AWS resources.

" + "documentation":"

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

" }, "FailureReason":{ "shape":"FailureReason", - "documentation":"

The reason the certificate request failed. This value exists only when the structure's Status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

" + "documentation":"

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

" + }, + "Type":{ + "shape":"CertificateType", + "documentation":"

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

" } }, "documentation":"

Contains detailed metadata about an ACM Certificate. This structure is returned in the response to a DescribeCertificate request.

" @@ -285,6 +317,13 @@ "type":"list", "member":{"shape":"CertificateSummary"} }, + "CertificateType":{ + "type":"string", + "enum":[ + "IMPORTED", + "AMAZON_ISSUED" + ] + }, "DeleteCertificateRequest":{ "type":"structure", "required":["CertificateArn"], @@ -414,6 +453,40 @@ "min":1, "pattern":"\\w+" }, + "ImportCertificateRequest":{ + "type":"structure", + "required":[ + "Certificate", + "PrivateKey" + ], + "members":{ + "CertificateArn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

" + }, + "Certificate":{ + "shape":"CertificateBodyBlob", + "documentation":"

The certificate to import. It must meet the following requirements:

" + }, + "PrivateKey":{ + "shape":"PrivateKeyBlob", + "documentation":"

The private key that matches the public key in the certificate. It must meet the following requirements:

" + }, + "CertificateChain":{ + "shape":"CertificateChainBlob", + "documentation":"

The certificate chain. It must be PEM-encoded.

" + } + } + }, + "ImportCertificateResponse":{ + "type":"structure", + "members":{ + "CertificateArn":{ + "shape":"Arn", + "documentation":"

The Amazon Resource Name (ARN) of the imported certificate.

" + } + } + }, "InUseList":{ "type":"list", "member":{"shape":"String"} @@ -454,6 +527,7 @@ "type":"string", "enum":[ "RSA_2048", + "RSA_1024", "EC_prime256v1" ] }, @@ -525,6 +599,12 @@ "min":1, "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*" }, + "PrivateKeyBlob":{ + "type":"blob", + "max":524288, + "min":1, + "sensitive":true + }, "RemoveTagsFromCertificateRequest":{ "type":"structure", "required":[ @@ -682,5 +762,5 @@ "member":{"shape":"String"} } }, - "documentation":"AWS Certificate Manager

Welcome to the AWS Certificate Manager (ACM) Command Reference. This guide provides descriptions, syntax, and usage examples for each ACM command. You can use AWS Certificate Manager to request ACM Certificates for your AWS-based websites and applications. For general information about using ACM and for more information about using the console, see the AWS Certificate Manager User Guide. For more information about using the ACM API, see the AWS Certificate Manager API Reference.

" + "documentation":"AWS Certificate Manager

Welcome to the AWS Certificate Manager (ACM) API documentation.

You can use ACM to manage SSL/TLS certificates for your AWS-based websites and applications. For general information about using ACM, see the AWS Certificate Manager User Guide .

" } diff --git a/botocore/data/elasticbeanstalk/2010-12-01/service-2.json b/botocore/data/elasticbeanstalk/2010-12-01/service-2.json index a41c2e3287..3fd00c88cf 100644 --- a/botocore/data/elasticbeanstalk/2010-12-01/service-2.json +++ b/botocore/data/elasticbeanstalk/2010-12-01/service-2.json @@ -50,7 +50,7 @@ "shape":"CheckDNSAvailabilityResultMessage", "resultWrapper":"CheckDNSAvailabilityResult" }, - "documentation":"

Checks if the specified CNAME is available.

" + "documentation":"

Checks if the specified CNAME is available.

" }, "ComposeEnvironments":{ "name":"ComposeEnvironments", @@ -102,7 +102,7 @@ {"shape":"InsufficientPrivilegesException"}, {"shape":"S3LocationNotInServiceRegionException"} ], - "documentation":"

Creates an application version for the specified application.

Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version. " + "documentation":"

Creates an application version for the specified application.

Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

" }, "CreateConfigurationTemplate":{ "name":"CreateConfigurationTemplate", @@ -120,7 +120,7 @@ {"shape":"TooManyBucketsException"}, {"shape":"TooManyConfigurationTemplatesException"} ], - "documentation":"

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

" + "documentation":"

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

" }, "CreateEnvironment":{ "name":"CreateEnvironment", @@ -154,7 +154,7 @@ {"shape":"S3SubscriptionRequiredException"}, {"shape":"InsufficientPrivilegesException"} ], - "documentation":"

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

" + "documentation":"

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

" }, "DeleteApplication":{ "name":"DeleteApplication", @@ -166,7 +166,7 @@ "errors":[ {"shape":"OperationInProgressException"} ], - "documentation":"

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment. " + "documentation":"

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

" }, "DeleteApplicationVersion":{ "name":"DeleteApplicationVersion", @@ -181,7 +181,7 @@ {"shape":"OperationInProgressException"}, {"shape":"S3LocationNotInServiceRegionException"} ], - "documentation":"

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment." + "documentation":"

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

" }, "DeleteConfigurationTemplate":{ "name":"DeleteConfigurationTemplate", @@ -193,7 +193,7 @@ "errors":[ {"shape":"OperationInProgressException"} ], - "documentation":"

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment." + "documentation":"

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

" }, "DeleteEnvironmentConfiguration":{ "name":"DeleteEnvironmentConfiguration", @@ -244,7 +244,7 @@ "errors":[ {"shape":"TooManyBucketsException"} ], - "documentation":"

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

" + "documentation":"

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

" }, "DescribeConfigurationSettings":{ "name":"DescribeConfigurationSettings", @@ -260,7 +260,7 @@ "errors":[ {"shape":"TooManyBucketsException"} ], - "documentation":"

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

" + "documentation":"

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

" }, "DescribeEnvironmentHealth":{ "name":"DescribeEnvironmentHealth", @@ -351,7 +351,7 @@ "shape":"EventDescriptionsMessage", "resultWrapper":"DescribeEventsResult" }, - "documentation":"

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken." + "documentation":"

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

" }, "DescribeInstancesHealth":{ "name":"DescribeInstancesHealth", @@ -380,7 +380,7 @@ "shape":"ListAvailableSolutionStacksResultMessage", "resultWrapper":"ListAvailableSolutionStacksResult" }, - "documentation":"

Returns a list of the available solution stack names.

" + "documentation":"

Returns a list of the available solution stack names.

" }, "RebuildEnvironment":{ "name":"RebuildEnvironment", @@ -392,7 +392,7 @@ "errors":[ {"shape":"InsufficientPrivilegesException"} ], - "documentation":"

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

" + "documentation":"

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

" }, "RequestEnvironmentInfo":{ "name":"RequestEnvironmentInfo", @@ -401,7 +401,7 @@ "requestUri":"/" }, "input":{"shape":"RequestEnvironmentInfoMessage"}, - "documentation":"

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

" + "documentation":"

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

" }, "RestartAppServer":{ "name":"RestartAppServer", @@ -423,7 +423,7 @@ "shape":"RetrieveEnvironmentInfoResultMessage", "resultWrapper":"RetrieveEnvironmentInfoResult" }, - "documentation":"

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

" + "documentation":"

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

" }, "SwapEnvironmentCNAMEs":{ "name":"SwapEnvironmentCNAMEs", @@ -432,7 +432,7 @@ "requestUri":"/" }, "input":{"shape":"SwapEnvironmentCNAMEsMessage"}, - "documentation":"

Swaps the CNAMEs of two environments.

" + "documentation":"

Swaps the CNAMEs of two environments.

" }, "TerminateEnvironment":{ "name":"TerminateEnvironment", @@ -448,7 +448,7 @@ "errors":[ {"shape":"InsufficientPrivilegesException"} ], - "documentation":"

Terminates the specified environment.

" + "documentation":"

Terminates the specified environment.

" }, "UpdateApplication":{ "name":"UpdateApplication", @@ -461,7 +461,7 @@ "shape":"ApplicationDescriptionMessage", "resultWrapper":"UpdateApplicationResult" }, - "documentation":"

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string. " + "documentation":"

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

" }, "UpdateApplicationVersion":{ "name":"UpdateApplicationVersion", @@ -474,7 +474,7 @@ "shape":"ApplicationVersionDescriptionMessage", "resultWrapper":"UpdateApplicationVersionResult" }, - "documentation":"

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string. " + "documentation":"

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

" }, "UpdateConfigurationTemplate":{ "name":"UpdateConfigurationTemplate", @@ -491,7 +491,7 @@ {"shape":"InsufficientPrivilegesException"}, {"shape":"TooManyBucketsException"} ], - "documentation":"

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

" + "documentation":"

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

" }, "UpdateEnvironment":{ "name":"UpdateEnvironment", @@ -508,7 +508,7 @@ {"shape":"InsufficientPrivilegesException"}, {"shape":"TooManyBucketsException"} ], - "documentation":"

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

" + "documentation":"

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

" }, "ValidateConfigurationSettings":{ "name":"ValidateConfigurationSettings", @@ -525,7 +525,7 @@ {"shape":"InsufficientPrivilegesException"}, {"shape":"TooManyBucketsException"} ], - "documentation":"

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

" + "documentation":"

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

" } }, "shapes":{ @@ -594,7 +594,7 @@ }, "ConfigurationTemplates":{ "shape":"ConfigurationTemplateNamesList", - "documentation":"

The names of the configuration templates associated with this application.

" + "documentation":"

The names of the configuration templates associated with this application.

" } }, "documentation":"

Describes the properties of an application.

" @@ -667,11 +667,12 @@ }, "VersionLabel":{ "shape":"VersionLabel", - "documentation":"

A label uniquely identifying the version for the associated application.

" + "documentation":"

A label uniquely identifying the version for the associated application.

" }, + "SourceBuildInformation":{"shape":"SourceBuildInformation"}, "SourceBundle":{ "shape":"S3Location", - "documentation":"

The location where the source bundle is located for this version.

" + "documentation":"

The location where the source bundle is located for this version.

" }, "DateCreated":{ "shape":"CreationDate", @@ -686,7 +687,7 @@ "documentation":"

The processing status of the application version.

" } }, - "documentation":"

Describes the properties of an application version.

" + "documentation":"

Describes the properties of an application version.

" }, "ApplicationVersionDescriptionList":{ "type":"list", @@ -700,7 +701,7 @@ "documentation":"

The ApplicationVersionDescription of the application version.

" } }, - "documentation":"

Result message wrapping a single description of an application version.

" + "documentation":"

Result message wrapping a single description of an application version.

" }, "ApplicationVersionDescriptionsMessage":{ "type":"structure", @@ -708,6 +709,10 @@ "ApplicationVersions":{ "shape":"ApplicationVersionDescriptionList", "documentation":"

List of ApplicationVersionDescription objects sorted by order of creation.

" + }, + "NextToken":{ + "shape":"Token", + "documentation":"

For a paginated request, the token that you can pass in a subsequent request to get the next page.

" } }, "documentation":"

Result message wrapping a list of application version descriptions.

" @@ -772,7 +777,7 @@ "documentation":"

The name of the AutoScalingGroup .

" } }, - "documentation":"

Describes an Auto Scaling launch configuration.

" + "documentation":"

Describes an Auto Scaling launch configuration.

" }, "AutoScalingGroupList":{ "type":"list", @@ -835,7 +840,7 @@ "members":{ "CNAMEPrefix":{ "shape":"DNSCnamePrefix", - "documentation":"

The prefix used when this CNAME is reserved.

" + "documentation":"

The prefix used when this CNAME is reserved.

" } }, "documentation":"

Results message indicating whether a CNAME is available.

" @@ -845,7 +850,7 @@ "members":{ "Available":{ "shape":"CnameAvailability", - "documentation":"

Indicates if the specified CNAME is available:

" + "documentation":"

Indicates if the specified CNAME is available:

" }, "FullyQualifiedCNAME":{ "shape":"DNSCname", @@ -887,50 +892,50 @@ "members":{ "Namespace":{ "shape":"OptionNamespace", - "documentation":"

A unique namespace identifying the option's associated AWS resource.

" + "documentation":"

A unique namespace identifying the option's associated AWS resource.

" }, "Name":{ "shape":"ConfigurationOptionName", - "documentation":"

The name of the configuration option.

" + "documentation":"

The name of the configuration option.

" }, "DefaultValue":{ "shape":"ConfigurationOptionDefaultValue", - "documentation":"

The default value for this configuration option.

" + "documentation":"

The default value for this configuration option.

" }, "ChangeSeverity":{ "shape":"ConfigurationOptionSeverity", - "documentation":"

An indication of which action is required if the value for this configuration option changes:

" + "documentation":"

An indication of which action is required if the value for this configuration option changes:

" }, "UserDefined":{ "shape":"UserDefinedOption", - "documentation":"

An indication of whether the user defined this configuration option:

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

" + "documentation":"

An indication of whether the user defined this configuration option:

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

" }, "ValueType":{ "shape":"ConfigurationOptionValueType", - "documentation":"

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

" + "documentation":"

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

" }, "ValueOptions":{ "shape":"ConfigurationOptionPossibleValues", - "documentation":"

If specified, values for the configuration option are selected from this list.

" + "documentation":"

If specified, values for the configuration option are selected from this list.

" }, "MinValue":{ "shape":"OptionRestrictionMinValue", - "documentation":"

If specified, the configuration option must be a numeric value greater than this value.

" + "documentation":"

If specified, the configuration option must be a numeric value greater than this value.

" }, "MaxValue":{ "shape":"OptionRestrictionMaxValue", - "documentation":"

If specified, the configuration option must be a numeric value less than this value.

" + "documentation":"

If specified, the configuration option must be a numeric value less than this value.

" }, "MaxLength":{ "shape":"OptionRestrictionMaxLength", - "documentation":"

If specified, the configuration option must be a string value no longer than this value.

" + "documentation":"

If specified, the configuration option must be a string value no longer than this value.

" }, "Regex":{ "shape":"OptionRestrictionRegex", - "documentation":"

If specified, the configuration option must be a string value that satisfies this regular expression.

" + "documentation":"

If specified, the configuration option must be a string value that satisfies this regular expression.

" } }, - "documentation":"

Describes the possible values for a configuration option.

" + "documentation":"

Describes the possible values for a configuration option.

" }, "ConfigurationOptionDescriptionsList":{ "type":"list", @@ -947,19 +952,19 @@ "members":{ "ResourceName":{ "shape":"ResourceName", - "documentation":"

A unique resource name for a time-based scaling configuration option.

" + "documentation":"

A unique resource name for a time-based scaling configuration option.

" }, "Namespace":{ "shape":"OptionNamespace", - "documentation":"

A unique namespace identifying the option's associated AWS resource.

" + "documentation":"

A unique namespace identifying the option's associated AWS resource.

" }, "OptionName":{ "shape":"ConfigurationOptionName", - "documentation":"

The name of the configuration option.

" + "documentation":"

The name of the configuration option.

" }, "Value":{ "shape":"ConfigurationOptionValue", - "documentation":"

The current value for the configuration option.

" + "documentation":"

The current value for the configuration option.

" } }, "documentation":"

A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to Option Values in the AWS Elastic Beanstalk Developer Guide.

" @@ -982,7 +987,7 @@ "members":{ "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

The name of the solution stack these configuration options belong to.

" + "documentation":"

The name of the solution stack these configuration options belong to.

" }, "Options":{ "shape":"ConfigurationOptionDescriptionsList", @@ -996,11 +1001,11 @@ "members":{ "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

The name of the solution stack this configuration set uses.

" + "documentation":"

The name of the solution stack this configuration set uses.

" }, "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application associated with this configuration set.

" + "documentation":"

The name of the application associated with this configuration set.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", @@ -1008,7 +1013,7 @@ }, "Description":{ "shape":"Description", - "documentation":"

Describes this configuration set.

" + "documentation":"

Describes this configuration set.

" }, "EnvironmentName":{ "shape":"EnvironmentName", @@ -1016,22 +1021,22 @@ }, "DeploymentStatus":{ "shape":"ConfigurationDeploymentStatus", - "documentation":"

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

" + "documentation":"

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

" }, "DateCreated":{ "shape":"CreationDate", - "documentation":"

The date (in UTC time) when this configuration set was created.

" + "documentation":"

The date (in UTC time) when this configuration set was created.

" }, "DateUpdated":{ "shape":"UpdateDate", - "documentation":"

The date (in UTC time) when this configuration set was last modified.

" + "documentation":"

The date (in UTC time) when this configuration set was last modified.

" }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

A list of the configuration options and their values in this configuration set.

" + "documentation":"

A list of the configuration options and their values in this configuration set.

" } }, - "documentation":"

Describes the settings for a configuration set.

" + "documentation":"

Describes the settings for a configuration set.

" }, "ConfigurationSettingsDescriptionList":{ "type":"list", @@ -1100,13 +1105,14 @@ "shape":"Description", "documentation":"

Describes this version.

" }, + "SourceBuildInformation":{"shape":"SourceBuildInformation"}, "SourceBundle":{ "shape":"S3Location", - "documentation":"

The Amazon S3 bucket and key that identify the location of the source bundle for this version.

If data found at the Amazon S3 location exceeds the maximum allowed source bundle size, AWS Elastic Beanstalk returns an InvalidParameterValue error. The maximum size allowed is 512 MB.

Default: If not specified, AWS Elastic Beanstalk uses a sample application. If only partially specified (for example, a bucket is provided but not the key) or if no data is found at the Amazon S3 location, AWS Elastic Beanstalk returns an InvalidParameterCombination error.

" + "documentation":"

The Amazon S3 bucket and key that identify the location of the source bundle for this version.

If data found at the Amazon S3 location exceeds the maximum allowed source bundle size, AWS Elastic Beanstalk returns an InvalidParameterValue error. The maximum size allowed is 512 MB.

Default: If not specified, AWS Elastic Beanstalk uses a sample application. If only partially specified (for example, a bucket is provided but not the key) or if no data is found at the Amazon S3 location, AWS Elastic Beanstalk returns an InvalidParameterCombination error.

" }, "AutoCreateApplication":{ "shape":"AutoCreateApplication", - "documentation":"

Determines how the system behaves if the specified application for this version does not already exist:

Default: false

Valid Values: true | false

" + "documentation":"

Determines how the system behaves if the specified application for this version does not already exist:

Default: false

Valid Values: true | false

" }, "Process":{ "shape":"ApplicationVersionProccess", @@ -1128,15 +1134,15 @@ }, "TemplateName":{ "shape":"ConfigurationTemplateName", - "documentation":"

The name of the configuration template.

Constraint: This name must be unique per application.

Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.

" + "documentation":"

The name of the configuration template.

Constraint: This name must be unique per application.

Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.

" }, "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.

Use ListAvailableSolutionStacks to obtain a list of available solution stacks.

A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue error.

If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.

" + "documentation":"

The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values.

Use ListAvailableSolutionStacks to obtain a list of available solution stacks.

A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an InvalidParameterValue error.

If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template.

" }, "SourceConfiguration":{ "shape":"SourceConfiguration", - "documentation":"

If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

Values specified in the OptionSettings parameter of this call overrides any values obtained from the SourceConfiguration.

If no configuration template is found, returns an InvalidParameterValue error.

Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination error.

" + "documentation":"

If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

Values specified in the OptionSettings parameter of this call overrides any values obtained from the SourceConfiguration.

If no configuration template is found, returns an InvalidParameterValue error.

Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an InvalidParameterCombination error.

" }, "EnvironmentId":{ "shape":"EnvironmentId", @@ -1148,7 +1154,7 @@ }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.

" + "documentation":"

If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template.

" } }, "documentation":"

Request to create a configuration template.

" @@ -1159,11 +1165,11 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application that contains the version to be deployed.

If no application is found with this name, CreateEnvironment returns an InvalidParameterValue error.

" + "documentation":"

The name of the application that contains the version to be deployed.

If no application is found with this name, CreateEnvironment returns an InvalidParameterValue error.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

A unique name for the deployment environment. Used in the application URL.

Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.

" + "documentation":"

A unique name for the deployment environment. Used in the application URL.

Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.

" }, "GroupName":{ "shape":"GroupName", @@ -1175,19 +1181,19 @@ }, "CNAMEPrefix":{ "shape":"DNSCnamePrefix", - "documentation":"

If specified, the environment attempts to use this value as the prefix for the CNAME. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.

" + "documentation":"

If specified, the environment attempts to use this value as the prefix for the CNAME. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.

" }, "Tier":{ "shape":"EnvironmentTier", - "documentation":"

This specifies the tier to use for creating this environment.

" + "documentation":"

This specifies the tier to use for creating this environment.

" }, "Tags":{ "shape":"Tags", - "documentation":"

This specifies the tags applied to resources in the environment.

" + "documentation":"

This specifies the tags applied to resources in the environment.

" }, "VersionLabel":{ "shape":"VersionLabel", - "documentation":"

The name of the application version to deploy.

If the specified application has no associated application versions, AWS Elastic Beanstalk UpdateEnvironment returns an InvalidParameterValue error.

Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container.

" + "documentation":"

The name of the application version to deploy.

If the specified application has no associated application versions, AWS Elastic Beanstalk UpdateEnvironment returns an InvalidParameterValue error.

Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", @@ -1195,15 +1201,15 @@ }, "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

This is an alternative to specifying a template name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

" + "documentation":"

This is an alternative to specifying a template name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

" }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template.

" + "documentation":"

If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template.

" }, "OptionsToRemove":{ "shape":"OptionsSpecifierList", - "documentation":"

A list of custom user-defined configuration options to remove from the configuration set for this new environment.

" + "documentation":"

A list of custom user-defined configuration options to remove from the configuration set for this new environment.

" } }, "documentation":"

" @@ -1213,7 +1219,7 @@ "members":{ "S3Bucket":{ "shape":"S3Bucket", - "documentation":"

The name of the Amazon S3 bucket created.

" + "documentation":"

The name of the Amazon S3 bucket created.

" } }, "documentation":"

Results of a CreateStorageLocationResult call.

" @@ -1261,7 +1267,7 @@ }, "DeleteSourceBundle":{ "shape":"DeleteSourceBundle", - "documentation":"

Indicates whether to delete the associated source bundle from Amazon S3:

Valid Values: true | false

" + "documentation":"

Indicates whether to delete the associated source bundle from Amazon S3:

Valid Values: true | false

" } }, "documentation":"

Request to delete an application version.

" @@ -1275,7 +1281,7 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application to delete the configuration template from.

" + "documentation":"

The name of the application to delete the configuration template from.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", @@ -1316,7 +1322,7 @@ }, "Status":{ "shape":"String", - "documentation":"

The status of the deployment:

" + "documentation":"

The status of the deployment:

" }, "DeploymentTime":{ "shape":"DeploymentTimestamp", @@ -1336,6 +1342,14 @@ "VersionLabels":{ "shape":"VersionLabelsList", "documentation":"

If specified, restricts the returned descriptions to only include ones that have the specified version labels.

" + }, + "MaxRecords":{ + "shape":"MaxRecords", + "documentation":"

Specify a maximum number of application versions to paginate in the request.

" + }, + "NextToken":{ + "shape":"Token", + "documentation":"

Specify a next token to retrieve the next page in a paginated request.

" } }, "documentation":"

Result message containing a list of configuration descriptions.

" @@ -1345,7 +1359,7 @@ "members":{ "ApplicationNames":{ "shape":"ApplicationNamesList", - "documentation":"

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

" + "documentation":"

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

" } }, "documentation":"

Request to describe one or more applications.

" @@ -1355,26 +1369,26 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

" + "documentation":"

The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", - "documentation":"

The name of the configuration template whose configuration options you want to describe.

" + "documentation":"

The name of the configuration template whose configuration options you want to describe.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment whose configuration options you want to describe.

" + "documentation":"

The name of the environment whose configuration options you want to describe.

" }, "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

The name of the solution stack whose configuration options you want to describe.

" + "documentation":"

The name of the solution stack whose configuration options you want to describe.

" }, "Options":{ "shape":"OptionsSpecifierList", - "documentation":"

If specified, restricts the descriptions to only the specified options.

" + "documentation":"

If specified, restricts the descriptions to only the specified options.

" } }, - "documentation":"

Result message containig a list of application version descriptions.

" + "documentation":"

Result message containig a list of application version descriptions.

" }, "DescribeConfigurationSettingsMessage":{ "type":"structure", @@ -1382,15 +1396,15 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The application for the environment or configuration template.

" + "documentation":"

The application for the environment or configuration template.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", - "documentation":"

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

" + "documentation":"

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" } }, "documentation":"

Result message containing all of the configuration settings for a specified solution stack or configuration template.

" @@ -1514,11 +1528,11 @@ "members":{ "EnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" } }, "documentation":"

Request to describe the resources in an environment.

" @@ -1578,11 +1592,11 @@ }, "RequestId":{ "shape":"RequestId", - "documentation":"

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

" + "documentation":"

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

" }, "Severity":{ "shape":"EventSeverity", - "documentation":"

If specified, limits the events returned from this call to include only those with the specified severity or higher.

" + "documentation":"

If specified, limits the events returned from this call to include only those with the specified severity or higher.

" }, "StartTime":{ "shape":"TimeFilterStart", @@ -1594,11 +1608,11 @@ }, "MaxRecords":{ "shape":"MaxRecords", - "documentation":"

Specifies the maximum number of events that can be returned, beginning with the most recent event.

" + "documentation":"

Specifies the maximum number of events that can be returned, beginning with the most recent event.

" }, "NextToken":{ "shape":"Token", - "documentation":"

Pagination token. If specified, the events return the next batch of results.

" + "documentation":"

Pagination token. If specified, the events return the next batch of results.

" } }, "documentation":"

Request to retrieve a list of events for an environment.

" @@ -1669,7 +1683,7 @@ }, "EnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of this environment.

" + "documentation":"

The ID of this environment.

" }, "ApplicationName":{ "shape":"ApplicationName", @@ -1685,7 +1699,7 @@ }, "TemplateName":{ "shape":"ConfigurationTemplateName", - "documentation":"

The name of the configuration template used to originally launch this environment.

" + "documentation":"

The name of the configuration template used to originally launch this environment.

" }, "Description":{ "shape":"Description", @@ -1697,7 +1711,7 @@ }, "CNAME":{ "shape":"DNSCname", - "documentation":"

The URL to the CNAME for this environment.

" + "documentation":"

The URL to the CNAME for this environment.

" }, "DateCreated":{ "shape":"CreationDate", @@ -1709,7 +1723,7 @@ }, "Status":{ "shape":"EnvironmentStatus", - "documentation":"

The current operational status of the environment:

" + "documentation":"

The current operational status of the environment:

" }, "AbortableOperationInProgress":{ "shape":"AbortableOperationInProgress", @@ -1717,7 +1731,7 @@ }, "Health":{ "shape":"EnvironmentHealth", - "documentation":"

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Default: Grey

" + "documentation":"

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Default: Grey

" }, "HealthStatus":{ "shape":"EnvironmentHealthStatus", @@ -1885,7 +1899,7 @@ }, "Queues":{ "shape":"QueueList", - "documentation":"

The queues used by this environment.

" + "documentation":"

The queues used by this environment.

" } }, "documentation":"

Describes the AWS resources in use by this environment. This data is live.

" @@ -1898,7 +1912,7 @@ "documentation":"

A list of EnvironmentResourceDescription.

" } }, - "documentation":"

Result message containing a list of environment resource descriptions.

" + "documentation":"

Result message containing a list of environment resource descriptions.

" }, "EnvironmentResourcesDescription":{ "type":"structure", @@ -1936,7 +1950,7 @@ "documentation":"

The version of this environment tier.

" } }, - "documentation":"

Describes the properties of an environment tier

" + "documentation":"

Describes the properties of an environment tier

" }, "EventDate":{"type":"timestamp"}, "EventDescription":{ @@ -1972,7 +1986,7 @@ }, "Severity":{ "shape":"EventSeverity", - "documentation":"

The severity level of this event.

" + "documentation":"

The severity level of this event.

" } }, "documentation":"

Describes an event.

" @@ -2052,35 +2066,35 @@ "members":{ "NoData":{ "shape":"NullableInteger", - "documentation":"

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

" + "documentation":"

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

" }, "Unknown":{ "shape":"NullableInteger", - "documentation":"

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

" + "documentation":"

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

" }, "Pending":{ "shape":"NullableInteger", - "documentation":"

Grey. An operation is in progress on an instance within the command timeout.

" + "documentation":"

Grey. An operation is in progress on an instance within the command timeout.

" }, "Ok":{ "shape":"NullableInteger", - "documentation":"

Green. An instance is passing health checks and the health agent is not reporting any problems.

" + "documentation":"

Green. An instance is passing health checks and the health agent is not reporting any problems.

" }, "Info":{ "shape":"NullableInteger", - "documentation":"

Green. An operation is in progress on an instance.

" + "documentation":"

Green. An operation is in progress on an instance.

" }, "Warning":{ "shape":"NullableInteger", - "documentation":"

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

" + "documentation":"

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

" }, "Degraded":{ "shape":"NullableInteger", - "documentation":"

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

" + "documentation":"

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

" }, "Severe":{ "shape":"NullableInteger", - "documentation":"

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

" + "documentation":"

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

" } }, "documentation":"

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

" @@ -2197,14 +2211,14 @@ "members":{ "SolutionStacks":{ "shape":"AvailableSolutionStackNamesList", - "documentation":"

A list of available solution stacks.

" + "documentation":"

A list of available solution stacks.

" }, "SolutionStackDetails":{ "shape":"AvailableSolutionStackDetailsList", "documentation":"

A list of available solution stacks and their SolutionStackDescription.

" } }, - "documentation":"

A list of available AWS Elastic Beanstalk solution stacks.

" + "documentation":"

A list of available AWS Elastic Beanstalk solution stacks.

" }, "Listener":{ "type":"structure", @@ -2384,32 +2398,32 @@ "members":{ "Pattern":{ "shape":"RegexPattern", - "documentation":"

The regular expression pattern that a string configuration option value with this restriction must match.

" + "documentation":"

The regular expression pattern that a string configuration option value with this restriction must match.

" }, "Label":{ "shape":"RegexLabel", - "documentation":"

A unique name representing this regular expression.

" + "documentation":"

A unique name representing this regular expression.

" } }, - "documentation":"

A regular expression representing a restriction on a string configuration option value.

" + "documentation":"

A regular expression representing a restriction on a string configuration option value.

" }, "OptionSpecification":{ "type":"structure", "members":{ "ResourceName":{ "shape":"ResourceName", - "documentation":"

A unique resource name for a time-based scaling configuration option.

" + "documentation":"

A unique resource name for a time-based scaling configuration option.

" }, "Namespace":{ "shape":"OptionNamespace", - "documentation":"

A unique namespace identifying the option's associated AWS resource.

" + "documentation":"

A unique namespace identifying the option's associated AWS resource.

" }, "OptionName":{ "shape":"ConfigurationOptionName", - "documentation":"

The name of the configuration option.

" + "documentation":"

The name of the configuration option.

" } }, - "documentation":"

A specification identifying an individual configuration option.

" + "documentation":"

A specification identifying an individual configuration option.

" }, "OptionsSpecifierList":{ "type":"list", @@ -2438,11 +2452,11 @@ "members":{ "EnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" } }, "documentation":"

" @@ -2482,11 +2496,11 @@ "members":{ "EnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The ID of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" + "documentation":"

The name of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

" } }, "documentation":"

" @@ -2505,7 +2519,7 @@ }, "InfoType":{ "shape":"EnvironmentInfoType", - "documentation":"

The type of information to retrieve.

" + "documentation":"

The type of information to retrieve.

" } }, "documentation":"

Request to download logs retrieved with RequestEnvironmentInfo.

" @@ -2612,14 +2626,14 @@ "members":{ "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

The name of the solution stack.

" + "documentation":"

The name of the solution stack.

" }, "PermittedFileTypes":{ "shape":"SolutionStackFileTypeList", - "documentation":"

The permitted file types allowed for a solution stack.

" + "documentation":"

The permitted file types allowed for a solution stack.

" } }, - "documentation":"

Describes the solution stack.

" + "documentation":"

Describes the solution stack.

" }, "SolutionStackFileTypeList":{ "type":"list", @@ -2629,6 +2643,19 @@ "type":"string", "max":100 }, + "SourceBuildInformation":{ + "type":"structure", + "required":[ + "SourceType", + "SourceRepository", + "SourceLocation" + ], + "members":{ + "SourceType":{"shape":"SourceType"}, + "SourceRepository":{"shape":"SourceRepository"}, + "SourceLocation":{"shape":"SourceLocation"} + } + }, "SourceBundleDeletionException":{ "type":"structure", "members":{ @@ -2655,6 +2682,20 @@ }, "documentation":"

A specification for an environment configuration

" }, + "SourceLocation":{ + "type":"string", + "max":255, + "min":3, + "pattern":".+/.+" + }, + "SourceRepository":{ + "type":"string", + "enum":["CodeCommit"] + }, + "SourceType":{ + "type":"string", + "enum":["Git"] + }, "StatusCodes":{ "type":"structure", "members":{ @@ -2683,19 +2724,19 @@ "members":{ "SourceEnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

" + "documentation":"

The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

" }, "SourceEnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

" + "documentation":"

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

" }, "DestinationEnvironmentId":{ "shape":"EnvironmentId", - "documentation":"

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

" + "documentation":"

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

" }, "DestinationEnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

" + "documentation":"

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

" } }, "documentation":"

Swaps the CNAMEs of two environments.

" @@ -2753,7 +2794,7 @@ }, "TerminateResources":{ "shape":"TerminateEnvironmentResources", - "documentation":"

Indicates whether the associated AWS resources should shut down when the environment is terminated:

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

" + "documentation":"

Indicates whether the associated AWS resources should shut down when the environment is terminated:

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

" }, "ForceTerminate":{ "shape":"ForceTerminate", @@ -2846,7 +2887,7 @@ }, "Description":{ "shape":"Description", - "documentation":"

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

" + "documentation":"

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

" } }, "documentation":"

Request to update an application.

" @@ -2860,7 +2901,7 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

" + "documentation":"

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

" }, "VersionLabel":{ "shape":"VersionLabel", @@ -2894,11 +2935,11 @@ }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

A list of configuration option settings to update with the new specified option value.

" + "documentation":"

A list of configuration option settings to update with the new specified option value.

" }, "OptionsToRemove":{ "shape":"OptionsSpecifierList", - "documentation":"

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

" + "documentation":"

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

" } }, "documentation":"

The result message containing the options for the specified solution stack.

" @@ -2925,11 +2966,11 @@ }, "Description":{ "shape":"Description", - "documentation":"

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

" + "documentation":"

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

" }, "Tier":{ "shape":"EnvironmentTier", - "documentation":"

This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.

" + "documentation":"

This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.

" }, "VersionLabel":{ "shape":"VersionLabel", @@ -2941,15 +2982,15 @@ }, "SolutionStackName":{ "shape":"SolutionStackName", - "documentation":"

This specifies the platform version that the environment will run after the environment is updated.

" + "documentation":"

This specifies the platform version that the environment will run after the environment is updated.

" }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

" + "documentation":"

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

" }, "OptionsToRemove":{ "shape":"OptionsSpecifierList", - "documentation":"

A list of custom user-defined configuration options to remove from the configuration set for this environment.

" + "documentation":"

A list of custom user-defined configuration options to remove from the configuration set for this environment.

" } }, "documentation":"

Request to update an environment.

" @@ -2964,33 +3005,33 @@ "members":{ "ApplicationName":{ "shape":"ApplicationName", - "documentation":"

The name of the application that the configuration template or environment belongs to.

" + "documentation":"

The name of the application that the configuration template or environment belongs to.

" }, "TemplateName":{ "shape":"ConfigurationTemplateName", - "documentation":"

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

" + "documentation":"

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

" }, "EnvironmentName":{ "shape":"EnvironmentName", - "documentation":"

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

" + "documentation":"

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

" }, "OptionSettings":{ "shape":"ConfigurationOptionSettingsList", - "documentation":"

A list of the options and desired values to evaluate.

" + "documentation":"

A list of the options and desired values to evaluate.

" } }, - "documentation":"

A list of validation messages for a specified configuration template.

" + "documentation":"

A list of validation messages for a specified configuration template.

" }, "ValidationMessage":{ "type":"structure", "members":{ "Message":{ "shape":"ValidationMessageString", - "documentation":"

A message describing the error or warning.

" + "documentation":"

A message describing the error or warning.

" }, "Severity":{ "shape":"ValidationSeverity", - "documentation":"

An indication of the severity of this message:

" + "documentation":"

An indication of the severity of this message:

" }, "Namespace":{ "shape":"OptionNamespace", @@ -3001,7 +3042,7 @@ "documentation":"

" } }, - "documentation":"

An error or warning for a desired configuration option value.

" + "documentation":"

An error or warning for a desired configuration option value.

" }, "ValidationMessageString":{"type":"string"}, "ValidationMessagesList":{ @@ -3029,5 +3070,5 @@ "member":{"shape":"VersionLabel"} } }, - "documentation":"AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

" + "documentation":"AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

" } diff --git a/botocore/data/gamelift/2015-10-01/service-2.json b/botocore/data/gamelift/2015-10-01/service-2.json index 7b1becef73..2d18d890eb 100755 --- a/botocore/data/gamelift/2015-10-01/service-2.json +++ b/botocore/data/gamelift/2015-10-01/service-2.json @@ -4,12 +4,11 @@ "apiVersion":"2015-10-01", "endpointPrefix":"gamelift", "jsonVersion":"1.1", + "protocol":"json", "serviceFullName":"Amazon GameLift", "signatureVersion":"v4", - "targetPrefix":"GameLift", - "protocol":"json" + "targetPrefix":"GameLift" }, - "documentation":"Amazon GameLift Service

Welcome to the Amazon GameLift API Reference. Amazon GameLift is a managed Amazon Web Services (AWS) service for developers who need a scalable, server-based solution for multiplayer games. Amazon GameLift provides setup and deployment of game servers, and handles infrastructure scaling and session management.

This reference describes the low-level service API for GameLift. You can call this API directly or use the AWS SDK for your preferred language. The AWS SDK includes a set of high-level GameLift actions multiplayer game sessions. Alternatively, you can use the AWS command-line interface (CLI) tool, which includes commands for GameLift. For administrative actions, you can also use the Amazon GameLift console.

More Resources

Manage Games and Players Through GameLift

Call these actions from your game clients and/or services to create and manage multiplayer game sessions and player sessions.

Set Up and Manage Game Servers

Use these administrative actions to configure GameLift to host your game servers. When setting up GameLift, you'll need to (1) configure a build for your game and upload build files, and (2) set up one or more fleets to host game sessions. Once you've created and activated a fleet, you can assign aliases to it, scale capacity, track performance and utilization, etc.

To view changes to the API, see the GameLift Document History page.

", "operations":{ "CreateAlias":{ "name":"CreateAlias", @@ -17,41 +16,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreateAliasInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreateAliasOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreateAliasInput"}, + "output":{"shape":"CreateAliasOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"LimitExceededException", - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServiceException"}, + {"shape":"LimitExceededException"} ], "documentation":"

Creates an alias for a fleet. You can use an alias to anonymize your fleet by referencing an alias instead of a specific fleet when you create game sessions. Amazon GameLift supports two types of routing strategies for aliases: simple and terminal. Use a simple alias to point to an active fleet. Use a terminal alias to display a message to incoming traffic instead of routing players to an active fleet. This option is useful when a game server is no longer supported but you want to provide better messaging than a standard 404 error.

To create a fleet alias, specify an alias name, routing strategy, and optional description. If successful, a new alias record is returned, including an alias ID, which you can reference when creating a game session. To reassign the alias to another fleet ID, call UpdateAlias.

" }, @@ -61,36 +33,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreateBuildInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreateBuildOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreateBuildInput"}, + "output":{"shape":"CreateBuildOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Initializes a new build record and generates information required to upload a game build to Amazon GameLift. Once the build record has been created and its status is INITIALIZED, you can upload your game build.

Do not use this API action unless you are using your own Amazon Simple Storage Service (Amazon S3) client and need to manually upload your build files. Instead, to create a build, use the CLI command upload-build, which creates a new build record and uploads the build files in one step. (See the Amazon GameLift Developer Guide help on packaging and uploading your build.)

To create a new build, identify the operating system of the game server binaries. All game servers in a build must use the same operating system. Optionally, specify a build name and version; this metadata is stored with other properties in the build record and is displayed in the GameLift console (it is not visible to players). If successful, this action returns the newly created build record along with the Amazon S3 storage location and AWS account credentials. Use the location and credentials to upload your game build.

" }, @@ -100,48 +49,17 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreateFleetInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreateFleetOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreateFleetInput"}, + "output":{"shape":"CreateFleetOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"LimitExceededException", - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"LimitExceededException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], - "documentation":"

Creates a new fleet to run your game servers. A fleet is a set of Amazon Elastic Compute Cloud (Amazon EC2) instances, each of which can run multiple server processes to host game sessions. You configure a fleet to create instances with certain hardware specifications (see Amazon EC2 Instance Types for more information), and deploy a specified game build to each instance. A newly created fleet passes through several statuses; once it reaches the ACTIVE status, it can begin hosting game sessions.

To create a new fleet, provide a fleet name, an EC2 instance type, and a build ID of the game build to deploy. You can also configure the new fleet with the following settings: (1) a runtime configuration describing what server processes to run on each instance in the fleet (required to create fleet), (2) access permissions for inbound traffic, (3) fleet-wide game session protection, and (4) the location of default log files for GameLift to upload and store.

If the CreateFleet call is successful, Amazon GameLift performs the following tasks:

After a fleet is created, use the following actions to change fleet properties and configuration:

" + "documentation":"

Creates a new fleet to run your game servers. A fleet is a set of Amazon Elastic Compute Cloud (Amazon EC2) instances, each of which can run multiple server processes to host game sessions. You configure a fleet to create instances with certain hardware specifications (see Amazon EC2 Instance Types for more information), and deploy a specified game build to each instance. A newly created fleet passes through several statuses; once it reaches the ACTIVE status, it can begin hosting game sessions.

To create a new fleet, provide a fleet name, an EC2 instance type, and a build ID of the game build to deploy. You can also configure the new fleet with the following settings: (1) a runtime configuration describing what server processes to run on each instance in the fleet (required to create fleet), (2) access permissions for inbound traffic, (3) fleet-wide game session protection, and (4) the location of default log files for GameLift to upload and store.

If the CreateFleet call is successful, Amazon GameLift performs the following tasks:

After a fleet is created, use the following actions to change fleet properties and configuration:

" }, "CreateGameSession":{ "name":"CreateGameSession", @@ -149,56 +67,19 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreateGameSessionInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreateGameSessionOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreateGameSessionInput"}, + "output":{"shape":"CreateGameSessionOutput"}, "errors":[ - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"FleetCapacityExceededException", - "exception":true, - "documentation":"

The specified fleet has no available instances to fulfill a request to create a new game session. Such requests should only be retried once the fleet capacity has been increased.

" - } + {"shape":"ConflictException"}, + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidFleetStatusException"}, + {"shape":"TerminalRoutingStrategyException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"FleetCapacityExceededException"}, + {"shape":"LimitExceededException"}, + {"shape":"IdempotentParameterMismatchException"} ], "documentation":"

Creates a multiplayer game session for players. This action creates a game session record and assigns the new session to an instance in the specified fleet, which initializes a new server process to host the game session. A fleet must be in an ACTIVE status before a game session can be created in it.

To create a game session, specify either a fleet ID or an alias ID and indicate the maximum number of players the game session allows. You can also provide a name and a set of properties for your game (optional). If successful, a GameSession object is returned containing session properties, including an IP address. By default, newly created game sessions are set to accept adding any new players to the game session. Use UpdateGameSession to change the creation policy.

" }, @@ -208,51 +89,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreatePlayerSessionInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreatePlayerSessionOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreatePlayerSessionInput"}, + "output":{"shape":"CreatePlayerSessionOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidGameSessionStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Clients should not retry such requests without resolving the conflict.

" - }, - { - "shape":"GameSessionFullException", - "exception":true, - "documentation":"

The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidGameSessionStatusException"}, + {"shape":"GameSessionFullException"}, + {"shape":"TerminalRoutingStrategyException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"} ], "documentation":"

Adds a player to a game session and creates a player session record. A game session must be in an ACTIVE status, have a creation policy of ALLOW_ALL, and have an open player slot before players can be added to the session.

To create a player session, specify a game session ID and player ID. If successful, the player is added to the game session and a new PlayerSession object is returned.

" }, @@ -262,51 +108,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"CreatePlayerSessionsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"CreatePlayerSessionsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"CreatePlayerSessionsInput"}, + "output":{"shape":"CreatePlayerSessionsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidGameSessionStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Clients should not retry such requests without resolving the conflict.

" - }, - { - "shape":"GameSessionFullException", - "exception":true, - "documentation":"

The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidGameSessionStatusException"}, + {"shape":"GameSessionFullException"}, + {"shape":"TerminalRoutingStrategyException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"} ], "documentation":"

Adds a group of players to a game session. Similar to CreatePlayerSession, this action allows you to add multiple players in a single call, which is useful for games that provide party and/or matchmaking features. A game session must be in an ACTIVE status, have a creation policy of ALLOW_ALL, and have an open player slot before players can be added to the session.

To create player sessions, specify a game session ID and a list of player IDs. If successful, the players are added to the game session and a set of new PlayerSession objects is returned.

" }, @@ -316,32 +127,12 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DeleteAliasInput", - "documentation":"

Represents the input for a request action.

" - }, + "input":{"shape":"DeleteAliasInput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Deletes an alias. This action removes all record of the alias; game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.

" }, @@ -351,32 +142,12 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DeleteBuildInput", - "documentation":"

Represents the input for a request action.

" - }, + "input":{"shape":"DeleteBuildInput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Deletes a build. This action permanently deletes the build record and any uploaded build files.

To delete a build, specify its ID. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build.

" }, @@ -386,37 +157,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DeleteFleetInput", - "documentation":"

Represents the input for a request action.

" - }, + "input":{"shape":"DeleteFleetInput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidFleetStatusException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Deletes everything related to a fleet. Before deleting a fleet, you must set the fleet's desired capacity to zero. See UpdateFleetCapacity.

This action removes the fleet's resources and the fleet record. Once a fleet is deleted, you can no longer use that fleet.

" }, @@ -426,34 +173,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DeleteScalingPolicyInput", - "documentation":"

Represents the input for a request action.

" - }, + "input":{"shape":"DeleteScalingPolicyInput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"} ], - "documentation":"

Deletes a fleet scaling policy. This action means that the policy is no longer in force and removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.

" + "documentation":"

Deletes a fleet scaling policy. This action means that the policy is no longer in force and removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.

" }, "DescribeAlias":{ "name":"DescribeAlias", @@ -461,36 +188,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeAliasInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeAliasOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeAliasInput"}, + "output":{"shape":"DescribeAliasOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Retrieves properties for a specified alias. To get the alias, specify an alias ID. If successful, an Alias object is returned.

" }, @@ -500,36 +204,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeBuildInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeBuildOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeBuildInput"}, + "output":{"shape":"DescribeBuildOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Retrieves properties for a build. To get a build record, specify a build ID. If successful, an object containing the build properties is returned.

" }, @@ -539,33 +220,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeEC2InstanceLimitsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeEC2InstanceLimitsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeEC2InstanceLimitsInput"}, + "output":{"shape":"DescribeEC2InstanceLimitsOutput"}, "errors":[ - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"} ], - "documentation":"

Retrieves the following information for the specified EC2 instance type:

Service limits vary depending on region. Available regions for GameLift can be found in the AWS Management Console for GameLift (see the drop-down list in the upper right corner).

" + "documentation":"

Retrieves the following information for the specified EC2 instance type:

Service limits vary depending on region. Available regions for GameLift can be found in the AWS Management Console for GameLift (see the drop-down list in the upper right corner).

" }, "DescribeFleetAttributes":{ "name":"DescribeFleetAttributes", @@ -573,36 +235,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeFleetAttributesInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeFleetAttributesOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeFleetAttributesInput"}, + "output":{"shape":"DescribeFleetAttributesOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Retrieves fleet properties, including metadata, status, and configuration, for one or more fleets. You can request attributes for all fleets, or specify a list of one or more fleet IDs. When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetAttributes object is returned for each requested fleet ID. When specifying a list of fleet IDs, attribute objects are returned only for fleets that currently exist.

Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

" }, @@ -612,36 +251,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeFleetCapacityInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeFleetCapacityOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeFleetCapacityInput"}, + "output":{"shape":"DescribeFleetCapacityOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Retrieves the current status of fleet capacity for one or more fleets. This information includes the number of instances that have been requested for the fleet and the number currently active. You can request capacity for all fleets, or specify a list of one or more fleet IDs. When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetCapacity object is returned for each requested fleet ID. When specifying a list of fleet IDs, attribute objects are returned only for fleets that currently exist.

Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

" }, @@ -651,36 +267,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeFleetEventsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeFleetEventsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeFleetEventsInput"}, + "output":{"shape":"DescribeFleetEventsOutput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Retrieves entries from the specified fleet's event log. You can specify a time range to limit the result set. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of event log entries matching the request are returned.

" }, @@ -690,36 +283,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeFleetPortSettingsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeFleetPortSettingsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeFleetPortSettingsInput"}, + "output":{"shape":"DescribeFleetPortSettingsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Retrieves the inbound connection permissions for a fleet. Connection permissions include a range of IP addresses and port settings that incoming traffic can use to access server processes in the fleet. To get a fleet's inbound connection permissions, specify a fleet ID. If successful, a collection of IpPermission objects is returned for the requested fleet ID. If the requested fleet has been deleted, the result set is empty.

" }, @@ -729,36 +299,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeFleetUtilizationInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeFleetUtilizationOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeFleetUtilizationInput"}, + "output":{"shape":"DescribeFleetUtilizationOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Retrieves utilization statistics for one or more fleets. You can request utilization data for all fleets, or specify a list of one or more fleet IDs. When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetUtilization object is returned for each requested fleet ID. When specifying a list of fleet IDs, utilization objects are returned only for fleets that currently exist.

Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

" }, @@ -768,41 +315,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeGameSessionDetailsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeGameSessionDetailsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeGameSessionDetailsInput"}, + "output":{"shape":"DescribeGameSessionDetailsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"TerminalRoutingStrategyException"} ], "documentation":"

Retrieves properties, including the protection policy in force, for one or more game sessions. This action can be used in several ways: (1) provide a GameSessionId to request details for a specific game session; (2) provide either a FleetId or an AliasId to request properties for all game sessions running on a fleet.

To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSessionDetail object is returned for each session matching the request.

" }, @@ -812,43 +332,32 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeGameSessionsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeGameSessionsOutput", - "documentation":"

Represents the returned data in response to a request action.

" + "input":{"shape":"DescribeGameSessionsInput"}, + "output":{"shape":"DescribeGameSessionsOutput"}, + "errors":[ + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"TerminalRoutingStrategyException"} + ], + "documentation":"

Retrieves a set of one or more game sessions and properties. This action can be used in several ways: (1) provide a GameSessionId to request properties for a specific game session; (2) provide a FleetId or an AliasId to request properties for all game sessions running on a fleet. You can also use SearchGameSessions, which allows you to retrieve all game sessions or filter on certain criteria, but only returns game sessions with a status of ACTIVE. If you need to retrieve the protection policy for each game session, use DescribeGameSessionDetails.

To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSession object is returned for each session matching the request.

" + }, + "DescribeInstances":{ + "name":"DescribeInstances", + "http":{ + "method":"POST", + "requestUri":"/" }, + "input":{"shape":"DescribeInstancesInput"}, + "output":{"shape":"DescribeInstancesOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], - "documentation":"

Retrieves properties for one or more game sessions. This action can be used in several ways: (1) provide a GameSessionId to request properties for a specific game session; (2) provide a FleetId or an AliasId to request properties for all game sessions running on a fleet.

To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSession object is returned for each session matching the request.

" + "documentation":"

Retrieves information about instances in a fleet.

To get information on a specific instance, specify both a fleet ID and instance ID. To get information for all instances in a fleet, specify a fleet ID only. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, an Instance object is returned for each result.

" }, "DescribePlayerSessions":{ "name":"DescribePlayerSessions", @@ -856,36 +365,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribePlayerSessionsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribePlayerSessionsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribePlayerSessionsInput"}, + "output":{"shape":"DescribePlayerSessionsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Retrieves properties for one or more player sessions. This action can be used in several ways: (1) provide a PlayerSessionId parameter to request properties for a specific player session; (2) provide a GameSessionId parameter to request properties for all player sessions in the specified game session; (3) provide a PlayerId parameter to request properties for all player sessions of a specified player.

To get game session record(s), specify only one of the following: a player session ID, a game session ID, or a player ID. You can filter this request by player session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a PlayerSession object is returned for each session matching the request.

" }, @@ -895,36 +381,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeRuntimeConfigurationInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeRuntimeConfigurationOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeRuntimeConfigurationInput"}, + "output":{"shape":"DescribeRuntimeConfigurationOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Retrieves the current runtime configuration for the specified fleet. The runtime configuration tells GameLift how to launch server processes on instances in the fleet.

" }, @@ -934,38 +397,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"DescribeScalingPoliciesInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"DescribeScalingPoliciesOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"DescribeScalingPoliciesInput"}, + "output":{"shape":"DescribeScalingPoliciesOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"} ], - "documentation":"

Retrieves all scaling policies applied to a fleet.

To get a fleet's scaling policies, specify the fleet ID. You can filter this request by policy status, such as to retrieve only active scaling policies. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, set of ScalingPolicy objects is returned for the fleet.

" + "documentation":"

Retrieves all scaling policies applied to a fleet.

To get a fleet's scaling policies, specify the fleet ID. You can filter this request by policy status, such as to retrieve only active scaling policies. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, set of ScalingPolicy objects is returned for the fleet.

" }, "GetGameSessionLogUrl":{ "name":"GetGameSessionLogUrl", @@ -973,36 +413,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"GetGameSessionLogUrlInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"GetGameSessionLogUrlOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"GetGameSessionLogUrlInput"}, + "output":{"shape":"GetGameSessionLogUrlOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Retrieves the location of stored game session logs for a specified game session. When a game session is terminated, Amazon GameLift automatically stores the logs in Amazon S3. Use this URL to download the logs.

See the AWS Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.

" }, @@ -1012,33 +429,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"ListAliasesInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"ListAliasesOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"ListAliasesInput"}, + "output":{"shape":"ListAliasesOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceException"} ], - "documentation":"

Retrieves a collection of alias records for this AWS account. You can filter the result set by alias name and/or routing strategy type. Use the pagination parameters to retrieve results in sequential pages.

Aliases are not listed in any particular order.

" + "documentation":"

Retrieves a collection of alias records for this AWS account. You can filter the result set by alias name and/or routing strategy type. Use the pagination parameters to retrieve results in sequential pages.

Aliases are not listed in any particular order.

" }, "ListBuilds":{ "name":"ListBuilds", @@ -1046,31 +444,12 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"ListBuildsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"ListBuildsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"ListBuildsInput"}, + "output":{"shape":"ListBuildsOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Retrieves build records for all builds associated with the AWS account in use. You can limit results to builds that are in a specific status by using the Status parameter. Use the pagination parameters to retrieve results in a set of sequential pages.

Build records are not listed in any particular order.

" }, @@ -1080,38 +459,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"ListFleetsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"ListFleetsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"ListFleetsInput"}, + "output":{"shape":"ListFleetsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], - "documentation":"

Retrieves a collection of fleet records for this AWS account. You can filter the result set by build ID. Use the pagination parameters to retrieve results in sequential pages.

Fleet records are not listed in any particular order.

" + "documentation":"

Retrieves a collection of fleet records for this AWS account. You can filter the result set by build ID. Use the pagination parameters to retrieve results in sequential pages.

Fleet records are not listed in any particular order.

" }, "PutScalingPolicy":{ "name":"PutScalingPolicy", @@ -1119,38 +475,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"PutScalingPolicyInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"PutScalingPolicyOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"PutScalingPolicyInput"}, + "output":{"shape":"PutScalingPolicyOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - } + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"} ], - "documentation":"

Creates or updates a scaling policy for a fleet. An active scaling policy prompts Amazon GameLift to track a certain metric for a fleet and automatically change the fleet's capacity in specific circumstances. Each scaling policy contains one rule statement. Fleets can have multiple scaling policies in force simultaneously.

A scaling policy rule statement has the following structure:

If [MetricName] is [ComparisonOperator] [Threshold] for [EvaluationPeriods] minutes, then [ScalingAdjustmentType] to/by [ScalingAdjustment].

For example, this policy: \"If the number of idle instances exceeds 20 for more than 15 minutes, then reduce the fleet capacity by 10 instances\" could be implemented as the following rule statement:

If [IdleInstances] is [GreaterThanOrEqualToThreshold] [20] for [15] minutes, then [ChangeInCapacity] by [-10].

To create or update a scaling policy, specify a unique combination of name and fleet ID, and set the rule values. All parameters for this action are required. If successful, the policy name is returned. Scaling policies cannot be suspended or made inactive. To stop enforcing a scaling policy, call DeleteScalingPolicy.

" + "documentation":"

Creates or updates a scaling policy for a fleet. An active scaling policy prompts Amazon GameLift to track a certain metric for a fleet and automatically change the fleet's capacity in specific circumstances. Each scaling policy contains one rule statement. Fleets can have multiple scaling policies in force simultaneously.

A scaling policy rule statement has the following structure:

If [MetricName] is [ComparisonOperator] [Threshold] for [EvaluationPeriods] minutes, then [ScalingAdjustmentType] to/by [ScalingAdjustment].

For example, this policy: \"If the number of idle instances exceeds 20 for more than 15 minutes, then reduce the fleet capacity by 10 instances\" could be implemented as the following rule statement:

If [IdleInstances] is [GreaterThanOrEqualToThreshold] [20] for [15] minutes, then [ChangeInCapacity] by [-10].

To create or update a scaling policy, specify a unique combination of name and fleet ID, and set the rule values. All parameters for this action are required. If successful, the policy name is returned. Scaling policies cannot be suspended or made inactive. To stop enforcing a scaling policy, call DeleteScalingPolicy.

" }, "RequestUploadCredentials":{ "name":"RequestUploadCredentials", @@ -1158,38 +491,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"RequestUploadCredentialsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"RequestUploadCredentialsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"RequestUploadCredentialsInput"}, + "output":{"shape":"RequestUploadCredentialsOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], - "documentation":"

Retrieves a fresh set of upload credentials and the assigned Amazon S3 storage location for a specific build. Valid credentials are required to upload your game build files to Amazon S3.

Call this action only if you need credentials for a build created with CreateBuild. This is a rare situation; in most cases, builds are created using the CLI command upload-build, which creates a build record and also uploads build files.

Upload credentials are returned when you create the build, but they have a limited lifespan. You can get fresh credentials and use them to re-upload game files until the status of that build changes to READY. Once this happens, you must create a brand new build.

" + "documentation":"

Retrieves a fresh set of upload credentials and the assigned Amazon S3 storage location for a specific build. Valid credentials are required to upload your game build files to Amazon S3.

Call this action only if you need credentials for a build created with CreateBuild . This is a rare situation; in most cases, builds are created using the CLI command upload-build, which creates a build record and also uploads build files.

Upload credentials are returned when you create the build, but they have a limited lifespan. You can get fresh credentials and use them to re-upload game files until the status of that build changes to READY. Once this happens, you must create a brand new build.

" }, "ResolveAlias":{ "name":"ResolveAlias", @@ -1197,43 +507,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"ResolveAliasInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"ResolveAliasOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"ResolveAliasInput"}, + "output":{"shape":"ResolveAliasOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"TerminalRoutingStrategyException"}, + {"shape":"InternalServiceException"} ], - "documentation":"

Retrieves the fleet ID that a specified alias is currently pointing to.

" + "documentation":"

Retrieves the fleet ID that a specified alias is currently pointing to.

" }, "SearchGameSessions":{ "name":"SearchGameSessions", @@ -1241,43 +524,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"SearchGameSessionsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"SearchGameSessionsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"SearchGameSessionsInput"}, + "output":{"shape":"SearchGameSessionsOutput"}, "errors":[ - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"TerminalRoutingStrategyException", - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" - } + {"shape":"InternalServiceException"}, + {"shape":"NotFoundException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"}, + {"shape":"TerminalRoutingStrategyException"} ], - "documentation":"

Retrieves a list of game sessions in a fleet that match a set of search criteria and sorts them in a specified order. Currently game session searches are limited to a single fleet. Search results include only game sessions that are in ACTIVE status.

You can search or sort by the following game session attributes:

To search or sort, specify either a fleet ID or an alias ID, and provide a search filter expression, a sort expression, or both. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of GameSession objects matching the request is returned.

Returned values for playerSessionCount and hasAvailablePlayerSessions change quickly as players join sessions and others drop out. Results should be considered a snapshot in time. Be sure to refresh search results often, and handle sessions that fill up before a player can join.

" + "documentation":"

Retrieves a set of game sessions that match a set of search criteria and sorts them in a specified order. Currently a game session search is limited to a single fleet. Search results include only game sessions that are in ACTIVE status. If you need to retrieve game sessions with a status other than active, use DescribeGameSessions. If you need to retrieve the protection policy for each game session, use DescribeGameSessionDetails.

You can search or sort by the following game session attributes:

To search or sort, specify either a fleet ID or an alias ID, and provide a search filter expression, a sort expression, or both. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of GameSession objects matching the request is returned.

Returned values for playerSessionCount and hasAvailablePlayerSessions change quickly as players join sessions and others drop out. Results should be considered a snapshot in time. Be sure to refresh search results often, and handle sessions that fill up before a player can join.

" }, "UpdateAlias":{ "name":"UpdateAlias", @@ -1285,36 +541,13 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateAliasInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateAliasOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateAliasInput"}, + "output":{"shape":"UpdateAliasOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], "documentation":"

Updates properties for an alias. To update properties, specify the alias ID to be updated and provide the information to be changed. To reassign an alias to another fleet, provide an updated routing strategy. If successful, the updated alias record is returned.

" }, @@ -1324,38 +557,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateBuildInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateBuildOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateBuildInput"}, + "output":{"shape":"UpdateBuildOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"InvalidRequestException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"} ], - "documentation":"

Updates metadata in a build record, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

" + "documentation":"

Updates metadata in a build record, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

" }, "UpdateFleetAttributes":{ "name":"UpdateFleetAttributes", @@ -1363,51 +573,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateFleetAttributesInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateFleetAttributesOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateFleetAttributesInput"}, + "output":{"shape":"UpdateFleetAttributesOutput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - }, - { - "shape":"LimitExceededException", - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"NotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InvalidFleetStatusException"}, + {"shape":"LimitExceededException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Updates fleet properties, including name and description, for a fleet. To update metadata, specify the fleet ID and the property values you want to change. If successful, the fleet ID for the updated fleet is returned.

" }, @@ -1417,51 +592,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateFleetCapacityInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateFleetCapacityOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateFleetCapacityInput"}, + "output":{"shape":"UpdateFleetCapacityOutput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"LimitExceededException", - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"NotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"LimitExceededException"}, + {"shape":"InvalidFleetStatusException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Updates capacity settings for a fleet. Use this action to specify the number of EC2 instances (hosts) that you want this fleet to contain. Before calling this action, you may want to call DescribeEC2InstanceLimits to get the maximum capacity based on the fleet's EC2 instance type.

If you're using autoscaling (see PutScalingPolicy), you may want to specify a minimum and/or maximum capacity. If you don't provide these, autoscaling can set capacity anywhere between zero and the service limits.

To update fleet capacity, specify the fleet ID and the number of instances you want the fleet to host. If successful, Amazon GameLift starts or terminates instances so that the fleet's active instance count matches the desired instance count. You can view a fleet's current capacity information by calling DescribeFleetCapacity. If the desired instance count is higher than the instance type's limit, the \"Limit Exceeded\" exception occurs.

" }, @@ -1471,51 +611,16 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateFleetPortSettingsInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateFleetPortSettingsOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateFleetPortSettingsInput"}, + "output":{"shape":"UpdateFleetPortSettingsOutput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - }, - { - "shape":"LimitExceededException", - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - } + {"shape":"NotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InvalidFleetStatusException"}, + {"shape":"LimitExceededException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UnauthorizedException"} ], "documentation":"

Updates port settings for a fleet. To update settings, specify the fleet ID to be updated and list the permissions you want to update. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions. If successful, the fleet ID for the updated fleet is returned.

" }, @@ -1525,46 +630,15 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateGameSessionInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateGameSessionOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateGameSessionInput"}, + "output":{"shape":"UpdateGameSessionOutput"}, "errors":[ - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"ConflictException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"InvalidGameSessionStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Clients should not retry such requests without resolving the conflict.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - } + {"shape":"NotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServiceException"}, + {"shape":"UnauthorizedException"}, + {"shape":"InvalidGameSessionStatusException"}, + {"shape":"InvalidRequestException"} ], "documentation":"

Updates game session properties. This includes the session name, maximum player count, protection policy, which controls whether or not an active game session can be terminated during a scale-down event, and the player session creation policy, which controls whether or not new players can join the session. To update a game session, specify the game session ID and the values you want to change. If successful, an updated GameSession object is returned.

" }, @@ -1574,41 +648,14 @@ "method":"POST", "requestUri":"/" }, - "input":{ - "shape":"UpdateRuntimeConfigurationInput", - "documentation":"

Represents the input for a request action.

" - }, - "output":{ - "shape":"UpdateRuntimeConfigurationOutput", - "documentation":"

Represents the returned data in response to a request action.

" - }, + "input":{"shape":"UpdateRuntimeConfigurationInput"}, + "output":{"shape":"UpdateRuntimeConfigurationOutput"}, "errors":[ - { - "shape":"UnauthorizedException", - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" - }, - { - "shape":"NotFoundException", - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" - }, - { - "shape":"InternalServiceException", - "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" - }, - { - "shape":"InvalidRequestException", - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" - }, - { - "shape":"InvalidFleetStatusException", - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" - } + {"shape":"UnauthorizedException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServiceException"}, + {"shape":"InvalidRequestException"}, + {"shape":"InvalidFleetStatusException"} ], "documentation":"

Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server processes on instances in the fleet. You can update a fleet's runtime configuration at any time after the fleet is created; it does not need to be in an ACTIVE status.

To update runtime configuration, specify the fleet ID and provide a RuntimeConfiguration object with the updated collection of server process configurations.

Each instance in a GameLift fleet checks regularly for an updated runtime configuration and changes how it launches server processes to comply with the latest version. Existing server processes are not affected by the update; they continue to run until they end, while GameLift simply adds new server processes to fit the current runtime configuration. As a result, the runtime configuration changes are applied gradually as existing processes shut down and new processes are launched in GameLift's normal process recycling activity.

" } @@ -1622,7 +669,7 @@ "documentation":"

Unique identifier for a fleet alias.

" }, "Name":{ - "shape":"FreeText", + "shape":"NonBlankAndLengthConstraintString", "documentation":"

Descriptive label associated with an alias. Alias names do not need to be unique.

" }, "Description":{ @@ -1649,6 +696,12 @@ "type":"list", "member":{"shape":"Alias"} }, + "ArnStringModel":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[a-zA-Z0-9:/-]+" + }, "AwsCredentials":{ "type":"structure", "members":{ @@ -1665,8 +718,8 @@ "documentation":"

Token specific to a build ID.

" } }, - "sensitive":true, - "documentation":"

AWS access credentials required to upload game build files to Amazon GameLift. These credentials are generated with CreateBuild, and are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.

" + "documentation":"

AWS access credentials required to upload game build files to Amazon GameLift. These credentials are generated with CreateBuild, and are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.

", + "sensitive":true }, "Build":{ "type":"structure", @@ -1685,7 +738,7 @@ }, "Status":{ "shape":"BuildStatus", - "documentation":"

Current status of the build.

Possible build statuses include the following:

" + "documentation":"

Current status of the build.

Possible build statuses include the following:

" }, "SizeOnDisk":{ "shape":"PositiveLong", @@ -1732,8 +785,8 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

" + "documentation":"

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

", + "exception":true }, "CreateAliasInput":{ "type":"structure", @@ -1743,7 +796,7 @@ ], "members":{ "Name":{ - "shape":"NonZeroAndMaxString", + "shape":"NonBlankAndLengthConstraintString", "documentation":"

Descriptive label associated with an alias. Alias names do not need to be unique.

" }, "Description":{ @@ -1772,11 +825,11 @@ "members":{ "Name":{ "shape":"NonZeroAndMaxString", - "documentation":"

Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild.

" + "documentation":"

Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild .

" }, "Version":{ "shape":"NonZeroAndMaxString", - "documentation":"

Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild.

" + "documentation":"

Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild .

" }, "StorageLocation":{"shape":"S3Location"}, "OperatingSystem":{ @@ -1795,7 +848,7 @@ }, "UploadCredentials":{ "shape":"AwsCredentials", - "documentation":"

AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials.

" + "documentation":"

AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials .

" }, "StorageLocation":{ "shape":"S3Location", @@ -1838,7 +891,7 @@ }, "EC2InstanceType":{ "shape":"EC2InstanceType", - "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" + "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" }, "EC2InboundPermissions":{ "shape":"IpPermissionsList", @@ -1846,11 +899,15 @@ }, "NewGameSessionProtectionPolicy":{ "shape":"ProtectionPolicy", - "documentation":"

Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.

" + "documentation":"

Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.

" }, "RuntimeConfiguration":{ "shape":"RuntimeConfiguration", "documentation":"

Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath and ServerLaunchParameters; requests that contain values for these parameters instead of a runtime configuration will continue to work.)

" + }, + "ResourceCreationLimitPolicy":{ + "shape":"ResourceCreationLimitPolicy", + "documentation":"

Policy that limits the number of game sessions an individual player can create over a span of time for this fleet.

" } }, "documentation":"

Represents the input for a request action.

" @@ -1879,7 +936,7 @@ }, "MaximumPlayerSessionCount":{ "shape":"WholeNumber", - "documentation":"

Maximum number of players that can be connected simultaneously to the game session.

" + "documentation":"

Maximum number of players that can be connected simultaneously to the game session.

" }, "Name":{ "shape":"NonZeroAndMaxString", @@ -1887,7 +944,15 @@ }, "GameProperties":{ "shape":"GamePropertyList", - "documentation":"

Set of properties used to administer a game session. These properties are passed to the server process hosting it.

" + "documentation":"

Set of properties used to administer a game session. These properties are passed to the server process hosting it.

" + }, + "CreatorId":{ + "shape":"NonZeroAndMaxString", + "documentation":"

Player ID identifying the person or entity creating the game session. This ID is used to enforce a resource protection policy (if one exists) that limits the number of concurrent active game sessions one player can have.

" + }, + "GameSessionId":{ + "shape":"IdStringModel", + "documentation":"

Custom string to include in the game session ID, with a maximum length of 48 characters. If this parameter is set, GameLift creates a game session ID in the following format: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<custom ID string>\". For example, this full game session ID: \"arn:aws:gamelift:us-west-2::gamesession/fleet-2ec2aae5-c2c7-43ca-b19d-8249fe5fddf2/my-game-session\" includes the custom ID string \"my-game-session\". If this parameter is not set, GameLift creates a game session ID in the same format with an auto-generated ID string.

" } }, "documentation":"

Represents the input for a request action.

" @@ -1910,8 +975,8 @@ ], "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session. Specify the game session you want to add a player to.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to add a player to. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "PlayerId":{ "shape":"NonZeroAndMaxString", @@ -1938,8 +1003,8 @@ ], "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to add players to. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "PlayerIds":{ "shape":"PlayerIdList", @@ -1964,7 +1029,7 @@ "members":{ "AliasId":{ "shape":"AliasId", - "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to delete.

" + "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to delete.

" } }, "documentation":"

Represents the input for a request action.

" @@ -1975,7 +1040,7 @@ "members":{ "BuildId":{ "shape":"BuildId", - "documentation":"

Unique identifier for the build you want to delete.

" + "documentation":"

Unique identifier for the build you want to delete.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2015,7 +1080,7 @@ "members":{ "AliasId":{ "shape":"AliasId", - "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to retrieve.

" + "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to retrieve.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2036,7 +1101,7 @@ "members":{ "BuildId":{ "shape":"BuildId", - "documentation":"

Unique identifier of the build that you want to retrieve properties for.

" + "documentation":"

Unique identifier of the build that you want to retrieve properties for.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2056,7 +1121,7 @@ "members":{ "EC2InstanceType":{ "shape":"EC2InstanceType", - "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.

" + "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2094,11 +1159,11 @@ "members":{ "FleetAttributes":{ "shape":"FleetAttributesList", - "documentation":"

Collection of objects containing attribute metadata for each requested fleet ID.

" + "documentation":"

Collection of objects containing attribute metadata for each requested fleet ID.

" }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2130,7 +1195,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2141,7 +1206,7 @@ "members":{ "FleetId":{ "shape":"FleetId", - "documentation":"

Unique identifier for the fleet to get event logs for.

" + "documentation":"

Unique identifier for the fleet to get event logs for.

" }, "StartTime":{ "shape":"Timestamp", @@ -2171,7 +1236,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2182,7 +1247,7 @@ "members":{ "FleetId":{ "shape":"FleetId", - "documentation":"

Unique identifier for the fleet you want to retrieve port settings for.

" + "documentation":"

Unique identifier for the fleet you want to retrieve port settings for.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2224,7 +1289,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2237,8 +1302,8 @@ "documentation":"

Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.

" }, "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session. Specify the game session to retrieve information on.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to retrieve information on. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "AliasId":{ "shape":"AliasId", @@ -2268,7 +1333,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2281,8 +1346,8 @@ "documentation":"

Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.

" }, "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session. Specify the game session to retrieve information on.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to retrieve information on. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "AliasId":{ "shape":"AliasId", @@ -2312,7 +1377,44 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" + } + }, + "documentation":"

Represents the returned data in response to a request action.

" + }, + "DescribeInstancesInput":{ + "type":"structure", + "required":["FleetId"], + "members":{ + "FleetId":{ + "shape":"FleetId", + "documentation":"

Unique identifier for a fleet. Specify the fleet to retrieve instance information for.

" + }, + "InstanceId":{ + "shape":"InstanceId", + "documentation":"

Unique identifier for an instance. Specify an instance to retrieve information for or leave blank to get information on all instances in the fleet.

" + }, + "Limit":{ + "shape":"PositiveInteger", + "documentation":"

Maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

" + }, + "NextToken":{ + "shape":"NonZeroAndMaxString", + "documentation":"

Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.

" + } + }, + "documentation":"

Represents the input for a request action.

" + }, + "DescribeInstancesOutput":{ + "type":"structure", + "members":{ + "Instances":{ + "shape":"InstanceList", + "documentation":"

Collection of objects containing properties for each instance returned.

" + }, + "NextToken":{ + "shape":"NonZeroAndMaxString", + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2321,8 +1423,8 @@ "type":"structure", "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to get player sessions for.Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "PlayerId":{ "shape":"NonZeroAndMaxString", @@ -2334,7 +1436,7 @@ }, "PlayerSessionStatusFilter":{ "shape":"NonZeroAndMaxString", - "documentation":"

Player session status to filter results on.

Possible player session statuses include the following:

" + "documentation":"

Player session status to filter results on.

Possible player session statuses include the following:

" }, "Limit":{ "shape":"PositiveInteger", @@ -2356,7 +1458,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2392,7 +1494,7 @@ }, "StatusFilter":{ "shape":"ScalingStatusType", - "documentation":"

Scaling policy status to filter results on. A scaling policy is only in force when in an ACTIVE status.

" + "documentation":"

Scaling policy status to filter results on. A scaling policy is only in force when in an ACTIVE status.

" }, "Limit":{ "shape":"PositiveInteger", @@ -2414,7 +1516,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2449,7 +1551,7 @@ }, "TERMINATING":{ "shape":"WholeNumber", - "documentation":"

Number of instances in the fleet that are no longer active but haven't yet been terminated.

" + "documentation":"

Number of instances in the fleet that are no longer active but haven't yet been terminated.

" } }, "documentation":"

Current status of fleet capacity. The number of active instances should match or be in the process of matching the number of desired instances. Pending and terminating counts are non-zero only if fleet capacity is adjusting to an UpdateFleetCapacity request, or if access to resources is temporarily affected.

" @@ -2459,11 +1561,11 @@ "members":{ "EC2InstanceType":{ "shape":"EC2InstanceType", - "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" + "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" }, "CurrentInstances":{ "shape":"WholeNumber", - "documentation":"

Number of instances of the specified type that are currently in use by this AWS account.

" + "documentation":"

Number of instances of the specified type that are currently in use by this AWS account.

" }, "InstanceLimit":{ "shape":"WholeNumber", @@ -2587,7 +1689,7 @@ }, "Status":{ "shape":"FleetStatus", - "documentation":"

Current status of the fleet.

Possible fleet statuses include the following:

" + "documentation":"

Current status of the fleet.

Possible fleet statuses include the following:

" }, "BuildId":{ "shape":"BuildId", @@ -2595,11 +1697,11 @@ }, "ServerLaunchPath":{ "shape":"NonZeroAndMaxString", - "documentation":"

Path to a game server executable in the fleet's build, specified for fleets created prior to 2016-08-04 (or AWS SDK v. 0.12.16). Server launch paths for fleets created after this date are specified in the fleet's RuntimeConfiguration.

" + "documentation":"

Path to a game server executable in the fleet's build, specified for fleets created prior to 2016-08-04 (or AWS SDK v. 0.12.16). Server launch paths for fleets created after this date are specified in the fleet's RuntimeConfiguration .

" }, "ServerLaunchParameters":{ "shape":"NonZeroAndMaxString", - "documentation":"

Game server launch parameters specified for fleets created prior to 2016-08-04 (or AWS SDK v. 0.12.16). Server launch parameters for fleets created after this date are specified in the fleet's RuntimeConfiguration.

" + "documentation":"

Game server launch parameters specified for fleets created prior to 2016-08-04 (or AWS SDK v. 0.12.16). Server launch parameters for fleets created after this date are specified in the fleet's RuntimeConfiguration .

" }, "LogPaths":{ "shape":"StringList", @@ -2607,11 +1709,15 @@ }, "NewGameSessionProtectionPolicy":{ "shape":"ProtectionPolicy", - "documentation":"

Type of game session protection to set for all new instances started in the fleet.

" + "documentation":"

Type of game session protection to set for all new instances started in the fleet.

" }, "OperatingSystem":{ "shape":"OperatingSystem", "documentation":"

Operating system of the fleet's computing resources. A fleet's operating system depends on the OS specified for the build that is deployed on this fleet.

" + }, + "ResourceCreationLimitPolicy":{ + "shape":"ResourceCreationLimitPolicy", + "documentation":"

Fleet policy to limit the number of game sessions an individual player can create over a span of time.

" } }, "documentation":"

General properties describing a fleet.

" @@ -2629,7 +1735,7 @@ }, "InstanceType":{ "shape":"EC2InstanceType", - "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" + "documentation":"

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

" }, "InstanceCounts":{ "shape":"EC2InstanceCounts", @@ -2643,8 +1749,8 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The specified fleet has no available instances to fulfill a request to create a new game session. Such requests should only be retried once the fleet capacity has been increased.

" + "documentation":"

The specified fleet has no available instances to fulfill a CreateGameSession request. Clients can retry such requests immediately or after a waiting period.

", + "exception":true }, "FleetCapacityList":{ "type":"list", @@ -2711,8 +1817,14 @@ "Value" ], "members":{ - "Key":{"shape":"GamePropertyKey"}, - "Value":{"shape":"GamePropertyValue"} + "Key":{ + "shape":"GamePropertyKey", + "documentation":"

TBD

" + }, + "Value":{ + "shape":"GamePropertyValue", + "documentation":"

TBD

" + } }, "documentation":"

Set of key-value pairs containing information a server process requires to set up a game session. This object allows you to pass in any set of data needed for your game. For more information, see the Amazon GameLift Developer Guide.

" }, @@ -2733,8 +1845,8 @@ "type":"structure", "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session.

" + "shape":"NonZeroAndMaxString", + "documentation":"

Unique identifier for a game session. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "Name":{ "shape":"NonZeroAndMaxString", @@ -2779,6 +1891,10 @@ "PlayerSessionCreationPolicy":{ "shape":"PlayerSessionCreationPolicy", "documentation":"

Indicates whether or not the game session is accepting new players.

" + }, + "CreatorId":{ + "shape":"NonZeroAndMaxString", + "documentation":"

Player ID of the person or entity that created the game session. This ID is used to enforce a resource protection policy (if one exists) that limits the number of concurrent active game sessions one player can have.

" } }, "documentation":"

Properties describing a game session.

" @@ -2789,7 +1905,7 @@ "GameSession":{"shape":"GameSession"}, "ProtectionPolicy":{ "shape":"ProtectionPolicy", - "documentation":"

Current status of protection for the game session.

" + "documentation":"

Current status of protection for the game session.

" } }, "documentation":"

A game session's properties and the protection policy currently in force.

" @@ -2803,12 +1919,8 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.

" - }, - "GameSessionId":{ - "type":"string", - "pattern":"^(gamei-|gsess-)\\S+" + "documentation":"

The game instance is currently full and cannot allow the requested player(s) to join. Clients can retry such requests immediately or after a waiting period.

", + "exception":true }, "GameSessionList":{ "type":"list", @@ -2820,7 +1932,8 @@ "ACTIVE", "ACTIVATING", "TERMINATED", - "TERMINATING" + "TERMINATING", + "ERROR" ] }, "GetGameSessionLogUrlInput":{ @@ -2828,8 +1941,8 @@ "required":["GameSessionId"], "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session. Specify the game session you want to get logs for.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to get logs for. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" } }, "documentation":"

Represents the input for a request action.

" @@ -2844,39 +1957,103 @@ }, "documentation":"

Represents the returned data in response to a request action.

" }, + "IdStringModel":{ + "type":"string", + "max":48, + "min":1, + "pattern":"[a-zA-Z0-9-]+" + }, + "IdempotentParameterMismatchException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"

A game session with this custom ID string already exists in this fleet. Resolve this conflict before retrying this request.

", + "exception":true + }, + "Instance":{ + "type":"structure", + "members":{ + "FleetId":{ + "shape":"FleetId", + "documentation":"

Unique identifier for the fleet that the instance belongs to.

" + }, + "InstanceId":{ + "shape":"InstanceId", + "documentation":"

Unique identifier for the instance.

" + }, + "IpAddress":{ + "shape":"IpAddress", + "documentation":"

IP address assigned to the instance.

" + }, + "OperatingSystem":{ + "shape":"OperatingSystem", + "documentation":"

Operating system being used on this instance.

" + }, + "Type":{ + "shape":"EC2InstanceType", + "documentation":"

EC2 instance type that defines the computing resources of this instance.

" + }, + "Status":{ + "shape":"InstanceStatus", + "documentation":"

Current status of the instance. Possible statuses include the following:

" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"

Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\").

" + } + }, + "documentation":"

Properties describing an instance of a virtual computing resource that is hosting game servers. Fleets contain zero or more instances.

" + }, + "InstanceId":{ + "type":"string", + "pattern":"[a-zA-Z0-9\\.-]+" + }, + "InstanceList":{ + "type":"list", + "member":{"shape":"Instance"} + }, + "InstanceStatus":{ + "type":"string", + "enum":[ + "PENDING", + "ACTIVE", + "TERMINATING" + ] + }, "Integer":{"type":"integer"}, "InternalServiceException":{ "type":"structure", "members":{ "Message":{"shape":"NonEmptyString"} }, + "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests immediately or after a waiting period.

", "exception":true, - "fault":true, - "documentation":"

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.

" + "fault":true }, "InvalidFleetStatusException":{ "type":"structure", "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

" + "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

", + "exception":true }, "InvalidGameSessionStatusException":{ "type":"structure", "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Clients should not retry such requests without resolving the conflict.

" + "documentation":"

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Resolve the conflict before retrying.

", + "exception":true }, "InvalidRequestException":{ "type":"structure", "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.

" + "documentation":"

One or more parameter values in the request are invalid. Correct the invalid parameter values before retrying.

", + "exception":true }, "IpAddress":{"type":"string"}, "IpPermission":{ @@ -2890,7 +2067,7 @@ "members":{ "FromPort":{ "shape":"PortNumber", - "documentation":"

Starting value for a range of allowed port numbers.

" + "documentation":"

Starting value for a range of allowed port numbers.

" }, "ToPort":{ "shape":"PortNumber", @@ -2924,15 +2101,15 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

" + "documentation":"

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

", + "exception":true }, "ListAliasesInput":{ "type":"structure", "members":{ "RoutingStrategyType":{ "shape":"RoutingStrategyType", - "documentation":"

Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty.

Possible routing types include the following:

" + "documentation":"

Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty.

Possible routing types include the following:

" }, "Name":{ "shape":"NonEmptyString", @@ -2954,11 +2131,11 @@ "members":{ "Aliases":{ "shape":"AliasList", - "documentation":"

Collection of alias records that match the list request.

" + "documentation":"

Collection of alias records that match the list request.

" }, "NextToken":{ "shape":"NonEmptyString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -2968,7 +2145,7 @@ "members":{ "Status":{ "shape":"BuildStatus", - "documentation":"

Build status to filter results by. To retrieve all builds, leave this parameter empty.

Possible build statuses include the following:

" + "documentation":"

Build status to filter results by. To retrieve all builds, leave this parameter empty.

Possible build statuses include the following:

" }, "Limit":{ "shape":"PositiveInteger", @@ -2986,11 +2163,11 @@ "members":{ "Builds":{ "shape":"BuildList", - "documentation":"

Collection of build records that match the request.

" + "documentation":"

Collection of build records that match the request.

" }, "NextToken":{ "shape":"NonEmptyString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -3022,7 +2199,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -3038,6 +2215,12 @@ "IdleInstances" ] }, + "NonBlankAndLengthConstraintString":{ + "type":"string", + "max":1024, + "min":1, + "pattern":".*\\S.*" + }, "NonBlankString":{ "type":"string", "pattern":"[^\\s]+" @@ -3048,16 +2231,16 @@ }, "NonZeroAndMaxString":{ "type":"string", - "min":1, - "max":1024 + "max":1024, + "min":1 }, "NotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests

" + "documentation":"

A service resource associated with the request could not be found. Clients should not retry such requests.

", + "exception":true }, "OperatingSystem":{ "type":"string", @@ -3069,8 +2252,8 @@ "PlayerIdList":{ "type":"list", "member":{"shape":"NonZeroAndMaxString"}, - "min":1, - "max":25 + "max":25, + "min":1 }, "PlayerSession":{ "type":"structure", @@ -3084,8 +2267,8 @@ "documentation":"

Unique identifier for a player.

" }, "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session.

" + "shape":"NonZeroAndMaxString", + "documentation":"

Unique identifier for the game session that the player session is connected to.

" }, "FleetId":{ "shape":"FleetId", @@ -3101,11 +2284,11 @@ }, "Status":{ "shape":"PlayerSessionStatus", - "documentation":"

Current status of the player session.

Possible player session statuses include the following:

" + "documentation":"

Current status of the player session.

Possible player session statuses include the following:

" }, "IpAddress":{ "shape":"IpAddress", - "documentation":"

Game session IP address. All player sessions reference the game session location.

" + "documentation":"

Game session IP address. All player sessions reference the game session location.

" }, "Port":{ "shape":"PortNumber", @@ -3140,8 +2323,8 @@ }, "PortNumber":{ "type":"integer", - "min":1025, - "max":60000 + "max":60000, + "min":1 }, "PositiveInteger":{ "type":"integer", @@ -3185,7 +2368,7 @@ }, "ScalingAdjustmentType":{ "shape":"ScalingAdjustmentType", - "documentation":"

Type of adjustment to make to a fleet's instance count (see FleetCapacity):

" + "documentation":"

Type of adjustment to make to a fleet's instance count (see FleetCapacity):

" }, "Threshold":{ "shape":"Double", @@ -3193,7 +2376,7 @@ }, "ComparisonOperator":{ "shape":"ComparisonOperatorType", - "documentation":"

Comparison operator to use when measuring the metric against the threshold value.

" + "documentation":"

Comparison operator to use when measuring the metric against the threshold value.

" }, "EvaluationPeriods":{ "shape":"PositiveInteger", @@ -3201,7 +2384,7 @@ }, "MetricName":{ "shape":"MetricName", - "documentation":"

Name of the Amazon GameLift-defined metric that is used to trigger an adjustment.

" + "documentation":"

Name of the Amazon GameLift-defined metric that is used to trigger an adjustment.

" } }, "documentation":"

Represents the input for a request action.

" @@ -3222,7 +2405,7 @@ "members":{ "BuildId":{ "shape":"BuildId", - "documentation":"

Unique identifier for the build you want to get credentials for.

" + "documentation":"

Unique identifier for the build you want to get credentials for.

" } }, "documentation":"

Represents the input for a request action.

" @@ -3247,7 +2430,7 @@ "members":{ "AliasId":{ "shape":"AliasId", - "documentation":"

Unique identifier for the alias you want to resolve.

" + "documentation":"

Unique identifier for the alias you want to resolve.

" } }, "documentation":"

Represents the input for a request action.

" @@ -3262,12 +2445,26 @@ }, "documentation":"

Represents the returned data in response to a request action.

" }, + "ResourceCreationLimitPolicy":{ + "type":"structure", + "members":{ + "NewGameSessionsPerCreator":{ + "shape":"WholeNumber", + "documentation":"

Maximum number of game sessions an individual can create during the policy period.

" + }, + "PolicyPeriodInMinutes":{ + "shape":"WholeNumber", + "documentation":"

Time span used to evaluate the resource creation limit policy.

" + } + }, + "documentation":"

Policy that limits the number of game sessions a player can create on the same fleet. This optional policy gives game owners control over how players can consume available game server resources. A resource creation policy makes the following statement: \"An individual player can create a maximum number of new game sessions within a specified time period\".

The policy is evaluated when a player tries to create a new game session. For example, with a policy of 10 new game sessions and a time period of 60 minutes, on receiving a CreateGameSession request, GameLift checks that the player (identified by CreatorId) has created fewer than 10 game sessions in the past 60 minutes.

" + }, "RoutingStrategy":{ "type":"structure", "members":{ "Type":{ "shape":"RoutingStrategyType", - "documentation":"

Type of routing strategy.

Possible routing types include the following:

" + "documentation":"

Type of routing strategy.

Possible routing types include the following:

" }, "FleetId":{ "shape":"FleetId", @@ -3278,7 +2475,7 @@ "documentation":"

Message text to be used with a terminal routing strategy.

" } }, - "documentation":"

Routing configuration for a fleet alias.

" + "documentation":"

Routing configuration for a fleet alias.

" }, "RoutingStrategyType":{ "type":"string", @@ -3292,10 +2489,10 @@ "members":{ "ServerProcesses":{ "shape":"ServerProcessList", - "documentation":"

Collection of server process configurations describing what server processes to run on each instance in a fleet

" + "documentation":"

Collection of server process configurations describing what server processes to run on each instance in a fleet

" } }, - "documentation":"

Collection of server process configurations that describe what processes should be run on each instance in a fleet. An instance can launch and maintain multiple server processes based on the runtime configuration; it regularly checks for an updated runtime configuration and starts new server processes to match the latest version.

The key purpose of a runtime configuration with multiple server process configurations is to be able to run more than one kind of game server in a single fleet. You can include configurations for more than one server executable in order to run two or more different programs to run on the same instance. This option might be useful, for example, to run more than one version of your game server on the same fleet. Another option is to specify configurations for the same server executable but with different launch parameters.

A GameLift instance is limited to 50 processes running simultaneously. To calculate the total number of processes specified in a runtime configuration, add the values of the ConcurrentExecutions parameter for each ServerProcess object in the runtime configuration.

" + "documentation":"

Collection of server process configurations that describe what processes should be run on each instance in a fleet. An instance can launch and maintain multiple server processes based on the runtime configuration; it regularly checks for an updated runtime configuration and starts new server processes to match the latest version.

The key purpose of a runtime configuration with multiple server process configurations is to be able to run more than one kind of game server in a single fleet. You can include configurations for more than one server executable in order to run two or more different programs to run on the same instance. This option might be useful, for example, to run more than one version of your game server on the same fleet. Another option is to specify configurations for the same server executable but with different launch parameters.

A GameLift instance is limited to 50 processes running simultaneously. To calculate the total number of processes specified in a runtime configuration, add the values of the ConcurrentExecutions parameter for each ServerProcess object in the runtime configuration.

" }, "S3Location":{ "type":"structure", @@ -3336,7 +2533,7 @@ }, "Status":{ "shape":"ScalingStatusType", - "documentation":"

Current status of the scaling policy. The scaling policy is only in force when in an ACTIVE status.

" + "documentation":"

Current status of the scaling policy. The scaling policy is only in force when in an ACTIVE status.

" }, "ScalingAdjustment":{ "shape":"Integer", @@ -3344,11 +2541,11 @@ }, "ScalingAdjustmentType":{ "shape":"ScalingAdjustmentType", - "documentation":"

Type of adjustment to make to a fleet's instance count (see FleetCapacity):

" + "documentation":"

Type of adjustment to make to a fleet's instance count (see FleetCapacity):

" }, "ComparisonOperator":{ "shape":"ComparisonOperatorType", - "documentation":"

Comparison operator to use when measuring a metric against the threshold value.

" + "documentation":"

Comparison operator to use when measuring a metric against the threshold value.

" }, "Threshold":{ "shape":"Double", @@ -3360,7 +2557,7 @@ }, "MetricName":{ "shape":"MetricName", - "documentation":"

Name of the GameLift-defined metric that is used to trigger an adjustment.

" + "documentation":"

Name of the GameLift-defined metric that is used to trigger an adjustment.

" } }, "documentation":"

Rule that controls how a fleet is scaled. Scaling policies are uniquely identified by the combination of name and fleet ID.

" @@ -3394,11 +2591,11 @@ }, "FilterExpression":{ "shape":"NonZeroAndMaxString", - "documentation":"

String containing the search criteria for the session search. If no filter expression is included, the request returns results for all game sessions in the fleet that are in ACTIVE status.

A filter expression can contain one or multiple conditions. Each condition consists of the following:

To chain multiple conditions in a single expression, use the logical keywords AND, OR, and NOT and parentheses as needed. For example: x AND y AND NOT z, NOT (x OR y).

Session search evaluates conditions from left to right using the following precedence rules:

  1. =, &lt;&gt;, &lt;, &gt;, &lt;=, &gt;=
  2. Parentheses
  3. NOT
  4. AND
  5. OR

For example, this filter expression retrieves game sessions hosting at least ten players that have an open player slot: \"maximumSessions&gt;=10 AND hasAvailablePlayerSessions=true\".

" + "documentation":"

String containing the search criteria for the session search. If no filter expression is included, the request returns results for all game sessions in the fleet that are in ACTIVE status.

A filter expression can contain one or multiple conditions. Each condition consists of the following:

To chain multiple conditions in a single expression, use the logical keywords AND, OR, and NOT and parentheses as needed. For example: x AND y AND NOT z, NOT (x OR y).

Session search evaluates conditions from left to right using the following precedence rules:

  1. =, <>, <, >, <=, >=

  2. Parentheses

  3. NOT

  4. AND

  5. OR

For example, this filter expression retrieves game sessions hosting at least ten players that have an open player slot: \"maximumSessions>=10 AND hasAvailablePlayerSessions=true\".

" }, "SortExpression":{ "shape":"NonZeroAndMaxString", - "documentation":"

Instructions on how to sort the search results. If no sort expression is included, the request returns results in random order. A sort expression consists of the following elements:

For example, this sort expression returns the oldest active sessions first: \"SortExpression\": \"creationTimeMillis ASC\". Results with a null value for the sort operand are returned at the end of the list.

" + "documentation":"

Instructions on how to sort the search results. If no sort expression is included, the request returns results in random order. A sort expression consists of the following elements:

For example, this sort expression returns the oldest active sessions first: \"SortExpression\": \"creationTimeMillis ASC\". Results with a null value for the sort operand are returned at the end of the list.

" }, "Limit":{ "shape":"PositiveInteger", @@ -3420,7 +2617,7 @@ }, "NextToken":{ "shape":"NonZeroAndMaxString", - "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

" + "documentation":"

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

" } }, "documentation":"

Represents the returned data in response to a request action.

" @@ -3442,16 +2639,16 @@ }, "ConcurrentExecutions":{ "shape":"PositiveInteger", - "documentation":"

Number of server processes using this configuration to run concurrently on an instance.

" + "documentation":"

Number of server processes using this configuration to run concurrently on an instance.

" } }, - "documentation":"

A set of instructions for launching server processes on each instance in a fleet. Each instruction set identifies the location of the server executable, optional launch parameters, and the number of server processes with this configuration to maintain concurrently on the instance. Server process configurations make up a fleet's RuntimeConfiguration.

" + "documentation":"

A set of instructions for launching server processes on each instance in a fleet. Each instruction set identifies the location of the server executable, optional launch parameters, and the number of server processes with this configuration to maintain concurrently on the instance. Server process configurations make up a fleet's RuntimeConfiguration .

" }, "ServerProcessList":{ "type":"list", "member":{"shape":"ServerProcess"}, - "min":1, - "max":50 + "max":50, + "min":1 }, "StringList":{ "type":"list", @@ -3462,8 +2659,8 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

" + "documentation":"

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

", + "exception":true }, "Timestamp":{"type":"timestamp"}, "UnauthorizedException":{ @@ -3471,8 +2668,8 @@ "members":{ "Message":{"shape":"NonEmptyString"} }, - "exception":true, - "documentation":"

The client failed authentication. Clients should not retry such requests

" + "documentation":"

The client failed authentication. Clients should not retry such requests.

", + "exception":true }, "UpdateAliasInput":{ "type":"structure", @@ -3480,10 +2677,10 @@ "members":{ "AliasId":{ "shape":"AliasId", - "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to update.

" + "documentation":"

Unique identifier for a fleet alias. Specify the alias you want to update.

" }, "Name":{ - "shape":"NonZeroAndMaxString", + "shape":"NonBlankAndLengthConstraintString", "documentation":"

Descriptive label associated with an alias. Alias names do not need to be unique.

" }, "Description":{ @@ -3513,7 +2710,7 @@ "members":{ "BuildId":{ "shape":"BuildId", - "documentation":"

Unique identifier of the build you want to update.

" + "documentation":"

Unique identifier of the build you want to update.

" }, "Name":{ "shape":"NonZeroAndMaxString", @@ -3542,7 +2739,7 @@ "members":{ "FleetId":{ "shape":"FleetId", - "documentation":"

Unique identifier for the fleet you want to update attribute metadata for.

" + "documentation":"

Unique identifier for the fleet you want to update attribute metadata for.

" }, "Name":{ "shape":"NonZeroAndMaxString", @@ -3554,7 +2751,11 @@ }, "NewGameSessionProtectionPolicy":{ "shape":"ProtectionPolicy", - "documentation":"

Game session protection policy to apply to all new instances created in this fleet. Instances that already exist are not affected. You can set protection for individual instances using UpdateGameSession.

" + "documentation":"

Game session protection policy to apply to all new instances created in this fleet. Instances that already exist are not affected. You can set protection for individual instances using UpdateGameSession.

" + }, + "ResourceCreationLimitPolicy":{ + "shape":"ResourceCreationLimitPolicy", + "documentation":"

Policy that limits the number of game sessions an individual player can create over a span of time.

" } }, "documentation":"

Represents the input for a request action.

" @@ -3575,7 +2776,7 @@ "members":{ "FleetId":{ "shape":"FleetId", - "documentation":"

Unique identifier for the fleet you want to update capacity for.

" + "documentation":"

Unique identifier for the fleet you want to update capacity for.

" }, "DesiredInstances":{ "shape":"WholeNumber", @@ -3608,7 +2809,7 @@ "members":{ "FleetId":{ "shape":"FleetId", - "documentation":"

Unique identifier for the fleet you want to update port settings for.

" + "documentation":"

Unique identifier for the fleet you want to update port settings for.

" }, "InboundPermissionAuthorizations":{ "shape":"IpPermissionsList", @@ -3636,8 +2837,8 @@ "required":["GameSessionId"], "members":{ "GameSessionId":{ - "shape":"GameSessionId", - "documentation":"

Unique identifier for a game session. Specify the game session you want to update.

" + "shape":"ArnStringModel", + "documentation":"

Unique identifier for the game session to update. Game session ID format is as follows: \"arn:aws:gamelift:<region>::gamesession/fleet-<fleet ID>/<ID string>\". The value of <ID string> is either a custom ID string (if one was specified when the game session was created) an auto-generated string.

" }, "MaximumPlayerSessionCount":{ "shape":"WholeNumber", @@ -3653,7 +2854,7 @@ }, "ProtectionPolicy":{ "shape":"ProtectionPolicy", - "documentation":"

Game session protection policy to apply to this game session only.

" + "documentation":"

Game session protection policy to apply to this game session only.

" } }, "documentation":"

Represents the input for a request action.

" @@ -3701,6 +2902,5 @@ "min":0 } }, - "examples":{ - } + "documentation":"Amazon GameLift Service

Welcome to the Amazon GameLift API Reference. Amazon GameLift is a managed Amazon Web Services (AWS) service for developers who need a scalable, server-based solution for multiplayer games. Amazon GameLift provides setup and deployment of game servers, and handles infrastructure scaling and session management.

This reference describes the low-level service API for GameLift. You can call this API directly or use the AWS SDK for your preferred language. The AWS SDK includes a set of high-level GameLift actions multiplayer game sessions. Alternatively, you can use the AWS command-line interface (CLI) tool, which includes commands for GameLift. For administrative actions, you can also use the Amazon GameLift console.

More Resources

Manage Games and Players Through GameLift

Call these actions from your game clients and/or services to create and manage multiplayer game sessions and player sessions.

Set Up and Manage Game Servers

Use these administrative actions to configure GameLift to host your game servers. When setting up GameLift, you will need to (1) configure a build for your game and upload build files, and (2) set up one or more fleets to host game sessions. Once you've created and activated a fleet, you can assign aliases to it, scale capacity, track performance and utilization, etc.

To view changes to the API, see the GameLift Document History page.

" } From 30f990349d09c817b4c42243d7898f853c343e0d Mon Sep 17 00:00:00 2001 From: AWS Date: Thu, 13 Oct 2016 16:30:20 -0700 Subject: [PATCH 2/2] Bumping version to 1.4.62 --- .changes/1.4.62.json | 17 +++++++++++++++++ .changes/next-release/feature-acm-86578.json | 5 ----- .../feature-elasticbeanstalk-1148.json | 5 ----- .../next-release/feature-gamelift-73760.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.4.62.json delete mode 100644 .changes/next-release/feature-acm-86578.json delete mode 100644 .changes/next-release/feature-elasticbeanstalk-1148.json delete mode 100644 .changes/next-release/feature-gamelift-73760.json diff --git a/.changes/1.4.62.json b/.changes/1.4.62.json new file mode 100644 index 0000000000..1fa08259eb --- /dev/null +++ b/.changes/1.4.62.json @@ -0,0 +1,17 @@ +[ + { + "category": "``elasticbeanstalk``", + "description": "Update elasticbeanstalk client to latest version", + "type": "feature" + }, + { + "category": "``acm``", + "description": "Update acm client to latest version", + "type": "feature" + }, + { + "category": "``gamelift``", + "description": "Update gamelift client to latest version", + "type": "feature" + } +] \ No newline at end of file diff --git a/.changes/next-release/feature-acm-86578.json b/.changes/next-release/feature-acm-86578.json deleted file mode 100644 index 74ac4c7fd5..0000000000 --- a/.changes/next-release/feature-acm-86578.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``acm``", - "type": "feature", - "description": "Update acm client to latest version" -} diff --git a/.changes/next-release/feature-elasticbeanstalk-1148.json b/.changes/next-release/feature-elasticbeanstalk-1148.json deleted file mode 100644 index c98d7f6968..0000000000 --- a/.changes/next-release/feature-elasticbeanstalk-1148.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``elasticbeanstalk``", - "type": "feature", - "description": "Update elasticbeanstalk client to latest version" -} diff --git a/.changes/next-release/feature-gamelift-73760.json b/.changes/next-release/feature-gamelift-73760.json deleted file mode 100644 index 6030210330..0000000000 --- a/.changes/next-release/feature-gamelift-73760.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``gamelift``", - "type": "feature", - "description": "Update gamelift client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4768d522d9..e087fcc0cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.4.62 +====== + +* feature:``elasticbeanstalk``: Update elasticbeanstalk client to latest version +* feature:``acm``: Update acm client to latest version +* feature:``gamelift``: Update gamelift client to latest version + + 1.4.61 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 69c6b6a052..5660e41b1f 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.4.61' +__version__ = '1.4.62' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 9bb397123a..c4d4a6e6f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.4.' # The full version, including alpha/beta/rc tags. -release = '1.4.61' +release = '1.4.62' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.