From 5afd13d6ea3a286eea2cdb640f9c4cb984e4eaec Mon Sep 17 00:00:00 2001 From: aws-sdk-go-automation <43143561+aws-sdk-go-automation@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:34:32 -0800 Subject: [PATCH] Release v1.44.162 (2022-12-16) (#4666) Release v1.44.162 (2022-12-16) === ### Service Client Updates * `service/appflow`: Updates service API and documentation * `service/cloudfront`: Updates service documentation * Updated documentation for CloudFront * `service/datasync`: Updates service API and documentation * `service/elasticfilesystem`: Updates service documentation * General documentation updates for EFS. * `service/guardduty`: Updates service documentation * This release provides the valid characters for the Description and Name field. * `service/iotfleetwise`: Updates service API * `service/sagemaker`: Updates service API and documentation * AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job. --- CHANGELOG.md | 16 + aws/endpoints/defaults.go | 40 + aws/version.go | 2 +- models/apis/appflow/2020-08-23/api-2.json | 14 +- models/apis/appflow/2020-08-23/docs-2.json | 8 + .../2020-08-23/endpoint-rule-set-1.json | 9 - .../appflow/2020-08-23/endpoint-tests-1.json | 268 +-- models/apis/cloudfront/2020-05-31/docs-2.json | 582 +++--- .../2020-05-31/endpoint-tests-1.json | 22 +- models/apis/datasync/2018-11-09/api-2.json | 8 +- models/apis/datasync/2018-11-09/docs-2.json | 111 +- .../2018-11-09/endpoint-rule-set-1.json | 11 +- .../datasync/2018-11-09/endpoint-tests-1.json | 518 +++--- .../elasticfilesystem/2015-02-01/docs-2.json | 2 +- .../2015-02-01/endpoint-rule-set-1.json | 11 +- .../2015-02-01/endpoint-tests-1.json | 262 +-- models/apis/guardduty/2017-11-28/docs-2.json | 10 +- .../2017-11-28/endpoint-rule-set-1.json | 331 ++++ .../2017-11-28/endpoint-tests-1.json | 1595 +++++++++++++++++ .../apis/iotfleetwise/2021-06-17/api-2.json | 2 + .../2021-06-17/endpoint-rule-set-1.json | 9 - .../2021-06-17/endpoint-tests-1.json | 38 +- models/apis/sagemaker/2017-07-24/api-2.json | 7 +- models/apis/sagemaker/2017-07-24/docs-2.json | 28 +- models/endpoints/endpoints.json | 23 + service/appflow/api.go | 44 + service/cloudfront/api.go | 525 +++--- service/cloudfront/errors.go | 4 +- service/datasync/api.go | 477 +++-- service/efs/api.go | 19 +- service/guardduty/api.go | 16 +- service/guardduty/doc.go | 26 +- service/iotfleetwise/api.go | 8 + service/sagemaker/api.go | 44 +- 34 files changed, 3597 insertions(+), 1493 deletions(-) create mode 100644 models/apis/guardduty/2017-11-28/endpoint-rule-set-1.json create mode 100644 models/apis/guardduty/2017-11-28/endpoint-tests-1.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce4ab4d5c3..728577bd308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Release v1.44.162 (2022-12-16) +=== + +### Service Client Updates +* `service/appflow`: Updates service API and documentation +* `service/cloudfront`: Updates service documentation + * Updated documentation for CloudFront +* `service/datasync`: Updates service API and documentation +* `service/elasticfilesystem`: Updates service documentation + * General documentation updates for EFS. +* `service/guardduty`: Updates service documentation + * This release provides the valid characters for the Description and Name field. +* `service/iotfleetwise`: Updates service API +* `service/sagemaker`: Updates service API and documentation + * AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job. + Release v1.44.161 (2022-12-15) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 0913c49250b..593e5c57624 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -9300,6 +9300,15 @@ var awsPartition = partition{ }: endpoint{ Hostname: "elasticfilesystem-fips.eu-central-1.amazonaws.com", }, + endpointKey{ + Region: "eu-central-2", + }: endpoint{}, + endpointKey{ + Region: "eu-central-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "elasticfilesystem-fips.eu-central-2.amazonaws.com", + }, endpointKey{ Region: "eu-north-1", }: endpoint{}, @@ -9444,6 +9453,15 @@ var awsPartition = partition{ }, Deprecated: boxedTrue, }, + endpointKey{ + Region: "fips-eu-central-2", + }: endpoint{ + Hostname: "elasticfilesystem-fips.eu-central-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "eu-central-2", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "fips-eu-north-1", }: endpoint{ @@ -18909,12 +18927,18 @@ var awsPartition = partition{ endpointKey{ Region: "eu-central-1", }: endpoint{}, + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, endpointKey{ Region: "eu-west-1", }: endpoint{}, endpointKey{ Region: "eu-west-2", }: endpoint{}, + endpointKey{ + Region: "eu-west-3", + }: endpoint{}, endpointKey{ Region: "sa-east-1", }: endpoint{}, @@ -23012,6 +23036,9 @@ var awsPartition = partition{ endpointKey{ Region: "eu-west-3", }: endpoint{}, + endpointKey{ + Region: "me-central-1", + }: endpoint{}, endpointKey{ Region: "me-south-1", }: endpoint{}, @@ -28089,6 +28116,16 @@ var awscnPartition = partition{ }: endpoint{}, }, }, + "datasync": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "dax": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -32434,6 +32471,9 @@ var awsusgovPartition = partition{ }, "metrics.sagemaker": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, endpointKey{ Region: "us-gov-west-1", }: endpoint{}, diff --git a/aws/version.go b/aws/version.go index ce1f9976a43..3d6f00c79ac 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.44.161" +const SDKVersion = "1.44.162" diff --git a/models/apis/appflow/2020-08-23/api-2.json b/models/apis/appflow/2020-08-23/api-2.json index d823e7640d2..a214e08549a 100644 --- a/models/apis/appflow/2020-08-23/api-2.json +++ b/models/apis/appflow/2020-08-23/api-2.json @@ -1477,7 +1477,7 @@ "EntitiesPath":{ "type":"string", "max":256, - "pattern":"[\\s\\w/!@#+=.-]*" + "pattern":"[\\s\\w/!@#+=,.-]*" }, "EntityName":{ "type":"string", @@ -1870,14 +1870,17 @@ "connectorProfileName":{"shape":"ConnectorProfileName"}, "connectorType":{"shape":"ConnectorType"}, "entitiesPath":{"shape":"EntitiesPath"}, - "apiVersion":{"shape":"ApiVersion"} + "apiVersion":{"shape":"ApiVersion"}, + "maxResults":{"shape":"ListEntitiesMaxResults"}, + "nextToken":{"shape":"NextToken"} } }, "ListConnectorEntitiesResponse":{ "type":"structure", "required":["connectorEntityMap"], "members":{ - "connectorEntityMap":{"shape":"ConnectorEntityMap"} + "connectorEntityMap":{"shape":"ConnectorEntityMap"}, + "nextToken":{"shape":"NextToken"} } }, "ListConnectorsRequest":{ @@ -1894,6 +1897,11 @@ "nextToken":{"shape":"NextToken"} } }, + "ListEntitiesMaxResults":{ + "type":"integer", + "max":10000, + "min":1 + }, "ListFlowsRequest":{ "type":"structure", "members":{ diff --git a/models/apis/appflow/2020-08-23/docs-2.json b/models/apis/appflow/2020-08-23/docs-2.json index 6da12539f6e..d9eddd71515 100644 --- a/models/apis/appflow/2020-08-23/docs-2.json +++ b/models/apis/appflow/2020-08-23/docs-2.json @@ -1440,6 +1440,12 @@ "refs": { } }, + "ListEntitiesMaxResults": { + "base": null, + "refs": { + "ListConnectorEntitiesRequest$maxResults": "
The maximum number of items that the operation returns in the response.
" + } + }, "ListFlowsRequest": { "base": null, "refs": { @@ -1578,6 +1584,8 @@ "DescribeConnectorsResponse$nextToken": "The pagination token for the next page of data.
", "DescribeFlowExecutionRecordsRequest$nextToken": "The pagination token for the next page of data.
", "DescribeFlowExecutionRecordsResponse$nextToken": "The pagination token for the next page of data.
", + "ListConnectorEntitiesRequest$nextToken": "A token that was provided by your prior ListConnectorEntities
operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.
A token that you specify in your next ListConnectorEntities
operation to get the next page of results in paginated response. The ListConnectorEntities
operation provides this token if the response is too big for the page size.
The pagination token for the next page of data.
", "ListConnectorsResponse$nextToken": "The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
", "ListFlowsRequest$nextToken": "The pagination token for next page of data.
", diff --git a/models/apis/appflow/2020-08-23/endpoint-rule-set-1.json b/models/apis/appflow/2020-08-23/endpoint-rule-set-1.json index c06cbd9ae6a..01706fd6796 100644 --- a/models/apis/appflow/2020-08-23/endpoint-rule-set-1.json +++ b/models/apis/appflow/2020-08-23/endpoint-rule-set-1.json @@ -52,15 +52,6 @@ "ref": "Endpoint" } ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], "type": "tree", diff --git a/models/apis/appflow/2020-08-23/endpoint-tests-1.json b/models/apis/appflow/2020-08-23/endpoint-tests-1.json index 2de5f9d07f4..9e619c166db 100644 --- a/models/apis/appflow/2020-08-23/endpoint-tests-1.json +++ b/models/apis/appflow/2020-08-23/endpoint-tests-1.json @@ -8,9 +8,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-south-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -21,9 +21,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-south-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -34,9 +34,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-south-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -47,9 +47,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-south-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -60,9 +60,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ca-central-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -73,9 +73,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ca-central-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -86,9 +86,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ca-central-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -99,9 +99,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ca-central-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -112,9 +112,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-central-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -125,9 +125,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-central-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -138,9 +138,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-central-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -151,9 +151,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-central-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -164,9 +164,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-west-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -177,9 +177,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-west-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -190,9 +190,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-west-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -203,9 +203,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-west-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -216,9 +216,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-west-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -229,9 +229,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-west-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -242,9 +242,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-west-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -255,9 +255,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-west-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -268,9 +268,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "af-south-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -281,9 +281,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "af-south-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -294,9 +294,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "af-south-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -307,9 +307,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "af-south-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -320,9 +320,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-west-3", - "UseFIPS": true + "UseDualStack": true } }, { @@ -333,9 +333,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-west-3", - "UseFIPS": true + "UseDualStack": false } }, { @@ -346,9 +346,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-west-3", - "UseFIPS": false + "UseDualStack": true } }, { @@ -359,9 +359,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-west-3", - "UseFIPS": false + "UseDualStack": false } }, { @@ -372,9 +372,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-west-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -385,9 +385,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-west-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -398,9 +398,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-west-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -411,9 +411,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-west-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -424,9 +424,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "eu-west-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -437,9 +437,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "eu-west-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -450,9 +450,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "eu-west-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -463,9 +463,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "eu-west-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -476,9 +476,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-northeast-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -489,9 +489,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-northeast-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -502,9 +502,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-northeast-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -515,9 +515,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-northeast-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -528,9 +528,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-northeast-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -541,9 +541,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-northeast-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -554,9 +554,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-northeast-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -567,9 +567,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-northeast-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -580,9 +580,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "sa-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -593,9 +593,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "sa-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -606,9 +606,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "sa-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -619,9 +619,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "sa-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -632,9 +632,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-southeast-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -645,9 +645,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-southeast-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -658,9 +658,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-southeast-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -671,9 +671,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-southeast-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -684,9 +684,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "ap-southeast-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -697,9 +697,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "ap-southeast-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -710,9 +710,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "ap-southeast-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -723,9 +723,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "ap-southeast-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -736,9 +736,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-east-1", - "UseFIPS": true + "UseDualStack": true } }, { @@ -749,9 +749,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-east-1", - "UseFIPS": true + "UseDualStack": false } }, { @@ -762,9 +762,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-east-1", - "UseFIPS": false + "UseDualStack": true } }, { @@ -775,9 +775,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-east-1", - "UseFIPS": false + "UseDualStack": false } }, { @@ -788,9 +788,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": true, "Region": "us-east-2", - "UseFIPS": true + "UseDualStack": true } }, { @@ -801,9 +801,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": true, "Region": "us-east-2", - "UseFIPS": true + "UseDualStack": false } }, { @@ -814,9 +814,9 @@ } }, "params": { - "UseDualStack": true, + "UseFIPS": false, "Region": "us-east-2", - "UseFIPS": false + "UseDualStack": true } }, { @@ -827,9 +827,9 @@ } }, "params": { - "UseDualStack": false, + "UseFIPS": false, "Region": "us-east-2", - "UseFIPS": false + "UseDualStack": false } }, { @@ -840,9 +840,9 @@ } }, "params": { - "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -852,9 +852,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": true, + "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -864,9 +864,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseDualStack": true, - "Region": "us-east-1", "UseFIPS": false, + "Region": "us-east-1", + "UseDualStack": true, "Endpoint": "https://example.com" } } diff --git a/models/apis/cloudfront/2020-05-31/docs-2.json b/models/apis/cloudfront/2020-05-31/docs-2.json index dfd8cfa896d..0cd6921df63 100644 --- a/models/apis/cloudfront/2020-05-31/docs-2.json +++ b/models/apis/cloudfront/2020-05-31/docs-2.json @@ -2,112 +2,112 @@ "version": "2.0", "service": "This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.
", "operations": { - "AssociateAlias": "Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.
With this operation you can move an alias that’s already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.
To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
", - "CopyDistribution": "Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.
After you create a staging distribution, you can use UpdateDistribution
to modify the staging distribution’s configuration. Then you can use CreateContinuousDeploymentPolicy
to incrementally move traffic to the staging distribution.
Creates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
", + "AssociateAlias": "Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.
With this operation you can move an alias that's already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.
To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
", + "CopyDistribution": "Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.
After you create a staging distribution, you can use UpdateDistribution
to modify the staging distribution's configuration. Then you can use CreateContinuousDeploymentPolicy
to incrementally move traffic to the staging distribution.
Creates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
", "CreateCloudFrontOriginAccessIdentity": "Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
", - "CreateContinuousDeploymentPolicy": "Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.
To use a continuous deployment policy, first use CopyDistribution
to create a staging distribution, then use UpdateDistribution
to modify the staging distribution’s configuration.
After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution’s configuration before moving all of your domain’s production traffic to the new configuration.
", + "CreateContinuousDeploymentPolicy": "Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.
To use a continuous deployment policy, first use CopyDistribution
to create a staging distribution, then use UpdateDistribution
to modify the staging distribution's configuration.
After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration.
", "CreateDistribution": "Creates a CloudFront distribution.
", "CreateDistributionWithTags": "Create a new distribution with tags.
", "CreateFieldLevelEncryptionConfig": "Create a new field-level encryption configuration.
", "CreateFieldLevelEncryptionProfile": "Create a field-level encryption profile.
", - "CreateFunction": "Creates a CloudFront function.
To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.
When you create a function, it’s in the DEVELOPMENT
stage. In this stage, you can test the function with TestFunction
, and update it with UpdateFunction
.
When you’re ready to use your function with a CloudFront distribution, use PublishFunction
to copy the function from the DEVELOPMENT
stage to LIVE
. When it’s live, you can attach the function to a distribution’s cache behavior, using the function’s ARN.
Create a new invalidation.
", + "CreateFunction": "Creates a CloudFront function.
To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.
When you create a function, it's in the DEVELOPMENT
stage. In this stage, you can test the function with TestFunction
, and update it with UpdateFunction
.
When you're ready to use your function with a CloudFront distribution, use PublishFunction
to copy the function from the DEVELOPMENT
stage to LIVE
. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.
Create a new invalidation.
", "CreateKeyGroup": "Creates a key group that you can use with CloudFront signed URLs and signed cookies.
To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
", "CreateMonitoringSubscription": "Enables additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.
For more information, see Viewing additional CloudFront distribution metrics in the Amazon CloudFront Developer Guide.
", "CreateOriginAccessControl": "Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.
For an Amazon S3 origin, this makes it possible to block public access to the Amazon S3 bucket so that viewers (users) can access the content in the bucket only through CloudFront.
For more information about using a CloudFront origin access control, see Restricting access to an Amazon S3 origin in the Amazon CloudFront Developer Guide.
", - "CreateOriginRequestPolicy": "Creates an origin request policy.
After you create an origin request policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can’t find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
", + "CreateOriginRequestPolicy": "Creates an origin request policy.
After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
", "CreatePublicKey": "Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.
", "CreateRealtimeLogConfig": "Creates a real-time log configuration.
After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.
For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.
", - "CreateResponseHeadersPolicy": "Creates a response headers policy.
A response headers policy contains information about a set of HTTP response headers and their values. To create a response headers policy, you provide some metadata about the policy, and a set of configurations that specify the response headers.
After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it’s attached to a cache behavior, CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match the cache behavior.
", + "CreateResponseHeadersPolicy": "Creates a response headers policy.
A response headers policy contains information about a set of HTTP response headers and their values. To create a response headers policy, you provide some metadata about the policy, and a set of configurations that specify the response headers.
After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match the cache behavior.
", "CreateStreamingDistribution": "This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.
", "CreateStreamingDistributionWithTags": "This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.
", - "DeleteCachePolicy": "Deletes a cache policy.
You cannot delete a cache policy if it’s attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.
To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use ListCachePolicies
or GetCachePolicy
.
Delete an origin access identity.
", - "DeleteContinuousDeploymentPolicy": "Deletes a continuous deployment policy.
You cannot delete a continuous deployment policy that’s attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.
", - "DeleteDistribution": "Delete a distribution.
", + "DeleteCachePolicy": "Deletes a cache policy.
You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.
To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use ListCachePolicies
or GetCachePolicy
.
Delete an origin access identity.
", + "DeleteContinuousDeploymentPolicy": "Deletes a continuous deployment policy.
You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.
", + "DeleteDistribution": "Delete a distribution.
", "DeleteFieldLevelEncryptionConfig": "Remove a field-level encryption configuration.
", "DeleteFieldLevelEncryptionProfile": "Remove a field-level encryption profile.
", - "DeleteFunction": "Deletes a CloudFront function.
You cannot delete a function if it’s associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
To delete a function, you must provide the function’s name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
Deletes a key group.
You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.
To delete a key group, you must provide the key group’s identifier and version. To get these values, use ListKeyGroups
followed by GetKeyGroup
or GetKeyGroupConfig
.
Deletes a CloudFront function.
You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
To delete a function, you must provide the function's name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
Deletes a key group.
You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.
To delete a key group, you must provide the key group's identifier and version. To get these values, use ListKeyGroups
followed by GetKeyGroup
or GetKeyGroupConfig
.
Disables additional CloudWatch metrics for the specified CloudFront distribution.
", "DeleteOriginAccessControl": "Deletes a CloudFront origin access control.
You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.
", - "DeleteOriginRequestPolicy": "Deletes an origin request policy.
You cannot delete an origin request policy if it’s attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.
To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier, you can use ListOriginRequestPolicies
or GetOriginRequestPolicy
.
Deletes an origin request policy.
You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.
To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use ListOriginRequestPolicies
or GetOriginRequestPolicy
.
Remove a public key you previously added to CloudFront.
", - "DeleteRealtimeLogConfig": "Deletes a real-time log configuration.
You cannot delete a real-time log configuration if it’s attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.
To delete a real-time log configuration, you can provide the configuration’s name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.
", - "DeleteResponseHeadersPolicy": "Deletes a response headers policy.
You cannot delete a response headers policy if it’s attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.
To delete a response headers policy, you must provide the policy’s identifier and version. To get these values, you can use ListResponseHeadersPolicies
or GetResponseHeadersPolicy
.
Deletes a real-time log configuration.
You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.
To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.
", + "DeleteResponseHeadersPolicy": "Deletes a response headers policy.
You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.
To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use ListResponseHeadersPolicies
or GetResponseHeadersPolicy
.
Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.
To delete an RTMP distribution using the CloudFront API:
Disable the RTMP distribution.
Submit a GET Streaming Distribution Config
request to get the current configuration and the Etag
header for the distribution.
Update the XML document that was returned in the response to your GET Streaming Distribution Config
request to change the value of Enabled
to false
.
Submit a PUT Streaming Distribution Config
request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Streaming Distribution Config
request in Step 2.
Review the response to the PUT Streaming Distribution Config
request to confirm that the distribution was successfully disabled.
Submit a GET Streaming Distribution Config
request to confirm that your changes have propagated. When propagation is complete, the value of Status
is Deployed
.
Submit a DELETE Streaming Distribution
request. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Streaming Distribution Config
request in Step 2.
Review the response to your DELETE Streaming Distribution
request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
", - "DescribeFunction": "Gets configuration information and metadata about a CloudFront function, but not the function’s code. To get a function’s code, use GetFunction
.
To get configuration information and metadata about a function, you must provide the function’s name and stage. To get these values, you can use ListFunctions
.
Gets a cache policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get a cache policy, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
Get the information about an origin access identity.
", - "GetCloudFrontOriginAccessIdentityConfig": "Get the configuration information about an origin access identity.
", - "GetContinuousDeploymentPolicy": "Gets a continuous deployment policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
", + "DescribeFunction": "Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction
.
To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions
.
Gets a cache policy, including the following metadata:
The policy's identifier.
The date and time when the policy was last modified.
To get a cache policy, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
Get the information about an origin access identity.
", + "GetCloudFrontOriginAccessIdentityConfig": "Get the configuration information about an origin access identity.
", + "GetContinuousDeploymentPolicy": "Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).
", "GetContinuousDeploymentPolicyConfig": "Gets configuration information about a continuous deployment policy.
", "GetDistribution": "Get the information about a distribution.
", - "GetDistributionConfig": "Get the configuration information about a distribution.
", + "GetDistributionConfig": "Get the configuration information about a distribution.
", "GetFieldLevelEncryption": "Get the field-level encryption configuration information.
", "GetFieldLevelEncryptionConfig": "Get the field-level encryption configuration information.
", "GetFieldLevelEncryptionProfile": "Get the field-level encryption profile information.
", "GetFieldLevelEncryptionProfileConfig": "Get the field-level encryption profile configuration information.
", - "GetFunction": "Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction
.
To get a function’s code, you must provide the function’s name and stage. To get these values, you can use ListFunctions
.
Get the information about an invalidation.
", - "GetKeyGroup": "Gets a key group, including the date and time when the key group was last modified.
To get a key group, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using ListDistributions
or GetDistribution
. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups
.
Gets a key group configuration.
To get a key group configuration, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using ListDistributions
or GetDistribution
. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups
.
Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction
.
To get a function's code, you must provide the function's name and stage. To get these values, you can use ListFunctions
.
Get the information about an invalidation.
", + "GetKeyGroup": "Gets a key group, including the date and time when the key group was last modified.
To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions
or GetDistribution
. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups
.
Gets a key group configuration.
To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions
or GetDistribution
. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups
.
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
", "GetOriginAccessControl": "Gets a CloudFront origin access control, including its unique identifier.
", "GetOriginAccessControlConfig": "Gets a CloudFront origin access control configuration.
", - "GetOriginRequestPolicy": "Gets an origin request policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
Gets an origin request policy configuration.
To get an origin request policy configuration, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
Gets an origin request policy, including the following metadata:
The policy's identifier.
The date and time when the policy was last modified.
To get an origin request policy, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
Gets an origin request policy configuration.
To get an origin request policy configuration, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
Gets a public key.
", "GetPublicKeyConfig": "Gets a public key configuration.
", - "GetRealtimeLogConfig": "Gets a real-time log configuration.
To get a real-time log configuration, you can provide the configuration’s name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.
", - "GetResponseHeadersPolicy": "Gets a response headers policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
To get a response headers policy, you must provide the policy’s identifier. If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
Gets a response headers policy configuration.
To get a response headers policy configuration, you must provide the policy’s identifier. If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
Gets a real-time log configuration.
To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.
", + "GetResponseHeadersPolicy": "Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).
To get a response headers policy, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
Gets a response headers policy configuration.
To get a response headers policy configuration, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
Gets information about a specified RTMP distribution, including the distribution configuration.
", - "GetStreamingDistributionConfig": "Get the configuration information about a streaming distribution.
", + "GetStreamingDistributionConfig": "Get the configuration information about a streaming distribution.
", "ListCachePolicies": "Gets a list of cache policies.
You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Lists origin access identities.
", - "ListConflictingAliases": "Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide www.example.com
as input, the returned list can include www.example.com
and the overlapping wildcard alternate domain name (*.example.com
), if they exist. If you provide *.example.com
as input, the returned list can include *.example.com
and any alternate domain names covered by that wildcard (for example, www.example.com
, test.example.com
, dev.example.com
, and so on), if they exist.
To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.
Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide www.example.com
as input, the returned list can include www.example.com
and the overlapping wildcard alternate domain name (*.example.com
), if they exist. If you provide *.example.com
as input, the returned list can include *.example.com
and any alternate domain names covered by that wildcard (for example, www.example.com
, test.example.com
, dev.example.com
, and so on), if they exist.
To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of the continuous deployment policies in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
List CloudFront distributions.
", - "ListDistributionsByCachePolicyId": "Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distributions that have a cache behavior that’s associated with the specified real-time log configuration.
You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified response headers policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.
You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
List the distributions that are associated with a specified WAF web ACL.
", "ListFieldLevelEncryptionConfigs": "List all field-level encryption configurations that have been created in CloudFront for this account.
", "ListFieldLevelEncryptionProfiles": "Request a list of field-level encryption profiles that have been created in CloudFront for this account.
", "ListFunctions": "Gets a list of all CloudFront functions in your Amazon Web Services account.
You can optionally apply a filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Lists invalidation batches.
", + "ListInvalidations": "Lists invalidation batches.
", "ListKeyGroups": "Gets a list of key groups.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets the list of CloudFront origin access controls in this Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker
value from the current response as the Marker
value in the next request.
Gets a list of origin request policies.
You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
List all public keys that have been added to CloudFront for this account.
", - "ListRealtimeLogConfigs": "Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Gets a list of response headers policies.
You can optionally apply a filter to get only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
List streaming distributions.
", + "ListStreamingDistributions": "List streaming distributions.
", "ListTagsForResource": "List tags for a CloudFront resource.
", - "PublishFunction": "Publishes a CloudFront function by copying the function code from the DEVELOPMENT
stage to LIVE
. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE
stage.
When a function is published to the LIVE
stage, you can attach the function to a distribution’s cache behavior, using the function’s Amazon Resource Name (ARN).
To publish a function, you must provide the function’s name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
Publishes a CloudFront function by copying the function code from the DEVELOPMENT
stage to LIVE
. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE
stage.
When a function is published to the LIVE
stage, you can attach the function to a distribution's cache behavior, using the function's Amazon Resource Name (ARN).
To publish a function, you must provide the function's name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
Add tags to a CloudFront resource.
", - "TestFunction": "Tests a CloudFront function.
To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function’s result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions in the Amazon CloudFront Developer Guide.
To test a function, you provide the function’s name and version (ETag
value) along with the event object. To get the function’s name and version, you can use ListFunctions
and DescribeFunction
.
Tests a CloudFront function.
To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions in the Amazon CloudFront Developer Guide.
To test a function, you provide the function's name and version (ETag
value) along with the event object. To get the function's name and version, you can use ListFunctions
and DescribeFunction
.
Remove tags from a CloudFront resource.
", - "UpdateCachePolicy": "Updates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
Use GetCachePolicyConfig
to get the current configuration.
Locally modify the fields in the cache policy configuration that you want to update.
Call UpdateCachePolicy
by providing the entire cache policy configuration, including the fields that you modified and those that you didn’t.
Update an origin access identity.
", - "UpdateContinuousDeploymentPolicy": "Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.
When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:
Use GetContinuousDeploymentPolicyConfig
to get the current configuration.
Locally modify the fields in the continuous deployment policy configuration that you want to update.
Use UpdateContinuousDeploymentPolicy
, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn’t.
Updates the configuration for a CloudFront distribution.
The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution
request to make the updates.
To update a web distribution using the CloudFront API
Use GetDistributionConfig
to get the current configuration, including the version identifier (ETag
).
Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:
You must rename the ETag
field to IfMatch
, leaving the value unchanged. (Set the value of IfMatch
to the value of ETag
, then remove the ETag
field.)
You can’t change the value of CallerReference
.
Submit an UpdateDistribution
request, providing the distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution
request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn’t.
Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases
(also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId
value, but otherwise its configuration is overwritten to match the staging distribution.
You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name’s traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution’s configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain’s traffic back to the primary distribution.
", - "UpdateFieldLevelEncryptionConfig": "Update a field-level encryption configuration.
", - "UpdateFieldLevelEncryptionProfile": "Update a field-level encryption profile.
", - "UpdateFunction": "Updates a CloudFront function.
You can update a function’s code or the comment that describes the function. You cannot update a function’s name.
To update a function, you provide the function’s name and version (ETag
value) along with the updated function code. To get the name and version, you can use ListFunctions
and DescribeFunction
.
Updates a key group.
When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
Get the current key group with GetKeyGroup
or GetKeyGroupConfig
.
Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.
Call UpdateKeyGroup
with the entire key group object, including the fields that you modified and those that you didn’t.
Updates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
Use GetCachePolicyConfig
to get the current configuration.
Locally modify the fields in the cache policy configuration that you want to update.
Call UpdateCachePolicy
by providing the entire cache policy configuration, including the fields that you modified and those that you didn't.
Update an origin access identity.
", + "UpdateContinuousDeploymentPolicy": "Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.
When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:
Use GetContinuousDeploymentPolicyConfig
to get the current configuration.
Locally modify the fields in the continuous deployment policy configuration that you want to update.
Use UpdateContinuousDeploymentPolicy
, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn't.
Updates the configuration for a CloudFront distribution.
The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution
request to make the updates.
To update a web distribution using the CloudFront API
Use GetDistributionConfig
to get the current configuration, including the version identifier (ETag
).
Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:
You must rename the ETag
field to IfMatch
, leaving the value unchanged. (Set the value of IfMatch
to the value of ETag
, then remove the ETag
field.)
You can't change the value of CallerReference
.
Submit an UpdateDistribution
request, providing the distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution
request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.
Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases
(also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId
value, but otherwise its configuration is overwritten to match the staging distribution.
You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution.
", + "UpdateFieldLevelEncryptionConfig": "Update a field-level encryption configuration.
", + "UpdateFieldLevelEncryptionProfile": "Update a field-level encryption profile.
", + "UpdateFunction": "Updates a CloudFront function.
You can update a function's code or the comment that describes the function. You cannot update a function's name.
To update a function, you provide the function's name and version (ETag
value) along with the updated function code. To get the name and version, you can use ListFunctions
and DescribeFunction
.
Updates a key group.
When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
Get the current key group with GetKeyGroup
or GetKeyGroupConfig
.
Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.
Call UpdateKeyGroup
with the entire key group object, including the fields that you modified and those that you didn't.
Updates a CloudFront origin access control.
", - "UpdateOriginRequestPolicy": "Updates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
Use GetOriginRequestPolicyConfig
to get the current configuration.
Locally modify the fields in the origin request policy configuration that you want to update.
Call UpdateOriginRequestPolicy
by providing the entire origin request policy configuration, including the fields that you modified and those that you didn’t.
Updates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
Use GetOriginRequestPolicyConfig
to get the current configuration.
Locally modify the fields in the origin request policy configuration that you want to update.
Call UpdateOriginRequestPolicy
by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.
Update public key information. Note that the only value you can change is the comment.
", - "UpdateRealtimeLogConfig": "Updates a real-time log configuration.
When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
Call GetRealtimeLogConfig
to get the current real-time log configuration.
Locally modify the parameters in the real-time log configuration that you want to update.
Call this API (UpdateRealtimeLogConfig
) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn’t.
You cannot update a real-time log configuration’s Name
or ARN
.
Updates a response headers policy.
When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
Use GetResponseHeadersPolicyConfig
to get the current policy’s configuration.
Modify the fields in the response headers policy configuration that you want to update.
Call UpdateResponseHeadersPolicy
, providing the entire response headers policy configuration, including the fields that you modified and those that you didn’t.
Update a streaming distribution.
" + "UpdateRealtimeLogConfig": "Updates a real-time log configuration.
When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
Call GetRealtimeLogConfig
to get the current real-time log configuration.
Locally modify the parameters in the real-time log configuration that you want to update.
Call this API (UpdateRealtimeLogConfig
) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.
You cannot update a real-time log configuration's Name
or ARN
.
Updates a response headers policy.
When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
Use GetResponseHeadersPolicyConfig
to get the current policy's configuration.
Modify the fields in the response headers policy configuration that you want to update.
Call UpdateResponseHeadersPolicy
, providing the entire response headers policy configuration, including the fields that you modified and those that you didn't.
Update a streaming distribution.
" }, "shapes": { "AccessControlAllowHeadersList": { @@ -142,14 +142,14 @@ "ActiveTrustedKeyGroups": { "base": "A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.
", "refs": { - "Distribution$ActiveTrustedKeyGroups": "CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using key groups. This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.
" + "Distribution$ActiveTrustedKeyGroups": "This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.
" } }, "ActiveTrustedSigners": { "base": "A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
", "refs": { - "Distribution$ActiveTrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using trusted signers. This field contains a list of Amazon Web Services account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.
", - "StreamingDistribution$ActiveTrustedSigners": "A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners
complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.
The Signer
complex type lists the Amazon Web Services account number of the trusted signer or self
if the signer is the Amazon Web Services account that created the distribution. The Signer
element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId
element appears for a Signer
, that signer can't create signed URLs.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
" + "Distribution$ActiveTrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
This field contains a list of Amazon Web Services account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.
", + "StreamingDistribution$ActiveTrustedSigners": "A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners
complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.
The Signer
complex type lists the Amazon Web Services account number of the trusted signer or self
if the signer is the Amazon Web Services account that created the distribution. The Signer
element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId
element appears for a Signer
, that signer can't create signed URLs.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
" } }, "AliasICPRecordal": { @@ -172,11 +172,11 @@ } }, "Aliases": { - "base": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
", + "base": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
", "refs": { "DistributionConfig$Aliases": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
", "DistributionSummary$Aliases": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
", - "StreamingDistributionConfig$Aliases": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
", + "StreamingDistributionConfig$Aliases": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
", "StreamingDistributionSummary$Aliases": "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
" } }, @@ -209,7 +209,7 @@ } }, "CacheBehavior": { - "base": "A complex type that describes how CloudFront processes requests.
You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to serve objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin is never used.
For the current quota (formerly known as limit) on the number of cache behaviors that you can add to a distribution, see Quotas in the Amazon CloudFront Developer Guide.
If you don’t want to specify any cache behaviors, include only an empty CacheBehaviors
element. Don’t include an empty CacheBehavior
element because this is invalid.
To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors
element.
To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
For more information about cache behaviors, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.
", + "base": "A complex type that describes how CloudFront processes requests.
You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to serve objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin is never used.
For the current quota (formerly known as limit) on the number of cache behaviors that you can add to a distribution, see Quotas in the Amazon CloudFront Developer Guide.
If you don't want to specify any cache behaviors, include only an empty CacheBehaviors
element. Don't include an empty CacheBehavior
element because this is invalid.
To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors
element.
To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
For more information about cache behaviors, see Cache Behavior Settings in the Amazon CloudFront Developer Guide.
", "refs": { "CacheBehaviorList$member": null } @@ -221,14 +221,14 @@ } }, "CacheBehaviors": { - "base": "A complex type that contains zero or more CacheBehavior
elements.
A complex type that contains zero or more CacheBehavior
elements.
A complex type that contains zero or more CacheBehavior
elements.
A complex type that contains zero or more CacheBehavior
elements.
A complex type that contains zero or more CacheBehavior
elements.
A cache policy.
When it’s attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
A cache policy.
When it's attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
The cache policy.
", "CreateCachePolicyResult$CachePolicy": "A cache policy.
", @@ -242,7 +242,7 @@ } }, "CachePolicyConfig": { - "base": "A cache policy configuration.
This configuration determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
A cache policy configuration.
This configuration determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
The cache policy configuration.
", "CreateCachePolicyRequest$CachePolicyConfig": "A cache policy configuration.
", @@ -317,7 +317,7 @@ } }, "CachedMethods": { - "base": "A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:
CloudFront caches responses to GET
and HEAD
requests.
CloudFront caches responses to GET
, HEAD
, and OPTIONS
requests.
If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.
", + "base": "A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:
CloudFront caches responses to GET
and HEAD
requests.
CloudFront caches responses to GET
, HEAD
, and OPTIONS
requests.
If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.
", "refs": { "AllowedMethods$CachedMethods": null } @@ -347,11 +347,11 @@ } }, "CloudFrontOriginAccessIdentityConfig": { - "base": "Origin access identity configuration. Send a GET
request to the /CloudFront API version/CloudFront/identity ID/config
resource.
Origin access identity configuration. Send a GET
request to the /CloudFront API version/CloudFront/identity ID/config
resource.
The current configuration information for the identity.
", + "CloudFrontOriginAccessIdentity$CloudFrontOriginAccessIdentityConfig": "The current configuration information for the identity.
", "CreateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig": "The current configuration information for the identity.
", - "GetCloudFrontOriginAccessIdentityConfigResult$CloudFrontOriginAccessIdentityConfig": "The origin access identity's configuration information.
", + "GetCloudFrontOriginAccessIdentityConfigResult$CloudFrontOriginAccessIdentityConfig": "The origin access identity's configuration information.
", "UpdateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig": "The identity's configuration information.
" } }, @@ -363,7 +363,7 @@ "CloudFrontOriginAccessIdentityList": { "base": "Lists the origin access identities for CloudFront.Send a GET
request to the /CloudFront API version/origin-access-identity/cloudfront
resource. The response includes a CloudFrontOriginAccessIdentityList
element with zero or more CloudFrontOriginAccessIdentitySummary
child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the MaxItems
and Marker
parameters.
The CloudFrontOriginAccessIdentityList
type.
The CloudFrontOriginAccessIdentityList
type.
An optional comment to describe the distribution. The comment cannot be longer than 128 characters.
" + "DistributionConfig$Comment": "A comment to describe the distribution. The comment cannot be longer than 128 characters.
" } }, "ConflictingAlias": { - "base": "An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
", + "base": "An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it's associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.
", "refs": { "ConflictingAliases$member": null } @@ -397,34 +397,34 @@ } }, "ConflictingAliasesList": { - "base": "A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
", + "base": "A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.
", "refs": { "ListConflictingAliasesResult$ConflictingAliasesList": "A list of conflicting aliases.
" } }, "ContentTypeProfile": { - "base": "A field-level encryption content type profile.
", + "base": "A field-level encryption content type profile.
", "refs": { "ContentTypeProfileList$member": null } }, "ContentTypeProfileConfig": { - "base": "The configuration for a field-level encryption content type-profile mapping.
", + "base": "The configuration for a field-level encryption content type-profile mapping.
", "refs": { "FieldLevelEncryptionConfig$ContentTypeProfileConfig": "A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
", - "FieldLevelEncryptionSummary$ContentTypeProfileConfig": "A summary of a content type-profile mapping.
" + "FieldLevelEncryptionSummary$ContentTypeProfileConfig": "A summary of a content type-profile mapping.
" } }, "ContentTypeProfileList": { "base": null, "refs": { - "ContentTypeProfiles$Items": "Items in a field-level encryption content type-profile mapping.
" + "ContentTypeProfiles$Items": "Items in a field-level encryption content type-profile mapping.
" } }, "ContentTypeProfiles": { - "base": "Field-level encryption content type-profile.
", + "base": "Field-level encryption content type-profile.
", "refs": { - "ContentTypeProfileConfig$ContentTypeProfiles": "The configuration for a field-level encryption content type-profile.
" + "ContentTypeProfileConfig$ContentTypeProfiles": "The configuration for a field-level encryption content type-profile.
" } }, "ContinuousDeploymentPolicy": { @@ -532,7 +532,7 @@ } }, "CreateCloudFrontOriginAccessIdentityRequest": { - "base": "The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.
", + "base": "The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.
", "refs": { } }, @@ -562,12 +562,12 @@ } }, "CreateDistributionWithTagsRequest": { - "base": "The request to create a new distribution with tags.
", + "base": "The request to create a new distribution with tags.
", "refs": { } }, "CreateDistributionWithTagsResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, @@ -697,12 +697,12 @@ } }, "CreateStreamingDistributionWithTagsResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, "CustomErrorResponse": { - "base": "A complex type that controls:
Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.
How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.
", + "base": "A complex type that controls:
Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.
How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide.
", "refs": { "CustomErrorResponseList$member": null } @@ -721,7 +721,7 @@ } }, "CustomHeaders": { - "base": "A complex type that contains the list of Custom Headers for each origin.
", + "base": "A complex type that contains the list of Custom Headers for each origin.
", "refs": { "Origin$CustomHeaders": "A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.
" } @@ -733,7 +733,7 @@ } }, "DefaultCacheBehavior": { - "base": "A complex type that describes the default cache behavior if you don’t specify a CacheBehavior
element or if request URLs don’t match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if request URLs don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
A complex type that describes the default cache behavior if you don't specify a CacheBehavior
element or if files don't match any of the values of PathPattern
in CacheBehavior
elements. You must create exactly one default cache behavior.
This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.
To delete a web distribution using the CloudFront API:
Disable the web distribution
Submit a GET Distribution Config
request to get the current configuration and the Etag
header for the distribution.
Update the XML document that was returned in the response to your GET Distribution Config
request to change the value of Enabled
to false
.
Submit a PUT Distribution Config
request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Distribution Config
request in Step 2.
Review the response to the PUT Distribution Config
request to confirm that the distribution was successfully disabled.
Submit a GET Distribution
request to confirm that your changes have propagated. When propagation is complete, the value of Status
is Deployed
.
Submit a DELETE Distribution
request. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Distribution Config
request in Step 6.
Review the response to your DELETE Distribution
request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
", + "base": "This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.
To delete a web distribution using the CloudFront API:
Disable the web distribution
Submit a GET Distribution Config
request to get the current configuration and the Etag
header for the distribution.
Update the XML document that was returned in the response to your GET Distribution Config
request to change the value of Enabled
to false
.
Submit a PUT Distribution Config
request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Distribution Config
request in Step 2.
Review the response to the PUT Distribution Config
request to confirm that the distribution was successfully disabled.
Submit a GET Distribution
request to confirm that your changes have propagated. When propagation is complete, the value of Status
is Deployed
.
Submit a DELETE Distribution
request. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Distribution Config
request in Step 6.
Review the response to your DELETE Distribution
request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
", "refs": { } }, @@ -834,7 +834,7 @@ "refs": { "CopyDistributionResult$Distribution": null, "CreateDistributionResult$Distribution": "The distribution's information.
", - "CreateDistributionWithTagsResult$Distribution": "The distribution's information.
", + "CreateDistributionWithTagsResult$Distribution": "The distribution's information.
", "GetDistributionResult$Distribution": "The distribution's information.
", "UpdateDistributionResult$Distribution": "The distribution's information.
", "UpdateDistributionWithStagingConfigResult$Distribution": null @@ -849,7 +849,7 @@ "base": "A distribution configuration.
", "refs": { "CreateDistributionRequest$DistributionConfig": "The distribution's configuration information.
", - "Distribution$DistributionConfig": "The distribution’s configuration.
", + "Distribution$DistributionConfig": "The distribution's configuration.
", "DistributionConfigWithTags$DistributionConfig": "A distribution configuration.
", "GetDistributionConfigResult$DistributionConfig": "The distribution's configuration information.
", "UpdateDistributionRequest$DistributionConfig": "The distribution's configuration information.
" @@ -858,7 +858,7 @@ "DistributionConfigWithTags": { "base": "A distribution Configuration and a list of tags to be associated with the distribution.
", "refs": { - "CreateDistributionWithTagsRequest$DistributionConfigWithTags": "The distribution's configuration information.
" + "CreateDistributionWithTagsRequest$DistributionConfigWithTags": "The distribution's configuration information.
" } }, "DistributionIdList": { @@ -880,8 +880,8 @@ "base": "A distribution list.
", "refs": { "ListDistributionsByRealtimeLogConfigResult$DistributionList": null, - "ListDistributionsByWebACLIdResult$DistributionList": "The DistributionList
type.
The DistributionList
type.
The DistributionList
type.
The DistributionList
type.
Complex data type for field-level encryption profiles that includes all of the encryption entities.
", + "base": "Complex data type for field-level encryption profiles that includes all of the encryption entities.
", "refs": { "FieldLevelEncryptionProfileConfig$EncryptionEntities": "A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
", "FieldLevelEncryptionProfileSummary$EncryptionEntities": "A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
" } }, "EncryptionEntity": { - "base": "Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
", + "base": "Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
", "refs": { "EncryptionEntityList$member": null } @@ -938,11 +938,11 @@ "base": null, "refs": { "FunctionAssociation$EventType": "The event type of the function, either viewer-request
or viewer-response
. You cannot use origin-facing event types (origin-request
and origin-response
) with a CloudFront function.
Specifies the event type that triggers a Lambda@Edge function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront sends a request to your origin. When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
Specifies the event type that triggers a Lambda@Edge function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront sends a request to your origin. When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and before it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
A complex data type that includes the profile configurations and other options specified for field-level encryption.
", + "base": "A complex data type that includes the profile configurations and other options specified for field-level encryption.
", "refs": { "CreateFieldLevelEncryptionConfigResult$FieldLevelEncryption": "Returned when you create a new field-level encryption configuration.
", "GetFieldLevelEncryptionResult$FieldLevelEncryption": "Return the field-level encryption configuration information.
", @@ -950,12 +950,12 @@ } }, "FieldLevelEncryptionConfig": { - "base": "A complex data type that includes the profile configurations specified for field-level encryption.
", + "base": "A complex data type that includes the profile configurations specified for field-level encryption.
", "refs": { "CreateFieldLevelEncryptionConfigRequest$FieldLevelEncryptionConfig": "The request to create a new field-level encryption configuration.
", - "FieldLevelEncryption$FieldLevelEncryptionConfig": "A complex data type that includes the profile configurations specified for field-level encryption.
", + "FieldLevelEncryption$FieldLevelEncryptionConfig": "A complex data type that includes the profile configurations specified for field-level encryption.
", "GetFieldLevelEncryptionConfigResult$FieldLevelEncryptionConfig": "Return the field-level encryption configuration information.
", - "UpdateFieldLevelEncryptionConfigRequest$FieldLevelEncryptionConfig": "Request to update a field-level encryption configuration.
" + "UpdateFieldLevelEncryptionConfigRequest$FieldLevelEncryptionConfig": "Request to update a field-level encryption configuration.
" } }, "FieldLevelEncryptionConfigAlreadyExists": { @@ -993,7 +993,7 @@ "CreateFieldLevelEncryptionProfileRequest$FieldLevelEncryptionProfileConfig": "The request to create a field-level encryption profile.
", "FieldLevelEncryptionProfile$FieldLevelEncryptionProfileConfig": "A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
", "GetFieldLevelEncryptionProfileConfigResult$FieldLevelEncryptionProfileConfig": "Return the field-level encryption profile configuration information.
", - "UpdateFieldLevelEncryptionProfileRequest$FieldLevelEncryptionProfileConfig": "Request to update a field-level encryption profile.
" + "UpdateFieldLevelEncryptionProfileRequest$FieldLevelEncryptionProfileConfig": "Request to update a field-level encryption profile.
" } }, "FieldLevelEncryptionProfileInUse": { @@ -1053,13 +1053,13 @@ "FieldPatterns": { "base": "A complex data type that includes the field patterns to match for field-level encryption.
", "refs": { - "EncryptionEntity$FieldPatterns": "Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
" + "EncryptionEntity$FieldPatterns": "Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
" } }, "Format": { "base": null, "refs": { - "ContentTypeProfile$Format": "The format for a field-level encryption content type-profile mapping.
" + "ContentTypeProfile$Format": "The format for a field-level encryption content type-profile mapping.
" } }, "ForwardedValues": { @@ -1072,7 +1072,7 @@ "FrameOptionsList": { "base": null, "refs": { - "ResponseHeadersPolicyFrameOptions$FrameOption": "The value of the X-Frame-Options
HTTP response header. Valid values are DENY
and SAMEORIGIN
.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
" + "ResponseHeadersPolicyFrameOptions$FrameOption": "The value of the X-Frame-Options
HTTP response header. Valid values are DENY
and SAMEORIGIN
.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
" } }, "FunctionARN": { @@ -1116,7 +1116,7 @@ "FunctionConfig": { "base": "Contains configuration information about a CloudFront function.
", "refs": { - "CreateFunctionRequest$FunctionConfig": "Configuration information about the function, including an optional comment and the function’s runtime.
", + "CreateFunctionRequest$FunctionConfig": "Configuration information about the function, including an optional comment and the function's runtime.
", "FunctionSummary$FunctionConfig": "Contains configuration information about a CloudFront function.
", "UpdateFunctionRequest$FunctionConfig": "Configuration information about the function.
" } @@ -1134,7 +1134,7 @@ } }, "FunctionInUse": { - "base": "Cannot delete the function because it’s attached to one or more cache behaviors.
", + "base": "Cannot delete the function because it's attached to one or more cache behaviors.
", "refs": { } }, @@ -1160,7 +1160,7 @@ "FunctionRuntime": { "base": null, "refs": { - "FunctionConfig$Runtime": "The function’s runtime environment. The only valid value is cloudfront-js-1.0
.
The function's runtime environment. The only valid value is cloudfront-js-1.0
.
The function’s stage, either DEVELOPMENT
or LIVE
.
The stage that the function is in, either DEVELOPMENT
or LIVE
.
When a function is in the DEVELOPMENT
stage, you can test the function with TestFunction
, and update it with UpdateFunction
.
When a function is in the LIVE
stage, you can attach the function to a distribution’s cache behavior, using the function’s ARN.
The function’s stage, either DEVELOPMENT
or LIVE
.
The function's stage, either DEVELOPMENT
or LIVE
.
The stage that the function is in, either DEVELOPMENT
or LIVE
.
When a function is in the DEVELOPMENT
stage, you can test the function with TestFunction
, and update it with UpdateFunction
.
When a function is in the LIVE
stage, you can attach the function to a distribution's cache behavior, using the function's ARN.
The function's stage, either DEVELOPMENT
or LIVE
.
An optional filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
The stage of the function that you are testing, either DEVELOPMENT
or LIVE
.
The request to get an invalidation's information.
", + "base": "The request to get an invalidation's information.
", "refs": { } }, @@ -1505,13 +1505,13 @@ "base": null, "refs": { "DistributionConfig$HttpVersion": "(Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2
. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.
For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI).
For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront.
", - "DistributionSummary$HttpVersion": " Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2
. Viewers that don't support HTTP/2
will automatically use an earlier version.
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2
. Viewers that don't support HTTP/2
will automatically use an earlier version.
The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
The status values returned are the following:
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
The status values returned are the following:
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
An invalidation.
", + "base": "An invalidation.
", "refs": { "CreateInvalidationResult$Invalidation": "The invalidation's information.
", - "GetInvalidationResult$Invalidation": "The invalidation's information. For more information, see Invalidation Complex Type.
" + "GetInvalidationResult$Invalidation": "The invalidation's information. For more information, see Invalidation Complex Type.
" } }, "InvalidationBatch": { "base": "An invalidation batch.
", "refs": { "CreateInvalidationRequest$InvalidationBatch": "The batch information for the invalidation.
", - "Invalidation$InvalidationBatch": "The current invalidation information for the batch request.
" + "Invalidation$InvalidationBatch": "The current invalidation information for the batch request.
" } }, "InvalidationList": { "base": "The InvalidationList
complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) in the Amazon CloudFront Developer Guide.
Information about invalidation batches.
" + "ListInvalidationsResult$InvalidationList": "Information about invalidation batches.
" } }, "InvalidationSummary": { @@ -1798,7 +1798,7 @@ } }, "LambdaFunctionAssociations": { - "base": "A complex type that specifies a list of Lambda@Edge functions associations for a cache behavior.
If you want to invoke one or more Lambda@Edge functions triggered by requests that match the PathPattern
of the cache behavior, specify the applicable values for Quantity
and Items
. Note that there can be up to 4 LambdaFunctionAssociation
items in this list (one for each possible value of EventType
) and each EventType
can be associated with only one function.
If you don't want to invoke any Lambda@Edge functions for the requests that match PathPattern
, specify 0
for Quantity
and omit Items
.
A complex type that specifies a list of Lambda@Edge functions associations for a cache behavior.
If you want to invoke one or more Lambda@Edge functions triggered by requests that match the PathPattern
of the cache behavior, specify the applicable values for Quantity
and Items
. Note that there can be up to 4 LambdaFunctionAssociation
items in this list (one for each possible value of EventType
) and each EventType
can be associated with only one function.
If you don't want to invoke any Lambda@Edge functions for the requests that match PathPattern
, specify 0
for Quantity
and omit Items
.
A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
", "DefaultCacheBehavior$LambdaFunctionAssociations": "A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
" @@ -1815,12 +1815,12 @@ } }, "ListCloudFrontOriginAccessIdentitiesRequest": { - "base": "The request to list origin access identities.
", + "base": "The request to list origin access identities.
", "refs": { } }, "ListCloudFrontOriginAccessIdentitiesResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, @@ -1905,12 +1905,12 @@ } }, "ListDistributionsRequest": { - "base": "The request to list your distributions.
", + "base": "The request to list your distributions.
", "refs": { } }, "ListDistributionsResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, @@ -1945,12 +1945,12 @@ } }, "ListInvalidationsRequest": { - "base": "The request to list invalidations.
", + "base": "The request to list invalidations.
", "refs": { } }, "ListInvalidationsResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, @@ -2015,29 +2015,29 @@ } }, "ListStreamingDistributionsRequest": { - "base": "The request to list your streaming distributions.
", + "base": "The request to list your streaming distributions.
", "refs": { } }, "ListStreamingDistributionsResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, "ListTagsForResourceRequest": { - "base": "The request to list tags for a CloudFront resource.
", + "base": "The request to list tags for a CloudFront resource.
", "refs": { } }, "ListTagsForResourceResult": { - "base": "The returned result of the corresponding request.
", + "base": "The returned result of the corresponding request.
", "refs": { } }, "LocationList": { "base": null, "refs": { - "GeoRestriction$Items": " A complex type that contains a Location
element for each country in which you want CloudFront either to distribute your content (whitelist
) or not distribute your content (blacklist
).
The Location
element is a two-letter, uppercase country code for a country that you want to include in your blacklist
or whitelist
. Include one Location
element for each country.
CloudFront and MaxMind
both use ISO 3166
country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2
code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.
A complex type that contains a Location
element for each country in which you want CloudFront either to distribute your content (whitelist
) or not distribute your content (blacklist
).
The Location
element is a two-letter, uppercase country code for a country that you want to include in your blacklist
or whitelist
. Include one Location
element for each country.
CloudFront and MaxMind
both use ISO 3166
country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2
code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.
If the distribution uses Aliases
(alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:
The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.
The ciphers that CloudFront can use to encrypt the content that it returns to viewers.
For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
On the CloudFront console, this setting is called Security Policy.
When you’re using SNI only (you set SSLSupportMethod
to sni-only
), you must specify TLSv1
or higher.
If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
(you set CloudFrontDefaultCertificate
to true
), CloudFront automatically sets the security policy to TLSv1
regardless of the value that you set here.
If the distribution uses Aliases
(alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers. The security policy determines two settings:
The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.
The ciphers that CloudFront can use to encrypt the content that it returns to viewers.
For more information, see Security Policy and Supported Protocols and Ciphers Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
On the CloudFront console, this setting is called Security Policy.
When you're using SNI only (you set SSLSupportMethod
to sni-only
), you must specify TLSv1
or higher.
If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
(you set CloudFrontDefaultCertificate
to true
), CloudFront automatically sets the security policy to TLSv1
regardless of the value that you set here.
The continuous deployment policy doesn’t exist.
", + "base": "The continuous deployment policy doesn't exist.
", "refs": { } }, @@ -2129,7 +2129,7 @@ } }, "NoSuchOrigin": { - "base": "No origin exists with the specified Origin Id
.
No origin exists with the specified Origin Id
.
A complex type that contains HeaderName
and HeaderValue
elements, if any, for this distribution.
A complex type that contains HeaderName
and HeaderValue
elements, if any, for this distribution.
A complex data type for the origin groups specified for a distribution.
", "refs": { - "DistributionConfig$OriginGroups": "A complex type that contains information about origin groups for this distribution.
", - "DistributionSummary$OriginGroups": "A complex type that contains information about origin groups for this distribution.
" + "DistributionConfig$OriginGroups": "A complex type that contains information about origin groups for this distribution.
", + "DistributionSummary$OriginGroups": "A complex type that contains information about origin groups for this distribution.
" } }, "OriginList": { @@ -2308,7 +2308,7 @@ } }, "OriginRequestPolicy": { - "base": "An origin request policy.
When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can’t find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
An origin request policy.
When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
An origin request policy.
", "GetOriginRequestPolicyResult$OriginRequestPolicy": "The origin request policy.
", @@ -2322,7 +2322,7 @@ } }, "OriginRequestPolicyConfig": { - "base": "An origin request policy configuration.
This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can’t find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
An origin request policy configuration.
This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
An origin request policy configuration.
", "GetOriginRequestPolicyConfigResult$OriginRequestPolicyConfig": "The origin request policy configuration.
", @@ -2409,7 +2409,7 @@ } }, "OriginSslProtocols": { - "base": "A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
", + "base": "A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
", "refs": { "CustomOriginConfig$OriginSslProtocols": "Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include SSLv3
, TLSv1
, TLSv1.1
, and TLSv1.2
.
For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide.
" } @@ -2417,12 +2417,12 @@ "Origins": { "base": "Contains information about the origins for this distribution.
", "refs": { - "DistributionConfig$Origins": "A complex type that contains information about origins for this distribution.
", + "DistributionConfig$Origins": "A complex type that contains information about origins for this distribution.
", "DistributionSummary$Origins": "A complex type that contains information about origins for this distribution.
" } }, "ParametersInCacheKeyAndForwardedToOrigin": { - "base": "This object determines the values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
This object determines the values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are automatically included in requests that CloudFront sends to the origin.
" } @@ -2434,9 +2434,9 @@ } }, "Paths": { - "base": "A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
", + "base": "A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
", "refs": { - "InvalidationBatch$Paths": "A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
" + "InvalidationBatch$Paths": "A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
" } }, "PreconditionFailed": { @@ -2448,9 +2448,9 @@ "base": null, "refs": { "DistributionConfig$PriceClass": "The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify PriceClass_All
, CloudFront responds to requests for your objects from all CloudFront edge locations.
If you specify a price class other than PriceClass_All
, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.
For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing.
", - "DistributionSummary$PriceClass": "A complex type that contains information about price class for this streaming distribution.
", - "StreamingDistributionConfig$PriceClass": "A complex type that contains information about price class for this streaming distribution.
", - "StreamingDistributionSummary$PriceClass": "A complex type that contains information about price class for this streaming distribution.
" + "DistributionSummary$PriceClass": "A complex type that contains information about price class for this streaming distribution.
", + "StreamingDistributionConfig$PriceClass": "A complex type that contains information about price class for this streaming distribution.
", + "StreamingDistributionSummary$PriceClass": "A complex type that contains information about price class for this streaming distribution.
" } }, "PublicKey": { @@ -2482,7 +2482,7 @@ } }, "PublicKeyInUse": { - "base": "The specified public key is in use.
", + "base": "The specified public key is in use.
", "refs": { } }, @@ -2524,7 +2524,7 @@ "base": "Configuration for query argument-profile mapping for field-level encryption.
", "refs": { "FieldLevelEncryptionConfig$QueryArgProfileConfig": "A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
", - "FieldLevelEncryptionSummary$QueryArgProfileConfig": "A summary of a query argument-profile mapping.
" + "FieldLevelEncryptionSummary$QueryArgProfileConfig": "A summary of a query argument-profile mapping.
" } }, "QueryArgProfileEmpty": { @@ -2545,7 +2545,7 @@ } }, "QueryStringCacheKeys": { - "base": "This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include query strings in the cache key, use QueryStringsConfig
in a cache policy. See CachePolicy
.
If you want to send query strings to the origin but not include them in the cache key, use QueryStringsConfig
in an origin request policy. See OriginRequestPolicy
.
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.
", + "base": "This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include query strings in the cache key, use QueryStringsConfig
in a cache policy. See CachePolicy
.
If you want to send query strings to the origin but not include them in the cache key, use QueryStringsConfig
in an origin request policy. See OriginRequestPolicy
.
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.
", "refs": { "ForwardedValues$QueryStringCacheKeys": "This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include query strings in the cache key, use a cache policy. For more information, see Creating cache policies in the Amazon CloudFront Developer Guide.
If you want to send query strings to the origin but not include them in the cache key, use an origin request policy. For more information, see Creating origin request policies in the Amazon CloudFront Developer Guide.
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
" } @@ -2553,7 +2553,7 @@ "QueryStringCacheKeysList": { "base": null, "refs": { - "QueryStringCacheKeys$Items": "A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity
is 0, you can omit Items
.
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity
is 0, you can omit Items
.
An ARN of a CloudFront resource.
", - "TagResourceRequest$Resource": "An ARN of a CloudFront resource.
", - "UntagResourceRequest$Resource": "An ARN of a CloudFront resource.
" + "ListTagsForResourceRequest$Resource": "An ARN of a CloudFront resource.
", + "TagResourceRequest$Resource": "An ARN of a CloudFront resource.
", + "UntagResourceRequest$Resource": "An ARN of a CloudFront resource.
" } }, "ResourceInUse": { @@ -2637,7 +2637,7 @@ } }, "ResponseHeadersPolicy": { - "base": "A response headers policy.
A response headers policy contains information about a set of HTTP response headers and their values.
After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it’s attached to a cache behavior, CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match the cache behavior.
For more information, see Adding HTTP headers to CloudFront responses in the Amazon CloudFront Developer Guide.
", + "base": "A response headers policy.
A response headers policy contains information about a set of HTTP response headers and their values.
After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match the cache behavior.
For more information, see Adding HTTP headers to CloudFront responses in the Amazon CloudFront Developer Guide.
", "refs": { "CreateResponseHeadersPolicyResult$ResponseHeadersPolicy": "Contains a response headers policy.
", "GetResponseHeadersPolicyResult$ResponseHeadersPolicy": "Contains a response headers policy.
", @@ -2685,7 +2685,7 @@ "refs": { "CreateResponseHeadersPolicyRequest$ResponseHeadersPolicyConfig": "Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
", "GetResponseHeadersPolicyConfigResult$ResponseHeadersPolicyConfig": "Contains a response headers policy.
", - "ResponseHeadersPolicy$ResponseHeadersPolicyConfig": "A response headers policy configuration.
A response headers policy contains information about a set of HTTP response headers and their values. CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match a cache behavior that’s associated with the policy.
", + "ResponseHeadersPolicy$ResponseHeadersPolicyConfig": "A response headers policy configuration.
A response headers policy contains information about a set of HTTP response headers and their values. CloudFront adds the headers in the policy to HTTP responses that it sends for requests that match a cache behavior that's associated with the policy.
", "UpdateResponseHeadersPolicyRequest$ResponseHeadersPolicyConfig": "A response headers policy configuration.
" } }, @@ -2708,7 +2708,7 @@ } }, "ResponseHeadersPolicyCustomHeader": { - "base": "An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that’s associated with this response headers policy.
", + "base": "An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
", "refs": { "ResponseHeadersPolicyCustomHeaderList$member": null } @@ -2720,19 +2720,19 @@ } }, "ResponseHeadersPolicyCustomHeadersConfig": { - "base": "A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that’s associated with this response headers policy.
", + "base": "A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
", "refs": { "ResponseHeadersPolicyConfig$CustomHeadersConfig": "A configuration for a set of custom HTTP response headers.
" } }, "ResponseHeadersPolicyFrameOptions": { - "base": "Determines whether CloudFront includes the X-Frame-Options
HTTP response header and the header’s value.
For more information about the X-Frame-Options
HTTP response header, see X-Frame-Options in the MDN Web Docs.
Determines whether CloudFront includes the X-Frame-Options
HTTP response header and the header's value.
For more information about the X-Frame-Options
HTTP response header, see X-Frame-Options in the MDN Web Docs.
Determines whether CloudFront includes the X-Frame-Options
HTTP response header and the header’s value.
For more information about the X-Frame-Options
HTTP response header, see X-Frame-Options in the MDN Web Docs.
Determines whether CloudFront includes the X-Frame-Options
HTTP response header and the header's value.
For more information about the X-Frame-Options
HTTP response header, see X-Frame-Options in the MDN Web Docs.
Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.
", + "base": "Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.
", "refs": { } }, @@ -2743,9 +2743,9 @@ } }, "ResponseHeadersPolicyReferrerPolicy": { - "base": "Determines whether CloudFront includes the Referrer-Policy
HTTP response header and the header’s value.
For more information about the Referrer-Policy
HTTP response header, see Referrer-Policy in the MDN Web Docs.
Determines whether CloudFront includes the Referrer-Policy
HTTP response header and the header's value.
For more information about the Referrer-Policy
HTTP response header, see Referrer-Policy in the MDN Web Docs.
Determines whether CloudFront includes the Referrer-Policy
HTTP response header and the header’s value.
For more information about the Referrer-Policy
HTTP response header, see Referrer-Policy in the MDN Web Docs.
Determines whether CloudFront includes the Referrer-Policy
HTTP response header and the header's value.
For more information about the Referrer-Policy
HTTP response header, see Referrer-Policy in the MDN Web Docs.
Determines whether CloudFront includes the Strict-Transport-Security
HTTP response header and the header’s value.
For more information about the Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Determines whether CloudFront includes the Strict-Transport-Security
HTTP response header and the header's value.
For more information about the Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Determines whether CloudFront includes the Strict-Transport-Security
HTTP response header and the header’s value.
For more information about the Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Determines whether CloudFront includes the Strict-Transport-Security
HTTP response header and the header's value.
For more information about the Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and the header’s value.
For more information about the X-XSS-Protection
HTTP response header, see X-XSS-Protection in the MDN Web Docs.
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and the header's value.
For more information about the X-XSS-Protection
HTTP response header, see X-XSS-Protection in the MDN Web Docs.
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and the header’s value.
For more information about the X-XSS-Protection
HTTP response header, see X-XSS-Protection in the MDN Web Docs.
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and the header's value.
For more information about the X-XSS-Protection
HTTP response header, see X-XSS-Protection in the MDN Web Docs.
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
", "refs": { - "StreamingDistributionConfig$S3Origin": "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
", + "StreamingDistributionConfig$S3Origin": "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
", "StreamingDistributionSummary$S3Origin": "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
" } }, @@ -2814,7 +2814,7 @@ "SSLSupportMethod": { "base": null, "refs": { - "ViewerCertificate$SSLSupportMethod": "If the distribution uses Aliases
(alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.
sni-only
– The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients support SNI.
vip
– The distribution accepts HTTPS connections from all viewers including those that don’t support SNI. This is not recommended, and results in additional monthly charges from CloudFront.
static-ip
- Do not specify this value unless your distribution has been enabled for this feature by the CloudFront team. If you have a use case that requires static IP addresses for a distribution, contact CloudFront through the Amazon Web Services Support Center.
If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
, don’t set a value for this field.
If the distribution uses Aliases
(alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.
sni-only
– The distribution accepts HTTPS connections from only viewers that support server name indication (SNI). This is recommended. Most browsers and clients support SNI.
vip
– The distribution accepts HTTPS connections from all viewers including those that don't support SNI. This is not recommended, and results in additional monthly charges from CloudFront.
static-ip
- Do not specify this value unless your distribution has been enabled for this feature by the CloudFront team. If you have a use case that requires static IP addresses for a distribution, contact CloudFront through the Amazon Web Services Support Center.
If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
, don't set a value for this field.
A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.
", "refs": { "CreateStreamingDistributionResult$StreamingDistribution": "The streaming distribution's information.
", - "CreateStreamingDistributionWithTagsResult$StreamingDistribution": "The streaming distribution's information.
", + "CreateStreamingDistributionWithTagsResult$StreamingDistribution": "The streaming distribution's information.
", "GetStreamingDistributionResult$StreamingDistribution": "The streaming distribution's information.
", "UpdateStreamingDistributionResult$StreamingDistribution": "The streaming distribution's information.
" } @@ -2909,13 +2909,13 @@ "StreamingDistributionConfigWithTags": { "base": "A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
", "refs": { - "CreateStreamingDistributionWithTagsRequest$StreamingDistributionConfigWithTags": "The streaming distribution's configuration information.
" + "CreateStreamingDistributionWithTagsRequest$StreamingDistributionConfigWithTags": "The streaming distribution's configuration information.
" } }, "StreamingDistributionList": { - "base": "A streaming distribution list.
", + "base": "A streaming distribution list.
", "refs": { - "ListStreamingDistributionsResult$StreamingDistributionList": "The StreamingDistributionList
type.
The StreamingDistributionList
type.
A summary of the information for a CloudFront streaming distribution.
", + "base": "A summary of the information for a CloudFront streaming distribution.
", "refs": { "StreamingDistributionSummaryList$member": null } @@ -2938,58 +2938,58 @@ "StreamingLoggingConfig": { "base": "A complex type that controls whether access logs are written for this streaming distribution.
", "refs": { - "StreamingDistributionConfig$Logging": "A complex type that controls whether access logs are written for the streaming distribution.
" + "StreamingDistributionConfig$Logging": "A complex type that controls whether access logs are written for the streaming distribution.
" } }, "Tag": { - "base": " A complex type that contains Tag
key and Tag
value.
A complex type that contains Tag
key and Tag
value.
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A complex type that contains Tag
key elements.
A complex type that contains Tag
key elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
key elements.
A complex type that contains zero or more Tag
key elements.
A complex type that contains Tag
elements.
A complex type that contains Tag
elements.
The request to add tags to a CloudFront resource.
", + "base": "The request to add tags to a CloudFront resource.
", "refs": { } }, "TagValue": { "base": null, "refs": { - "Tag$Value": " A string that contains an optional Tag
value.
The string length should be between 0 and 256 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A string that contains an optional Tag
value.
The string length should be between 0 and 256 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A complex type that contains zero or more Tag
elements.
A list of Amazon Web Services accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
", "refs": { - "CacheBehavior$TrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
A list of Amazon Web Services account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer’s Amazon Web Services account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
", - "DefaultCacheBehavior$TrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
A list of Amazon Web Services account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer’s Amazon Web Services account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
", - "StreamingDistributionConfig$TrustedSigners": "A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
", - "StreamingDistributionSummary$TrustedSigners": "A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern
for this cache behavior, specify true
for Enabled
, and specify the applicable values for Quantity
and Items
.If you don't want to require signed URLs in requests for objects that match PathPattern
, specify false
for Enabled
and 0
for Quantity
. Omit Items
. To add, change, or remove one or more trusted signers, change Enabled
to true
(if it's currently false
), change Quantity
as applicable, and specify all of the trusted signers that you want to include in the updated distribution.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
" + "CacheBehavior$TrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
A list of Amazon Web Services account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer's Amazon Web Services account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
", + "DefaultCacheBehavior$TrustedSigners": "We recommend using TrustedKeyGroups
instead of TrustedSigners
.
A list of Amazon Web Services account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer's Amazon Web Services account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
", + "StreamingDistributionConfig$TrustedSigners": "A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
", + "StreamingDistributionSummary$TrustedSigners": "A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern
for this cache behavior, specify true
for Enabled
, and specify the applicable values for Quantity
and Items
.If you don't want to require signed URLs in requests for objects that match PathPattern
, specify false
for Enabled
and 0
for Quantity
. Omit Items
. To add, change, or remove one or more trusted signers, change Enabled
to true
(if it's currently false
), change Quantity
as applicable, and specify all of the trusted signers that you want to include in the updated distribution.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
" } }, "UnsupportedOperation": { @@ -3312,7 +3312,7 @@ } }, "UntagResourceRequest": { - "base": "The request to remove tags from a CloudFront resource.
", + "base": "The request to remove tags from a CloudFront resource.
", "refs": { } }, @@ -3467,17 +3467,17 @@ } }, "ViewerCertificate": { - "base": "A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
If the distribution doesn’t use Aliases
(also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
—set CloudFrontDefaultCertificate
to true
and leave all other fields empty.
If the distribution uses Aliases
(alternate domain names or CNAMEs), use the fields in this type to specify the following settings:
Which viewers the distribution accepts HTTPS connections from: only viewers that support server name indication (SNI) (recommended), or all viewers including those that don’t support SNI.
To accept HTTPS connections from only viewers that support SNI, set SSLSupportMethod
to sni-only
. This is recommended. Most browsers and clients support SNI.
To accept HTTPS connections from all viewers, including those that don’t support SNI, set SSLSupportMethod
to vip
. This is not recommended, and results in additional monthly charges from CloudFront.
The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for MinimumProtocolVersion
. For more information, see Security Policy in the Amazon CloudFront Developer Guide.
The location of the SSL/TLS certificate, Certificate Manager (ACM) (recommended) or Identity and Access Management (IAM). You specify the location by setting a value in one of the following fields (not both):
ACMCertificateArn
IAMCertificateId
All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use ViewerProtocolPolicy
in the CacheBehavior
or DefaultCacheBehavior
. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use CustomOriginConfig
.
For more information, see Using HTTPS with CloudFront and Using Alternate Domain Names and HTTPS in the Amazon CloudFront Developer Guide.
", + "base": "A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
If the distribution doesn't use Aliases
(also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
—set CloudFrontDefaultCertificate
to true
and leave all other fields empty.
If the distribution uses Aliases
(alternate domain names or CNAMEs), use the fields in this type to specify the following settings:
Which viewers the distribution accepts HTTPS connections from: only viewers that support server name indication (SNI) (recommended), or all viewers including those that don't support SNI.
To accept HTTPS connections from only viewers that support SNI, set SSLSupportMethod
to sni-only
. This is recommended. Most browsers and clients support SNI.
To accept HTTPS connections from all viewers, including those that don't support SNI, set SSLSupportMethod
to vip
. This is not recommended, and results in additional monthly charges from CloudFront.
The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for MinimumProtocolVersion
. For more information, see Security Policy in the Amazon CloudFront Developer Guide.
The location of the SSL/TLS certificate, Certificate Manager (ACM) (recommended) or Identity and Access Management (IAM). You specify the location by setting a value in one of the following fields (not both):
ACMCertificateArn
IAMCertificateId
All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use ViewerProtocolPolicy
in the CacheBehavior
or DefaultCacheBehavior
. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use CustomOriginConfig
.
For more information, see Using HTTPS with CloudFront and Using Alternate Domain Names and HTTPS in the Amazon CloudFront Developer Guide.
", "refs": { - "DistributionConfig$ViewerCertificate": "A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
", - "DistributionSummary$ViewerCertificate": "A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
" + "DistributionConfig$ViewerCertificate": "A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
", + "DistributionSummary$ViewerCertificate": "A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
" } }, "ViewerProtocolPolicy": { "base": null, "refs": { - "CacheBehavior$ViewerProtocolPolicy": "The protocol that viewers can use to access the files in the origin specified by TargetOriginId
when a request matches the path pattern in PathPattern
. You can specify the following options:
allow-all
: Viewers can use HTTP or HTTPS.
redirect-to-https
: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.
https-only
: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).
For more information about requiring the HTTPS protocol, see Requiring HTTPS Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects’ cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing Cache Expiration in the Amazon CloudFront Developer Guide.
The protocol that viewers can use to access the files in the origin specified by TargetOriginId
when a request matches the path pattern in PathPattern
. You can specify the following options:
allow-all
: Viewers can use HTTP or HTTPS.
redirect-to-https
: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.
https-only
: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).
For more information about requiring the HTTPS protocol, see Requiring HTTPS Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects’ cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing Cache Expiration in the Amazon CloudFront Developer Guide.
The protocol that viewers can use to access the files in the origin specified by TargetOriginId
when a request matches the path pattern in PathPattern
. You can specify the following options:
allow-all
: Viewers can use HTTP or HTTPS.
redirect-to-https
: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.
https-only
: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).
For more information about requiring the HTTPS protocol, see Requiring HTTPS Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing Cache Expiration in the Amazon CloudFront Developer Guide.
The protocol that viewers can use to access the files in the origin specified by TargetOriginId
when a request matches the path pattern in PathPattern
. You can specify the following options:
allow-all
: Viewers can use HTTP or HTTPS.
redirect-to-https
: If a viewer submits an HTTP request, CloudFront returns an HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The viewer then resubmits the request using the new URL.
https-only
: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).
For more information about requiring the HTTPS protocol, see Requiring HTTPS Between Viewers and CloudFront in the Amazon CloudFront Developer Guide.
The only way to guarantee that viewers retrieve an object that was fetched from the origin using HTTPS is never to use any other protocol to fetch the object. If you have recently changed from HTTP to HTTPS, we recommend that you clear your objects' cache because cached objects are protocol agnostic. That means that an edge location will return an object from the cache regardless of whether the current request protocol matches the protocol used previously. For more information, see Managing Cache Expiration in the Amazon CloudFront Developer Guide.
This field is true
if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
This field is true
if any of the Amazon Web Services accounts in the list have active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true
; if not, specify false
. If you specify true
for SmoothStreaming
, you can still distribute other content using this cache behavior if the content matches the value of PathPattern
.
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true
; if not, specify false
. If you specify true
for SmoothStreaming
, you can still distribute other content using this cache behavior if the content matches the value of PathPattern
.
Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true; if not, specify false. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.
", "CloudFrontOriginAccessIdentityList$IsTruncated": "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more items in the list.
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.
", + "ContentTypeProfileConfig$ForwardWhenContentTypeIsUnknown": "The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.
", "ContinuousDeploymentPolicyConfig$Enabled": "A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true
, this policy is enabled and in effect. When this value is false
, this policy is not enabled and has no effect.
The type of distribution that your primary distribution will be copied to. The only valid value is True
, indicating that you are copying to a staging distribution.
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true
; if not, specify false
. If you specify true
for SmoothStreaming
, you can still distribute other content using this cache behavior if the content matches the value of PathPattern
.
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true
; if not, specify false
. If you specify true
for SmoothStreaming
, you can still distribute other content using this cache behavior if the content matches the value of PathPattern
.
Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify true
; if not, specify false
. For more information, see Serving Compressed Files in the Amazon CloudFront Developer Guide.
From this field, you can enable or disable the selected distribution.
", - "DistributionConfig$IsIPV6Enabled": "If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true
. If you specify false
, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR
and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress
parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.
If you're using an Route 53 Amazon Web Services Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
You enable IPv6 for the distribution
You're using alternate domain names in the URLs for your objects
For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Route 53 Amazon Web Services Integration Developer Guide.
If you created a CNAME resource record set, either with Route 53 Amazon Web Services Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.
", + "DistributionConfig$IsIPV6Enabled": "If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true
. If you specify false
, CloudFront responds to IPv6 DNS requests with the DNS response code NOERROR
and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the IpAddress
parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide.
If you're using an Route 53 Amazon Web Services Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
You enable IPv6 for the distribution
You're using alternate domain names in the URLs for your objects
For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Route 53 Amazon Web Services Integration Developer Guide.
If you created a CNAME resource record set, either with Route 53 Amazon Web Services Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.
", "DistributionConfig$Staging": "A Boolean that indicates whether this is a staging distribution. When this value is true
, this is a staging distribution. When this value is false
, this is not a staging distribution.
A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using the Marker
request field to retrieve more distribution IDs in the list.
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false
for Enabled
, and specify empty Bucket
and Prefix
elements. If you specify false
for Enabled
but you specify values for Bucket
, prefix
, and IncludeCookies
, the values are automatically deleted.
Specifies whether you want CloudFront to include cookies in access logs, specify true
for IncludeCookies
. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false
for IncludeCookies
.
If there are more items in the list than are in this response, this value is true
.
A flag that specifies whether Origin Shield is enabled.
When it’s enabled, CloudFront routes all requests through Origin Shield, which can help protect your origin. When it’s disabled, CloudFront might send requests directly to your origin from multiple edge locations or regional edge caches.
", - "ParametersInCacheKeyAndForwardedToOrigin$EnableAcceptEncodingGzip": "A flag that can affect whether the Accept-Encoding
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
This field is related to the EnableAcceptEncodingBrotli
field. If one or both of these fields is true
and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding
header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true
, and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding
header in the origin request policy. CloudFront always includes the Accept-Encoding
header in origin requests when the value of this field is true
, so including this header in an origin request policy has no effect.
If both of these fields are false
, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
A flag that can affect whether the Accept-Encoding
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
This field is related to the EnableAcceptEncodingGzip
field. If one or both of these fields is true
and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding
header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true
, and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding
header in the origin request policy. CloudFront always includes the Accept-Encoding
header in origin requests when the value of this field is true
, so including this header in an origin request policy has no effect.
If both of these fields are false
, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
A flag that specifies whether Origin Shield is enabled.
When it's enabled, CloudFront routes all requests through Origin Shield, which can help protect your origin. When it's disabled, CloudFront might send requests directly to your origin from multiple edge locations or regional edge caches.
", + "ParametersInCacheKeyAndForwardedToOrigin$EnableAcceptEncodingGzip": "A flag that can affect whether the Accept-Encoding
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
This field is related to the EnableAcceptEncodingBrotli
field. If one or both of these fields is true
and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's Accept-Encoding
header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true
, and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding
header in the origin request policy. CloudFront always includes the Accept-Encoding
header in origin requests when the value of this field is true
, so including this header in an origin request policy has no effect.
If both of these fields are false
, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it's not included in the cache key and it's not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
A flag that can affect whether the Accept-Encoding
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
This field is related to the EnableAcceptEncodingGzip
field. If one or both of these fields is true
and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's Accept-Encoding
header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true
, and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding
header in the origin request policy. CloudFront always includes the Accept-Encoding
header in origin requests when the value of this field is true
, so including this header in an origin request policy has no effect.
If both of these fields are false
, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it's not included in the cache key and it's not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
", "RealtimeLogConfigs$IsTruncated": "A flag that indicates whether there are more real-time log configurations than are contained in this list.
", "ResponseHeadersPolicyContentSecurityPolicy$Override": "A Boolean that determines whether CloudFront overrides the Content-Security-Policy
HTTP response header received from the origin with the one specified in this response headers policy.
Whether the streaming distribution is enabled to accept user requests for content.
", "StreamingDistributionList$IsTruncated": "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Whether the distribution is enabled to accept end user requests for content.
", - "StreamingLoggingConfig$Enabled": "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false
for Enabled
, and specify empty Bucket
and Prefix
elements. If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false
for Enabled
, and specify empty Bucket
and Prefix
elements. If you specify false
for Enabled
but you specify values for Bucket
and Prefix
, the values are automatically deleted.
This field is true
if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
This field is true
if any of the Amazon Web Services accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
, set this field to true
.
If the distribution uses Aliases
(alternate domain names or CNAMEs), set this field to false
and specify values for the following fields:
ACMCertificateArn
or IAMCertificateId
(specify a value for one, not both)
MinimumProtocolVersion
SSLSupportMethod
The number of Amazon Web Services accounts in the list.
", "Aliases$Quantity": "The number of CNAME aliases, if any, that you want to associate with this distribution.
", "AllowedMethods$Quantity": "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET
and HEAD
requests), 3 (for GET
, HEAD
, and OPTIONS
requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST
, and DELETE
requests).
The number of cache behaviors for this distribution.
", + "CacheBehaviors$Quantity": "The number of cache behaviors for this distribution.
", "CachePolicyList$MaxItems": "The maximum number of cache policies requested.
", "CachePolicyList$Quantity": "The total number of cache policies returned in the response.
", "CachedMethods$Quantity": "The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2
(for caching responses to GET
and HEAD
requests) and 3
(for caching responses to GET
, HEAD
, and OPTIONS
requests).
The maximum number of origin access identities you want in the response body.
", + "CloudFrontOriginAccessIdentityList$MaxItems": "The maximum number of origin access identities you want in the response body.
", "CloudFrontOriginAccessIdentityList$Quantity": "The number of CloudFront origin access identities that were created by the current Amazon Web Services account.
", "ConflictingAliasesList$MaxItems": "The maximum number of conflicting aliases requested.
", "ConflictingAliasesList$Quantity": "The number of conflicting aliases returned in the response.
", - "ContentTypeProfiles$Quantity": "The number of field-level encryption content type-profile mappings.
", + "ContentTypeProfiles$Quantity": "The number of field-level encryption content type-profile mappings.
", "ContinuousDeploymentPolicyList$MaxItems": "The maximum number of continuous deployment policies that were specified in your request.
", "ContinuousDeploymentPolicyList$Quantity": "The total number of continuous deployment policies in your Amazon Web Services account, regardless of the MaxItems
value.
The number of cookie names in the Items
list.
The number of custom headers, if any, for this distribution.
", "CustomOriginConfig$HTTPPort": "The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.
", "CustomOriginConfig$HTTPSPort": "The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
", - "CustomOriginConfig$OriginReadTimeout": "Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the origin response timeout. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don’t specify otherwise) is 30 seconds.
For more information, see Origin Response Timeout in the Amazon CloudFront Developer Guide.
", - "CustomOriginConfig$OriginKeepaliveTimeout": "Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don’t specify otherwise) is 5 seconds.
For more information, see Origin Keep-alive Timeout in the Amazon CloudFront Developer Guide.
", - "Distribution$InProgressInvalidationBatches": "The number of invalidation batches currently in progress.
", + "CustomOriginConfig$OriginReadTimeout": "Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the origin response timeout. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
For more information, see Origin Response Timeout in the Amazon CloudFront Developer Guide.
", + "CustomOriginConfig$OriginKeepaliveTimeout": "Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
For more information, see Origin Keep-alive Timeout in the Amazon CloudFront Developer Guide.
", + "Distribution$InProgressInvalidationBatches": "The number of invalidation batches currently in progress.
", "DistributionIdList$MaxItems": "The maximum number of distribution IDs requested.
", "DistributionIdList$Quantity": "The total number of distribution IDs returned in the response.
", "DistributionList$MaxItems": "The value you provided for the MaxItems
request parameter.
The number of distributions that were created by the current Amazon Web Services account.
", - "EncryptionEntities$Quantity": "Number of field pattern items in a field-level encryption content type-profile mapping.
", - "FieldLevelEncryptionList$MaxItems": "The maximum number of elements you want in the response body.
", + "EncryptionEntities$Quantity": "Number of field pattern items in a field-level encryption content type-profile mapping.
", + "FieldLevelEncryptionList$MaxItems": "The maximum number of elements you want in the response body.
", "FieldLevelEncryptionList$Quantity": "The number of field-level encryption items.
", "FieldLevelEncryptionProfileList$MaxItems": "The maximum number of field-level encryption profiles you want in the response body.
", "FieldLevelEncryptionProfileList$Quantity": "The number of field-level encryption profiles.
", @@ -3601,15 +3601,15 @@ "KeyGroupList$Quantity": "The number of key groups returned in the response.
", "KeyPairIds$Quantity": "The number of key pair identifiers in the list.
", "LambdaFunctionAssociations$Quantity": "The number of Lambda@Edge function associations for this cache behavior.
", - "Origin$ConnectionAttempts": "The number of times that CloudFront attempts to connect to the origin. The minimum number is 1, the maximum is 3, and the default (if you don’t specify otherwise) is 3.
For a custom origin (including an Amazon S3 bucket that’s configured with static website hosting), this value also specifies the number of times that CloudFront attempts to get a response from the origin, in the case of an Origin Response Timeout.
For more information, see Origin Connection Attempts in the Amazon CloudFront Developer Guide.
", - "Origin$ConnectionTimeout": "The number of seconds that CloudFront waits when trying to establish a connection to the origin. The minimum timeout is 1 second, the maximum is 10 seconds, and the default (if you don’t specify otherwise) is 10 seconds.
For more information, see Origin Connection Timeout in the Amazon CloudFront Developer Guide.
", + "Origin$ConnectionAttempts": "The number of times that CloudFront attempts to connect to the origin. The minimum number is 1, the maximum is 3, and the default (if you don't specify otherwise) is 3.
For a custom origin (including an Amazon S3 bucket that's configured with static website hosting), this value also specifies the number of times that CloudFront attempts to get a response from the origin, in the case of an Origin Response Timeout.
For more information, see Origin Connection Attempts in the Amazon CloudFront Developer Guide.
", + "Origin$ConnectionTimeout": "The number of seconds that CloudFront waits when trying to establish a connection to the origin. The minimum timeout is 1 second, the maximum is 10 seconds, and the default (if you don't specify otherwise) is 10 seconds.
For more information, see Origin Connection Timeout in the Amazon CloudFront Developer Guide.
", "OriginAccessControlList$MaxItems": "The maximum number of origin access controls requested.
", "OriginAccessControlList$Quantity": "The number of origin access controls returned in the response.
", "OriginGroupMembers$Quantity": "The number of origins in an origin group.
", "OriginGroups$Quantity": "The number of origin groups.
", "OriginRequestPolicyList$MaxItems": "The maximum number of origin request policies requested.
", "OriginRequestPolicyList$Quantity": "The total number of origin request policies returned in the response.
", - "OriginSslProtocols$Quantity": "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
", + "OriginSslProtocols$Quantity": "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
", "Origins$Quantity": "The number of origins for this distribution.
", "Paths$Quantity": "The number of invalidation paths specified for the objects that you want to invalidate.
", "PublicKeyList$MaxItems": "The maximum number of public keys you want in the response.
", @@ -3627,12 +3627,12 @@ "ResponseHeadersPolicyList$MaxItems": "The maximum number of response headers policies requested.
", "ResponseHeadersPolicyList$Quantity": "The number of response headers policies returned.
", "ResponseHeadersPolicyStrictTransportSecurity$AccessControlMaxAgeSec": "A number that CloudFront uses as the value for the max-age
directive in the Strict-Transport-Security
HTTP response header.
The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes).
The value must be less than or equal to MaximumTTL
.
The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes).
The value must be less than or equal to MaximumTTL
.
The maximum amount of time to consider requests from the viewer as being part of the same session. Allowed values are 300–3600 seconds (5–60 minutes).
The value must be less than or equal to IdleTTL
.
The number of CloudFront domain names in your staging distribution.
", "StatusCodeList$member": null, "StatusCodes$Quantity": "The number of status codes.
", - "StreamingDistributionList$MaxItems": "The value you provided for the MaxItems
request parameter.
The value you provided for the MaxItems
request parameter.
The number of streaming distributions that were created by the current Amazon Web Services account.
", "TrustedKeyGroups$Quantity": "The number of key groups in the list.
", "TrustedSigners$Quantity": "The number of Amazon Web Services accounts in the list.
" @@ -3650,7 +3650,7 @@ "CacheBehavior$MinTTL": "This field is deprecated. We recommend that you use the MinTTL
field in a cache policy instead of this field. For more information, see Creating cache policies or Using the managed cache policies in the Amazon CloudFront Developer Guide.
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
You must specify 0
for MinTTL
if you configure CloudFront to forward all headers to your origin (under Headers
, if you specify 1
for Quantity
and *
for Name
).
This field is deprecated. We recommend that you use the DefaultTTL
field in a cache policy instead of this field. For more information, see Creating cache policies or Using the managed cache policies in the Amazon CloudFront Developer Guide.
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age
, Cache-Control s-maxage
, and Expires
to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
This field is deprecated. We recommend that you use the MaxTTL
field in a cache policy instead of this field. For more information, see Creating cache policies or Using the managed cache policies in the Amazon CloudFront Developer Guide.
The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age
, Cache-Control s-maxage
, and Expires
to objects. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value as the object’s time to live (TTL) only when the origin does not send Cache-Control
or Expires
headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
The default value for this field is 86400 seconds (one day). If the value of MinTTL
is more than 86400 seconds, then the default value for this field is the same as the value of MinTTL
.
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value as the object's time to live (TTL) only when the origin does not send Cache-Control
or Expires
headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
The default value for this field is 86400 seconds (one day). If the value of MinTTL
is more than 86400 seconds, then the default value for this field is the same as the value of MinTTL
.
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value only when the origin sends Cache-Control
or Expires
headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
The default value for this field is 31536000 seconds (one year). If the value of MinTTL
or DefaultTTL
is more than 31536000 seconds, then the default value for this field is the same as the value of DefaultTTL
.
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide.
", "CreateRealtimeLogConfigRequest$SamplingRate": "The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.
", @@ -3677,9 +3677,9 @@ "AccessControlAllowOriginsList$member": null, "AccessControlExposeHeadersList$member": null, "AccessDenied$Message": null, - "AliasICPRecordal$CNAME": "A domain name associated with a distribution.
", + "AliasICPRecordal$CNAME": "A domain name associated with a distribution.
", "AliasList$member": null, - "AssociateAliasRequest$TargetDistributionId": "The ID of the distribution that you’re associating the alias with.
", + "AssociateAliasRequest$TargetDistributionId": "The ID of the distribution that you're associating the alias with.
", "AssociateAliasRequest$Alias": "The alias (also known as a CNAME) to add to the target distribution.
", "AwsAccountNumberList$member": null, "BatchTooLarge$Message": null, @@ -3699,27 +3699,27 @@ "CachePolicyList$NextMarker": "If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing cache policies where you left off.
The ID for the origin access identity, for example, E74FTE3AJFJ256A
.
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
", + "CloudFrontOriginAccessIdentity$S3CanonicalUserId": "The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
", "CloudFrontOriginAccessIdentityAlreadyExists$Message": null, - "CloudFrontOriginAccessIdentityConfig$CallerReference": "A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.
If the CallerReference
is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig
is identical to the original request (ignoring white space), the response includes the same information returned to the original request.
If the CallerReference
is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig
is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
error.
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the CloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.
If the CallerReference
is a value already sent in a previous identity request, and the content of the CloudFrontOriginAccessIdentityConfig
is identical to the original request (ignoring white space), the response includes the same information returned to the original request.
If the CallerReference
is a value you already sent in a previous request to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig
is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
error.
A comment to describe the origin access identity. The comment cannot be longer than 128 characters.
", "CloudFrontOriginAccessIdentityInUse$Message": null, - "CloudFrontOriginAccessIdentityList$Marker": "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last identity on that page).
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your origin access identities where they left off.
Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last identity on that page).
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your origin access identities where they left off.
The ID for the origin access identity. For example: E74FTE3AJFJ256A
.
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
", "CloudFrontOriginAccessIdentitySummary$Comment": "The comment for this origin access identity, as originally specified when created.
", "ConflictingAlias$Alias": "An alias (also called a CNAME).
", "ConflictingAlias$DistributionId": "The (partially hidden) ID of the CloudFront distribution associated with the alias.
", - "ConflictingAlias$AccountId": "The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.
", + "ConflictingAlias$AccountId": "The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
", "ConflictingAliasesList$NextMarker": "If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing conflicting aliases where you left off.
The profile ID for a field-level encryption content type-profile mapping.
", - "ContentTypeProfile$ContentType": "The content type for a field-level encryption content type-profile mapping.
", + "ContentTypeProfile$ProfileId": "The profile ID for a field-level encryption content type-profile mapping.
", + "ContentTypeProfile$ContentType": "The content type for a field-level encryption content type-profile mapping.
", "ContinuousDeploymentPolicy$Id": "The identifier of the continuous deployment policy.
", "ContinuousDeploymentPolicyAlreadyExists$Message": null, "ContinuousDeploymentPolicyInUse$Message": null, "ContinuousDeploymentPolicyList$NextMarker": "Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in the Marker
field of your request.
The request header name that you want CloudFront to send to your staging distribution.
", + "ContinuousDeploymentSingleHeaderConfig$Header": "The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix aws-cf-cd-
.
The request header value.
", "CookieNameList$member": null, "CopyDistributionRequest$PrimaryDistributionId": "The identifier of the primary distribution whose configuration you are copying. To get a distribution ID, use ListDistributions
.
The current version of the streaming distribution created.
", "CreateStreamingDistributionWithTagsResult$Location": "The fully qualified URI of the new streaming distribution resource just created.
", "CreateStreamingDistributionWithTagsResult$ETag": "The current version of the distribution created.
", - "CustomErrorResponse$ResponsePagePath": "The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode
, for example, /4xx-errors/403-forbidden.html
. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:
The value of PathPattern
matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors
. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*
.
The value of TargetOriginId
specifies the value of the ID
element for the origin that contains your custom error pages.
If you specify a value for ResponsePagePath
, you must also specify a value for ResponseCode
.
We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.
", + "CustomErrorResponse$ResponsePagePath": "The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode
, for example, /4xx-errors/403-forbidden.html
. If you want to store your objects and your custom error pages in different locations, your distribution must include a cache behavior for which the following is true:
The value of PathPattern
matches the path to your custom error messages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 bucket in a directory named /4xx-errors
. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, /4xx-errors/*
.
The value of TargetOriginId
specifies the value of the ID
element for the origin that contains your custom error pages.
If you specify a value for ResponsePagePath
, you must also specify a value for ResponseCode
.
We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom error pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the files that you want to return to viewers because the origin server is unavailable.
", "CustomErrorResponse$ResponseCode": "The HTTP status code that you want CloudFront to return to the viewer along with the custom error page. There are a variety of reasons that you might want CloudFront to return a status code different from the status code that your origin returned to CloudFront, for example:
Some Internet devices (some firewalls and corporate proxies, for example) intercept HTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you substitute 200
, the response typically won't be intercepted.
If you don't care about distinguishing among different client errors or server errors, you can specify 400
or 500
as the ResponseCode
for all 4xx or 5xx errors.
You might want to return a 200
status code (OK) and static website so your customers don't know that your website is down.
If you specify a value for ResponseCode
, you must also specify a value for ResponsePagePath
.
The value of ID
for the origin that you want CloudFront to route requests to when they use the default cache behavior.
The value of ID
for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for the default cache behavior.
The unique identifier of the origin request policy that is attached to the default cache behavior. For more information, see Creating origin request policies or Using the managed origin request policies in the Amazon CloudFront Developer Guide.
", "DefaultCacheBehavior$ResponseHeadersPolicyId": "The identifier for a response headers policy.
", "DeleteCachePolicyRequest$Id": "The unique identifier for the cache policy that you are deleting. To get the identifier, you can use ListCachePolicies
.
The version of the cache policy that you are deleting. The version is the cache policy’s ETag
value, which you can get using ListCachePolicies
, GetCachePolicy
, or GetCachePolicyConfig
.
The version of the cache policy that you are deleting. The version is the cache policy's ETag
value, which you can get using ListCachePolicies
, GetCachePolicy
, or GetCachePolicyConfig
.
The origin access identity's ID.
", "DeleteCloudFrontOriginAccessIdentityRequest$IfMatch": "The value of the ETag
header you received from a previous GET
or PUT
request. For example: E2QWRUHAPOMQZL
.
The identifier of the continuous deployment policy that you are deleting.
", "DeleteContinuousDeploymentPolicyRequest$IfMatch": "The current version (ETag
value) of the continuous deployment policy that you are deleting.
The distribution ID.
", - "DeleteDistributionRequest$IfMatch": "The value of the ETag
header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL
.
The distribution ID.
", + "DeleteDistributionRequest$IfMatch": "The value of the ETag
header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL
.
The ID of the configuration you want to delete from CloudFront.
", "DeleteFieldLevelEncryptionConfigRequest$IfMatch": "The value of the ETag
header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL
.
Request the ID of the profile you want to delete from CloudFront.
", @@ -3784,36 +3784,36 @@ "DeleteFunctionRequest$Name": "The name of the function that you are deleting.
", "DeleteFunctionRequest$IfMatch": "The current version (ETag
value) of the function that you are deleting, which you can get using DescribeFunction
.
The identifier of the key group that you are deleting. To get the identifier, use ListKeyGroups
.
The version of the key group that you are deleting. The version is the key group’s ETag
value. To get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.
The version of the key group that you are deleting. The version is the key group's ETag
value. To get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.
The ID of the distribution that you are disabling metrics for.
", "DeleteOriginAccessControlRequest$Id": "The unique identifier of the origin access control that you are deleting.
", "DeleteOriginAccessControlRequest$IfMatch": "The current version (ETag
value) of the origin access control that you are deleting.
The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use ListOriginRequestPolicies
.
The version of the origin request policy that you are deleting. The version is the origin request policy’s ETag
value, which you can get using ListOriginRequestPolicies
, GetOriginRequestPolicy
, or GetOriginRequestPolicyConfig
.
The version of the origin request policy that you are deleting. The version is the origin request policy's ETag
value, which you can get using ListOriginRequestPolicies
, GetOriginRequestPolicy
, or GetOriginRequestPolicyConfig
.
The ID of the public key you want to remove from CloudFront.
", "DeletePublicKeyRequest$IfMatch": "The value of the ETag
header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL
.
The name of the real-time log configuration to delete.
", "DeleteRealtimeLogConfigRequest$ARN": "The Amazon Resource Name (ARN) of the real-time log configuration to delete.
", "DeleteResponseHeadersPolicyRequest$Id": "The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
The version of the response headers policy that you are deleting.
The version is the response headers policy’s ETag
value, which you can get using ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or GetResponseHeadersPolicyConfig
.
The distribution ID.
", + "DeleteResponseHeadersPolicyRequest$IfMatch": "The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or GetResponseHeadersPolicyConfig
.
The distribution ID.
", "DeleteStreamingDistributionRequest$IfMatch": "The value of the ETag
header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL
.
The name of the function that you are getting information about.
", "DescribeFunctionResult$ETag": "The version identifier for the current version of the CloudFront function.
", - "Distribution$Id": "The distribution’s identifier. For example: E1U5RQF7T870K0
.
The distribution’s Amazon Resource Name (ARN).
", - "Distribution$Status": "The distribution’s status. When the status is Deployed
, the distribution’s information is fully propagated to all CloudFront edge locations.
The distribution’s CloudFront domain name. For example: d111111abcdef8.cloudfront.net
.
The distribution's identifier. For example: E1U5RQF7T870K0
.
The distribution's Amazon Resource Name (ARN).
", + "Distribution$Status": "The distribution's status. When the status is Deployed
, the distribution's information is fully propagated to all CloudFront edge locations.
The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net
.
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the DistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists
error.
The object that you want CloudFront to request from your origin (for example, index.html
) when a viewer requests the root URL for your distribution (https://www.example.com
) instead of an object in your distribution (https://www.example.com/product-description.html
). Specifying a default root object avoids exposing the contents of your distribution.
Specify only the object name, for example, index.html
. Don't add a /
before the object name.
If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject
element.
To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject
element.
To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Creating a Default Root Object in the Amazon CloudFront Developer Guide.
", - "DistributionConfig$WebACLId": "A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a
. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a
.
WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the WAF Developer Guide.
", + "DistributionConfig$WebACLId": "A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a
. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a
.
WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the WAF Developer Guide.
", "DistributionConfig$ContinuousDeploymentPolicyId": "The identifier of a continuous deployment policy. For more information, see CreateContinuousDeploymentPolicy
.
The value provided in the Marker
request field.
Contains the value that you should use in the Marker
field of a subsequent request to continue listing distribution IDs where you left off.
The value you provided for the Marker
request parameter.
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
The identifier for the distribution. For example: EDFDVBD632BHDS5
.
The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5
, where 123456789012
is your Amazon Web Services account ID.
The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net
.
The comment originally specified when this distribution was created.
", "DistributionSummary$WebACLId": "The Web ACL Id (if any) associated with the distribution.
", - "EncryptionEntity$PublicKeyId": "The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
", + "EncryptionEntity$PublicKeyId": "The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
", "EncryptionEntity$ProviderId": "The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.
", "EndPoint$StreamType": "The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
", @@ -3853,11 +3853,11 @@ "FunctionMetadata$FunctionARN": "The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.
", "FunctionSizeLimitExceeded$Message": null, "FunctionSummary$Status": "The status of the CloudFront function.
", - "GetCachePolicyConfigRequest$Id": "The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
The current version of the cache policy.
", - "GetCachePolicyRequest$Id": "The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
The current version of the cache policy.
", - "GetCloudFrontOriginAccessIdentityConfigRequest$Id": "The identity's ID.
", + "GetCloudFrontOriginAccessIdentityConfigRequest$Id": "The identity's ID.
", "GetCloudFrontOriginAccessIdentityConfigResult$ETag": "The current version of the configuration. For example: E2QWRUHAPOMQZL
.
The identity's ID.
", "GetCloudFrontOriginAccessIdentityResult$ETag": "The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL
.
The version identifier for the current version of the origin access control.
", "GetOriginAccessControlRequest$Id": "The unique identifier of the origin access control.
", "GetOriginAccessControlResult$ETag": "The version identifier for the current version of the origin access control.
", - "GetOriginRequestPolicyConfigRequest$Id": "The unique identifier for the origin request policy. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
The unique identifier for the origin request policy. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
The current version of the origin request policy.
", - "GetOriginRequestPolicyRequest$Id": "The unique identifier for the origin request policy. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
The unique identifier for the origin request policy. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
The current version of the origin request policy.
", "GetPublicKeyConfigRequest$Id": "The identifier of the public key whose configuration you are getting.
", "GetPublicKeyConfigResult$ETag": "The identifier for this version of the public key configuration.
", @@ -3901,9 +3901,9 @@ "GetPublicKeyResult$ETag": "The identifier for this version of the public key.
", "GetRealtimeLogConfigRequest$Name": "The name of the real-time log configuration to get.
", "GetRealtimeLogConfigRequest$ARN": "The Amazon Resource Name (ARN) of the real-time log configuration to get.
", - "GetResponseHeadersPolicyConfigRequest$Id": "The identifier for the response headers policy.
If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
The identifier for the response headers policy.
If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
The version identifier for the current version of the response headers policy.
", - "GetResponseHeadersPolicyRequest$Id": "The identifier for the response headers policy.
If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
The identifier for the response headers policy.
If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies
.
The version identifier for the current version of the response headers policy.
", "GetStreamingDistributionConfigRequest$Id": "The streaming distribution's ID.
", "GetStreamingDistributionConfigResult$ETag": "The current version of the configuration. For example: E2QWRUHAPOMQZL
.
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.
For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.
", "KinesisStreamConfig$StreamARN": "The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
", - "ListCachePoliciesRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of cache policies. The response includes cache policies in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of cache policies. The response includes cache policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of cache policies that you want in the response.
", "ListCloudFrontOriginAccessIdentitiesRequest$Marker": "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last identity on that page).
The maximum number of origin access identities you want in the response body.
", - "ListConflictingAliasesRequest$Marker": "Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
The maximum number of origin access identities you want in the response body.
", + "ListConflictingAliasesRequest$Marker": "Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of continuous deployment policies that you want returned in the response.
", - "ListDistributionsByCachePolicyIdRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of distribution IDs that you want in the response.
", "ListDistributionsByCachePolicyIdRequest$CachePolicyId": "The ID of the cache policy whose associated distribution IDs you want to list.
", - "ListDistributionsByKeyGroupRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of distribution IDs that you want in the response.
", "ListDistributionsByKeyGroupRequest$KeyGroupId": "The ID of the key group whose associated distribution IDs you are listing.
", - "ListDistributionsByOriginRequestPolicyIdRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of distribution IDs that you want in the response.
", "ListDistributionsByOriginRequestPolicyIdRequest$OriginRequestPolicyId": "The ID of the origin request policy whose associated distribution IDs you want to list.
", - "ListDistributionsByRealtimeLogConfigRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of distributions that you want in the response.
", "ListDistributionsByRealtimeLogConfigRequest$RealtimeLogConfigName": "The name of the real-time log configuration whose associated distributions you want to list.
", "ListDistributionsByRealtimeLogConfigRequest$RealtimeLogConfigArn": "The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.
", - "ListDistributionsByResponseHeadersPolicyIdRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of distribution IDs that you want to get in the response.
", "ListDistributionsByResponseHeadersPolicyIdRequest$ResponseHeadersPolicyId": "The ID of the response headers policy whose associated distribution IDs you want to list.
", - "ListDistributionsByWebACLIdRequest$Marker": "Use Marker
and MaxItems
to control pagination of results. If you have more than MaxItems
distributions that satisfy the request, the response includes a NextMarker
element. To get the next page of results, submit another request. For the value of Marker
, specify the value of NextMarker
from the last response. (For the first request, omit Marker
.)
Use Marker
and MaxItems
to control pagination of results. If you have more than MaxItems
distributions that satisfy the request, the response includes a NextMarker
element. To get the next page of results, submit another request. For the value of Marker
, specify the value of NextMarker
from the last response. (For the first request, omit Marker
.)
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
", "ListDistributionsByWebACLIdRequest$WebACLId": "The ID of the WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.
", "ListDistributionsRequest$Marker": "Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last distribution on that page).
The maximum number of distributions you want in the response body.
", - "ListFieldLevelEncryptionConfigsRequest$Marker": "Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last configuration on that page).
The maximum number of field-level encryption configurations you want in the response body.
", - "ListFieldLevelEncryptionProfilesRequest$Marker": "Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last profile on that page).
Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last configuration on that page).
The maximum number of field-level encryption configurations you want in the response body.
", + "ListFieldLevelEncryptionProfilesRequest$Marker": "Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last profile on that page).
The maximum number of field-level encryption profiles you want in the response body.
", - "ListFunctionsRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of functions. The response includes functions in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of functions. The response includes functions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of functions that you want in the response.
", "ListInvalidationsRequest$DistributionId": "The distribution's ID.
", - "ListInvalidationsRequest$Marker": "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker
to the value of the NextMarker
from the current page's response. This value is the same as the ID of the last invalidation batch on that page.
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set Marker
to the value of the NextMarker
from the current page's response. This value is the same as the ID of the last invalidation batch on that page.
The maximum number of invalidation batches that you want in the response body.
", - "ListKeyGroupsRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of key groups. The response includes key groups in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of key groups. The response includes key groups in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of key groups that you want in the response.
", "ListOriginAccessControlsRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of origin access controls. The response includes the items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of origin access controls that you want in the response.
", - "ListOriginRequestPoliciesRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of origin request policies. The response includes origin request policies in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of origin request policies. The response includes origin request policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of origin request policies that you want in the response.
", - "ListPublicKeysRequest$Marker": "Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last public key on that page).
The maximum number of public keys you want in the response body.
", + "ListPublicKeysRequest$Marker": "Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last public key on that page).
The maximum number of public keys you want in the response body.
", "ListRealtimeLogConfigsRequest$MaxItems": "The maximum number of real-time log configurations that you want in the response.
", - "ListRealtimeLogConfigsRequest$Marker": "Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of response headers policies. The response includes response headers policies in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
Use this field when paginating results to indicate where to begin in your list of response headers policies. The response includes response headers policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
The maximum number of response headers policies that you want to get in the response.
", "ListStreamingDistributionsRequest$Marker": "The value that you provided for the Marker
request parameter.
The value that you provided for the MaxItems
request parameter.
The identifier of the public key.
", "PublicKeyAlreadyExists$Message": null, - "PublicKeyConfig$CallerReference": "A string included in the request to help make sure that the request can’t be replayed.
", + "PublicKeyConfig$CallerReference": "A string included in the request to help make sure that the request can't be replayed.
", "PublicKeyConfig$Name": "A name to help identify the public key.
", "PublicKeyConfig$EncodedKey": "The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
", "PublicKeyConfig$Comment": "A comment to describe the public key. The comment cannot be longer than 128 characters.
", @@ -4093,7 +4093,7 @@ "ResponseHeadersPolicyInUse$Message": null, "ResponseHeadersPolicyList$NextMarker": "If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing response headers policies where you left off.
A reporting URI, which CloudFront uses as the value of the report
directive in the X-XSS-Protection
header.
You cannot specify a ReportUri
when ModeBlock
is true
.
For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
", - "S3Origin$DomainName": "The DNS name of the Amazon S3 origin.
", + "S3Origin$DomainName": "The DNS name of the Amazon S3 origin.
", "S3Origin$OriginAccessIdentity": "The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.
If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity
element.
To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity
element.
To replace the origin access identity, update the distribution configuration and specify the new origin access identity.
For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon CloudFront Developer Guide.
", "S3OriginConfig$OriginAccessIdentity": "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:
origin-access-identity/cloudfront/ID-of-origin-access-identity
where ID-of-origin-access-identity
is the value that CloudFront returned in the ID
element when you created the origin access identity.
If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity
element.
To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity
element.
To replace the origin access identity, update the distribution configuration and specify the new origin access identity.
For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
", "Signer$AwsAccountNumber": "An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is self
.
The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE
.
The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5
, where 123456789012
is your Amazon Web Services account ID.
The current status of the RTMP distribution. When the status is Deployed
, the distribution's information is propagated to all CloudFront edge locations.
The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net
.
The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net
.
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of CallerReference
is new (regardless of the content of the StreamingDistributionConfig
object), CloudFront creates a new distribution.
If CallerReference
is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists
error.
Any comments you want to include about the streaming distribution.
", - "StreamingDistributionList$Marker": "The value you provided for the Marker
request parameter.
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your RTMP distributions where they left off.
Any comments you want to include about the streaming distribution.
", + "StreamingDistributionList$Marker": "The value you provided for the Marker
request parameter.
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your RTMP distributions where they left off.
The identifier for the distribution, for example, EDFDVBD632BHDS5
.
The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5
, where 123456789012
is your Amazon Web Services account ID.
Indicates the current status of the distribution. When the status is Deployed
, the distribution's information is fully propagated throughout the Amazon CloudFront system.
The ARN (Amazon Resource Name) for the streaming distribution. For example: arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5
, where 123456789012
is your Amazon Web Services account ID.
Indicates the current status of the distribution. When the status is Deployed
, the distribution's information is fully propagated throughout the Amazon CloudFront system.
The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net
.
The comment originally specified when this distribution was created.
", "StreamingLoggingConfig$Bucket": "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com
.
The unique identifier for the cache policy that you are updating. The identifier is returned in a cache behavior’s CachePolicyId
field in the response to GetDistributionConfig
.
The version of the cache policy that you are updating. The version is returned in the cache policy’s ETag
field in the response to GetCachePolicyConfig
.
The unique identifier for the cache policy that you are updating. The identifier is returned in a cache behavior's CachePolicyId
field in the response to GetDistributionConfig
.
The version of the cache policy that you are updating. The version is returned in the cache policy's ETag
field in the response to GetCachePolicyConfig
.
The current version of the cache policy.
", "UpdateCloudFrontOriginAccessIdentityRequest$Id": "The identity's id.
", "UpdateCloudFrontOriginAccessIdentityRequest$IfMatch": "The value of the ETag
header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL
.
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
", "UpdateDistributionWithStagingConfigRequest$StagingDistributionId": "The identifier of the staging distribution whose configuration you are copying to the primary distribution.
", "UpdateDistributionWithStagingConfigRequest$IfMatch": "The current versions (ETag
values) of both primary and staging distributions. Provide these in the following format:
<primary ETag>, <staging ETag>
The current version of the primary distribution (after it’s updated).
", + "UpdateDistributionWithStagingConfigResult$ETag": "The current version of the primary distribution (after it's updated).
", "UpdateFieldLevelEncryptionConfigRequest$Id": "The ID of the configuration you want to update.
", "UpdateFieldLevelEncryptionConfigRequest$IfMatch": "The value of the ETag
header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when updating the configuration. For example: E2QWRUHAPOMQZL
.
The ID of the field-level encryption profile request.
", + "UpdateFieldLevelEncryptionProfileRequest$Id": "The ID of the field-level encryption profile request.
", "UpdateFieldLevelEncryptionProfileRequest$IfMatch": "The value of the ETag
header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL
.
The result of the field-level encryption profile request.
", + "UpdateFieldLevelEncryptionProfileResult$ETag": "The result of the field-level encryption profile request.
", "UpdateFunctionRequest$Name": "The name of the function that you are updating.
", "UpdateFunctionRequest$IfMatch": "The current version (ETag
value) of the function that you are updating, which you can get using DescribeFunction
.
The version identifier for the current version of the CloudFront function.
", "UpdateKeyGroupRequest$Id": "The identifier of the key group that you are updating.
", - "UpdateKeyGroupRequest$IfMatch": "The version of the key group that you are updating. The version is the key group’s ETag
value.
The version of the key group that you are updating. The version is the key group's ETag
value.
The identifier for this version of the key group.
", "UpdateOriginAccessControlRequest$Id": "The unique identifier of the origin access control that you are updating.
", "UpdateOriginAccessControlRequest$IfMatch": "The current version (ETag
value) of the origin access control that you are updating.
The new version of the origin access control after it has been updated.
", - "UpdateOriginRequestPolicyRequest$Id": "The unique identifier for the origin request policy that you are updating. The identifier is returned in a cache behavior’s OriginRequestPolicyId
field in the response to GetDistributionConfig
.
The version of the origin request policy that you are updating. The version is returned in the origin request policy’s ETag
field in the response to GetOriginRequestPolicyConfig
.
The unique identifier for the origin request policy that you are updating. The identifier is returned in a cache behavior's OriginRequestPolicyId
field in the response to GetDistributionConfig
.
The version of the origin request policy that you are updating. The version is returned in the origin request policy's ETag
field in the response to GetOriginRequestPolicyConfig
.
The current version of the origin request policy.
", "UpdatePublicKeyRequest$Id": "The identifier of the public key that you are updating.
", "UpdatePublicKeyRequest$IfMatch": "The value of the ETag
header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL
.
The name for this real-time log configuration.
", "UpdateRealtimeLogConfigRequest$ARN": "The Amazon Resource Name (ARN) for this real-time log configuration.
", "UpdateResponseHeadersPolicyRequest$Id": "The identifier for the response headers policy that you are updating.
", - "UpdateResponseHeadersPolicyRequest$IfMatch": "The version of the response headers policy that you are updating.
The version is returned in the cache policy’s ETag
field in the response to GetResponseHeadersPolicyConfig
.
The version of the response headers policy that you are updating.
The version is returned in the cache policy's ETag
field in the response to GetResponseHeadersPolicyConfig
.
The current version of the response headers policy.
", "UpdateStreamingDistributionRequest$Id": "The streaming distribution's id.
", "UpdateStreamingDistributionRequest$IfMatch": "The value of the ETag
header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL
.
The date and time the continuous deployment policy was last modified.
", "Distribution$LastModifiedTime": "The date and time when the distribution was last modified.
", "DistributionSummary$LastModifiedTime": "The date and time the distribution was last modified.
", - "FieldLevelEncryption$LastModifiedTime": "The last time the field-level encryption configuration was changed.
", + "FieldLevelEncryption$LastModifiedTime": "The last time the field-level encryption configuration was changed.
", "FieldLevelEncryptionProfile$LastModifiedTime": "The last time the field-level encryption profile was updated.
", "FieldLevelEncryptionProfileSummary$LastModifiedTime": "The time when the the field-level encryption profile summary was last updated.
", "FieldLevelEncryptionSummary$LastModifiedTime": "The last time that the summary of field-level encryption items was modified.
", "FunctionMetadata$CreatedTime": "The date and time when the function was created.
", "FunctionMetadata$LastModifiedTime": "The date and time when the function was most recently updated.
", - "Invalidation$CreateTime": "The date and time the invalidation request was first made.
", + "Invalidation$CreateTime": "The date and time the invalidation request was first made.
", "InvalidationSummary$CreateTime": "The time that an invalidation request was created.
", "KeyGroup$LastModifiedTime": "The date and time when the key group was last modified.
", "OriginRequestPolicy$LastModifiedTime": "The date and time when the origin request policy was last modified.
", "PublicKey$CreatedTime": "The date and time when the public key was uploaded.
", "PublicKeySummary$CreatedTime": "The date and time when the public key was uploaded.
", "ResponseHeadersPolicy$LastModifiedTime": "The date and time when the response headers policy was last modified.
", - "StreamingDistribution$LastModifiedTime": "The date and time that the distribution was last modified.
", + "StreamingDistribution$LastModifiedTime": "The date and time that the distribution was last modified.
", "StreamingDistributionSummary$LastModifiedTime": "The date and time the distribution was last modified.
" } } diff --git a/models/apis/cloudfront/2020-05-31/endpoint-tests-1.json b/models/apis/cloudfront/2020-05-31/endpoint-tests-1.json index 52299cc0632..bac9c05e18d 100644 --- a/models/apis/cloudfront/2020-05-31/endpoint-tests-1.json +++ b/models/apis/cloudfront/2020-05-31/endpoint-tests-1.json @@ -7,9 +7,9 @@ "properties": { "authSchemes": [ { - "name": "sigv4", + "signingRegion": "cn-northwest-1", "signingName": "cloudfront", - "signingRegion": "cn-northwest-1" + "name": "sigv4" } ] }, @@ -18,8 +18,8 @@ }, "params": { "UseFIPS": false, - "UseDualStack": false, - "Region": "aws-cn-global" + "Region": "aws-cn-global", + "UseDualStack": false } }, { @@ -29,9 +29,9 @@ "properties": { "authSchemes": [ { - "name": "sigv4", + "signingRegion": "us-east-1", "signingName": "cloudfront", - "signingRegion": "us-east-1" + "name": "sigv4" } ] }, @@ -40,8 +40,8 @@ }, "params": { "UseFIPS": false, - "UseDualStack": false, - "Region": "aws-global" + "Region": "aws-global", + "UseDualStack": false } }, { @@ -53,8 +53,8 @@ }, "params": { "UseFIPS": false, - "UseDualStack": false, "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -65,8 +65,8 @@ }, "params": { "UseFIPS": true, - "UseDualStack": false, "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -77,8 +77,8 @@ }, "params": { "UseFIPS": false, - "UseDualStack": true, "Region": "us-east-1", + "UseDualStack": true, "Endpoint": "https://example.com" } } diff --git a/models/apis/datasync/2018-11-09/api-2.json b/models/apis/datasync/2018-11-09/api-2.json index ccf792bea61..d207bcb823f 100644 --- a/models/apis/datasync/2018-11-09/api-2.json +++ b/models/apis/datasync/2018-11-09/api-2.json @@ -1855,7 +1855,8 @@ "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", - "OUTPOSTS" + "OUTPOSTS", + "GLACIER_INSTANT_RETRIEVAL" ] }, "S3Subdirectory":{ @@ -1927,7 +1928,8 @@ "TaskArn":{"shape":"TaskArn"}, "OverrideOptions":{"shape":"Options"}, "Includes":{"shape":"FilterList"}, - "Excludes":{"shape":"FilterList"} + "Excludes":{"shape":"FilterList"}, + "Tags":{"shape":"InputTagList"} } }, "StartTaskExecutionResponse":{ @@ -1986,7 +1988,7 @@ "TaggableResourceArn":{ "type":"string", "max":128, - "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$" + "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[a-f0-9]{17}(/execution/exec-[a-f0-9]{17})?$" }, "TaskArn":{ "type":"string", diff --git a/models/apis/datasync/2018-11-09/docs-2.json b/models/apis/datasync/2018-11-09/docs-2.json index dc0f283e5f8..55f719810db 100644 --- a/models/apis/datasync/2018-11-09/docs-2.json +++ b/models/apis/datasync/2018-11-09/docs-2.json @@ -14,10 +14,10 @@ "CreateLocationObjectStorage": "Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see Creating a location for object storage.
", "CreateLocationS3": "Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.
For more information, see Create an Amazon S3 location in the DataSync User Guide.
", "CreateLocationSmb": "Defines a file system on a Server Message Block (SMB) server that can be read from or written to.
", - "CreateTask": "Configures a task, which defines where and how DataSync transfers your data.
A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
When you create a task that transfers data between Amazon Web Services services in different Amazon Web Services Regions, one of your locations must reside in the Region where you're using DataSync.
For more information, see the following topics:
", + "CreateTask": "Configures a task, which defines where and how DataSync transfers your data.
A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
", "DeleteAgent": "Deletes an agent. To specify which agent to delete, use the Amazon Resource Name (ARN) of the agent in your request. The operation disassociates the agent from your Amazon Web Services account. However, it doesn't delete the agent virtual machine (VM) from your on-premises environment.
", "DeleteLocation": "Deletes the configuration of a location used by DataSync.
", - "DeleteTask": "Deletes a task.
", + "DeleteTask": "Deletes an DataSync task.
", "DescribeAgent": "Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running or not) for an agent. To specify which agent to describe, use the Amazon Resource Name (ARN) of the agent in your request.
", "DescribeLocationEfs": "Returns metadata about your DataSync location for an Amazon EFS file system.
", "DescribeLocationFsxLustre": "Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
", @@ -33,12 +33,12 @@ "DescribeTaskExecution": "Returns detailed metadata about a task that is being executed.
", "ListAgents": "Returns a list of agents owned by an Amazon Web Services account in the Amazon Web Services Region specified in the request. The returned list is ordered by agent Amazon Resource Name (ARN).
By default, this operation returns a maximum of 100 agents. This operation supports pagination that enables you to optionally reduce the number of agents returned in a response.
If you have more agents than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a marker that you can specify in your next request to fetch the next page of agents.
", "ListLocations": "Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
", - "ListTagsForResource": "Returns all the tags associated with a specified resource.
", + "ListTagsForResource": "Returns all the tags associated with an Amazon Web Services resource.
", "ListTaskExecutions": "Returns a list of executed tasks.
", "ListTasks": "Returns a list of the DataSync tasks you created.
", - "StartTaskExecution": "Starts a specific invocation of a task. A TaskExecution
value represents an individual run of a task. Each task can have at most one TaskExecution
at a time.
TaskExecution
has the following transition phases: INITIALIZING | PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE.
For detailed information, see the Task Execution section in the Components and Terminology topic in the DataSync User Guide.
", - "TagResource": "Applies a key-value pair to an Amazon Web Services resource.
", - "UntagResource": "Removes a tag from an Amazon Web Services resource.
", + "StartTaskExecution": "Starts an DataSync task. For each task, you can only run one task execution at a time.
There are several phases to a task execution. For more information, see Task execution statuses.
", + "TagResource": "Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources.
These include DataSync resources, such as locations, tasks, and task executions.
", + "UntagResource": "Removes tags from an Amazon Web Services resource.
", "UpdateAgent": "Updates the name of an agent.
", "UpdateLocationHdfs": "Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
", "UpdateLocationNfs": "Updates some of the parameters of a previously created location for Network File System (NFS) access. For information about creating an NFS location, see Creating a location for NFS.
", @@ -105,13 +105,13 @@ "Atime": { "base": null, "refs": { - "Options$Atime": "A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set Atime
to BEST_EFFORT
, DataSync attempts to preserve the original Atime
attribute on all source files (that is, the version before the PREPARING
phase). However, Atime
's behavior is not fully standard across platforms, so DataSync can only do this on a best-effort basis.
Default value: BEST_EFFORT
BEST_EFFORT
: Attempt to preserve the per-file Atime
value (recommended).
NONE
: Ignore Atime
.
If Atime
is set to BEST_EFFORT
, Mtime
must be set to PRESERVE
.
If Atime
is set to NONE
, Mtime
must also be NONE
.
Specifies whether to preserve metadata indicating the last time a file was read or written to. If you set Atime
to BEST_EFFORT
, DataSync attempts to preserve the original Atime
attribute on all source files (that is, the version before the PREPARING
phase of the task execution).
The behavior of Atime
isn't fully standard across platforms, so DataSync can only do this on a best-effort basis.
Default value: BEST_EFFORT
BEST_EFFORT
: Attempt to preserve the per-file Atime
value (recommended).
NONE
: Ignore Atime
.
If Atime
is set to BEST_EFFORT
, Mtime
must be set to PRESERVE
.
If Atime
is set to NONE
, Mtime
must also be NONE
.
A value that limits the bandwidth used by DataSync. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576
(=1024*1024
).
Limits the bandwidth used by a DataSync task. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576
(=1024*1024
).
The Amazon Resource Names (ARNs) of the destination elastic network interfaces (ENIs) that were created for your subnet.
" + "DescribeTaskResponse$DestinationNetworkInterfaceArns": "The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
" } }, "Duration": { @@ -501,16 +501,16 @@ "FilterList": { "base": null, "refs": { - "CreateTaskRequest$Excludes": "A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
", - "CreateTaskRequest$Includes": "
A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example: \"/folder1|/folder2\"
A list of filter rules that determines which files to include when running a task. The list should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example: \"/folder1|/folder2\"
A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
", - "DescribeTaskResponse$Includes": "
A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2
\".
A list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
", - "StartTaskExecutionRequest$Excludes": "
A list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
", - "UpdateTaskRequest$Includes": "
A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "CreateTaskRequest$Includes": "Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "DescribeTaskExecutionResponse$Excludes": "A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "DescribeTaskExecutionResponse$Includes": "A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "DescribeTaskResponse$Excludes": "A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "DescribeTaskResponse$Includes": "A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "StartTaskExecutionRequest$Includes": "Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, \"/folder1|/folder2\"
.
Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
", + "UpdateTaskRequest$Includes": "Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
" } }, "FilterRule": { @@ -595,7 +595,7 @@ "Gid": { "base": null, "refs": { - "Options$Gid": "The POSIX group ID (GID) of the file's owners.
For more information, see Metadata copied by DataSync.
Default value: INT_VALUE
. This preserves the integer value of the ID.
INT_VALUE
: Preserve the integer value of user ID (UID) and GID (recommended).
NONE
: Ignore UID and GID.
Specifies the POSIX group ID (GID) of the file's owners.
For more information, see Metadata copied by DataSync.
Default value: INT_VALUE
. This preserves the integer value of the ID.
INT_VALUE
: Preserve the integer value of user ID (UID) and GID (recommended).
NONE
: Ignore UID and GID.
Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.
", "CreateLocationS3Request$Tags": "The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
", "CreateLocationSmbRequest$Tags": "The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
", - "CreateTaskRequest$Tags": "The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string.
", - "TagResourceRequest$Tags": "The tags to apply.
" + "CreateTaskRequest$Tags": "Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
", + "StartTaskExecutionRequest$Tags": "Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
", + "TagResourceRequest$Tags": "Specifies the tags that you want to apply to the resource.
" } }, "InternalException": { @@ -893,7 +894,7 @@ "LogLevel": { "base": null, "refs": { - "Options$LogLevel": "A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. For more information about providing a log group for DataSync, see CloudWatchLogGroupArn. If set to OFF
, no logs are published. BASIC
publishes logs on errors for individual files transferred, and TRANSFER
publishes logs for every file or object that is transferred and integrity checked.
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn.
If you set LogLevel
to OFF
, no logs are published. BASIC
publishes logs on errors for individual files transferred. TRANSFER
publishes logs for every file or object that is transferred and integrity checked.
The maximum number of agents to list.
", "ListLocationsRequest$MaxResults": "The maximum number of locations to return.
", - "ListTagsForResourceRequest$MaxResults": "The maximum number of locations to return.
", + "ListTagsForResourceRequest$MaxResults": "Specifies how many results that you want in the response.
", "ListTaskExecutionsRequest$MaxResults": "The maximum number of executed tasks to list.
", "ListTasksRequest$MaxResults": "The maximum number of tasks to return.
" } @@ -909,7 +910,7 @@ "Mtime": { "base": null, "refs": { - "Options$Mtime": "A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING
phase. This option is required for cases when you need to run the same task more than one time.
Default Value: PRESERVE
PRESERVE
: Preserve original Mtime
(recommended)
NONE
: Ignore Mtime
.
If Mtime
is set to PRESERVE
, Atime
must be set to BEST_EFFORT
.
If Mtime
is set to NONE
, Atime
must also be set to NONE
.
Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING
phase of your task execution. This option is required when you need to run the a task more than once.
Default Value: PRESERVE
PRESERVE
: Preserve original Mtime
(recommended)
NONE
: Ignore Mtime
.
If Mtime
is set to PRESERVE
, Atime
must be set to BEST_EFFORT
.
If Mtime
is set to NONE
, Atime
must also be set to NONE
.
An opaque string that indicates the position at which to begin returning the next list of agents.
", "ListLocationsRequest$NextToken": "An opaque string that indicates the position at which to begin the next list of locations.
", "ListLocationsResponse$NextToken": "An opaque string that indicates the position at which to begin returning the next list of locations.
", - "ListTagsForResourceRequest$NextToken": "An opaque string that indicates the position at which to begin the next list of locations.
", - "ListTagsForResourceResponse$NextToken": "An opaque string that indicates the position at which to begin returning the next list of resource tags.
", + "ListTagsForResourceRequest$NextToken": "Specifies an opaque string that indicates the position to begin the next list of results in the response.
", + "ListTagsForResourceResponse$NextToken": "The opaque string that indicates the position to begin the next list of results in the response.
", "ListTaskExecutionsRequest$NextToken": "An opaque string that indicates the position at which to begin the next list of the executed tasks.
", "ListTaskExecutionsResponse$NextToken": "An opaque string that indicates the position at which to begin returning the next list of executed tasks.
", "ListTasksRequest$NextToken": "An opaque string that indicates the position at which to begin the next list of tasks.
", @@ -1004,7 +1005,7 @@ "ObjectTags": { "base": null, "refs": { - "Options$ObjectTags": "Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE
value.
Default Value: PRESERVE
Specifies whether object tags are preserved when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE
value.
Default Value: PRESERVE
Represents the options that are available to control the behavior of a StartTaskExecution operation. Behavior includes preserving metadata such as user ID (UID), group ID (GID), and file permissions, and also overwriting files in the destination, data integrity verification, and so on.
A task has a set of default options associated with it. If you don't specify an option in StartTaskExecution, the default value is used. You can override the defaults options on each task execution by specifying an overriding Options
value to StartTaskExecution.
Configures your DataSync task settings. These options include how DataSync handles files, objects, and their associated metadata. You also can specify how DataSync verifies data integrity, set bandwidth limits for your task, among other options.
Each task setting has a default value. Unless you need to, you don't have to configure any of these Options
before starting your task.
The set of configuration options that control the behavior of a single execution of the task that occurs when you call StartTaskExecution
. You can configure these options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data integrity verification, and so on.
For each individual task execution, you can override these options by specifying the OverrideOptions
before starting the task execution. For more information, see the StartTaskExecution operation.
Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity.
You can also override these options before starting an individual run of a task (also known as a task execution). For more information, see StartTaskExecution.
", "DescribeTaskExecutionResponse$Options": null, - "DescribeTaskResponse$Options": "The set of configuration options that control the behavior of a single execution of the task that occurs when you call StartTaskExecution
. You can configure these options to preserve metadata such as user ID (UID) and group (GID), file permissions, data integrity verification, and so on.
For each individual task execution, you can override these options by specifying the overriding OverrideOptions
value to StartTaskExecution operation.
The configuration options that control the behavior of the StartTaskExecution
operation. Some options include preserving file or object metadata and verifying data integrity.
You can override these options for each task execution. For more information, see StartTaskExecution.
", "StartTaskExecutionRequest$OverrideOptions": null, "UpdateTaskExecutionRequest$Options": null, "UpdateTaskRequest$Options": null @@ -1036,13 +1037,13 @@ "OutputTagList": { "base": null, "refs": { - "ListTagsForResourceResponse$Tags": "Array of resource tags.
" + "ListTagsForResourceResponse$Tags": "An array of tags applied to the specified resource.
" } }, "OverwriteMode": { "base": null, "refs": { - "Options$OverwriteMode": "A value that determines whether files at the destination should be overwritten or preserved when copying files. If set to NEVER
a destination file will not be replaced by a source file, even if the destination file differs from the source file. If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes.
Some storage classes have specific behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync in the DataSync User Guide.
" + "Options$OverwriteMode": "Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER
, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes.
Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .
" } }, "PLSecurityGroupArnList": { @@ -1070,19 +1071,19 @@ "PosixPermissions": { "base": null, "refs": { - "Options$PosixPermissions": "A value that determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
For more information, see Metadata copied by DataSync.
Default value: PRESERVE
PRESERVE
: Preserve POSIX-style permissions (recommended).
NONE
: Ignore permissions.
DataSync can preserve extant permissions of a source location.
Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
For more information, see Metadata copied by DataSync.
Default value: PRESERVE
PRESERVE
: Preserve POSIX-style permissions (recommended).
NONE
: Ignore permissions.
DataSync can preserve extant permissions of a source location.
A value that specifies whether files in the destination that don't exist in the source file system should be preserved. This option can affect your storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync in the DataSync User Guide.
Default value: PRESERVE
PRESERVE
: Ignore such destination files (recommended).
REMOVE
: Delete destination files that aren’t present in the source.
Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .
Default value: PRESERVE
PRESERVE
: Ignore such destination files (recommended).
REMOVE
: Delete destination files that aren’t present in the source.
A value that determines whether DataSync should preserve the metadata of block and character devices in the source file system, and re-create the files with that device name and metadata on the destination. DataSync does not copy the contents of such devices, only the name and metadata.
DataSync can't sync the actual contents of such devices, because they are nonterminal and don't return an end-of-file (EOF) marker.
Default value: NONE
NONE
: Ignore special devices (recommended).
PRESERVE
: Preserve character and block device metadata. This option isn't currently supported for Amazon EFS.
Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices.
DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker.
Default value: NONE
NONE
: Ignore special devices (recommended).
PRESERVE
: Preserve character and block device metadata. This option currently isn't supported for Amazon EFS.
A value that determines which components of the SMB security descriptor are copied from source to destination objects.
This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see How DataSync Handles Metadata and Special Files.
Default value: OWNER_DACL
OWNER_DACL
: For each copied object, DataSync copies the following metadata:
Object owner.
NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
When choosing this option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.
OWNER_DACL_SACL
: For each copied object, DataSync copies the following metadata:
Object owner.
NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.
Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user.
NONE
: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.
Specifies which components of the SMB security descriptor are copied from source to destination objects.
This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata.
Default value: OWNER_DACL
OWNER_DACL
: For each copied object, DataSync copies the following metadata:
The object owner.
NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
DataSync won't copy NTFS system access control lists (SACLs) with this option.
OWNER_DACL_SACL
: For each copied object, DataSync copies the following metadata:
The object owner.
NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.
SACLs, which are used by administrators to log attempts to access a secured object.
Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user.
NONE
: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.
The Amazon Resource Names (ARNs) of the source elastic network interfaces (ENIs) that were created for your subnet.
" + "DescribeTaskResponse$SourceNetworkInterfaceArns": "The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
" } }, "StartTaskExecutionRequest": { @@ -1233,11 +1234,11 @@ "TagKeyList": { "base": null, "refs": { - "UntagResourceRequest$Keys": "The keys in the key-value pair in the tag to remove.
" + "UntagResourceRequest$Keys": "Specifies the keys in the tags that you want to remove.
" } }, "TagListEntry": { - "base": "Represents a single entry in a list of Amazon Web Services resource tags. TagListEntry
returns an array that contains a list of tasks when the ListTagsForResource operation is called.
A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.
", "refs": { "InputTagList$member": null, "OutputTagList$member": null @@ -1270,20 +1271,20 @@ "TaggableResourceArn": { "base": null, "refs": { - "ListTagsForResourceRequest$ResourceArn": "The Amazon Resource Name (ARN) of the resource whose tags to list.
", - "TagResourceRequest$ResourceArn": "The Amazon Resource Name (ARN) of the resource to apply the tag to.
", - "UntagResourceRequest$ResourceArn": "The Amazon Resource Name (ARN) of the resource to remove the tag from.
" + "ListTagsForResourceRequest$ResourceArn": "Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
", + "TagResourceRequest$ResourceArn": "Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.
", + "UntagResourceRequest$ResourceArn": "Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.
" } }, "TaskArn": { "base": null, "refs": { "CreateTaskResponse$TaskArn": "The Amazon Resource Name (ARN) of the task.
", - "DeleteTaskRequest$TaskArn": "The Amazon Resource Name (ARN) of the task to delete.
", + "DeleteTaskRequest$TaskArn": "Specifies the Amazon Resource Name (ARN) of the task that you want to delete.
", "DescribeTaskRequest$TaskArn": "The Amazon Resource Name (ARN) of the task to describe.
", "DescribeTaskResponse$TaskArn": "The Amazon Resource Name (ARN) of the task that was described.
", "ListTaskExecutionsRequest$TaskArn": "The Amazon Resource Name (ARN) of the task whose tasks you want to list.
", - "StartTaskExecutionRequest$TaskArn": "The Amazon Resource Name (ARN) of the task to start.
", + "StartTaskExecutionRequest$TaskArn": "Specifies the Amazon Resource Name (ARN) of the task that you want to start.
", "TaskListEntry$TaskArn": "The Amazon Resource Name (ARN) of the task.
", "UpdateTaskRequest$TaskArn": "The Amazon Resource Name (ARN) of the resource name of the task to update.
" } @@ -1294,8 +1295,8 @@ "CancelTaskExecutionRequest$TaskExecutionArn": "The Amazon Resource Name (ARN) of the task execution to stop.
", "DescribeTaskExecutionRequest$TaskExecutionArn": "The Amazon Resource Name (ARN) of the task that is being executed.
", "DescribeTaskExecutionResponse$TaskExecutionArn": "The Amazon Resource Name (ARN) of the task execution that was described. TaskExecutionArn
is hierarchical and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
The Amazon Resource Name (ARN) of the task execution that is syncing files.
", - "StartTaskExecutionResponse$TaskExecutionArn": "The Amazon Resource Name (ARN) of the specific task execution that was started.
", + "DescribeTaskResponse$CurrentTaskExecutionArn": "The Amazon Resource Name (ARN) of the task execution that is transferring files.
", + "StartTaskExecutionResponse$TaskExecutionArn": "The ARN of the running task execution.
", "TaskExecutionListEntry$TaskExecutionArn": "The Amazon Resource Name (ARN) of the task that was executed.
", "UpdateTaskExecutionRequest$TaskExecutionArn": "The Amazon Resource Name (ARN) of the specific task execution that is being updated.
" } @@ -1358,7 +1359,7 @@ "TaskQueueing": { "base": null, "refs": { - "Options$TaskQueueing": "A value that determines whether tasks should be queued before executing the tasks. If set to ENABLED
, the tasks will be queued. The default is ENABLED
.
If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.
" + "Options$TaskQueueing": "Specifies whether tasks should be queued before executing the tasks. The default is ENABLED
, which means the tasks will be queued.
If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.
" } }, "TaskSchedule": { @@ -1398,13 +1399,13 @@ "TransferMode": { "base": null, "refs": { - "Options$TransferMode": "A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
CHANGED
: DataSync copies only data or metadata that is new or different content from the source location to the destination location.
ALL
: DataSync copies all source location content to the destination, without comparing to existing content on the destination.
Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).
CHANGED
: DataSync copies only data or metadata that is new or different content from the source location to the destination location.
ALL
: DataSync copies all source location content to the destination (without comparing what's in the destination).
The POSIX user ID (UID) of the file's owner.
For more information, see Metadata copied by DataSync.
Default value: INT_VALUE
. This preserves the integer value of the ID.
INT_VALUE
: Preserve the integer value of UID and group ID (GID) (recommended).
NONE
: Ignore UID and GID.
Specifies the POSIX user ID (UID) of the file's owner.
For more information, see Metadata copied by DataSync.
Default value: INT_VALUE
. This preserves the integer value of the ID.
INT_VALUE
: Preserve the integer value of UID and group ID (GID) (recommended).
NONE
: Ignore UID and GID.
A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see Configure task settings.
Default value: POINT_IN_TIME_CONSISTENT
ONLY_FILES_TRANSFERRED
(recommended): Perform verification only on files that were transferred.
POINT_IN_TIME_CONSISTENT
: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes.
NONE
: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.
Specifies how and when DataSync checks the integrity of your data during a transfer.
Default value: POINT_IN_TIME_CONSISTENT
ONLY_FILES_TRANSFERRED
(recommended): DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination.
We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.
POINT_IN_TIME_CONSISTENT
: At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized.
You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations.
NONE
: DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.
The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase, before the TRANSFERRING phase. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
", + "DescribeTaskExecutionResponse$EstimatedFilesToTransfer": "The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING
phase before the TRANSFERRING
phase of the task execution. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
The estimated physical number of bytes that is to be transferred over the network.
", - "DescribeTaskExecutionResponse$FilesTransferred": "The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase. It's updated periodically when each file is read from the source and sent over the network.
If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer
. This value can also be greater than EstimatedFilesTransferred
in some cases. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.
The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING
phase of the task execution. It's updated periodically when each file is read from the source and sent over the network.
If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer
. In some cases, this value can also be greater than EstimatedFilesToTransfer
. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.
The number of logical bytes written to the destination Amazon Web Services storage resource.
", - "DescribeTaskExecutionResponse$BytesTransferred": "The physical number of bytes transferred over the network.
", - "DescribeTaskExecutionResponse$BytesCompressed": "The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred
.
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed
.
The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred
unless the data isn't compressible.
Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources. All existing resource IDs are not affected by any changes you make. You can set the ID preference during the opt-in period as EFS transitions to long resource IDs. For more information, see Managing Amazon EFS resource IDs.
Starting in October, 2021, you will receive an error if you try to set the account preference to use the short 8 character format resource ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.
Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.
", "PutFileSystemPolicy": "Applies an Amazon EFS FileSystemPolicy
to an Amazon EFS file system. A file system policy is an IAM resource-based policy and can contain multiple policy statements. A file system always has exactly one file system policy, which can be the default policy or an explicit policy set or updated using this API operation. EFS file system policies have a 20,000 character limit. When an explicit policy is set, it overrides the default policy. For more information about the default file system policy, see Default EFS File System Policy.
EFS file system policies have a 20,000 character limit.
This operation requires permissions for the elasticfilesystem:PutFileSystemPolicy
action.
Use this action to manage EFS lifecycle management and intelligent tiering. A LifecycleConfiguration
consists of one or more LifecyclePolicy
objects that define the following:
EFS Lifecycle management - When Amazon EFS automatically transitions files in a file system into the lower-cost Infrequent Access (IA) storage class.
To enable EFS Lifecycle management, set the value of TransitionToIA
to one of the available options.
EFS Intelligent tiering - When Amazon EFS automatically transitions files from IA back into the file system's primary storage class (Standard or One Zone Standard.
To enable EFS Intelligent Tiering, set the value of TransitionToPrimaryStorageClass
to AFTER_1_ACCESS
.
For more information, see EFS Lifecycle Management.
Each Amazon EFS file system supports one lifecycle configuration, which applies to all files in the file system. If a LifecycleConfiguration
object already exists for the specified file system, a PutLifecycleConfiguration
call modifies the existing configuration. A PutLifecycleConfiguration
call with an empty LifecyclePolicies
array in the request body deletes any existing LifecycleConfiguration
and turns off lifecycle management and intelligent tiering for the file system.
In the request, specify the following:
The ID for the file system for which you are enabling, disabling, or modifying lifecycle management and intelligent tiering.
A LifecyclePolicies
array of LifecyclePolicy
objects that define when files are moved into IA storage, and when they are moved back to Standard storage.
Amazon EFS requires that each LifecyclePolicy
object have only have a single transition, so the LifecyclePolicies
array needs to be structured with separate LifecyclePolicy
objects. See the example requests in the following section for more information.
This operation requires permissions for the elasticfilesystem:PutLifecycleConfiguration
operation.
To apply a LifecycleConfiguration
object to an encrypted file system, you need the same Key Management Service permissions as when you created the encrypted file system.
Use this action to manage EFS lifecycle management and EFS Intelligent-Tiering. A LifecycleConfiguration
consists of one or more LifecyclePolicy
objects that define the following:
EFS Lifecycle management - When Amazon EFS automatically transitions files in a file system into the lower-cost EFS Infrequent Access (IA) storage class.
To enable EFS Lifecycle management, set the value of TransitionToIA
to one of the available options.
EFS Intelligent-Tiering - When Amazon EFS automatically transitions files from IA back into the file system's primary storage class (EFS Standard or EFS One Zone Standard).
To enable EFS Intelligent-Tiering, set the value of TransitionToPrimaryStorageClass
to AFTER_1_ACCESS
.
For more information, see EFS Lifecycle Management.
Each Amazon EFS file system supports one lifecycle configuration, which applies to all files in the file system. If a LifecycleConfiguration
object already exists for the specified file system, a PutLifecycleConfiguration
call modifies the existing configuration. A PutLifecycleConfiguration
call with an empty LifecyclePolicies
array in the request body deletes any existing LifecycleConfiguration
and turns off lifecycle management and EFS Intelligent-Tiering for the file system.
In the request, specify the following:
The ID for the file system for which you are enabling, disabling, or modifying lifecycle management and EFS Intelligent-Tiering.
A LifecyclePolicies
array of LifecyclePolicy
objects that define when files are moved into IA storage, and when they are moved back to Standard storage.
Amazon EFS requires that each LifecyclePolicy
object have only have a single transition, so the LifecyclePolicies
array needs to be structured with separate LifecyclePolicy
objects. See the example requests in the following section for more information.
This operation requires permissions for the elasticfilesystem:PutLifecycleConfiguration
operation.
To apply a LifecycleConfiguration
object to an encrypted file system, you need the same Key Management Service permissions as when you created the encrypted file system.
Creates a tag for an EFS resource. You can create tags for EFS file systems and access points using this API operation.
This operation requires permissions for the elasticfilesystem:TagResource
action.
Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
This operation requires permissions for the elasticfilesystem:UntagResource
action.
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
" diff --git a/models/apis/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json b/models/apis/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json index 79cfa260e24..106cfc4d752 100644 --- a/models/apis/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json +++ b/models/apis/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json @@ -3,7 +3,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": false, + "required": true, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -52,15 +52,6 @@ "ref": "Endpoint" } ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], "type": "tree", diff --git a/models/apis/elasticfilesystem/2015-02-01/endpoint-tests-1.json b/models/apis/elasticfilesystem/2015-02-01/endpoint-tests-1.json index 7985bdc467e..cfd9abb15d2 100644 --- a/models/apis/elasticfilesystem/2015-02-01/endpoint-tests-1.json +++ b/models/apis/elasticfilesystem/2015-02-01/endpoint-tests-1.json @@ -8,8 +8,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-south-1" } }, @@ -21,8 +21,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-south-1" } }, @@ -34,8 +34,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-south-1" } }, @@ -47,8 +47,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-south-1" } }, @@ -60,8 +60,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-south-1" } }, @@ -73,8 +73,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-south-1" } }, @@ -86,8 +86,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-south-1" } }, @@ -99,8 +99,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-south-1" } }, @@ -112,8 +112,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-south-2" } }, @@ -125,8 +125,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-south-2" } }, @@ -138,8 +138,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-south-2" } }, @@ -151,8 +151,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-south-2" } }, @@ -164,8 +164,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-gov-east-1" } }, @@ -177,8 +177,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-gov-east-1" } }, @@ -190,8 +190,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-gov-east-1" } }, @@ -203,8 +203,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-gov-east-1" } }, @@ -216,8 +216,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "me-central-1" } }, @@ -229,8 +229,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "me-central-1" } }, @@ -242,8 +242,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "me-central-1" } }, @@ -255,8 +255,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "me-central-1" } }, @@ -268,8 +268,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ca-central-1" } }, @@ -281,8 +281,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ca-central-1" } }, @@ -294,8 +294,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ca-central-1" } }, @@ -307,8 +307,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ca-central-1" } }, @@ -320,8 +320,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-central-1" } }, @@ -333,8 +333,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-central-1" } }, @@ -346,8 +346,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-central-1" } }, @@ -359,8 +359,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-central-1" } }, @@ -370,8 +370,8 @@ "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-iso-west-1" } }, @@ -383,8 +383,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-iso-west-1" } }, @@ -394,8 +394,8 @@ "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-iso-west-1" } }, @@ -407,8 +407,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-iso-west-1" } }, @@ -420,8 +420,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-central-2" } }, @@ -433,8 +433,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-central-2" } }, @@ -446,8 +446,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-central-2" } }, @@ -459,8 +459,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-central-2" } }, @@ -472,8 +472,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-west-1" } }, @@ -485,8 +485,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-west-1" } }, @@ -498,8 +498,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-west-1" } }, @@ -511,8 +511,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-west-1" } }, @@ -524,8 +524,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-west-2" } }, @@ -537,8 +537,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-west-2" } }, @@ -550,8 +550,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-west-2" } }, @@ -563,8 +563,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-west-2" } }, @@ -576,8 +576,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "af-south-1" } }, @@ -589,8 +589,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "af-south-1" } }, @@ -602,8 +602,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "af-south-1" } }, @@ -615,8 +615,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "af-south-1" } }, @@ -628,8 +628,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-north-1" } }, @@ -641,8 +641,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-north-1" } }, @@ -654,8 +654,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-north-1" } }, @@ -667,8 +667,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-north-1" } }, @@ -680,8 +680,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-west-3" } }, @@ -693,8 +693,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-west-3" } }, @@ -706,8 +706,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-west-3" } }, @@ -719,8 +719,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-3" } }, @@ -732,8 +732,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-west-2" } }, @@ -745,8 +745,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-west-2" } }, @@ -758,8 +758,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-west-2" } }, @@ -771,8 +771,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-2" } }, @@ -784,8 +784,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "eu-west-1" } }, @@ -797,8 +797,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "eu-west-1" } }, @@ -810,8 +810,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "eu-west-1" } }, @@ -823,8 +823,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-1" } }, @@ -836,8 +836,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-northeast-3" } }, @@ -849,8 +849,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-northeast-3" } }, @@ -862,8 +862,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-northeast-3" } }, @@ -875,8 +875,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-3" } }, @@ -888,8 +888,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-northeast-2" } }, @@ -901,8 +901,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-northeast-2" } }, @@ -914,8 +914,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-northeast-2" } }, @@ -927,8 +927,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-2" } }, @@ -940,8 +940,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-northeast-1" } }, @@ -953,8 +953,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-northeast-1" } }, @@ -966,8 +966,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-northeast-1" } }, @@ -979,8 +979,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-1" } }, @@ -992,8 +992,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "me-south-1" } }, @@ -1005,8 +1005,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "me-south-1" } }, @@ -1018,8 +1018,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "me-south-1" } }, @@ -1031,8 +1031,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "me-south-1" } }, @@ -1044,8 +1044,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "sa-east-1" } }, @@ -1057,8 +1057,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "sa-east-1" } }, @@ -1070,8 +1070,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "sa-east-1" } }, @@ -1083,8 +1083,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "sa-east-1" } }, @@ -1096,8 +1096,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-east-1" } }, @@ -1109,8 +1109,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-east-1" } }, @@ -1122,8 +1122,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-east-1" } }, @@ -1135,8 +1135,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-east-1" } }, @@ -1148,8 +1148,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "cn-north-1" } }, @@ -1161,8 +1161,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "cn-north-1" } }, @@ -1174,8 +1174,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "cn-north-1" } }, @@ -1187,8 +1187,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "cn-north-1" } }, @@ -1200,8 +1200,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-gov-west-1" } }, @@ -1213,8 +1213,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-gov-west-1" } }, @@ -1226,8 +1226,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-gov-west-1" } }, @@ -1239,8 +1239,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-gov-west-1" } }, @@ -1252,8 +1252,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-southeast-1" } }, @@ -1265,8 +1265,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-southeast-1" } }, @@ -1278,8 +1278,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-southeast-1" } }, @@ -1291,8 +1291,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-1" } }, @@ -1304,8 +1304,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-southeast-2" } }, @@ -1317,8 +1317,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-southeast-2" } }, @@ -1330,8 +1330,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-southeast-2" } }, @@ -1343,8 +1343,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-2" } }, @@ -1354,8 +1354,8 @@ "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-iso-east-1" } }, @@ -1367,8 +1367,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-iso-east-1" } }, @@ -1378,8 +1378,8 @@ "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-iso-east-1" } }, @@ -1391,8 +1391,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-iso-east-1" } }, @@ -1404,8 +1404,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "ap-southeast-3" } }, @@ -1417,8 +1417,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "ap-southeast-3" } }, @@ -1430,8 +1430,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "ap-southeast-3" } }, @@ -1443,8 +1443,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-3" } }, @@ -1456,8 +1456,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-east-1" } }, @@ -1469,8 +1469,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-east-1" } }, @@ -1482,8 +1482,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-east-1" } }, @@ -1495,8 +1495,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-1" } }, @@ -1508,8 +1508,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-east-2" } }, @@ -1521,8 +1521,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-east-2" } }, @@ -1534,8 +1534,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-east-2" } }, @@ -1547,8 +1547,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-2" } }, @@ -1560,8 +1560,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "cn-northwest-1" } }, @@ -1573,8 +1573,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "cn-northwest-1" } }, @@ -1586,8 +1586,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "cn-northwest-1" } }, @@ -1599,8 +1599,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "cn-northwest-1" } }, @@ -1610,8 +1610,8 @@ "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-isob-east-1" } }, @@ -1623,8 +1623,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-isob-east-1" } }, @@ -1634,8 +1634,8 @@ "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-isob-east-1" } }, @@ -1647,8 +1647,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-isob-east-1" } }, @@ -1660,8 +1660,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-1", "Endpoint": "https://example.com" } @@ -1672,8 +1672,8 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-east-1", "Endpoint": "https://example.com" } @@ -1684,8 +1684,8 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-east-1", "Endpoint": "https://example.com" } diff --git a/models/apis/guardduty/2017-11-28/docs-2.json b/models/apis/guardduty/2017-11-28/docs-2.json index ef9df6af187..71529849ecb 100644 --- a/models/apis/guardduty/2017-11-28/docs-2.json +++ b/models/apis/guardduty/2017-11-28/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs. It uses threat intelligence feeds (such as lists of malicious IPs and domains) and machine learning to identify unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment. This can include issues like escalations of privileges, uses of exposed credentials, or communication with malicious IPs, URLs, or domains. For example, GuardDuty can detect compromised EC2 instances that serve malware or mine bitcoin.
GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise. Some examples of this are unauthorized infrastructure deployments such as EC2 instances deployed in a Region that has never been used, or unusual API calls like a password policy change to reduce password strength.
GuardDuty informs you of the status of your Amazon Web Services environment by producing security findings that you can view in the GuardDuty console or through Amazon CloudWatch events. For more information, see the Amazon GuardDuty User Guide .
", + "service": "Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data. It uses threat intelligence feeds, such as lists of malicious IPs and domains, and machine learning to identify unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment. This can include issues like escalations of privileges, uses of exposed credentials, or communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances and container workloads. For example, GuardDuty can detect compromised EC2 instances and container workloads serving malware, or mining bitcoin.
GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never been used, or unusual API calls like a password policy change to reduce password strength.
GuardDuty informs you about the status of your Amazon Web Services environment by producing security findings that you can view in the GuardDuty console or through Amazon EventBridge. For more information, see the Amazon GuardDuty User Guide .
", "operations": { "AcceptAdministratorInvitation": "Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
", "AcceptInvitation": "Accepts the invitation to be monitored by a GuardDuty administrator account.
", @@ -883,15 +883,15 @@ "FilterDescription": { "base": null, "refs": { - "CreateFilterRequest$Description": "The description of the filter.
", + "CreateFilterRequest$Description": "The description of the filter. Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
", "GetFilterResponse$Description": "The description of the filter.
", - "UpdateFilterRequest$Description": "The description of the filter.
" + "UpdateFilterRequest$Description": "The description of the filter. Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
" } }, "FilterName": { "base": null, "refs": { - "CreateFilterRequest$Name": "The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.
", + "CreateFilterRequest$Name": "The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.
", "CreateFilterResponse$Name": "The name of the successfully created filter.
", "FilterNames$member": null, "GetFilterResponse$Name": "The name of the filter.
", @@ -2360,7 +2360,7 @@ "TriggerDetails": { "base": "Represents the reason the scan was triggered.
", "refs": { - "Scan$TriggerDetails": "Represents the reason the scan was triggered.
" + "Scan$TriggerDetails": "Specifies the reason why the scan was initiated.
" } }, "UnarchiveFindingsRequest": { diff --git a/models/apis/guardduty/2017-11-28/endpoint-rule-set-1.json b/models/apis/guardduty/2017-11-28/endpoint-rule-set-1.json new file mode 100644 index 00000000000..90f83fd3902 --- /dev/null +++ b/models/apis/guardduty/2017-11-28/endpoint-rule-set-1.json @@ -0,0 +1,331 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": true, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://guardduty-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws-us-gov", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://guardduty.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [], + "endpoint": { + "url": "https://guardduty-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://guardduty.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://guardduty.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] +} \ No newline at end of file diff --git a/models/apis/guardduty/2017-11-28/endpoint-tests-1.json b/models/apis/guardduty/2017-11-28/endpoint-tests-1.json new file mode 100644 index 00000000000..75c66c71b9a --- /dev/null +++ b/models/apis/guardduty/2017-11-28/endpoint-tests-1.json @@ -0,0 +1,1595 @@ +{ + "testCases": [ + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-south-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-south-1" + } + }, + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-south-1" + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-south-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-south-1" + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-south-1" + } + }, + { + "documentation": "For region eu-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-south-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-south-1" + } + }, + { + "documentation": "For region eu-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-south-1" + } + }, + { + "documentation": "For region eu-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-south-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-south-1" + } + }, + { + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-south-1" + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-gov-east-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-gov-east-1" + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-gov-east-1" + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-east-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-gov-east-1" + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-gov-east-1" + } + }, + { + "documentation": "For region me-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.me-central-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "me-central-1" + } + }, + { + "documentation": "For region me-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.me-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "me-central-1" + } + }, + { + "documentation": "For region me-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.me-central-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "me-central-1" + } + }, + { + "documentation": "For region me-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.me-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "me-central-1" + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ca-central-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ca-central-1" + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ca-central-1" + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ca-central-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ca-central-1" + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ca-central-1" + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-central-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-central-1" + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-central-1" + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-central-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-central-1" + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-central-1" + } + }, + { + "documentation": "For region eu-central-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-central-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-central-2" + } + }, + { + "documentation": "For region eu-central-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-central-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-central-2" + } + }, + { + "documentation": "For region eu-central-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-central-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-central-2" + } + }, + { + "documentation": "For region eu-central-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-central-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-central-2" + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-west-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-west-1" + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-west-1" + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-west-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-west-1" + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-west-1" + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-west-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-west-2" + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-west-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-west-2" + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-west-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-west-2" + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-west-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-west-2" + } + }, + { + "documentation": "For region af-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.af-south-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "af-south-1" + } + }, + { + "documentation": "For region af-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.af-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "af-south-1" + } + }, + { + "documentation": "For region af-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.af-south-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "af-south-1" + } + }, + { + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.af-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "af-south-1" + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-north-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-north-1" + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-north-1" + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-north-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-north-1" + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-north-1" + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-3.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-west-3" + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-west-3" + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-3.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-west-3" + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-west-3" + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-west-2" + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-west-2" + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-west-2" + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-west-2" + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "eu-west-1" + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "eu-west-1" + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "eu-west-1" + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-west-1" + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-3.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-northeast-3" + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-northeast-3" + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-3.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-northeast-3" + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-northeast-3" + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-northeast-2" + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-northeast-2" + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-northeast-2" + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-northeast-2" + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-northeast-1" + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-northeast-1" + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-northeast-1" + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-northeast-1" + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.me-south-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "me-south-1" + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.me-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "me-south-1" + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.me-south-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "me-south-1" + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.me-south-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "me-south-1" + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.sa-east-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "sa-east-1" + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "sa-east-1" + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.sa-east-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "sa-east-1" + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "sa-east-1" + } + }, + { + "documentation": "For region ap-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-east-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-east-1" + } + }, + { + "documentation": "For region ap-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-east-1" + } + }, + { + "documentation": "For region ap-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-east-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-east-1" + } + }, + { + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-east-1" + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "cn-north-1" + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "cn-north-1" + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "cn-north-1" + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "cn-north-1" + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-gov-west-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-gov-west-1" + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-gov-west-1" + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-west-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-gov-west-1" + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-gov-west-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-gov-west-1" + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-southeast-1" + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-southeast-1" + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-southeast-1" + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-southeast-1" + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-southeast-2" + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-southeast-2" + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-southeast-2" + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-southeast-2" + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-iso-east-1" + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-iso-east-1" + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-iso-east-1" + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-iso-east-1" + } + }, + { + "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-3.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "ap-southeast-3" + } + }, + { + "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.ap-southeast-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "ap-southeast-3" + } + }, + { + "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-3.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "ap-southeast-3" + } + }, + { + "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.ap-southeast-3.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-southeast-3" + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-east-1.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-east-1" + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-east-1" + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-east-1.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-east-1" + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-east-1.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-east-1" + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-east-2.api.aws" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-east-2" + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-east-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-east-2" + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-east-2.api.aws" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-east-2" + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-east-2.amazonaws.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-east-2" + } + }, + { + "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.cn-northwest-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "cn-northwest-1" + } + }, + { + "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.cn-northwest-1.amazonaws.com.cn" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "cn-northwest-1" + } + }, + { + "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://guardduty.cn-northwest-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "cn-northwest-1" + } + }, + { + "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.cn-northwest-1.amazonaws.com.cn" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "cn-northwest-1" + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-isob-east-1" + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty-fips.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-isob-east-1" + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-isob-east-1" + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://guardduty.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-isob-east-1" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-east-1", + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-east-1", + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-east-1", + "Endpoint": "https://example.com" + } + } + ], + "version": "1.0" +} \ No newline at end of file diff --git a/models/apis/iotfleetwise/2021-06-17/api-2.json b/models/apis/iotfleetwise/2021-06-17/api-2.json index d45841ba7b9..516df9a9f49 100644 --- a/models/apis/iotfleetwise/2021-06-17/api-2.json +++ b/models/apis/iotfleetwise/2021-06-17/api-2.json @@ -367,6 +367,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ] }, @@ -835,6 +836,7 @@ {"shape":"LimitExceededException"}, {"shape":"InvalidNodeException"}, {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, {"shape":"InvalidSignalsException"}, {"shape":"AccessDeniedException"} ], diff --git a/models/apis/iotfleetwise/2021-06-17/endpoint-rule-set-1.json b/models/apis/iotfleetwise/2021-06-17/endpoint-rule-set-1.json index e776c33283e..070d23f3f91 100644 --- a/models/apis/iotfleetwise/2021-06-17/endpoint-rule-set-1.json +++ b/models/apis/iotfleetwise/2021-06-17/endpoint-rule-set-1.json @@ -52,15 +52,6 @@ "ref": "Endpoint" } ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], "type": "tree", diff --git a/models/apis/iotfleetwise/2021-06-17/endpoint-tests-1.json b/models/apis/iotfleetwise/2021-06-17/endpoint-tests-1.json index 5de7311d0e7..b14ba63a968 100644 --- a/models/apis/iotfleetwise/2021-06-17/endpoint-tests-1.json +++ b/models/apis/iotfleetwise/2021-06-17/endpoint-tests-1.json @@ -8,9 +8,9 @@ } }, "params": { + "Region": "eu-central-1", "UseDualStack": true, - "UseFIPS": true, - "Region": "eu-central-1" + "UseFIPS": true } }, { @@ -21,9 +21,9 @@ } }, "params": { + "Region": "eu-central-1", "UseDualStack": false, - "UseFIPS": true, - "Region": "eu-central-1" + "UseFIPS": true } }, { @@ -34,9 +34,9 @@ } }, "params": { + "Region": "eu-central-1", "UseDualStack": true, - "UseFIPS": false, - "Region": "eu-central-1" + "UseFIPS": false } }, { @@ -47,9 +47,9 @@ } }, "params": { + "Region": "eu-central-1", "UseDualStack": false, - "UseFIPS": false, - "Region": "eu-central-1" + "UseFIPS": false } }, { @@ -60,9 +60,9 @@ } }, "params": { + "Region": "us-east-1", "UseDualStack": true, - "UseFIPS": true, - "Region": "us-east-1" + "UseFIPS": true } }, { @@ -73,9 +73,9 @@ } }, "params": { + "Region": "us-east-1", "UseDualStack": false, - "UseFIPS": true, - "Region": "us-east-1" + "UseFIPS": true } }, { @@ -86,9 +86,9 @@ } }, "params": { + "Region": "us-east-1", "UseDualStack": true, - "UseFIPS": false, - "Region": "us-east-1" + "UseFIPS": false } }, { @@ -99,9 +99,9 @@ } }, "params": { + "Region": "us-east-1", "UseDualStack": false, - "UseFIPS": false, - "Region": "us-east-1" + "UseFIPS": false } }, { @@ -112,9 +112,9 @@ } }, "params": { + "Region": "us-east-1", "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -124,9 +124,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { + "Region": "us-east-1", "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -136,9 +136,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { + "Region": "us-east-1", "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/models/apis/sagemaker/2017-07-24/api-2.json b/models/apis/sagemaker/2017-07-24/api-2.json index a62b40c416a..b477b819e44 100644 --- a/models/apis/sagemaker/2017-07-24/api-2.json +++ b/models/apis/sagemaker/2017-07-24/api-2.json @@ -11048,7 +11048,8 @@ "ResourceLimits":{"shape":"ResourceLimits"}, "ParameterRanges":{"shape":"ParameterRanges"}, "TrainingJobEarlyStoppingType":{"shape":"TrainingJobEarlyStoppingType"}, - "TuningJobCompletionCriteria":{"shape":"TuningJobCompletionCriteria"} + "TuningJobCompletionCriteria":{"shape":"TuningJobCompletionCriteria"}, + "RandomSeed":{"shape":"RandomSeed"} } }, "HyperParameterTuningJobName":{ @@ -16985,6 +16986,10 @@ "R_STUDIO_USER" ] }, + "RandomSeed":{ + "type":"integer", + "min":0 + }, "RealTimeInferenceConfig":{ "type":"structure", "required":[ diff --git a/models/apis/sagemaker/2017-07-24/docs-2.json b/models/apis/sagemaker/2017-07-24/docs-2.json index 1f3c7c2fb68..17d70ac51a2 100644 --- a/models/apis/sagemaker/2017-07-24/docs-2.json +++ b/models/apis/sagemaker/2017-07-24/docs-2.json @@ -5893,7 +5893,7 @@ "base": "Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type
parameter.
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
", + "HyperParameterTuningJobConfig$HyperParameterTuningJobObjective": "The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.
", "HyperParameterTuningJobObjectives$member": null } }, @@ -9913,7 +9913,7 @@ "base": "Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.
The maximum number of items specified for Array Members
refers to the maximum number of hyperparameters for each range and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of hyperparameters for all the ranges can't exceed the maximum number specified.
The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.
" + "HyperParameterTuningJobConfig$ParameterRanges": "The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal configuration for the highest model performance against .your chosen objective metric.
" } }, "ParameterType": { @@ -10870,6 +10870,12 @@ "RStudioServerProAppSettings$UserGroup": "The level of permissions that the user has within the RStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.
A value used to initialize a pseudo-random number generator. Setting a random seed and using the same seed later for the same tuning job will allow hyperparameter optimization to find more a consistent hyperparameter configuration between the two runs.
" + } + }, "RealTimeInferenceConfig": { "base": "The infrastructure configuration for deploying the model to a real-time inference endpoint.
", "refs": { @@ -11201,7 +11207,7 @@ "ResourceLimits": { "base": "Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
", "refs": { - "HyperParameterTuningJobConfig$ResourceLimits": "The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.
", + "HyperParameterTuningJobConfig$ResourceLimits": "The ResourceLimits object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.
", "HyperParameterTuningJobSummary$ResourceLimits": "The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
" } }, @@ -11918,16 +11924,16 @@ "base": null, "refs": { "AppDetails$SpaceName": "The name of the space.
", - "CreateAppRequest$SpaceName": "The name of the space.
", + "CreateAppRequest$SpaceName": "The name of the space. If this value is not set, then UserProfileName
must be set.
The name of the space.
", "CreateSpaceRequest$SpaceName": "The name of the space.
", - "DeleteAppRequest$SpaceName": "The name of the space.
", + "DeleteAppRequest$SpaceName": "The name of the space. If this value is not set, then UserProfileName
must be set.
The name of the space.
", "DescribeAppRequest$SpaceName": "The name of the space.
", - "DescribeAppResponse$SpaceName": "The name of the space.
", + "DescribeAppResponse$SpaceName": "The name of the space. If this value is not set, then UserProfileName
must be set.
The name of the space.
", "DescribeSpaceResponse$SpaceName": "The name of the space.
", - "ListAppsRequest$SpaceNameEquals": "A parameter to search by space name.
", + "ListAppsRequest$SpaceNameEquals": "A parameter to search by space name. If UserProfileNameEquals
is set, then this value cannot be set.
A parameter by which to filter the results.
", "SpaceDetails$SpaceName": "The name of the space.
", "UpdateSpaceRequest$SpaceName": "The name of the space.
" @@ -14088,16 +14094,16 @@ "base": null, "refs": { "AppDetails$UserProfileName": "The user profile name.
", - "CreateAppRequest$UserProfileName": "The user profile name.
", + "CreateAppRequest$UserProfileName": "The user profile name. If this value is not set, then SpaceName
must be set.
The name of the UserProfile to sign-in as.
", "CreateUserProfileRequest$UserProfileName": "A name for the UserProfile. This value is not case sensitive.
", - "DeleteAppRequest$UserProfileName": "The user profile name.
", + "DeleteAppRequest$UserProfileName": "The user profile name. If this value is not set, then SpaceName
must be set.
The user profile name.
", - "DescribeAppRequest$UserProfileName": "The user profile name.
", + "DescribeAppRequest$UserProfileName": "The user profile name. If this value is not set, then SpaceName
must be set.
The user profile name.
", "DescribeUserProfileRequest$UserProfileName": "The user profile name. This value is not case sensitive.
", "DescribeUserProfileResponse$UserProfileName": "The user profile name.
", - "ListAppsRequest$UserProfileNameEquals": "A parameter to search by user profile name.
", + "ListAppsRequest$UserProfileNameEquals": "A parameter to search by user profile name. If SpaceNameEquals
is set, then this value cannot be set.
A parameter by which to filter the results.
", "UpdateUserProfileRequest$UserProfileName": "The user profile name.
", "UserProfileDetails$UserProfileName": "The user profile name.
" diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 6e3ba2e356f..9a2fa76a7be 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -5310,6 +5310,12 @@ "tags" : [ "fips" ] } ] }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, "eu-north-1" : { "variants" : [ { "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com", @@ -5417,6 +5423,13 @@ "deprecated" : true, "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com" }, + "fips-eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com" + }, "fips-eu-north-1" : { "credentialScope" : { "region" : "eu-north-1" @@ -10970,8 +10983,10 @@ "api" : { }, "ca-central-1" : { }, "eu-central-1" : { }, + "eu-north-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, + "eu-west-3" : { }, "sa-east-1" : { }, "us-east-1" : { }, "us-east-2" : { }, @@ -13294,6 +13309,7 @@ "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, + "me-central-1" : { }, "me-south-1" : { }, "sa-east-1" : { }, "us-east-1" : { }, @@ -16340,6 +16356,12 @@ "cn-northwest-1" : { } } }, + "datasync" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, "dax" : { "endpoints" : { "cn-north-1" : { }, @@ -19452,6 +19474,7 @@ }, "metrics.sagemaker" : { "endpoints" : { + "us-gov-east-1" : { }, "us-gov-west-1" : { } } }, diff --git a/service/appflow/api.go b/service/appflow/api.go index c64cecfb839..18b896e9475 100644 --- a/service/appflow/api.go +++ b/service/appflow/api.go @@ -9100,6 +9100,14 @@ type ListConnectorEntitiesInput struct { // request returns the list of roots. Otherwise, this request returns all entities // supported by the provider. EntitiesPath *string `locationName:"entitiesPath" type:"string"` + + // The maximum number of items that the operation returns in the response. + MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` + + // A token that was provided by your prior ListConnectorEntities operation if + // the response was too big for the page size. You specify this token to get + // the next page of results in paginated response. + NextToken *string `locationName:"nextToken" type:"string"` } // String returns the string representation. @@ -9120,6 +9128,19 @@ func (s ListConnectorEntitiesInput) GoString() string { return s.String() } +// Validate inspects the fields of the type to determine if they are valid. +func (s *ListConnectorEntitiesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ListConnectorEntitiesInput"} + if s.MaxResults != nil && *s.MaxResults < 1 { + invalidParams.Add(request.NewErrParamMinValue("MaxResults", 1)) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + // SetApiVersion sets the ApiVersion field's value. func (s *ListConnectorEntitiesInput) SetApiVersion(v string) *ListConnectorEntitiesInput { s.ApiVersion = &v @@ -9144,6 +9165,18 @@ func (s *ListConnectorEntitiesInput) SetEntitiesPath(v string) *ListConnectorEnt return s } +// SetMaxResults sets the MaxResults field's value. +func (s *ListConnectorEntitiesInput) SetMaxResults(v int64) *ListConnectorEntitiesInput { + s.MaxResults = &v + return s +} + +// SetNextToken sets the NextToken field's value. +func (s *ListConnectorEntitiesInput) SetNextToken(v string) *ListConnectorEntitiesInput { + s.NextToken = &v + return s +} + type ListConnectorEntitiesOutput struct { _ struct{} `type:"structure"` @@ -9153,6 +9186,11 @@ type ListConnectorEntitiesOutput struct { // // ConnectorEntityMap is a required field ConnectorEntityMap map[string][]*ConnectorEntity `locationName:"connectorEntityMap" type:"map" required:"true"` + + // A token that you specify in your next ListConnectorEntities operation to + // get the next page of results in paginated response. The ListConnectorEntities + // operation provides this token if the response is too big for the page size. + NextToken *string `locationName:"nextToken" type:"string"` } // String returns the string representation. @@ -9179,6 +9217,12 @@ func (s *ListConnectorEntitiesOutput) SetConnectorEntityMap(v map[string][]*Conn return s } +// SetNextToken sets the NextToken field's value. +func (s *ListConnectorEntitiesOutput) SetNextToken(v string) *ListConnectorEntitiesOutput { + s.NextToken = &v + return s +} + type ListConnectorsInput struct { _ struct{} `type:"structure"` diff --git a/service/cloudfront/api.go b/service/cloudfront/api.go index d25b5d389cc..b0b0242b382 100644 --- a/service/cloudfront/api.go +++ b/service/cloudfront/api.go @@ -60,7 +60,7 @@ func (c *CloudFront) AssociateAliasRequest(input *AssociateAliasInput) (req *req // Associates an alias (also known as a CNAME or an alternate domain name) with // a CloudFront distribution. // -// With this operation you can move an alias that’s already in use on a CloudFront +// With this operation you can move an alias that's already in use on a CloudFront // distribution to a different distribution in one step. This prevents the downtime // that could occur if you first remove the alias from one distribution and // then separately add the alias to another distribution. @@ -167,7 +167,7 @@ func (c *CloudFront) CopyDistributionRequest(input *CopyDistributionInput) (req // workflow. // // After you create a staging distribution, you can use UpdateDistribution to -// modify the staging distribution’s configuration. Then you can use CreateContinuousDeploymentPolicy +// modify the staging distribution's configuration. Then you can use CreateContinuousDeploymentPolicy // to incrementally move traffic to the staging distribution. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -474,8 +474,7 @@ func (c *CloudFront) CreateCachePolicyRequest(input *CreateCachePolicyInput) (re // Creates a cache policy. // // After you create a cache policy, you can attach it to one or more cache behaviors. -// When it’s attached to a cache behavior, the cache policy determines the -// following: +// When it's attached to a cache behavior, the cache policy determines the following: // // - The values that CloudFront includes in the cache key. These values can // include HTTP headers, cookies, and URL query strings. CloudFront uses @@ -487,8 +486,8 @@ func (c *CloudFront) CreateCachePolicyRequest(input *CreateCachePolicyInput) (re // // The headers, cookies, and query strings that are included in the cache key // are automatically included in requests that CloudFront sends to the origin. -// CloudFront sends a request when it can’t find an object in its cache that -// matches the request’s cache key. If you want to send values to the origin +// CloudFront sends a request when it can't find an object in its cache that +// matches the request's cache key. If you want to send values to the origin // but not include them in the cache key, use OriginRequestPolicy. // // For more information about cache policies, see Controlling the cache key @@ -708,12 +707,12 @@ func (c *CloudFront) CreateContinuousDeploymentPolicyRequest(input *CreateContin // // To use a continuous deployment policy, first use CopyDistribution to create // a staging distribution, then use UpdateDistribution to modify the staging -// distribution’s configuration. +// distribution's configuration. // // After you create and update a staging distribution, you can use a continuous // deployment policy to incrementally move traffic to the staging distribution. -// This workflow enables you to test changes to a distribution’s configuration -// before moving all of your domain’s production traffic to the new configuration. +// This workflow enables you to test changes to a distribution's configuration +// before moving all of your domain's production traffic to the new configuration. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -1053,7 +1052,7 @@ func (c *CloudFront) CreateDistributionRequest(input *CreateDistributionInput) ( // a primary distribution. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // - ErrCodeInvalidDomainNameForOriginAccessControl "InvalidDomainNameForOriginAccessControl" // An origin access control is associated with an origin whose domain name is @@ -1361,7 +1360,7 @@ func (c *CloudFront) CreateDistributionWithTagsRequest(input *CreateDistribution // a primary distribution. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // - ErrCodeInvalidDomainNameForOriginAccessControl "InvalidDomainNameForOriginAccessControl" // An origin access control is associated with an origin whose domain name is @@ -1643,13 +1642,13 @@ func (c *CloudFront) CreateFunctionRequest(input *CreateFunctionInput) (req *req // information about the function. The response contains an Amazon Resource // Name (ARN) that uniquely identifies the function. // -// When you create a function, it’s in the DEVELOPMENT stage. In this stage, +// When you create a function, it's in the DEVELOPMENT stage. In this stage, // you can test the function with TestFunction, and update it with UpdateFunction. // -// When you’re ready to use your function with a CloudFront distribution, -// use PublishFunction to copy the function from the DEVELOPMENT stage to LIVE. -// When it’s live, you can attach the function to a distribution’s cache -// behavior, using the function’s ARN. +// When you're ready to use your function with a CloudFront distribution, use +// PublishFunction to copy the function from the DEVELOPMENT stage to LIVE. +// When it's live, you can attach the function to a distribution's cache behavior, +// using the function's ARN. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -2143,7 +2142,7 @@ func (c *CloudFront) CreateOriginRequestPolicyRequest(input *CreateOriginRequest // Creates an origin request policy. // // After you create an origin request policy, you can attach it to one or more -// cache behaviors. When it’s attached to a cache behavior, the origin request +// cache behaviors. When it's attached to a cache behavior, the origin request // policy determines the values that CloudFront includes in requests that it // sends to the origin. Each request that CloudFront sends to the origin includes // the following: @@ -2159,7 +2158,7 @@ func (c *CloudFront) CreateOriginRequestPolicyRequest(input *CreateOriginRequest // from the viewer request and, in the case of headers, additional ones that // are added by CloudFront. // -// CloudFront sends a request when it can’t find a valid object in its cache +// CloudFront sends a request when it can't find a valid object in its cache // that matches the request. If you want to send values to the origin and also // include them in the cache key, use CachePolicy. // @@ -2469,7 +2468,7 @@ func (c *CloudFront) CreateResponseHeadersPolicyRequest(input *CreateResponseHea // the response headers. // // After you create a response headers policy, you can use its ID to attach -// it to one or more cache behaviors in a CloudFront distribution. When it’s +// it to one or more cache behaviors in a CloudFront distribution. When it's // attached to a cache behavior, CloudFront adds the headers in the policy to // HTTP responses that it sends for requests that match the cache behavior. // @@ -2830,12 +2829,12 @@ func (c *CloudFront) DeleteCachePolicyRequest(input *DeleteCachePolicyInput) (re // // Deletes a cache policy. // -// You cannot delete a cache policy if it’s attached to a cache behavior. -// First update your distributions to remove the cache policy from all cache -// behaviors, then delete the cache policy. +// You cannot delete a cache policy if it's attached to a cache behavior. First +// update your distributions to remove the cache policy from all cache behaviors, +// then delete the cache policy. // -// To delete a cache policy, you must provide the policy’s identifier and -// version. To get these values, you can use ListCachePolicies or GetCachePolicy. +// To delete a cache policy, you must provide the policy's identifier and version. +// To get these values, you can use ListCachePolicies or GetCachePolicy. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3025,7 +3024,7 @@ func (c *CloudFront) DeleteContinuousDeploymentPolicyRequest(input *DeleteContin // // Deletes a continuous deployment policy. // -// You cannot delete a continuous deployment policy that’s attached to a primary +// You cannot delete a continuous deployment policy that's attached to a primary // distribution. First update your distribution to remove the continuous deployment // policy, then you can delete the policy. // @@ -3055,7 +3054,7 @@ func (c *CloudFront) DeleteContinuousDeploymentPolicyRequest(input *DeleteContin // a primary distribution. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteContinuousDeploymentPolicy func (c *CloudFront) DeleteContinuousDeploymentPolicy(input *DeleteContinuousDeploymentPolicyInput) (*DeleteContinuousDeploymentPolicyOutput, error) { @@ -3402,12 +3401,12 @@ func (c *CloudFront) DeleteFunctionRequest(input *DeleteFunctionInput) (req *req // // Deletes a CloudFront function. // -// You cannot delete a function if it’s associated with a cache behavior. -// First, update your distributions to remove the function association from -// all cache behaviors, then delete the function. +// You cannot delete a function if it's associated with a cache behavior. First, +// update your distributions to remove the function association from all cache +// behaviors, then delete the function. // -// To delete a function, you must provide the function’s name and version -// (ETag value). To get these values, you can use ListFunctions and DescribeFunction. +// To delete a function, you must provide the function's name and version (ETag +// value). To get these values, you can use ListFunctions and DescribeFunction. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3425,7 +3424,7 @@ func (c *CloudFront) DeleteFunctionRequest(input *DeleteFunctionInput) (req *req // The function does not exist. // // - ErrCodeFunctionInUse "FunctionInUse" -// Cannot delete the function because it’s attached to one or more cache behaviors. +// Cannot delete the function because it's attached to one or more cache behaviors. // // - ErrCodePreconditionFailed "PreconditionFailed" // The precondition in one or more of the request fields evaluated to false. @@ -3505,9 +3504,8 @@ func (c *CloudFront) DeleteKeyGroupRequest(input *DeleteKeyGroupInput) (req *req // update your distributions to remove the key group from all cache behaviors, // then delete the key group. // -// To delete a key group, you must provide the key group’s identifier and -// version. To get these values, use ListKeyGroups followed by GetKeyGroup or -// GetKeyGroupConfig. +// To delete a key group, you must provide the key group's identifier and version. +// To get these values, use ListKeyGroups followed by GetKeyGroup or GetKeyGroupConfig. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3784,11 +3782,11 @@ func (c *CloudFront) DeleteOriginRequestPolicyRequest(input *DeleteOriginRequest // // Deletes an origin request policy. // -// You cannot delete an origin request policy if it’s attached to any cache +// You cannot delete an origin request policy if it's attached to any cache // behaviors. First update your distributions to remove the origin request policy // from all cache behaviors, then delete the origin request policy. // -// To delete an origin request policy, you must provide the policy’s identifier +// To delete an origin request policy, you must provide the policy's identifier // and version. To get the identifier, you can use ListOriginRequestPolicies // or GetOriginRequestPolicy. // @@ -3980,11 +3978,11 @@ func (c *CloudFront) DeleteRealtimeLogConfigRequest(input *DeleteRealtimeLogConf // // Deletes a real-time log configuration. // -// You cannot delete a real-time log configuration if it’s attached to a cache +// You cannot delete a real-time log configuration if it's attached to a cache // behavior. First update your distributions to remove the real-time log configuration // from all cache behaviors, then delete the real-time log configuration. // -// To delete a real-time log configuration, you can provide the configuration’s +// To delete a real-time log configuration, you can provide the configuration's // name or its Amazon Resource Name (ARN). You must provide at least one. If // you provide both, CloudFront uses the name to identify the real-time log // configuration to delete. @@ -4079,11 +4077,11 @@ func (c *CloudFront) DeleteResponseHeadersPolicyRequest(input *DeleteResponseHea // // Deletes a response headers policy. // -// You cannot delete a response headers policy if it’s attached to a cache -// behavior. First update your distributions to remove the response headers -// policy from all cache behaviors, then delete the response headers policy. +// You cannot delete a response headers policy if it's attached to a cache behavior. +// First update your distributions to remove the response headers policy from +// all cache behaviors, then delete the response headers policy. // -// To delete a response headers policy, you must provide the policy’s identifier +// To delete a response headers policy, you must provide the policy's identifier // and version. To get these values, you can use ListResponseHeadersPolicies // or GetResponseHeadersPolicy. // @@ -4309,11 +4307,10 @@ func (c *CloudFront) DescribeFunctionRequest(input *DescribeFunctionInput) (req // DescribeFunction API operation for Amazon CloudFront. // // Gets configuration information and metadata about a CloudFront function, -// but not the function’s code. To get a function’s code, use GetFunction. +// but not the function's code. To get a function's code, use GetFunction. // // To get configuration information and metadata about a function, you must -// provide the function’s name and stage. To get these values, you can use -// ListFunctions. +// provide the function's name and stage. To get these values, you can use ListFunctions. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -4397,15 +4394,14 @@ func (c *CloudFront) GetCachePolicyRequest(input *GetCachePolicyInput) (req *req // // Gets a cache policy, including the following metadata: // -// - The policy’s identifier. +// - The policy's identifier. // // - The date and time when the policy was last modified. // -// To get a cache policy, you must provide the policy’s identifier. If the -// cache policy is attached to a distribution’s cache behavior, you can get -// the policy’s identifier using ListDistributions or GetDistribution. If -// the cache policy is not attached to a cache behavior, you can get the identifier -// using ListCachePolicies. +// To get a cache policy, you must provide the policy's identifier. If the cache +// policy is attached to a distribution's cache behavior, you can get the policy's +// identifier using ListDistributions or GetDistribution. If the cache policy +// is not attached to a cache behavior, you can get the identifier using ListCachePolicies. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -4489,11 +4485,11 @@ func (c *CloudFront) GetCachePolicyConfigRequest(input *GetCachePolicyConfigInpu // // Gets a cache policy configuration. // -// To get a cache policy configuration, you must provide the policy’s identifier. -// If the cache policy is attached to a distribution’s cache behavior, you -// can get the policy’s identifier using ListDistributions or GetDistribution. -// If the cache policy is not attached to a cache behavior, you can get the -// identifier using ListCachePolicies. +// To get a cache policy configuration, you must provide the policy's identifier. +// If the cache policy is attached to a distribution's cache behavior, you can +// get the policy's identifier using ListDistributions or GetDistribution. If +// the cache policy is not attached to a cache behavior, you can get the identifier +// using ListCachePolicies. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -4739,7 +4735,7 @@ func (c *CloudFront) GetContinuousDeploymentPolicyRequest(input *GetContinuousDe // GetContinuousDeploymentPolicy API operation for Amazon CloudFront. // -// Gets a continuous deployment policy, including metadata (the policy’s identifier +// Gets a continuous deployment policy, including metadata (the policy's identifier // and the date and time when the policy was last modified). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -4755,7 +4751,7 @@ func (c *CloudFront) GetContinuousDeploymentPolicyRequest(input *GetContinuousDe // Access denied. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicy func (c *CloudFront) GetContinuousDeploymentPolicy(input *GetContinuousDeploymentPolicyInput) (*GetContinuousDeploymentPolicyOutput, error) { @@ -4837,7 +4833,7 @@ func (c *CloudFront) GetContinuousDeploymentPolicyConfigRequest(input *GetContin // Access denied. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicyConfig func (c *CloudFront) GetContinuousDeploymentPolicyConfig(input *GetContinuousDeploymentPolicyConfigInput) (*GetContinuousDeploymentPolicyConfigOutput, error) { @@ -5399,7 +5395,7 @@ func (c *CloudFront) GetFunctionRequest(input *GetFunctionInput) (req *request.R // Gets the code of a CloudFront function. To get configuration information // and metadata about a function, use DescribeFunction. // -// To get a function’s code, you must provide the function’s name and stage. +// To get a function's code, you must provide the function's name and stage. // To get these values, you can use ListFunctions. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -5570,11 +5566,11 @@ func (c *CloudFront) GetKeyGroupRequest(input *GetKeyGroupInput) (req *request.R // Gets a key group, including the date and time when the key group was last // modified. // -// To get a key group, you must provide the key group’s identifier. If the -// key group is referenced in a distribution’s cache behavior, you can get -// the key group’s identifier using ListDistributions or GetDistribution. -// If the key group is not referenced in a cache behavior, you can get the identifier -// using ListKeyGroups. +// To get a key group, you must provide the key group's identifier. If the key +// group is referenced in a distribution's cache behavior, you can get the key +// group's identifier using ListDistributions or GetDistribution. If the key +// group is not referenced in a cache behavior, you can get the identifier using +// ListKeyGroups. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -5654,9 +5650,9 @@ func (c *CloudFront) GetKeyGroupConfigRequest(input *GetKeyGroupConfigInput) (re // // Gets a key group configuration. // -// To get a key group configuration, you must provide the key group’s identifier. -// If the key group is referenced in a distribution’s cache behavior, you -// can get the key group’s identifier using ListDistributions or GetDistribution. +// To get a key group configuration, you must provide the key group's identifier. +// If the key group is referenced in a distribution's cache behavior, you can +// get the key group's identifier using ListDistributions or GetDistribution. // If the key group is not referenced in a cache behavior, you can get the identifier // using ListKeyGroups. // @@ -5991,13 +5987,13 @@ func (c *CloudFront) GetOriginRequestPolicyRequest(input *GetOriginRequestPolicy // // Gets an origin request policy, including the following metadata: // -// - The policy’s identifier. +// - The policy's identifier. // // - The date and time when the policy was last modified. // -// To get an origin request policy, you must provide the policy’s identifier. -// If the origin request policy is attached to a distribution’s cache behavior, -// you can get the policy’s identifier using ListDistributions or GetDistribution. +// To get an origin request policy, you must provide the policy's identifier. +// If the origin request policy is attached to a distribution's cache behavior, +// you can get the policy's identifier using ListDistributions or GetDistribution. // If the origin request policy is not attached to a cache behavior, you can // get the identifier using ListOriginRequestPolicies. // @@ -6083,9 +6079,9 @@ func (c *CloudFront) GetOriginRequestPolicyConfigRequest(input *GetOriginRequest // // Gets an origin request policy configuration. // -// To get an origin request policy configuration, you must provide the policy’s -// identifier. If the origin request policy is attached to a distribution’s -// cache behavior, you can get the policy’s identifier using ListDistributions +// To get an origin request policy configuration, you must provide the policy's +// identifier. If the origin request policy is attached to a distribution's +// cache behavior, you can get the policy's identifier using ListDistributions // or GetDistribution. If the origin request policy is not attached to a cache // behavior, you can get the identifier using ListOriginRequestPolicies. // @@ -6335,7 +6331,7 @@ func (c *CloudFront) GetRealtimeLogConfigRequest(input *GetRealtimeLogConfigInpu // // Gets a real-time log configuration. // -// To get a real-time log configuration, you can provide the configuration’s +// To get a real-time log configuration, you can provide the configuration's // name or its Amazon Resource Name (ARN). You must provide at least one. If // you provide both, CloudFront uses the name to identify the real-time log // configuration to get. @@ -6423,12 +6419,12 @@ func (c *CloudFront) GetResponseHeadersPolicyRequest(input *GetResponseHeadersPo // GetResponseHeadersPolicy API operation for Amazon CloudFront. // -// Gets a response headers policy, including metadata (the policy’s identifier +// Gets a response headers policy, including metadata (the policy's identifier // and the date and time when the policy was last modified). // -// To get a response headers policy, you must provide the policy’s identifier. -// If the response headers policy is attached to a distribution’s cache behavior, -// you can get the policy’s identifier using ListDistributions or GetDistribution. +// To get a response headers policy, you must provide the policy's identifier. +// If the response headers policy is attached to a distribution's cache behavior, +// you can get the policy's identifier using ListDistributions or GetDistribution. // If the response headers policy is not attached to a cache behavior, you can // get the identifier using ListResponseHeadersPolicies. // @@ -6514,9 +6510,9 @@ func (c *CloudFront) GetResponseHeadersPolicyConfigRequest(input *GetResponseHea // // Gets a response headers policy configuration. // -// To get a response headers policy configuration, you must provide the policy’s -// identifier. If the response headers policy is attached to a distribution’s -// cache behavior, you can get the policy’s identifier using ListDistributions +// To get a response headers policy configuration, you must provide the policy's +// identifier. If the response headers policy is attached to a distribution's +// cache behavior, you can get the policy's identifier using ListDistributions // or GetDistribution. If the response headers policy is not attached to a cache // behavior, you can get the identifier using ListResponseHeadersPolicies. // @@ -7000,7 +6996,7 @@ func (c *CloudFront) ListConflictingAliasesRequest(input *ListConflictingAliases // distributions and Amazon Web Services accounts for each conflicting alias. // In the returned list, the distribution and account IDs are partially hidden, // which allows you to identify the distributions and accounts that you own, -// but helps to protect the information of ones that you don’t own. +// but helps to protect the information of ones that you don't own. // // Use this operation to find aliases that are in use in CloudFront that conflict // or overlap with the provided alias. For example, if you provide www.example.com @@ -7128,7 +7124,7 @@ func (c *CloudFront) ListContinuousDeploymentPoliciesRequest(input *ListContinuo // Access denied. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListContinuousDeploymentPolicies func (c *CloudFront) ListContinuousDeploymentPolicies(input *ListContinuousDeploymentPoliciesInput) (*ListContinuousDeploymentPoliciesOutput, error) { @@ -7331,7 +7327,7 @@ func (c *CloudFront) ListDistributionsByCachePolicyIdRequest(input *ListDistribu // ListDistributionsByCachePolicyId API operation for Amazon CloudFront. // // Gets a list of distribution IDs for distributions that have a cache behavior -// that’s associated with the specified cache policy. +// that's associated with the specified cache policy. // // You can optionally specify the maximum number of items to receive in the // response. If the total number of items in the list exceeds the maximum that @@ -7512,7 +7508,7 @@ func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdRequest(input *List // ListDistributionsByOriginRequestPolicyId API operation for Amazon CloudFront. // // Gets a list of distribution IDs for distributions that have a cache behavior -// that’s associated with the specified origin request policy. +// that's associated with the specified origin request policy. // // You can optionally specify the maximum number of items to receive in the // response. If the total number of items in the list exceeds the maximum that @@ -7603,7 +7599,7 @@ func (c *CloudFront) ListDistributionsByRealtimeLogConfigRequest(input *ListDist // ListDistributionsByRealtimeLogConfig API operation for Amazon CloudFront. // -// Gets a list of distributions that have a cache behavior that’s associated +// Gets a list of distributions that have a cache behavior that's associated // with the specified real-time log configuration. // // You can specify the real-time log configuration by its name or its Amazon @@ -7694,7 +7690,7 @@ func (c *CloudFront) ListDistributionsByResponseHeadersPolicyIdRequest(input *Li // ListDistributionsByResponseHeadersPolicyId API operation for Amazon CloudFront. // // Gets a list of distribution IDs for distributions that have a cache behavior -// that’s associated with the specified response headers policy. +// that's associated with the specified response headers policy. // // You can optionally specify the maximum number of items to receive in the // response. If the total number of items in the list exceeds the maximum that @@ -9017,11 +9013,11 @@ func (c *CloudFront) PublishFunctionRequest(input *PublishFunctionInput) (req *r // this function to use the newly published copy in the LIVE stage. // // When a function is published to the LIVE stage, you can attach the function -// to a distribution’s cache behavior, using the function’s Amazon Resource +// to a distribution's cache behavior, using the function's Amazon Resource // Name (ARN). // -// To publish a function, you must provide the function’s name and version -// (ETag value). To get these values, you can use ListFunctions and DescribeFunction. +// To publish a function, you must provide the function's name and version (ETag +// value). To get these values, you can use ListFunctions and DescribeFunction. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -9206,13 +9202,13 @@ func (c *CloudFront) TestFunctionRequest(input *TestFunctionInput) (req *request // To test a function, you provide an event object that represents an HTTP request // or response that your CloudFront distribution could receive in production. // CloudFront runs the function, passing it the event object that you provided, -// and returns the function’s result (the modified event object) in the response. +// and returns the function's result (the modified event object) in the response. // The response also contains function logs and error messages, if any exist. // For more information about testing functions, see Testing functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function) // in the Amazon CloudFront Developer Guide. // -// To test a function, you provide the function’s name and version (ETag value) -// along with the event object. To get the function’s name and version, you +// To test a function, you provide the function's name and version (ETag value) +// along with the event object. To get the function's name and version, you // can use ListFunctions and DescribeFunction. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -9405,7 +9401,7 @@ func (c *CloudFront) UpdateCachePolicyRequest(input *UpdateCachePolicyInput) (re // to update. // // Call UpdateCachePolicy by providing the entire cache policy configuration, -// including the fields that you modified and those that you didn’t. +// including the fields that you modified and those that you didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -9639,7 +9635,7 @@ func (c *CloudFront) UpdateContinuousDeploymentPolicyRequest(input *UpdateContin // // Use UpdateContinuousDeploymentPolicy, providing the entire continuous deployment // policy configuration, including the fields that you modified and those that -// you didn’t. +// you didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -9669,7 +9665,7 @@ func (c *CloudFront) UpdateContinuousDeploymentPolicyRequest(input *UpdateContin // A continuous deployment policy for this staging distribution already exists. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateContinuousDeploymentPolicy func (c *CloudFront) UpdateContinuousDeploymentPolicy(input *UpdateContinuousDeploymentPolicyInput) (*UpdateContinuousDeploymentPolicyOutput, error) { @@ -9753,13 +9749,13 @@ func (c *CloudFront) UpdateDistributionRequest(input *UpdateDistributionInput) ( // - You must rename the ETag field to IfMatch, leaving the value unchanged. // (Set the value of IfMatch to the value of ETag, then remove the ETag field.) // -// - You can’t change the value of CallerReference. +// - You can't change the value of CallerReference. // // Submit an UpdateDistribution request, providing the distribution configuration. // The new configuration replaces the existing configuration. The values that // you specify in an UpdateDistribution request are not merged into your existing // configuration. Make sure to include all fields: the ones that you modified -// and also the ones that you didn’t. +// and also the ones that you didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -9989,7 +9985,7 @@ func (c *CloudFront) UpdateDistributionRequest(input *UpdateDistributionInput) ( // a primary distribution. // // - ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" -// The continuous deployment policy doesn’t exist. +// The continuous deployment policy doesn't exist. // // - ErrCodeStagingDistributionInUse "StagingDistributionInUse" // A continuous deployment policy for this staging distribution already exists. @@ -10074,11 +10070,11 @@ func (c *CloudFront) UpdateDistributionWithStagingConfigRequest(input *UpdateDis // // You can use this operation in a continuous deployment workflow after you // have tested configuration changes on the staging distribution. After using -// a continuous deployment policy to move a portion of your domain name’s -// traffic to the staging distribution and verifying that it works as intended, -// you can use this operation to copy the staging distribution’s configuration -// to the primary distribution. This action will disable the continuous deployment -// policy and move your domain’s traffic back to the primary distribution. +// a continuous deployment policy to move a portion of your domain name's traffic +// to the staging distribution and verifying that it works as intended, you +// can use this operation to copy the staging distribution's configuration to +// the primary distribution. This action will disable the continuous deployment +// policy and move your domain's traffic back to the primary distribution. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -10595,12 +10591,12 @@ func (c *CloudFront) UpdateFunctionRequest(input *UpdateFunctionInput) (req *req // // Updates a CloudFront function. // -// You can update a function’s code or the comment that describes the function. -// You cannot update a function’s name. +// You can update a function's code or the comment that describes the function. +// You cannot update a function's name. // -// To update a function, you provide the function’s name and version (ETag -// value) along with the updated function code. To get the name and version, -// you can use ListFunctions and DescribeFunction. +// To update a function, you provide the function's name and version (ETag value) +// along with the updated function code. To get the name and version, you can +// use ListFunctions and DescribeFunction. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -10707,7 +10703,7 @@ func (c *CloudFront) UpdateKeyGroupRequest(input *UpdateKeyGroupInput) (req *req // add or remove public key IDs. // // Call UpdateKeyGroup with the entire key group object, including the fields -// that you modified and those that you didn’t. +// that you modified and those that you didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -10914,7 +10910,7 @@ func (c *CloudFront) UpdateOriginRequestPolicyRequest(input *UpdateOriginRequest // // Call UpdateOriginRequestPolicy by providing the entire origin request policy // configuration, including the fields that you modified and those that you -// didn’t. +// didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -11141,9 +11137,9 @@ func (c *CloudFront) UpdateRealtimeLogConfigRequest(input *UpdateRealtimeLogConf // // Call this API (UpdateRealtimeLogConfig) by providing the entire real-time // log configuration, including the parameters that you modified and those that -// you didn’t. +// you didn't. // -// You cannot update a real-time log configuration’s Name or ARN. +// You cannot update a real-time log configuration's Name or ARN. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -11234,14 +11230,14 @@ func (c *CloudFront) UpdateResponseHeadersPolicyRequest(input *UpdateResponseHea // You cannot update some policy fields independent of others. To update a response // headers policy configuration: // -// Use GetResponseHeadersPolicyConfig to get the current policy’s configuration. +// Use GetResponseHeadersPolicyConfig to get the current policy's configuration. // // Modify the fields in the response headers policy configuration that you want // to update. // // Call UpdateResponseHeadersPolicy, providing the entire response headers policy // configuration, including the fields that you modified and those that you -// didn’t. +// didn't. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -11786,7 +11782,7 @@ type AssociateAliasInput struct { // Alias is a required field Alias *string `location:"querystring" locationName:"Alias" type:"string" required:"true"` - // The ID of the distribution that you’re associating the alias with. + // The ID of the distribution that you're associating the alias with. // // TargetDistributionId is a required field TargetDistributionId *string `location:"uri" locationName:"TargetDistributionId" type:"string" required:"true"` @@ -11876,9 +11872,8 @@ func (s AssociateAliasOutput) GoString() string { // that you can add to a distribution, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) // in the Amazon CloudFront Developer Guide. // -// If you don’t want to specify any cache behaviors, include only an empty -// CacheBehaviors element. Don’t include an empty CacheBehavior element because -// this is invalid. +// If you don't want to specify any cache behaviors, include only an empty CacheBehaviors +// element. Don't include an empty CacheBehavior element because this is invalid. // // To delete all cache behaviors in an existing distribution, update the distribution // configuration and include only an empty CacheBehaviors element. @@ -12084,10 +12079,9 @@ type CacheBehavior struct { // When a cache behavior contains trusted signers, CloudFront requires signed // URLs or signed cookies for all requests that match the cache behavior. The // URLs or cookies must be signed with the private key of a CloudFront key pair - // in the trusted signer’s Amazon Web Services account. The signed URL or - // cookie contains information about which public key CloudFront should use - // to verify the signature. For more information, see Serving private content - // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) + // in the trusted signer's Amazon Web Services account. The signed URL or cookie + // contains information about which public key CloudFront should use to verify + // the signature. For more information, see Serving private content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. TrustedSigners *TrustedSigners `type:"structure"` @@ -12111,7 +12105,7 @@ type CacheBehavior struct { // The only way to guarantee that viewers retrieve an object that was fetched // from the origin using HTTPS is never to use any other protocol to fetch the // object. If you have recently changed from HTTP to HTTPS, we recommend that - // you clear your objects’ cache because cached objects are protocol agnostic. + // you clear your objects' cache because cached objects are protocol agnostic. // That means that an edge location will return an object from the cache regardless // of whether the current request protocol matches the protocol used previously. // For more information, see Managing Cache Expiration (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) @@ -12371,8 +12365,7 @@ func (s *CacheBehaviors) SetQuantity(v int64) *CacheBehaviors { // A cache policy. // -// When it’s attached to a cache behavior, the cache policy determines the -// following: +// When it's attached to a cache behavior, the cache policy determines the following: // // - The values that CloudFront includes in the cache key. These values can // include HTTP headers, cookies, and URL query strings. CloudFront uses @@ -12384,9 +12377,9 @@ func (s *CacheBehaviors) SetQuantity(v int64) *CacheBehaviors { // // The headers, cookies, and query strings that are included in the cache key // are automatically included in requests that CloudFront sends to the origin. -// CloudFront sends a request when it can’t find a valid object in its cache -// that matches the request’s cache key. If you want to send values to the -// origin but not include them in the cache key, use OriginRequestPolicy. +// CloudFront sends a request when it can't find a valid object in its cache +// that matches the request's cache key. If you want to send values to the origin +// but not include them in the cache key, use OriginRequestPolicy. type CachePolicy struct { _ struct{} `type:"structure"` @@ -12456,9 +12449,9 @@ func (s *CachePolicy) SetLastModifiedTime(v time.Time) *CachePolicy { // // The headers, cookies, and query strings that are included in the cache key // are automatically included in requests that CloudFront sends to the origin. -// CloudFront sends a request when it can’t find a valid object in its cache -// that matches the request’s cache key. If you want to send values to the -// origin but not include them in the cache key, use OriginRequestPolicy. +// CloudFront sends a request when it can't find a valid object in its cache +// that matches the request's cache key. If you want to send values to the origin +// but not include them in the cache key, use OriginRequestPolicy. type CachePolicyConfig struct { _ struct{} `type:"structure"` @@ -12469,7 +12462,7 @@ type CachePolicyConfig struct { // The default amount of time, in seconds, that you want objects to stay in // the CloudFront cache before CloudFront sends another request to the origin // to see if the object has been updated. CloudFront uses this value as the - // object’s time to live (TTL) only when the origin does not send Cache-Control + // object's time to live (TTL) only when the origin does not send Cache-Control // or Expires headers with the object. For more information, see Managing How // Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) // in the Amazon CloudFront Developer Guide. @@ -13014,15 +13007,15 @@ func (s *CachedMethods) SetQuantity(v int64) *CachedMethods { } // An alias (also called a CNAME) and the CloudFront distribution and Amazon -// Web Services account ID that it’s associated with. The distribution and -// account IDs are partially hidden, which allows you to identify the distributions +// Web Services account ID that it's associated with. The distribution and account +// IDs are partially hidden, which allows you to identify the distributions // and accounts that you own, but helps to protect the information of ones that -// you don’t own. +// you don't own. type ConflictingAlias struct { _ struct{} `type:"structure"` // The (partially hidden) ID of the Amazon Web Services account that owns the - // distribution that’s associated with the alias. + // distribution that's associated with the alias. AccountId *string `type:"string"` // An alias (also called a CNAME). @@ -13073,7 +13066,7 @@ func (s *ConflictingAlias) SetDistributionId(v string) *ConflictingAlias { // Amazon Web Services accounts that they are associated with. In the list, // the distribution and account IDs are partially hidden, which allows you to // identify the distributions and accounts that you own, but helps to protect -// the information of ones that you don’t own. +// the information of ones that you don't own. type ConflictingAliasesList struct { _ struct{} `type:"structure"` @@ -13583,7 +13576,7 @@ type ContinuousDeploymentSingleHeaderConfig struct { _ struct{} `type:"structure"` // The request header name that you want CloudFront to send to your staging - // distribution. + // distribution. The header must contain the prefix aws-cf-cd-. // // Header is a required field Header *string `type:"string" required:"true"` @@ -14744,7 +14737,7 @@ type CreateFunctionInput struct { FunctionCode []byte `min:"1" type:"blob" required:"true" sensitive:"true"` // Configuration information about the function, including an optional comment - // and the function’s runtime. + // and the function's runtime. // // FunctionConfig is a required field FunctionConfig *FunctionConfig `type:"structure" required:"true"` @@ -16220,7 +16213,7 @@ type CustomOriginConfig struct { // Specifies how long, in seconds, CloudFront persists its connection to the // origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the - // default (if you don’t specify otherwise) is 5 seconds. + // default (if you don't specify otherwise) is 5 seconds. // // For more information, see Origin Keep-alive Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) // in the Amazon CloudFront Developer Guide. @@ -16241,7 +16234,7 @@ type CustomOriginConfig struct { // Specifies how long, in seconds, CloudFront waits for a response from the // origin. This is also known as the origin response timeout. The minimum timeout - // is 1 second, the maximum is 60 seconds, and the default (if you don’t specify + // is 1 second, the maximum is 60 seconds, and the default (if you don't specify // otherwise) is 30 seconds. // // For more information, see Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) @@ -16335,8 +16328,8 @@ func (s *CustomOriginConfig) SetOriginSslProtocols(v *OriginSslProtocols) *Custo return s } -// A complex type that describes the default cache behavior if you don’t specify -// a CacheBehavior element or if request URLs don’t match any of the values +// A complex type that describes the default cache behavior if you don't specify +// a CacheBehavior element or if request URLs don't match any of the values // of PathPattern in CacheBehavior elements. You must create exactly one default // cache behavior. type DefaultCacheBehavior struct { @@ -16516,7 +16509,7 @@ type DefaultCacheBehavior struct { // When a cache behavior contains trusted signers, CloudFront requires signed // URLs or signed cookies for all requests that match the cache behavior. The // URLs or cookies must be signed with the private key of a CloudFront key pair - // in a trusted signer’s Amazon Web Services account. The signed URL or cookie + // in a trusted signer's Amazon Web Services account. The signed URL or cookie // contains information about which public key CloudFront should use to verify // the signature. For more information, see Serving private content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. @@ -16542,7 +16535,7 @@ type DefaultCacheBehavior struct { // The only way to guarantee that viewers retrieve an object that was fetched // from the origin using HTTPS is never to use any other protocol to fetch the // object. If you have recently changed from HTTP to HTTPS, we recommend that - // you clear your objects’ cache because cached objects are protocol agnostic. + // you clear your objects' cache because cached objects are protocol agnostic. // That means that an edge location will return an object from the cache regardless // of whether the current request protocol matches the protocol used previously. // For more information, see Managing Cache Expiration (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) @@ -16734,7 +16727,7 @@ type DeleteCachePolicyInput struct { Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the cache policy that you are deleting. The version is the - // cache policy’s ETag value, which you can get using ListCachePolicies, GetCachePolicy, + // cache policy's ETag value, which you can get using ListCachePolicies, GetCachePolicy, // or GetCachePolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` } @@ -17344,7 +17337,7 @@ type DeleteKeyGroupInput struct { Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the key group that you are deleting. The version is the key - // group’s ETag value. To get the ETag, use GetKeyGroup or GetKeyGroupConfig. + // group's ETag value. To get the ETag, use GetKeyGroup or GetKeyGroupConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` } @@ -17578,7 +17571,7 @@ type DeleteOriginRequestPolicyInput struct { Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the origin request policy that you are deleting. The version - // is the origin request policy’s ETag value, which you can get using ListOriginRequestPolicies, + // is the origin request policy's ETag value, which you can get using ListOriginRequestPolicies, // GetOriginRequestPolicy, or GetOriginRequestPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` } @@ -17806,8 +17799,8 @@ type DeleteResponseHeadersPolicyInput struct { // The version of the response headers policy that you are deleting. // - // The version is the response headers policy’s ETag value, which you can - // get using ListResponseHeadersPolicies, GetResponseHeadersPolicy, or GetResponseHeadersPolicyConfig. + // The version is the response headers policy's ETag value, which you can get + // using ListResponseHeadersPolicies, GetResponseHeadersPolicy, or GetResponseHeadersPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` } @@ -17969,7 +17962,7 @@ type DescribeFunctionInput struct { // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` - // The function’s stage, either DEVELOPMENT or LIVE. + // The function's stage, either DEVELOPMENT or LIVE. Stage *string `location:"querystring" locationName:"Stage" type:"string" enum:"FunctionStage"` } @@ -18064,26 +18057,22 @@ func (s *DescribeFunctionOutput) SetFunctionSummary(v *FunctionSummary) *Describ type Distribution struct { _ struct{} `type:"structure"` - // The distribution’s Amazon Resource Name (ARN). + // The distribution's Amazon Resource Name (ARN). // // ARN is a required field ARN *string `type:"string" required:"true"` - // CloudFront automatically adds this field to the response if you’ve configured - // a cache behavior in this distribution to serve private content using key - // groups. This field contains a list of key groups and the public keys in each - // key group that CloudFront can use to verify the signatures of signed URLs - // or signed cookies. + // This field contains a list of key groups and the public keys in each key + // group that CloudFront can use to verify the signatures of signed URLs or + // signed cookies. ActiveTrustedKeyGroups *ActiveTrustedKeyGroups `type:"structure"` // // We recommend using TrustedKeyGroups instead of TrustedSigners. // - // CloudFront automatically adds this field to the response if you’ve configured - // a cache behavior in this distribution to serve private content using trusted - // signers. This field contains a list of Amazon Web Services account IDs and - // the active CloudFront key pairs in each account that CloudFront can use to - // verify the signatures of signed URLs or signed cookies. + // This field contains a list of Amazon Web Services account IDs and the active + // CloudFront key pairs in each account that CloudFront can use to verify the + // signatures of signed URLs or signed cookies. ActiveTrustedSigners *ActiveTrustedSigners `type:"structure"` // Amazon Web Services services in China customers must file for an Internet @@ -18097,17 +18086,17 @@ type Distribution struct { // in Getting Started with Amazon Web Services services in China. AliasICPRecordals []*AliasICPRecordal `locationNameList:"AliasICPRecordal" type:"list"` - // The distribution’s configuration. + // The distribution's configuration. // // DistributionConfig is a required field DistributionConfig *DistributionConfig `type:"structure" required:"true"` - // The distribution’s CloudFront domain name. For example: d111111abcdef8.cloudfront.net. + // The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net. // // DomainName is a required field DomainName *string `type:"string" required:"true"` - // The distribution’s identifier. For example: E1U5RQF7T870K0. + // The distribution's identifier. For example: E1U5RQF7T870K0. // // Id is a required field Id *string `type:"string" required:"true"` @@ -18122,7 +18111,7 @@ type Distribution struct { // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` - // The distribution’s status. When the status is Deployed, the distribution’s + // The distribution's status. When the status is Deployed, the distribution's // information is fully propagated to all CloudFront edge locations. // // Status is a required field @@ -18231,8 +18220,8 @@ type DistributionConfig struct { // CallerReference is a required field CallerReference *string `type:"string" required:"true"` - // An optional comment to describe the distribution. The comment cannot be longer - // than 128 characters. + // A comment to describe the distribution. The comment cannot be longer than + // 128 characters. // // Comment is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by DistributionConfig's @@ -18382,8 +18371,8 @@ type DistributionConfig struct { // this is not a staging distribution. Staging *bool `type:"boolean"` - // A complex type that determines the distribution’s SSL/TLS configuration - // for communicating with viewers. + // A complex type that determines the distribution's SSL/TLS configuration for + // communicating with viewers. ViewerCertificate *ViewerCertificate `type:"structure"` // A unique identifier that specifies the WAF web ACL, if any, to associate @@ -18965,8 +18954,8 @@ type DistributionSummary struct { // Status is a required field Status *string `type:"string" required:"true"` - // A complex type that determines the distribution’s SSL/TLS configuration - // for communicating with viewers. + // A complex type that determines the distribution's SSL/TLS configuration for + // communicating with viewers. // // ViewerCertificate is a required field ViewerCertificate *ViewerCertificate `type:"structure" required:"true"` @@ -20313,7 +20302,7 @@ type FunctionConfig struct { // Comment is a required field Comment *string `type:"string" required:"true"` - // The function’s runtime environment. The only valid value is cloudfront-js-1.0. + // The function's runtime environment. The only valid value is cloudfront-js-1.0. // // Runtime is a required field Runtime *string `type:"string" required:"true" enum:"FunctionRuntime"` @@ -20453,8 +20442,8 @@ type FunctionMetadata struct { // When a function is in the DEVELOPMENT stage, you can test the function with // TestFunction, and update it with UpdateFunction. // - // When a function is in the LIVE stage, you can attach the function to a distribution’s - // cache behavior, using the function’s ARN. + // When a function is in the LIVE stage, you can attach the function to a distribution's + // cache behavior, using the function's ARN. Stage *string `type:"string" enum:"FunctionStage"` } @@ -20664,8 +20653,8 @@ type GetCachePolicyConfigInput struct { _ struct{} `locationName:"GetCachePolicyConfigRequest" type:"structure"` // The unique identifier for the cache policy. If the cache policy is attached - // to a distribution’s cache behavior, you can get the policy’s identifier - // using ListDistributions or GetDistribution. If the cache policy is not attached + // to a distribution's cache behavior, you can get the policy's identifier using + // ListDistributions or GetDistribution. If the cache policy is not attached // to a cache behavior, you can get the identifier using ListCachePolicies. // // Id is a required field @@ -20756,8 +20745,8 @@ type GetCachePolicyInput struct { _ struct{} `locationName:"GetCachePolicyRequest" type:"structure"` // The unique identifier for the cache policy. If the cache policy is attached - // to a distribution’s cache behavior, you can get the policy’s identifier - // using ListDistributions or GetDistribution. If the cache policy is not attached + // to a distribution's cache behavior, you can get the policy's identifier using + // ListDistributions or GetDistribution. If the cache policy is not attached // to a cache behavior, you can get the identifier using ListCachePolicies. // // Id is a required field @@ -21760,7 +21749,7 @@ type GetFunctionInput struct { // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` - // The function’s stage, either DEVELOPMENT or LIVE. + // The function's stage, either DEVELOPMENT or LIVE. Stage *string `location:"querystring" locationName:"Stage" type:"string" enum:"FunctionStage"` } @@ -22406,10 +22395,10 @@ type GetOriginRequestPolicyConfigInput struct { _ struct{} `locationName:"GetOriginRequestPolicyConfigRequest" type:"structure"` // The unique identifier for the origin request policy. If the origin request - // policy is attached to a distribution’s cache behavior, you can get the - // policy’s identifier using ListDistributions or GetDistribution. If the - // origin request policy is not attached to a cache behavior, you can get the - // identifier using ListOriginRequestPolicies. + // policy is attached to a distribution's cache behavior, you can get the policy's + // identifier using ListDistributions or GetDistribution. If the origin request + // policy is not attached to a cache behavior, you can get the identifier using + // ListOriginRequestPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` @@ -22499,10 +22488,10 @@ type GetOriginRequestPolicyInput struct { _ struct{} `locationName:"GetOriginRequestPolicyRequest" type:"structure"` // The unique identifier for the origin request policy. If the origin request - // policy is attached to a distribution’s cache behavior, you can get the - // policy’s identifier using ListDistributions or GetDistribution. If the - // origin request policy is not attached to a cache behavior, you can get the - // identifier using ListOriginRequestPolicies. + // policy is attached to a distribution's cache behavior, you can get the policy's + // identifier using ListDistributions or GetDistribution. If the origin request + // policy is not attached to a cache behavior, you can get the identifier using + // ListOriginRequestPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` @@ -22842,8 +22831,8 @@ type GetResponseHeadersPolicyConfigInput struct { // The identifier for the response headers policy. // - // If the response headers policy is attached to a distribution’s cache behavior, - // you can get the policy’s identifier using ListDistributions or GetDistribution. + // If the response headers policy is attached to a distribution's cache behavior, + // you can get the policy's identifier using ListDistributions or GetDistribution. // If the response headers policy is not attached to a cache behavior, you can // get the identifier using ListResponseHeadersPolicies. // @@ -22936,8 +22925,8 @@ type GetResponseHeadersPolicyInput struct { // The identifier for the response headers policy. // - // If the response headers policy is attached to a distribution’s cache behavior, - // you can get the policy’s identifier using ListDistributions or GetDistribution. + // If the response headers policy is attached to a distribution's cache behavior, + // you can get the policy's identifier using ListDistributions or GetDistribution. // If the response headers policy is not attached to a cache behavior, you can // get the identifier using ListResponseHeadersPolicies. // @@ -24126,8 +24115,8 @@ type ListCachePoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of cache policies. The response includes cache policies in the list - // that occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // that occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of cache policies that you want in the response. @@ -24305,8 +24294,7 @@ type ListConflictingAliasesInput struct { // Use this field when paginating results to indicate where to begin in the // list of conflicting aliases. The response includes conflicting aliases in // the list that occur after the marker. To get the next page of the list, set - // this field’s value to the value of NextMarker from the current page’s - // response. + // this field's value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of conflicting aliases that you want in the response. @@ -24408,8 +24396,7 @@ type ListContinuousDeploymentPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of continuous deployment policies. The response includes policies in // the list that occur after the marker. To get the next page of the list, set - // this field’s value to the value of NextMarker from the current page’s - // response. + // this field's value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of continuous deployment policies that you want returned @@ -24489,8 +24476,8 @@ type ListDistributionsByCachePolicyIdInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list - // that occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // that occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. @@ -24590,8 +24577,8 @@ type ListDistributionsByKeyGroupInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list - // that occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // that occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. @@ -24686,8 +24673,8 @@ type ListDistributionsByOriginRequestPolicyIdInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list - // that occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // that occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. @@ -24788,8 +24775,8 @@ type ListDistributionsByRealtimeLogConfigInput struct { // Use this field when paginating results to indicate where to begin in your // list of distributions. The response includes distributions in the list that - // occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `type:"string"` // The maximum number of distributions that you want in the response. @@ -24882,8 +24869,8 @@ type ListDistributionsByResponseHeadersPolicyIdInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list - // that occur after the marker. To get the next page of the list, set this field’s - // value to the value of NextMarker from the current page’s response. + // that occur after the marker. To get the next page of the list, set this field's + // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want to get in the response. @@ -25324,8 +25311,8 @@ type ListFunctionsInput struct { // Use this field when paginating results to indicate where to begin in your // list of functions. The response includes functions in the list that occur - // after the marker. To get the next page of the list, set this field’s value - // to the value of NextMarker from the current page’s response. + // after the marker. To get the next page of the list, set this field's value + // to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of functions that you want in the response. @@ -25515,8 +25502,8 @@ type ListKeyGroupsInput struct { // Use this field when paginating results to indicate where to begin in your // list of key groups. The response includes key groups in the list that occur - // after the marker. To get the next page of the list, set this field’s value - // to the value of NextMarker from the current page’s response. + // after the marker. To get the next page of the list, set this field's value + // to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of key groups that you want in the response. @@ -25664,7 +25651,7 @@ type ListOriginRequestPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of origin request policies. The response includes origin request policies // in the list that occur after the marker. To get the next page of the list, - // set this field’s value to the value of NextMarker from the current page’s + // set this field's value to the value of NextMarker from the current page's // response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` @@ -25831,8 +25818,8 @@ type ListRealtimeLogConfigsInput struct { // Use this field when paginating results to indicate where to begin in your // list of real-time log configurations. The response includes real-time log // configurations in the list that occur after the marker. To get the next page - // of the list, set this field’s value to the value of NextMarker from the - // current page’s response. + // of the list, set this field's value to the value of NextMarker from the current + // page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of real-time log configurations that you want in the response. @@ -25906,8 +25893,8 @@ type ListResponseHeadersPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of response headers policies. The response includes response headers // policies in the list that occur after the marker. To get the next page of - // the list, set this field’s value to the value of NextMarker from the current - // page’s response. + // the list, set this field's value to the value of NextMarker from the current + // page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of response headers policies that you want to get in the @@ -26317,10 +26304,10 @@ type Origin struct { _ struct{} `type:"structure"` // The number of times that CloudFront attempts to connect to the origin. The - // minimum number is 1, the maximum is 3, and the default (if you don’t specify + // minimum number is 1, the maximum is 3, and the default (if you don't specify // otherwise) is 3. // - // For a custom origin (including an Amazon S3 bucket that’s configured with + // For a custom origin (including an Amazon S3 bucket that's configured with // static website hosting), this value also specifies the number of times that // CloudFront attempts to get a response from the origin, in the case of an // Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout). @@ -26331,7 +26318,7 @@ type Origin struct { // The number of seconds that CloudFront waits when trying to establish a connection // to the origin. The minimum timeout is 1 second, the maximum is 10 seconds, - // and the default (if you don’t specify otherwise) is 10 seconds. + // and the default (if you don't specify otherwise) is 10 seconds. // // For more information, see Origin Connection Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout) // in the Amazon CloudFront Developer Guide. @@ -27560,7 +27547,7 @@ func (s *OriginGroups) SetQuantity(v int64) *OriginGroups { // An origin request policy. // -// When it’s attached to a cache behavior, the origin request policy determines +// When it's attached to a cache behavior, the origin request policy determines // the values that CloudFront includes in requests that it sends to the origin. // Each request that CloudFront sends to the origin includes the following: // @@ -27575,7 +27562,7 @@ func (s *OriginGroups) SetQuantity(v int64) *OriginGroups { // from the viewer request and, in the case of headers, additional ones that // are added by CloudFront. // -// CloudFront sends a request when it can’t find an object in its cache that +// CloudFront sends a request when it can't find an object in its cache that // matches the request. If you want to send values to the origin and also include // them in the cache key, use CachePolicy. type OriginRequestPolicy struct { @@ -27650,7 +27637,7 @@ func (s *OriginRequestPolicy) SetOriginRequestPolicyConfig(v *OriginRequestPolic // from the viewer request and, in the case of headers, additional ones that // are added by CloudFront. // -// CloudFront sends a request when it can’t find an object in its cache that +// CloudFront sends a request when it can't find an object in its cache that // matches the request. If you want to send values to the origin and also include // them in the cache key, use CachePolicy. type OriginRequestPolicyConfig struct { @@ -28119,8 +28106,8 @@ type OriginShield struct { // A flag that specifies whether Origin Shield is enabled. // - // When it’s enabled, CloudFront routes all requests through Origin Shield, - // which can help protect your origin. When it’s disabled, CloudFront might + // When it's enabled, CloudFront routes all requests through Origin Shield, + // which can help protect your origin. When it's disabled, CloudFront might // send requests directly to your origin from multiple edge locations or regional // edge caches. // @@ -28331,8 +28318,8 @@ func (s *Origins) SetQuantity(v int64) *Origins { // // The headers, cookies, and query strings that are included in the cache key // are automatically included in requests that CloudFront sends to the origin. -// CloudFront sends a request when it can’t find an object in its cache that -// matches the request’s cache key. If you want to send values to the origin +// CloudFront sends a request when it can't find an object in its cache that +// matches the request's cache key. If you want to send values to the origin // but not include them in the cache key, use OriginRequestPolicy. type ParametersInCacheKeyAndForwardedToOrigin struct { _ struct{} `type:"structure"` @@ -28351,7 +28338,7 @@ type ParametersInCacheKeyAndForwardedToOrigin struct { // of these fields is true and the viewer request includes the Accept-Encoding // header, then CloudFront does the following: // - // * Normalizes the value of the viewer’s Accept-Encoding header + // * Normalizes the value of the viewer's Accept-Encoding header // // * Includes the normalized header in the cache key // @@ -28369,7 +28356,7 @@ type ParametersInCacheKeyAndForwardedToOrigin struct { // // If both of these fields are false, then CloudFront treats the Accept-Encoding // header the same as any other HTTP header in the viewer request. By default, - // it’s not included in the cache key and it’s not included in origin requests. + // it's not included in the cache key and it's not included in origin requests. // In this case, you can manually add Accept-Encoding to the headers whitelist // like any other HTTP header. EnableAcceptEncodingBrotli *bool `type:"boolean"` @@ -28381,7 +28368,7 @@ type ParametersInCacheKeyAndForwardedToOrigin struct { // both of these fields is true and the viewer request includes the Accept-Encoding // header, then CloudFront does the following: // - // * Normalizes the value of the viewer’s Accept-Encoding header + // * Normalizes the value of the viewer's Accept-Encoding header // // * Includes the normalized header in the cache key // @@ -28399,7 +28386,7 @@ type ParametersInCacheKeyAndForwardedToOrigin struct { // // If both of these fields are false, then CloudFront treats the Accept-Encoding // header the same as any other HTTP header in the viewer request. By default, - // it’s not included in the cache key and it’s not included in origin requests. + // it's not included in the cache key and it's not included in origin requests. // In this case, you can manually add Accept-Encoding to the headers whitelist // like any other HTTP header. // @@ -28631,7 +28618,7 @@ func (s *PublicKey) SetPublicKeyConfig(v *PublicKeyConfig) *PublicKey { type PublicKeyConfig struct { _ struct{} `type:"structure"` - // A string included in the request to help make sure that the request can’t + // A string included in the request to help make sure that the request can't // be replayed. // // CallerReference is a required field @@ -29488,7 +29475,7 @@ func (s *RealtimeMetricsSubscriptionConfig) SetRealtimeMetricsSubscriptionStatus // headers and their values. // // After you create a response headers policy, you can use its ID to attach -// it to one or more cache behaviors in a CloudFront distribution. When it’s +// it to one or more cache behaviors in a CloudFront distribution. When it's // attached to a cache behavior, CloudFront adds the headers in the policy to // HTTP responses that it sends for requests that match the cache behavior. // @@ -29511,8 +29498,8 @@ type ResponseHeadersPolicy struct { // // A response headers policy contains information about a set of HTTP response // headers and their values. CloudFront adds the headers in the policy to HTTP - // responses that it sends for requests that match a cache behavior that’s - // associated with the policy. + // responses that it sends for requests that match a cache behavior that's associated + // with the policy. // // ResponseHeadersPolicyConfig is a required field ResponseHeadersPolicyConfig *ResponseHeadersPolicyConfig `type:"structure" required:"true"` @@ -30260,7 +30247,7 @@ func (s *ResponseHeadersPolicyCorsConfig) SetOriginOverride(v bool) *ResponseHea // An HTTP response header name and its value. CloudFront includes this header // in HTTP responses that it sends for requests that match a cache behavior -// that’s associated with this response headers policy. +// that's associated with this response headers policy. type ResponseHeadersPolicyCustomHeader struct { _ struct{} `type:"structure"` @@ -30338,7 +30325,7 @@ func (s *ResponseHeadersPolicyCustomHeader) SetValue(v string) *ResponseHeadersP // A list of HTTP response header names and their values. CloudFront includes // these headers in HTTP responses that it sends for requests that match a cache -// behavior that’s associated with this response headers policy. +// behavior that's associated with this response headers policy. type ResponseHeadersPolicyCustomHeadersConfig struct { _ struct{} `type:"structure"` @@ -30405,7 +30392,7 @@ func (s *ResponseHeadersPolicyCustomHeadersConfig) SetQuantity(v int64) *Respons } // Determines whether CloudFront includes the X-Frame-Options HTTP response -// header and the header’s value. +// header and the header's value. // // For more information about the X-Frame-Options HTTP response header, see // X-Frame-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) @@ -30543,7 +30530,7 @@ func (s *ResponseHeadersPolicyList) SetQuantity(v int64) *ResponseHeadersPolicyL } // Determines whether CloudFront includes the Referrer-Policy HTTP response -// header and the header’s value. +// header and the header's value. // // For more information about the Referrer-Policy HTTP response header, see // Referrer-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) @@ -30652,7 +30639,7 @@ type ResponseHeadersPolicySecurityHeadersConfig struct { ContentTypeOptions *ResponseHeadersPolicyContentTypeOptions `type:"structure"` // Determines whether CloudFront includes the X-Frame-Options HTTP response - // header and the header’s value. + // header and the header's value. // // For more information about the X-Frame-Options HTTP response header, see // X-Frame-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) @@ -30660,7 +30647,7 @@ type ResponseHeadersPolicySecurityHeadersConfig struct { FrameOptions *ResponseHeadersPolicyFrameOptions `type:"structure"` // Determines whether CloudFront includes the Referrer-Policy HTTP response - // header and the header’s value. + // header and the header's value. // // For more information about the Referrer-Policy HTTP response header, see // Referrer-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) @@ -30668,7 +30655,7 @@ type ResponseHeadersPolicySecurityHeadersConfig struct { ReferrerPolicy *ResponseHeadersPolicyReferrerPolicy `type:"structure"` // Determines whether CloudFront includes the Strict-Transport-Security HTTP - // response header and the header’s value. + // response header and the header's value. // // For more information about the Strict-Transport-Security HTTP response header, // see Strict-Transport-Security (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) @@ -30676,7 +30663,7 @@ type ResponseHeadersPolicySecurityHeadersConfig struct { StrictTransportSecurity *ResponseHeadersPolicyStrictTransportSecurity `type:"structure"` // Determines whether CloudFront includes the X-XSS-Protection HTTP response - // header and the header’s value. + // header and the header's value. // // For more information about the X-XSS-Protection HTTP response header, see // X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) @@ -30855,7 +30842,7 @@ func (s *ResponseHeadersPolicyServerTimingHeadersConfig) SetSamplingRate(v float } // Determines whether CloudFront includes the Strict-Transport-Security HTTP -// response header and the header’s value. +// response header and the header's value. // // For more information about the Strict-Transport-Security HTTP response header, // see Strict-Transport-Security (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) @@ -30990,7 +30977,7 @@ func (s *ResponseHeadersPolicySummary) SetType(v string) *ResponseHeadersPolicyS } // Determines whether CloudFront includes the X-XSS-Protection HTTP response -// header and the header’s value. +// header and the header's value. // // For more information about the X-XSS-Protection HTTP response header, see // X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) @@ -32992,14 +32979,14 @@ type UpdateCachePolicyInput struct { CachePolicyConfig *CachePolicyConfig `locationName:"CachePolicyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // The unique identifier for the cache policy that you are updating. The identifier - // is returned in a cache behavior’s CachePolicyId field in the response to + // is returned in a cache behavior's CachePolicyId field in the response to // GetDistributionConfig. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the cache policy that you are updating. The version is returned - // in the cache policy’s ETag field in the response to GetCachePolicyConfig. + // in the cache policy's ETag field in the response to GetCachePolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` } @@ -33541,7 +33528,7 @@ type UpdateDistributionWithStagingConfigOutput struct { // and the details about how to track and manage content delivery. Distribution *Distribution `type:"structure"` - // The current version of the primary distribution (after it’s updated). + // The current version of the primary distribution (after it's updated). ETag *string `location:"header" locationName:"ETag" type:"string"` } @@ -33969,7 +33956,7 @@ type UpdateKeyGroupInput struct { Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the key group that you are updating. The version is the key - // group’s ETag value. + // group's ETag value. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // The key group configuration. @@ -34200,14 +34187,14 @@ type UpdateOriginRequestPolicyInput struct { _ struct{} `locationName:"UpdateOriginRequestPolicyRequest" type:"structure" payload:"OriginRequestPolicyConfig"` // The unique identifier for the origin request policy that you are updating. - // The identifier is returned in a cache behavior’s OriginRequestPolicyId - // field in the response to GetDistributionConfig. + // The identifier is returned in a cache behavior's OriginRequestPolicyId field + // in the response to GetDistributionConfig. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the origin request policy that you are updating. The version - // is returned in the origin request policy’s ETag field in the response to + // is returned in the origin request policy's ETag field in the response to // GetOriginRequestPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` @@ -34570,7 +34557,7 @@ type UpdateResponseHeadersPolicyInput struct { // The version of the response headers policy that you are updating. // - // The version is returned in the cache policy’s ETag field in the response + // The version is returned in the cache policy's ETag field in the response // to GetResponseHeadersPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` @@ -34800,12 +34787,12 @@ func (s *UpdateStreamingDistributionOutput) SetStreamingDistribution(v *Streamin return s } -// A complex type that determines the distribution’s SSL/TLS configuration -// for communicating with viewers. +// A complex type that determines the distribution's SSL/TLS configuration for +// communicating with viewers. // -// If the distribution doesn’t use Aliases (also known as alternate domain -// names or CNAMEs)—that is, if the distribution uses the CloudFront domain -// name such as d111111abcdef8.cloudfront.net—set CloudFrontDefaultCertificate +// If the distribution doesn't use Aliases (also known as alternate domain names +// or CNAMEs)—that is, if the distribution uses the CloudFront domain name +// such as d111111abcdef8.cloudfront.net—set CloudFrontDefaultCertificate // to true and leave all other fields empty. // // If the distribution uses Aliases (alternate domain names or CNAMEs), use @@ -34813,10 +34800,10 @@ func (s *UpdateStreamingDistributionOutput) SetStreamingDistribution(v *Streamin // // - Which viewers the distribution accepts HTTPS connections from: only // viewers that support server name indication (SNI) (https://en.wikipedia.org/wiki/Server_Name_Indication) -// (recommended), or all viewers including those that don’t support SNI. +// (recommended), or all viewers including those that don't support SNI. // To accept HTTPS connections from only viewers that support SNI, set SSLSupportMethod // to sni-only. This is recommended. Most browsers and clients support SNI. -// To accept HTTPS connections from all viewers, including those that don’t +// To accept HTTPS connections from all viewers, including those that don't // support SNI, set SSLSupportMethod to vip. This is not recommended, and // results in additional monthly charges from CloudFront. // @@ -34911,8 +34898,8 @@ type ViewerCertificate struct { // // On the CloudFront console, this setting is called Security Policy. // - // When you’re using SNI only (you set SSLSupportMethod to sni-only), you - // must specify TLSv1 or higher. + // When you're using SNI only (you set SSLSupportMethod to sni-only), you must + // specify TLSv1 or higher. // // If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net // (you set CloudFrontDefaultCertificate to true), CloudFront automatically @@ -34927,8 +34914,8 @@ type ViewerCertificate struct { // This is recommended. Most browsers and clients support SNI. // // * vip – The distribution accepts HTTPS connections from all viewers - // including those that don’t support SNI. This is not recommended, and - // results in additional monthly charges from CloudFront. + // including those that don't support SNI. This is not recommended, and results + // in additional monthly charges from CloudFront. // // * static-ip - Do not specify this value unless your distribution has been // enabled for this feature by the CloudFront team. If you have a use case @@ -34936,7 +34923,7 @@ type ViewerCertificate struct { // through the Amazon Web Services Support Center (https://console.aws.amazon.com/support/home). // // If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, - // don’t set a value for this field. + // don't set a value for this field. SSLSupportMethod *string `type:"string" enum:"SSLSupportMethod"` } diff --git a/service/cloudfront/errors.go b/service/cloudfront/errors.go index 207d09aa49b..a623832a29d 100644 --- a/service/cloudfront/errors.go +++ b/service/cloudfront/errors.go @@ -110,7 +110,7 @@ const ( // ErrCodeFunctionInUse for service response error code // "FunctionInUse". // - // Cannot delete the function because it’s attached to one or more cache behaviors. + // Cannot delete the function because it's attached to one or more cache behaviors. ErrCodeFunctionInUse = "FunctionInUse" // ErrCodeFunctionSizeLimitExceeded for service response error code @@ -355,7 +355,7 @@ const ( // ErrCodeNoSuchContinuousDeploymentPolicy for service response error code // "NoSuchContinuousDeploymentPolicy". // - // The continuous deployment policy doesn’t exist. + // The continuous deployment policy doesn't exist. ErrCodeNoSuchContinuousDeploymentPolicy = "NoSuchContinuousDeploymentPolicy" // ErrCodeNoSuchDistribution for service response error code diff --git a/service/datasync/api.go b/service/datasync/api.go index 3931f67d432..bc362790ee9 100644 --- a/service/datasync/api.go +++ b/service/datasync/api.go @@ -1089,16 +1089,6 @@ func (c *DataSync) CreateTaskRequest(input *CreateTaskInput) (req *request.Reque // for how and when you want to transfer your data (such as bandwidth limits, // scheduling, among other options). // -// When you create a task that transfers data between Amazon Web Services services -// in different Amazon Web Services Regions, one of your locations must reside -// in the Region where you're using DataSync. -// -// For more information, see the following topics: -// -// - Working with DataSync locations (https://docs.aws.amazon.com/datasync/latest/userguide/working-with-locations.html) -// -// - Configure DataSync task settings (https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html) -// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -1349,7 +1339,7 @@ func (c *DataSync) DeleteTaskRequest(input *DeleteTaskInput) (req *request.Reque // DeleteTask API operation for AWS DataSync. // -// Deletes a task. +// Deletes an DataSync task. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -2810,7 +2800,7 @@ func (c *DataSync) ListTagsForResourceRequest(input *ListTagsForResourceInput) ( // ListTagsForResource API operation for AWS DataSync. // -// Returns all the tags associated with a specified resource. +// Returns all the tags associated with an Amazon Web Services resource. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3221,15 +3211,11 @@ func (c *DataSync) StartTaskExecutionRequest(input *StartTaskExecutionInput) (re // StartTaskExecution API operation for AWS DataSync. // -// Starts a specific invocation of a task. A TaskExecution value represents -// an individual run of a task. Each task can have at most one TaskExecution +// Starts an DataSync task. For each task, you can only run one task execution // at a time. // -// TaskExecution has the following transition phases: INITIALIZING | PREPARING -// | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. -// -// For detailed information, see the Task Execution section in the Components -// and Terminology topic in the DataSync User Guide. +// There are several phases to a task execution. For more information, see Task +// execution statuses (https://docs.aws.amazon.com/datasync/latest/userguide/working-with-task-executions.html#understand-task-execution-statuses). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3312,7 +3298,10 @@ func (c *DataSync) TagResourceRequest(input *TagResourceInput) (req *request.Req // TagResource API operation for AWS DataSync. // -// Applies a key-value pair to an Amazon Web Services resource. +// Applies a tag to an Amazon Web Services resource. Tags are key-value pairs +// that can help you manage, filter, and search for your resources. +// +// These include DataSync resources, such as locations, tasks, and task executions. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -3395,7 +3384,7 @@ func (c *DataSync) UntagResourceRequest(input *UntagResourceInput) (req *request // UntagResource API operation for AWS DataSync. // -// Removes a tag from an Amazon Web Services resource. +// Removes tags from an Amazon Web Services resource. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -6157,31 +6146,26 @@ type CreateTaskInput struct { // DestinationLocationArn is a required field DestinationLocationArn *string `type:"string" required:"true"` - // A list of filter rules that determines which files to exclude from a task. - // The list should contain a single filter string that consists of the patterns - // to exclude. The patterns are delimited by "|" (that is, a pipe), for example, - // "/folder1|/folder2". + // Specifies a list of filter rules that exclude specific data during your transfer. + // For more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Excludes []*FilterRule `type:"list"` - // A list of filter rules that determines which files to include when running - // a task. The pattern contains a single filter string that consists of the - // patterns to include. The patterns are delimited by "|" (that is, a pipe), - // for example, "/folder1|/folder2". + // Specifies a list of filter rules that include specific data during your transfer. + // For more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Includes []*FilterRule `type:"list"` // The name of a task. This value is a text reference that is used to identify // the task in the console. Name *string `min:"1" type:"string"` - // The set of configuration options that control the behavior of a single execution - // of the task that occurs when you call StartTaskExecution. You can configure - // these options to preserve metadata such as user ID (UID) and group ID (GID), - // file permissions, data integrity verification, and so on. + // Specifies the configuration options for a task. Some options include preserving + // file or object metadata and verifying data integrity. // - // For each individual task execution, you can override these options by specifying - // the OverrideOptions before starting the task execution. For more information, - // see the StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. + // You can also override these options before starting an individual run of + // a task (also known as a task execution). For more information, see StartTaskExecution + // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). Options *Options `type:"structure"` // Specifies a schedule used to periodically transfer files from a source to @@ -6194,8 +6178,11 @@ type CreateTaskInput struct { // SourceLocationArn is a required field SourceLocationArn *string `type:"string" required:"true"` - // The key-value pair that represents the tag that you want to add to the resource. - // The value can be an empty string. + // Specifies the tags that you want to apply to the Amazon Resource Name (ARN) + // representing the task. + // + // Tags are key-value pairs that help you manage, filter, and search for your + // DataSync resources. Tags []*TagListEntry `type:"list"` } @@ -6486,7 +6473,7 @@ func (s DeleteLocationOutput) GoString() string { type DeleteTaskInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the task to delete. + // Specifies the Amazon Resource Name (ARN) of the task that you want to delete. // // TaskArn is a required field TaskArn *string `type:"string" required:"true"` @@ -8079,10 +8066,12 @@ type DescribeTaskExecutionOutput struct { _ struct{} `type:"structure"` // The physical number of bytes transferred over the network after compression - // was applied. In most cases, this number is less than BytesTransferred. + // was applied. In most cases, this number is less than BytesTransferred unless + // the data isn't compressible. BytesCompressed *int64 `type:"long"` - // The physical number of bytes transferred over the network. + // The total number of bytes that are involved in the transfer. For the number + // of bytes sent over the network, see BytesCompressed. BytesTransferred *int64 `type:"long"` // The number of logical bytes written to the destination Amazon Web Services @@ -8094,47 +8083,41 @@ type DescribeTaskExecutionOutput struct { EstimatedBytesToTransfer *int64 `type:"long"` // The expected number of files that is to be transferred over the network. - // This value is calculated during the PREPARING phase, before the TRANSFERRING - // phase. This value is the expected number of files to be transferred. It's - // calculated based on comparing the content of the source and destination locations - // and finding the delta that needs to be transferred. + // This value is calculated during the PREPARING phase before the TRANSFERRING + // phase of the task execution. This value is the expected number of files to + // be transferred. It's calculated based on comparing the content of the source + // and destination locations and finding the delta that needs to be transferred. EstimatedFilesToTransfer *int64 `type:"long"` - // A list of filter rules that determines which files to exclude from a task. - // The list should contain a single filter string that consists of the patterns - // to exclude. The patterns are delimited by "|" (that is, a pipe), for example: - // "/folder1|/folder2" + // A list of filter rules that exclude specific data during your transfer. For + // more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Excludes []*FilterRule `type:"list"` // The actual number of files that was transferred over the network. This value - // is calculated and updated on an ongoing basis during the TRANSFERRING phase. - // It's updated periodically when each file is read from the source and sent - // over the network. + // is calculated and updated on an ongoing basis during the TRANSFERRING phase + // of the task execution. It's updated periodically when each file is read from + // the source and sent over the network. // // If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer. - // This value can also be greater than EstimatedFilesTransferred in some cases. + // In some cases, this value can also be greater than EstimatedFilesToTransfer. // This element is implementation-specific for some location types, so don't // use it as an indicator for a correct file number or to monitor your task // execution. FilesTransferred *int64 `type:"long"` - // A list of filter rules that determines which files to include when running - // a task. The list should contain a single filter string that consists of the - // patterns to include. The patterns are delimited by "|" (that is, a pipe), - // for example: "/folder1|/folder2" + // A list of filter rules that include specific data during your transfer. For + // more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Includes []*FilterRule `type:"list"` - // Represents the options that are available to control the behavior of a StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. Behavior includes preserving metadata such as user ID (UID), group - // ID (GID), and file permissions, and also overwriting files in the destination, - // data integrity verification, and so on. + // Configures your DataSync task settings. These options include how DataSync + // handles files, objects, and their associated metadata. You also can specify + // how DataSync verifies data integrity, set bandwidth limits for your task, + // among other options. // - // A task has a set of default options associated with it. If you don't specify - // an option in StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html), - // the default value is used. You can override the defaults options on each - // task execution by specifying an overriding Options value to StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). + // Each task setting has a default value. Unless you need to, you don't have + // to configure any of these Options before starting your task. Options *Options `type:"structure"` // The result of the task execution. @@ -8315,15 +8298,17 @@ type DescribeTaskOutput struct { // The time that the task was created. CreationTime *time.Time `type:"timestamp"` - // The Amazon Resource Name (ARN) of the task execution that is syncing files. + // The Amazon Resource Name (ARN) of the task execution that is transferring + // files. CurrentTaskExecutionArn *string `type:"string"` // The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's // location. DestinationLocationArn *string `type:"string"` - // The Amazon Resource Names (ARNs) of the destination elastic network interfaces - // (ENIs) that were created for your subnet. + // The Amazon Resource Names (ARNs) of the network interfaces created for your + // destination location. For more information, see Network interface requirements + // (https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces). DestinationNetworkInterfaceArns []*string `type:"list"` // Errors that DataSync encountered during execution of the task. You can use @@ -8334,29 +8319,25 @@ type DescribeTaskOutput struct { // You can use this information to help troubleshoot issues. ErrorDetail *string `type:"string"` - // A list of filter rules that determines which files to exclude from a task. - // The list should contain a single filter string that consists of the patterns - // to exclude. The patterns are delimited by "|" (that is, a pipe), for example, - // "/folder1|/folder2". + // A list of filter rules that exclude specific data during your transfer. For + // more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Excludes []*FilterRule `type:"list"` - // A list of filter rules that determines which files to include when running - // a task. The pattern contains a single filter string that consists of the - // patterns to include. The patterns are delimited by "|" (that is, a pipe), - // for example, "/folder1|/folder2". + // A list of filter rules that include specific data during your transfer. For + // more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Includes []*FilterRule `type:"list"` // The name of the task that was described. Name *string `min:"1" type:"string"` - // The set of configuration options that control the behavior of a single execution - // of the task that occurs when you call StartTaskExecution. You can configure - // these options to preserve metadata such as user ID (UID) and group (GID), - // file permissions, data integrity verification, and so on. + // The configuration options that control the behavior of the StartTaskExecution + // operation. Some options include preserving file or object metadata and verifying + // data integrity. // - // For each individual task execution, you can override these options by specifying - // the overriding OverrideOptions value to StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. + // You can override these options for each task execution. For more information, + // see StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). Options *Options `type:"structure"` // The schedule used to periodically transfer files from a source to a destination @@ -8366,8 +8347,9 @@ type DescribeTaskOutput struct { // The Amazon Resource Name (ARN) of the source file system's location. SourceLocationArn *string `type:"string"` - // The Amazon Resource Names (ARNs) of the source elastic network interfaces - // (ENIs) that were created for your subnet. + // The Amazon Resource Names (ARNs) of the network interfaces created for your + // source location. For more information, see Network interface requirements + // (https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces). SourceNetworkInterfaceArns []*string `type:"list"` // The status of the task that was described. @@ -9228,14 +9210,15 @@ func (s *ListLocationsOutput) SetNextToken(v string) *ListLocationsOutput { type ListTagsForResourceInput struct { _ struct{} `type:"structure"` - // The maximum number of locations to return. + // Specifies how many results that you want in the response. MaxResults *int64 `type:"integer"` - // An opaque string that indicates the position at which to begin the next list - // of locations. + // Specifies an opaque string that indicates the position to begin the next + // list of results in the response. NextToken *string `type:"string"` - // The Amazon Resource Name (ARN) of the resource whose tags to list. + // Specifies the Amazon Resource Name (ARN) of the resource that you want tag + // information on. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` @@ -9294,11 +9277,11 @@ func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResource type ListTagsForResourceOutput struct { _ struct{} `type:"structure"` - // An opaque string that indicates the position at which to begin returning - // the next list of resource tags. + // The opaque string that indicates the position to begin the next list of results + // in the response. NextToken *string `type:"string"` - // Array of resource tags. + // An array of tags applied to the specified resource. Tags []*TagListEntry `type:"list"` } @@ -9785,26 +9768,23 @@ func (s *OnPremConfig) SetAgentArns(v []*string) *OnPremConfig { return s } -// Represents the options that are available to control the behavior of a StartTaskExecution -// (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) -// operation. Behavior includes preserving metadata such as user ID (UID), group -// ID (GID), and file permissions, and also overwriting files in the destination, -// data integrity verification, and so on. +// Configures your DataSync task settings. These options include how DataSync +// handles files, objects, and their associated metadata. You also can specify +// how DataSync verifies data integrity, set bandwidth limits for your task, +// among other options. // -// A task has a set of default options associated with it. If you don't specify -// an option in StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html), -// the default value is used. You can override the defaults options on each -// task execution by specifying an overriding Options value to StartTaskExecution -// (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). +// Each task setting has a default value. Unless you need to, you don't have +// to configure any of these Options before starting your task. type Options struct { _ struct{} `type:"structure"` - // A file metadata value that shows the last time a file was accessed (that - // is, when the file was read or written to). If you set Atime to BEST_EFFORT, - // DataSync attempts to preserve the original Atime attribute on all source - // files (that is, the version before the PREPARING phase). However, Atime's - // behavior is not fully standard across platforms, so DataSync can only do - // this on a best-effort basis. + // Specifies whether to preserve metadata indicating the last time a file was + // read or written to. If you set Atime to BEST_EFFORT, DataSync attempts to + // preserve the original Atime attribute on all source files (that is, the version + // before the PREPARING phase of the task execution). + // + // The behavior of Atime isn't fully standard across platforms, so DataSync + // can only do this on a best-effort basis. // // Default value: BEST_EFFORT // @@ -9817,11 +9797,11 @@ type Options struct { // If Atime is set to NONE, Mtime must also be NONE. Atime *string `type:"string" enum:"Atime"` - // A value that limits the bandwidth used by DataSync. For example, if you want - // DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024). + // Limits the bandwidth used by a DataSync task. For example, if you want DataSync + // to use a maximum of 1 MB, set this value to 1048576 (=1024*1024). BytesPerSecond *int64 `type:"long"` - // The POSIX group ID (GID) of the file's owners. + // Specifies the POSIX group ID (GID) of the file's owners. // // For more information, see Metadata copied by DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied). // @@ -9832,17 +9812,17 @@ type Options struct { // NONE: Ignore UID and GID. Gid *string `type:"string" enum:"Gid"` - // A value that determines the type of logs that DataSync publishes to a log - // stream in the Amazon CloudWatch log group that you provide. For more information - // about providing a log group for DataSync, see CloudWatchLogGroupArn (https://docs.aws.amazon.com/datasync/latest/userguide/API_CreateTask.html#DataSync-CreateTask-request-CloudWatchLogGroupArn). - // If set to OFF, no logs are published. BASIC publishes logs on errors for - // individual files transferred, and TRANSFER publishes logs for every file - // or object that is transferred and integrity checked. + // Specifies the type of logs that DataSync publishes to a Amazon CloudWatch + // Logs log group. To specify the log group, see CloudWatchLogGroupArn (https://docs.aws.amazon.com/datasync/latest/userguide/API_CreateTask.html#DataSync-CreateTask-request-CloudWatchLogGroupArn). + // + // If you set LogLevel to OFF, no logs are published. BASIC publishes logs on + // errors for individual files transferred. TRANSFER publishes logs for every + // file or object that is transferred and integrity checked. LogLevel *string `type:"string" enum:"LogLevel"` - // A value that indicates the last time that a file was modified (that is, a - // file was written to) before the PREPARING phase. This option is required - // for cases when you need to run the same task more than one time. + // Specifies whether to preserve metadata indicating the last time that a file + // was written to before the PREPARING phase of your task execution. This option + // is required when you need to run the a task more than once. // // Default Value: PRESERVE // @@ -9855,27 +9835,26 @@ type Options struct { // If Mtime is set to NONE, Atime must also be set to NONE. Mtime *string `type:"string" enum:"Mtime"` - // Specifies whether object tags are maintained when transferring between object + // Specifies whether object tags are preserved when transferring between object // storage systems. If you want your DataSync task to ignore object tags, specify // the NONE value. // // Default Value: PRESERVE ObjectTags *string `type:"string" enum:"ObjectTags"` - // A value that determines whether files at the destination should be overwritten - // or preserved when copying files. If set to NEVER a destination file will - // not be replaced by a source file, even if the destination file differs from - // the source file. If you modify files in the destination and you sync the - // files, you can use this value to protect against overwriting those changes. + // Specifies whether data at the destination location should be overwritten + // or preserved. If set to NEVER, a destination file for example will not be + // replaced by a source file (even if the destination file differs from the + // source file). If you modify files in the destination and you sync the files, + // you can use this value to protect against overwriting those changes. // - // Some storage classes have specific behaviors that can affect your S3 storage - // cost. For detailed information, see Considerations when working with Amazon - // S3 storage classes in DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes) - // in the DataSync User Guide. + // Some storage classes have specific behaviors that can affect your Amazon + // S3 storage cost. For detailed information, see Considerations when working + // with Amazon S3 storage classes in DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes). OverwriteMode *string `type:"string" enum:"OverwriteMode"` - // A value that determines which users or groups can access a file for a specific - // purpose such as reading, writing, or execution of the file. + // Specifies which users or groups can access a file for a specific purpose + // such as reading, writing, or execution of the file. // // For more information, see Metadata copied by DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied). // @@ -9888,12 +9867,11 @@ type Options struct { // DataSync can preserve extant permissions of a source location. PosixPermissions *string `type:"string" enum:"PosixPermissions"` - // A value that specifies whether files in the destination that don't exist - // in the source file system should be preserved. This option can affect your - // storage cost. If your task deletes objects, you might incur minimum storage - // duration charges for certain storage classes. For detailed information, see - // Considerations when working with Amazon S3 storage classes in DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes) - // in the DataSync User Guide. + // Specifies whether files in the destination location that don't exist in the + // source should be preserved. This option can affect your Amazon S3 storage + // cost. If your task deletes objects, you might incur minimum storage duration + // charges for certain storage classes. For detailed information, see Considerations + // when working with Amazon S3 storage classes in DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes). // // Default value: PRESERVE // @@ -9902,83 +9880,76 @@ type Options struct { // REMOVE: Delete destination files that aren’t present in the source. PreserveDeletedFiles *string `type:"string" enum:"PreserveDeletedFiles"` - // A value that determines whether DataSync should preserve the metadata of - // block and character devices in the source file system, and re-create the - // files with that device name and metadata on the destination. DataSync does - // not copy the contents of such devices, only the name and metadata. + // Specifies whether DataSync should preserve the metadata of block and character + // devices in the source location and recreate the files with that device name + // and metadata on the destination. DataSync copies only the name and metadata + // of such devices. // - // DataSync can't sync the actual contents of such devices, because they are + // DataSync can't copy the actual contents of these devices because they're // nonterminal and don't return an end-of-file (EOF) marker. // // Default value: NONE // // NONE: Ignore special devices (recommended). // - // PRESERVE: Preserve character and block device metadata. This option isn't - // currently supported for Amazon EFS. + // PRESERVE: Preserve character and block device metadata. This option currently + // isn't supported for Amazon EFS. PreserveDevices *string `type:"string" enum:"PreserveDevices"` - // A value that determines which components of the SMB security descriptor are - // copied from source to destination objects. + // Specifies which components of the SMB security descriptor are copied from + // source to destination objects. // // This value is only used for transfers between SMB and Amazon FSx for Windows - // File Server locations, or between two Amazon FSx for Windows File Server - // locations. For more information about how DataSync handles metadata, see - // How DataSync Handles Metadata and Special Files (https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html). + // File Server locations or between two FSx for Windows File Server locations. + // For more information, see how DataSync handles metadata (https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html). // // Default value: OWNER_DACL // // OWNER_DACL: For each copied object, DataSync copies the following metadata: // - // * Object owner. + // * The object owner. // // * NTFS discretionary access control lists (DACLs), which determine whether - // to grant access to an object. - // - // When choosing this option, DataSync does NOT copy the NTFS system access - // control lists (SACLs), which are used by administrators to log attempts to - // access a secured object. + // to grant access to an object. DataSync won't copy NTFS system access control + // lists (SACLs) with this option. // // OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata: // - // * Object owner. + // * The object owner. // // * NTFS discretionary access control lists (DACLs), which determine whether // to grant access to an object. // - // * NTFS system access control lists (SACLs), which are used by administrators - // to log attempts to access a secured object. - // - // Copying SACLs requires granting additional permissions to the Windows user - // that DataSync uses to access your SMB location. For information about choosing - // a user that ensures sufficient permissions to files, folders, and metadata, - // see user (create-smb-location.html#SMBuser). + // * SACLs, which are used by administrators to log attempts to access a + // secured object. Copying SACLs requires granting additional permissions + // to the Windows user that DataSync uses to access your SMB location. For + // information about choosing a user that ensures sufficient permissions + // to files, folders, and metadata, see user (create-smb-location.html#SMBuser). // // NONE: None of the SMB security descriptor components are copied. Destination // objects are owned by the user that was provided for accessing the destination // location. DACLs and SACLs are set based on the destination server’s configuration. SecurityDescriptorCopyFlags *string `type:"string" enum:"SmbSecurityDescriptorCopyFlags"` - // A value that determines whether tasks should be queued before executing the - // tasks. If set to ENABLED, the tasks will be queued. The default is ENABLED. + // Specifies whether tasks should be queued before executing the tasks. The + // default is ENABLED, which means the tasks will be queued. // // If you use the same agent to run multiple tasks, you can enable the tasks // to run in series. For more information, see Queueing task executions (https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#queue-task-execution). TaskQueueing *string `type:"string" enum:"TaskQueueing"` - // A value that determines whether DataSync transfers only the data and metadata - // that differ between the source and the destination location, or whether DataSync - // transfers all the content from the source, without comparing to the destination - // location. + // Determines whether DataSync transfers only the data and metadata that differ + // between the source and the destination location or transfers all the content + // from the source (without comparing what's in the destination). // // CHANGED: DataSync copies only data or metadata that is new or different content // from the source location to the destination location. // - // ALL: DataSync copies all source location content to the destination, without - // comparing to existing content on the destination. + // ALL: DataSync copies all source location content to the destination (without + // comparing what's in the destination). TransferMode *string `type:"string" enum:"TransferMode"` - // The POSIX user ID (UID) of the file's owner. + // Specifies the POSIX user ID (UID) of the file's owner. // // For more information, see Metadata copied by DataSync (https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied). // @@ -9989,23 +9960,30 @@ type Options struct { // NONE: Ignore UID and GID. Uid *string `type:"string" enum:"Uid"` - // A value that determines whether a data integrity verification should be performed - // at the end of a task execution after all data and metadata have been transferred. - // For more information, see Configure task settings (https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html). + // Specifies how and when DataSync checks the integrity of your data during + // a transfer. // // Default value: POINT_IN_TIME_CONSISTENT // - // ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files - // that were transferred. + // ONLY_FILES_TRANSFERRED (recommended): DataSync calculates the checksum of + // transferred files and metadata at the source location. At the end of the + // transfer, DataSync then compares this checksum to the checksum calculated + // on those files at the destination. // - // POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at - // the end of the transfer to verify that source and destination are fully synchronized. - // This option isn't supported when transferring to S3 Glacier Flexible Retrieval - // or S3 Glacier Deep Archive storage classes. + // We recommend this option when transferring to S3 Glacier Flexible Retrieval + // or S3 Glacier Deep Archive storage classes. For more information, see Storage + // class considerations with Amazon S3 locations (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes). // - // NONE: No additional verification is done at the end of the transfer, but - // all data transmissions are integrity-checked with checksum verification during - // the transfer. + // POINT_IN_TIME_CONSISTENT: At the end of the transfer, DataSync scans the + // entire source and destination to verify that both locations are fully synchronized. + // + // You can't use this option when transferring to S3 Glacier Flexible Retrieval + // or S3 Glacier Deep Archive storage classes. For more information, see Storage + // class considerations with Amazon S3 locations (https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes). + // + // NONE: DataSync doesn't run additional verification at the end of the transfer. + // All data transmissions are still integrity-checked with checksum verification + // during the transfer. VerifyMode *string `type:"string" enum:"VerifyMode"` } @@ -10334,32 +10312,35 @@ func (s *SmbMountOptions) SetVersion(v string) *SmbMountOptions { type StartTaskExecutionInput struct { _ struct{} `type:"structure"` - // A list of filter rules that determines which files to exclude from a task. - // The list contains a single filter string that consists of the patterns to - // exclude. The patterns are delimited by "|" (that is, a pipe), for example, + // Specifies a list of filter rules that determines which files to exclude from + // a task. The list contains a single filter string that consists of the patterns + // to exclude. The patterns are delimited by "|" (that is, a pipe), for example, // "/folder1|/folder2". Excludes []*FilterRule `type:"list"` - // A list of filter rules that determines which files to include when running - // a task. The pattern should contain a single filter string that consists of - // the patterns to include. The patterns are delimited by "|" (that is, a pipe), - // for example, "/folder1|/folder2". + // Specifies a list of filter rules that determines which files to include when + // running a task. The pattern should contain a single filter string that consists + // of the patterns to include. The patterns are delimited by "|" (that is, a + // pipe), for example, "/folder1|/folder2". Includes []*FilterRule `type:"list"` - // Represents the options that are available to control the behavior of a StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. Behavior includes preserving metadata such as user ID (UID), group - // ID (GID), and file permissions, and also overwriting files in the destination, - // data integrity verification, and so on. + // Configures your DataSync task settings. These options include how DataSync + // handles files, objects, and their associated metadata. You also can specify + // how DataSync verifies data integrity, set bandwidth limits for your task, + // among other options. // - // A task has a set of default options associated with it. If you don't specify - // an option in StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html), - // the default value is used. You can override the defaults options on each - // task execution by specifying an overriding Options value to StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). + // Each task setting has a default value. Unless you need to, you don't have + // to configure any of these Options before starting your task. OverrideOptions *Options `type:"structure"` - // The Amazon Resource Name (ARN) of the task to start. + // Specifies the tags that you want to apply to the Amazon Resource Name (ARN) + // representing the task execution. + // + // Tags are key-value pairs that help you manage, filter, and search for your + // DataSync resources. + Tags []*TagListEntry `type:"list"` + + // Specifies the Amazon Resource Name (ARN) of the task that you want to start. // // TaskArn is a required field TaskArn *string `type:"string" required:"true"` @@ -10394,6 +10375,16 @@ func (s *StartTaskExecutionInput) Validate() error { invalidParams.AddNested("OverrideOptions", err.(request.ErrInvalidParams)) } } + if s.Tags != nil { + for i, v := range s.Tags { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Tags", i), err.(request.ErrInvalidParams)) + } + } + } if invalidParams.Len() > 0 { return invalidParams @@ -10419,6 +10410,12 @@ func (s *StartTaskExecutionInput) SetOverrideOptions(v *Options) *StartTaskExecu return s } +// SetTags sets the Tags field's value. +func (s *StartTaskExecutionInput) SetTags(v []*TagListEntry) *StartTaskExecutionInput { + s.Tags = v + return s +} + // SetTaskArn sets the TaskArn field's value. func (s *StartTaskExecutionInput) SetTaskArn(v string) *StartTaskExecutionInput { s.TaskArn = &v @@ -10429,7 +10426,7 @@ func (s *StartTaskExecutionInput) SetTaskArn(v string) *StartTaskExecutionInput type StartTaskExecutionOutput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the specific task execution that was started. + // The ARN of the running task execution. TaskExecutionArn *string `type:"string"` } @@ -10457,10 +10454,8 @@ func (s *StartTaskExecutionOutput) SetTaskExecutionArn(v string) *StartTaskExecu return s } -// Represents a single entry in a list of Amazon Web Services resource tags. -// TagListEntry returns an array that contains a list of tasks when the ListTagsForResource -// (https://docs.aws.amazon.com/datasync/latest/userguide/API_ListTagsForResource.html) -// operation is called. +// A key-value pair representing a single tag that's been applied to an Amazon +// Web Services resource. type TagListEntry struct { _ struct{} `type:"structure"` @@ -10526,12 +10521,13 @@ func (s *TagListEntry) SetValue(v string) *TagListEntry { type TagResourceInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the resource to apply the tag to. + // Specifies the Amazon Resource Name (ARN) of the resource to apply the tag + // to. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` - // The tags to apply. + // Specifies the tags that you want to apply to the resource. // // Tags is a required field Tags []*TagListEntry `type:"list" required:"true"` @@ -10957,12 +10953,13 @@ func (s *TaskSchedule) SetScheduleExpression(v string) *TaskSchedule { type UntagResourceInput struct { _ struct{} `type:"structure"` - // The keys in the key-value pair in the tag to remove. + // Specifies the keys in the tags that you want to remove. // // Keys is a required field Keys []*string `min:"1" type:"list" required:"true"` - // The Amazon Resource Name (ARN) of the resource to remove the tag from. + // Specifies the Amazon Resource Name (ARN) of the resource to remove the tags + // from. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` @@ -11782,17 +11779,13 @@ func (s UpdateLocationSmbOutput) GoString() string { type UpdateTaskExecutionInput struct { _ struct{} `type:"structure"` - // Represents the options that are available to control the behavior of a StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. Behavior includes preserving metadata such as user ID (UID), group - // ID (GID), and file permissions, and also overwriting files in the destination, - // data integrity verification, and so on. + // Configures your DataSync task settings. These options include how DataSync + // handles files, objects, and their associated metadata. You also can specify + // how DataSync verifies data integrity, set bandwidth limits for your task, + // among other options. // - // A task has a set of default options associated with it. If you don't specify - // an option in StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html), - // the default value is used. You can override the defaults options on each - // task execution by specifying an overriding Options value to StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). + // Each task setting has a default value. Unless you need to, you don't have + // to configure any of these Options before starting your task. // // Options is a required field Options *Options `type:"structure" required:"true"` @@ -11885,32 +11878,26 @@ type UpdateTaskInput struct { // log group. CloudWatchLogGroupArn *string `type:"string"` - // A list of filter rules that determines which files to exclude from a task. - // The list should contain a single filter string that consists of the patterns - // to exclude. The patterns are delimited by "|" (that is, a pipe), for example, - // "/folder1|/folder2". + // Specifies a list of filter rules that exclude specific data during your transfer. + // For more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Excludes []*FilterRule `type:"list"` - // A list of filter rules that determines which files to include when running - // a task. The pattern contains a single filter string that consists of the - // patterns to include. The patterns are delimited by "|" (that is, a pipe), - // for example, "/folder1|/folder2". + // Specifies a list of filter rules that include specific data during your transfer. + // For more information and examples, see Filtering data transferred by DataSync + // (https://docs.aws.amazon.com/datasync/latest/userguide/filtering.html). Includes []*FilterRule `type:"list"` // The name of the task to update. Name *string `min:"1" type:"string"` - // Represents the options that are available to control the behavior of a StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) - // operation. Behavior includes preserving metadata such as user ID (UID), group - // ID (GID), and file permissions, and also overwriting files in the destination, - // data integrity verification, and so on. + // Configures your DataSync task settings. These options include how DataSync + // handles files, objects, and their associated metadata. You also can specify + // how DataSync verifies data integrity, set bandwidth limits for your task, + // among other options. // - // A task has a set of default options associated with it. If you don't specify - // an option in StartTaskExecution (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html), - // the default value is used. You can override the defaults options on each - // task execution by specifying an overriding Options value to StartTaskExecution - // (https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html). + // Each task setting has a default value. Unless you need to, you don't have + // to configure any of these Options before starting your task. Options *Options `type:"structure"` // Specifies a schedule used to periodically transfer files from a source to @@ -12467,6 +12454,9 @@ const ( // S3StorageClassOutposts is a S3StorageClass enum value S3StorageClassOutposts = "OUTPOSTS" + + // S3StorageClassGlacierInstantRetrieval is a S3StorageClass enum value + S3StorageClassGlacierInstantRetrieval = "GLACIER_INSTANT_RETRIEVAL" ) // S3StorageClass_Values returns all elements of the S3StorageClass enum @@ -12479,6 +12469,7 @@ func S3StorageClass_Values() []string { S3StorageClassGlacier, S3StorageClassDeepArchive, S3StorageClassOutposts, + S3StorageClassGlacierInstantRetrieval, } } diff --git a/service/efs/api.go b/service/efs/api.go index 10f012202e2..bbfdc28b85b 100644 --- a/service/efs/api.go +++ b/service/efs/api.go @@ -3173,19 +3173,19 @@ func (c *EFS) PutLifecycleConfigurationRequest(input *PutLifecycleConfigurationI // PutLifecycleConfiguration API operation for Amazon Elastic File System. // -// Use this action to manage EFS lifecycle management and intelligent tiering. +// Use this action to manage EFS lifecycle management and EFS Intelligent-Tiering. // A LifecycleConfiguration consists of one or more LifecyclePolicy objects // that define the following: // // - EFS Lifecycle management - When Amazon EFS automatically transitions -// files in a file system into the lower-cost Infrequent Access (IA) storage -// class. To enable EFS Lifecycle management, set the value of TransitionToIA +// files in a file system into the lower-cost EFS Infrequent Access (IA) +// storage class. To enable EFS Lifecycle management, set the value of TransitionToIA // to one of the available options. // -// - EFS Intelligent tiering - When Amazon EFS automatically transitions -// files from IA back into the file system's primary storage class (Standard -// or One Zone Standard. To enable EFS Intelligent Tiering, set the value -// of TransitionToPrimaryStorageClass to AFTER_1_ACCESS. +// - EFS Intelligent-Tiering - When Amazon EFS automatically transitions +// files from IA back into the file system's primary storage class (EFS Standard +// or EFS One Zone Standard). To enable EFS Intelligent-Tiering, set the +// value of TransitionToPrimaryStorageClass to AFTER_1_ACCESS. // // For more information, see EFS Lifecycle Management (https://docs.aws.amazon.com/efs/latest/ug/lifecycle-management-efs.html). // @@ -3194,12 +3194,13 @@ func (c *EFS) PutLifecycleConfigurationRequest(input *PutLifecycleConfigurationI // exists for the specified file system, a PutLifecycleConfiguration call modifies // the existing configuration. A PutLifecycleConfiguration call with an empty // LifecyclePolicies array in the request body deletes any existing LifecycleConfiguration -// and turns off lifecycle management and intelligent tiering for the file system. +// and turns off lifecycle management and EFS Intelligent-Tiering for the file +// system. // // In the request, specify the following: // // - The ID for the file system for which you are enabling, disabling, or -// modifying lifecycle management and intelligent tiering. +// modifying lifecycle management and EFS Intelligent-Tiering. // // - A LifecyclePolicies array of LifecyclePolicy objects that define when // files are moved into IA storage, and when they are moved back to Standard diff --git a/service/guardduty/api.go b/service/guardduty/api.go index 1216da2d562..64c9f34d981 100644 --- a/service/guardduty/api.go +++ b/service/guardduty/api.go @@ -7620,7 +7620,9 @@ type CreateFilterInput struct { // The idempotency token for the create request. ClientToken *string `locationName:"clientToken" type:"string" idempotencyToken:"true"` - // The description of the filter. + // The description of the filter. Valid special characters include period (.), + // underscore (_), dash (-), and whitespace. The new line character is considered + // to be an invalid input for description. Description *string `locationName:"description" type:"string"` // The ID of the detector belonging to the GuardDuty account that you want to @@ -7753,9 +7755,9 @@ type CreateFilterInput struct { // FindingCriteria is a required field FindingCriteria *FindingCriteria `locationName:"findingCriteria" type:"structure" required:"true"` - // The name of the filter. Minimum length of 3. Maximum length of 64. Valid - // characters include alphanumeric characters, dot (.), underscore (_), and - // dash (-). Spaces are not allowed. + // The name of the filter. Valid characters include period (.), underscore (_), + // dash (-), and alphanumeric characters. A whitespace is considered to be an + // invalid character. // // Name is a required field Name *string `locationName:"name" min:"3" type:"string" required:"true"` @@ -17343,7 +17345,7 @@ type Scan struct { // Represents total bytes that were scanned. TotalBytes *int64 `locationName:"totalBytes" type:"long"` - // Represents the reason the scan was triggered. + // Specifies the reason why the scan was initiated. TriggerDetails *TriggerDetails `locationName:"triggerDetails" type:"structure"` } @@ -19180,7 +19182,9 @@ type UpdateFilterInput struct { // filter. Action *string `locationName:"action" min:"1" type:"string" enum:"FilterAction"` - // The description of the filter. + // The description of the filter. Valid special characters include period (.), + // underscore (_), dash (-), and whitespace. The new line character is considered + // to be an invalid input for description. Description *string `locationName:"description" type:"string"` // The unique ID of the detector that specifies the GuardDuty service where diff --git a/service/guardduty/doc.go b/service/guardduty/doc.go index d0d8e72c947..6dff675c251 100644 --- a/service/guardduty/doc.go +++ b/service/guardduty/doc.go @@ -6,22 +6,24 @@ // Amazon GuardDuty is a continuous security monitoring service that analyzes // and processes the following data sources: VPC flow logs, Amazon Web Services // CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit -// logs, and DNS logs. It uses threat intelligence feeds (such as lists of malicious -// IPs and domains) and machine learning to identify unexpected, potentially -// unauthorized, and malicious activity within your Amazon Web Services environment. -// This can include issues like escalations of privileges, uses of exposed credentials, -// or communication with malicious IPs, URLs, or domains. For example, GuardDuty -// can detect compromised EC2 instances that serve malware or mine bitcoin. +// logs, DNS logs, and Amazon EBS volume data. It uses threat intelligence feeds, +// such as lists of malicious IPs and domains, and machine learning to identify +// unexpected, potentially unauthorized, and malicious activity within your +// Amazon Web Services environment. This can include issues like escalations +// of privileges, uses of exposed credentials, or communication with malicious +// IPs, domains, or presence of malware on your Amazon EC2 instances and container +// workloads. For example, GuardDuty can detect compromised EC2 instances and +// container workloads serving malware, or mining bitcoin. // // GuardDuty also monitors Amazon Web Services account access behavior for signs -// of compromise. Some examples of this are unauthorized infrastructure deployments -// such as EC2 instances deployed in a Region that has never been used, or unusual -// API calls like a password policy change to reduce password strength. +// of compromise, such as unauthorized infrastructure deployments like EC2 instances +// deployed in a Region that has never been used, or unusual API calls like +// a password policy change to reduce password strength. // -// GuardDuty informs you of the status of your Amazon Web Services environment +// GuardDuty informs you about the status of your Amazon Web Services environment // by producing security findings that you can view in the GuardDuty console -// or through Amazon CloudWatch events. For more information, see the Amazon -// GuardDuty User Guide (https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html) . +// or through Amazon EventBridge. For more information, see the Amazon GuardDuty +// User Guide (https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html) . // // See https://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28 for more information on this service. // diff --git a/service/iotfleetwise/api.go b/service/iotfleetwise/api.go index f94adafe5d9..6ff7c013c80 100644 --- a/service/iotfleetwise/api.go +++ b/service/iotfleetwise/api.go @@ -2031,6 +2031,10 @@ func (c *IoTFleetWise) GetModelManifestRequest(input *GetModelManifestInput) (re // - ThrottlingException // The request couldn't be completed due to throttling. // +// - ValidationException +// The input fails to satisfy the constraints specified by an Amazon Web Services +// service. +// // - AccessDeniedException // You don't have sufficient permission to perform this action. // @@ -5474,6 +5478,10 @@ func (c *IoTFleetWise) UpdateSignalCatalogRequest(input *UpdateSignalCatalogInpu // - ThrottlingException // The request couldn't be completed due to throttling. // +// - ValidationException +// The input fails to satisfy the constraints specified by an Amazon Web Services +// service. +// // - InvalidSignalsException // The request couldn't be completed because it contains signals that aren't // valid. diff --git a/service/sagemaker/api.go b/service/sagemaker/api.go index a43ed7fbf87..7b0737c7468 100644 --- a/service/sagemaker/api.go +++ b/service/sagemaker/api.go @@ -35953,14 +35953,15 @@ type CreateAppInput struct { // fails with a request validation error. ResourceSpec *ResourceSpec `type:"structure"` - // The name of the space. + // The name of the space. If this value is not set, then UserProfileName must + // be set. SpaceName *string `type:"string"` // Each tag consists of a key and an optional value. Tag keys must be unique // per resource. Tags []*Tag `type:"list"` - // The user profile name. + // The user profile name. If this value is not set, then SpaceName must be set. UserProfileName *string `type:"string"` } @@ -46877,10 +46878,11 @@ type DeleteAppInput struct { // DomainId is a required field DomainId *string `type:"string" required:"true"` - // The name of the space. + // The name of the space. If this value is not set, then UserProfileName must + // be set. SpaceName *string `type:"string"` - // The user profile name. + // The user profile name. If this value is not set, then SpaceName must be set. UserProfileName *string `type:"string"` } @@ -50983,7 +50985,7 @@ type DescribeAppInput struct { // The name of the space. SpaceName *string `type:"string"` - // The user profile name. + // The user profile name. If this value is not set, then SpaceName must be set. UserProfileName *string `type:"string"` } @@ -51087,7 +51089,8 @@ type DescribeAppOutput struct { // created on the instance. ResourceSpec *ResourceSpec `type:"structure"` - // The name of the space. + // The name of the space. If this value is not set, then UserProfileName must + // be set. SpaceName *string `type:"string"` // The status. @@ -69648,16 +69651,23 @@ func (s *HyperParameterTuningInstanceConfig) SetVolumeSizeInGB(v int64) *HyperPa type HyperParameterTuningJobConfig struct { _ struct{} `type:"structure"` - // The HyperParameterTuningJobObjective object that specifies the objective - // metric for this tuning job. + // The HyperParameterTuningJobObjective specifies the objective metric used + // to evaluate the performance of training jobs launched by this tuning job. HyperParameterTuningJobObjective *HyperParameterTuningJobObjective `type:"structure"` // The ParameterRanges object that specifies the ranges of hyperparameters that - // this tuning job searches. + // this tuning job searches over to find the optimal configuration for the highest + // model performance against .your chosen objective metric. ParameterRanges *ParameterRanges `type:"structure"` - // The ResourceLimits object that specifies the maximum number of training jobs - // and parallel training jobs for this tuning job. + // A value used to initialize a pseudo-random number generator. Setting a random + // seed and using the same seed later for the same tuning job will allow hyperparameter + // optimization to find more a consistent hyperparameter configuration between + // the two runs. + RandomSeed *int64 `type:"integer"` + + // The ResourceLimits object that specifies the maximum number of training and + // parallel training jobs that can be used for this hyperparameter tuning job. // // ResourceLimits is a required field ResourceLimits *ResourceLimits `type:"structure" required:"true"` @@ -69766,6 +69776,12 @@ func (s *HyperParameterTuningJobConfig) SetParameterRanges(v *ParameterRanges) * return s } +// SetRandomSeed sets the RandomSeed field's value. +func (s *HyperParameterTuningJobConfig) SetRandomSeed(v int64) *HyperParameterTuningJobConfig { + s.RandomSeed = &v + return s +} + // SetResourceLimits sets the ResourceLimits field's value. func (s *HyperParameterTuningJobConfig) SetResourceLimits(v *ResourceLimits) *HyperParameterTuningJobConfig { s.ResourceLimits = v @@ -74205,10 +74221,12 @@ type ListAppsInput struct { // The sort order for the results. The default is Ascending. SortOrder *string `type:"string" enum:"SortOrder"` - // A parameter to search by space name. + // A parameter to search by space name. If UserProfileNameEquals is set, then + // this value cannot be set. SpaceNameEquals *string `type:"string"` - // A parameter to search by user profile name. + // A parameter to search by user profile name. If SpaceNameEquals is set, then + // this value cannot be set. UserProfileNameEquals *string `type:"string"` }