diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f504e01b1..26a8e696b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +Release v1.44.224 (2023-03-17) +=== + +### Service Client Updates +* `service/billingconductor`: Updates service API and documentation +* `service/config`: Updates service API and documentation +* `service/dms`: Updates service API and documentation + * S3 setting to create AWS Glue Data Catalog. Oracle setting to control conversion of timestamp column. Support for Kafka SASL Plain authentication. Setting to map boolean from PostgreSQL to Redshift. SQL Server settings to force lob lookup on inline LOBs and to control access of database logs. + Release v1.44.223 (2023-03-16) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 495a57077b1..605ec29e52a 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -23977,6 +23977,15 @@ var awsPartition = partition{ }: endpoint{ Hostname: "servicediscovery.ap-southeast-3.amazonaws.com", }, + endpointKey{ + Region: "ap-southeast-4", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-4", + Variant: dualStackVariant, + }: endpoint{ + Hostname: "servicediscovery.ap-southeast-4.amazonaws.com", + }, endpointKey{ Region: "ca-central-1", }: endpoint{}, diff --git a/aws/version.go b/aws/version.go index d8b21faaf44..9d30aa30a44 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.223" +const SDKVersion = "1.44.224" diff --git a/models/apis/billingconductor/2021-07-30/api-2.json b/models/apis/billingconductor/2021-07-30/api-2.json index f96bd553f67..7ed58690521 100644 --- a/models/apis/billingconductor/2021-07-30/api-2.json +++ b/models/apis/billingconductor/2021-07-30/api-2.json @@ -612,6 +612,12 @@ "type":"string", "pattern":"[0-9]{12}" }, + "AccountIdFilterList":{ + "type":"list", + "member":{"shape":"AccountId"}, + "max":30, + "min":1 + }, "AccountIdList":{ "type":"list", "member":{"shape":"AccountId"}, @@ -804,6 +810,12 @@ "PRIMARY_ACCOUNT_MISSING" ] }, + "BillingGroupStatusList":{ + "type":"list", + "member":{"shape":"BillingGroupStatus"}, + "max":2, + "min":1 + }, "BillingGroupStatusReason":{"type":"string"}, "BillingPeriod":{ "type":"string", @@ -1135,7 +1147,9 @@ "LastModifiedTime":{"shape":"Instant"}, "AssociationSize":{"shape":"NumberOfAssociations"}, "StartBillingPeriod":{"shape":"BillingPeriod"}, - "EndBillingPeriod":{"shape":"BillingPeriod"} + "EndBillingPeriod":{"shape":"BillingPeriod"}, + "Arn":{"shape":"CustomLineItemArn"}, + "StartTime":{"shape":"Instant"} } }, "DeleteBillingGroupInput":{ @@ -1263,7 +1277,8 @@ "type":"structure", "members":{ "Association":{"shape":"Association"}, - "AccountId":{"shape":"AccountId"} + "AccountId":{"shape":"AccountId"}, + "AccountIds":{"shape":"AccountIdFilterList"} } }, "ListAccountAssociationsInput":{ @@ -1307,7 +1322,8 @@ "type":"structure", "members":{ "Arns":{"shape":"BillingGroupArnList"}, - "PricingPlan":{"shape":"PricingPlanFullArn"} + "PricingPlan":{"shape":"PricingPlanFullArn"}, + "Statuses":{"shape":"BillingGroupStatusList"} } }, "ListBillingGroupsInput":{ @@ -1682,7 +1698,9 @@ "CreationTime":{"shape":"Instant"}, "LastModifiedTime":{"shape":"Instant"}, "BillingEntity":{"shape":"BillingEntity"}, - "Tiering":{"shape":"Tiering"} + "Tiering":{"shape":"Tiering"}, + "UsageType":{"shape":"UsageType"}, + "Operation":{"shape":"Operation"} } }, "PricingRuleName":{ @@ -1697,7 +1715,8 @@ "enum":[ "GLOBAL", "SERVICE", - "BILLING_ENTITY" + "BILLING_ENTITY", + "SKU" ] }, "PricingRuleType":{ @@ -2073,7 +2092,11 @@ "ILLEGAL_MODIFIER_PERCENTAGE", "ILLEGAL_TYPE", "ILLEGAL_ENDED_BILLINGGROUP", - "ILLEGAL_TIERING_INPUT" + "ILLEGAL_TIERING_INPUT", + "ILLEGAL_OPERATION", + "ILLEGAL_USAGE_TYPE", + "INVALID_SKU_COMBO", + "INVALID_FILTER" ] } } diff --git a/models/apis/billingconductor/2021-07-30/docs-2.json b/models/apis/billingconductor/2021-07-30/docs-2.json index fa26b7b9bf7..7421e1b55d3 100644 --- a/models/apis/billingconductor/2021-07-30/docs-2.json +++ b/models/apis/billingconductor/2021-07-30/docs-2.json @@ -74,6 +74,7 @@ "base": null, "refs": { "AccountAssociationsListElement$AccountId": "

The associating array of account IDs.

", + "AccountIdFilterList$member": null, "AccountIdList$member": null, "BillingGroupListElement$PrimaryAccountId": "

The account ID that serves as the main account in a billing group.

", "CreateBillingGroupInput$PrimaryAccountId": "

The account ID that serves as the main account in a billing group.

", @@ -81,6 +82,12 @@ "UpdateBillingGroupOutput$PrimaryAccountId": "

The account ID that serves as the main account in a billing group.

" } }, + "AccountIdFilterList": { + "base": null, + "refs": { + "ListAccountAssociationsFilter$AccountIds": "

The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.

" + } + }, "AccountIdList": { "base": null, "refs": { @@ -264,10 +271,17 @@ "base": null, "refs": { "BillingGroupListElement$Status": "

The billing group status. Only one of the valid values can be used.

", + "BillingGroupStatusList$member": null, "UpdateBillingGroupInput$Status": "

The status of the billing group. Only one of the valid values can be used.

", "UpdateBillingGroupOutput$Status": "

The status of the billing group. Only one of the valid values can be used.

" } }, + "BillingGroupStatusList": { + "base": null, + "refs": { + "ListBillingGroupsFilter$Statuses": "

A list of billing groups to retrieve their current status for a specific time range

" + } + }, "BillingGroupStatusReason": { "base": null, "refs": { @@ -401,6 +415,7 @@ "CreateCustomLineItemOutput$Arn": "

The Amazon Resource Name (ARN) of the created custom line item.

", "CustomLineItemArns$member": null, "CustomLineItemListElement$Arn": "

The Amazon Resource Names (ARNs) for custom line items.

", + "CustomLineItemVersionListElement$Arn": "

A list of custom line item Amazon Resource Names (ARNs) to retrieve information.

", "DeleteCustomLineItemInput$Arn": "

The ARN of the custom line item to be deleted.

", "DeleteCustomLineItemOutput$Arn": "

Then ARN of the deleted custom line item.

", "ListCustomLineItemVersionsInput$Arn": "

The Amazon Resource Name (ARN) for the custom line item.

", @@ -649,6 +664,7 @@ "CustomLineItemListElement$LastModifiedTime": "

The most recent time when the custom line item was modified.

", "CustomLineItemVersionListElement$CreationTime": "

The time when the custom line item version was created.

", "CustomLineItemVersionListElement$LastModifiedTime": "

The most recent time that the custom line item version was modified.

", + "CustomLineItemVersionListElement$StartTime": "

The inclusive start time.

", "PricingPlanListElement$CreationTime": "

The time when the pricing plan was created.

", "PricingPlanListElement$LastModifiedTime": "

The most recent time when the pricing plan was modified.

", "PricingRuleListElement$CreationTime": "

The time when the pricing rule was created.

", @@ -943,6 +959,7 @@ "base": null, "refs": { "CreatePricingRuleInput$Operation": "

Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

", + "PricingRuleListElement$Operation": "

Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

", "UpdatePricingRuleOutput$Operation": "

Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

" } }, @@ -1315,6 +1332,7 @@ "base": null, "refs": { "CreatePricingRuleInput$UsageType": "

Usage type is the unit that each service uses to measure the usage of a specific type of resource.

If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

</p> 
", + "PricingRuleListElement$UsageType": "

Usage type is the unit that each service uses to measure the usage of a specific type of resource.

If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

</p> 
", "UpdatePricingRuleOutput$UsageType": "

Usage type is the unit that each service uses to measure the usage of a specific type of resource.

If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

" } }, diff --git a/models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json b/models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json index 1178cc8d240..b4ea1f3843c 100644 --- a/models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json +++ b/models/apis/billingconductor/2021-07-30/endpoint-rule-set-1.json @@ -3,7 +3,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": true, + "required": false, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -32,13 +32,12 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "isSet", "argv": [ { - "ref": "Region" + "ref": "Endpoint" } - ], - "assign": "PartitionResult" + ] } ], "type": "tree", @@ -46,14 +45,20 @@ { "conditions": [ { - "fn": "isSet", + "fn": "booleanEquals", "argv": [ { - "ref": "Endpoint" - } + "ref": "UseFIPS" + }, + true ] } ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], "type": "tree", "rules": [ { @@ -62,64 +67,42 @@ "fn": "booleanEquals", "argv": [ { - "ref": "UseFIPS" + "ref": "UseDualStack" }, true ] } ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "error": "Invalid Configuration: Dualstack 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" + "endpoint": { + "url": { + "ref": "Endpoint" }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ { "conditions": [ { - "fn": "stringEquals", + "fn": "isSet", "argv": [ { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - }, - "aws" + "ref": "Region" + } ] } ], @@ -128,22 +111,13 @@ { "conditions": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", + "fn": "aws.partition", "argv": [ { - "ref": "UseDualStack" - }, - true - ] + "ref": "Region" + } + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -151,147 +125,216 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "stringEquals", "argv": [ - true, { "fn": "getAttr", "argv": [ { "ref": "PartitionResult" }, - "supportsFIPS" + "name" ] - } + }, + "aws" ] - }, + } + ], + "type": "tree", + "rules": [ { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsDualStack" + 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://billingconductor-fips.{Region}.api.aws", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" } ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://billingconductor-fips.{Region}.api.aws", - "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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://billingconductor-fips.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://billingconductor-fips.{Region}.amazonaws.com", - "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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsDualStack" + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://billingconductor.{Region}.api.aws", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } ] - } - ], - "type": "tree", - "rules": [ + }, { "conditions": [], "endpoint": { - "url": "https://billingconductor.{Region}.api.aws", - "properties": {}, + "url": "https://billingconductor.us-east-1.amazonaws.com", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingName": "billingconductor", + "signingRegion": "us-east-1" + } + ] + }, "headers": {} }, "type": "endpoint" @@ -299,213 +342,238 @@ ] }, { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ] - }, - { - "conditions": [], - "endpoint": { - "url": "https://billingconductor.us-east-1.amazonaws.com", - "properties": { - "authSchemes": [ - { - "name": "sigv4", - "signingRegion": "us-east-1", - "signingName": "billingconductor" - } - ] - }, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, + }, { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsDualStack" + true ] } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], + ], "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": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, { "conditions": [], - "endpoint": { - "url": "https://billingconductor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" } ] - } - ] - }, - { - "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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true ] } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], + ], "type": "tree", "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://billingconductor-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, { "conditions": [], - "endpoint": { - "url": "https://billingconductor-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" } ] - } - ] - }, - { - "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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsDualStack" + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } ] - } - ], - "type": "tree", - "rules": [ + }, { "conditions": [], "type": "tree", "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "aws-global" + ] + } + ], + "endpoint": { + "url": "https://billingconductor.us-east-1.amazonaws.com", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingName": "billingconductor", + "signingRegion": "us-east-1" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + }, { "conditions": [], "endpoint": { - "url": "https://billingconductor.{Region}.{PartitionResult#dualStackDnsSuffix}", + "url": "https://billingconductor.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, @@ -514,55 +582,13 @@ ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } ] }, { "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - { - "ref": "Region" - }, - "aws-global" - ] - } - ], - "endpoint": { - "url": "https://billingconductor.us-east-1.amazonaws.com", - "properties": { - "authSchemes": [ - { - "name": "sigv4", - "signingRegion": "us-east-1", - "signingName": "billingconductor" - } - ] - }, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [], - "endpoint": { - "url": "https://billingconductor.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } diff --git a/models/apis/billingconductor/2021-07-30/endpoint-tests-1.json b/models/apis/billingconductor/2021-07-30/endpoint-tests-1.json index 2733c3fd064..b9c1c6c3798 100644 --- a/models/apis/billingconductor/2021-07-30/endpoint-tests-1.json +++ b/models/apis/billingconductor/2021-07-30/endpoint-tests-1.json @@ -1,85 +1,68 @@ { "testCases": [ { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://billingconductor-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseDualStack": true, - "UseFIPS": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "documentation": "For region aws-global with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://billingconductor-fips.cn-north-1.amazonaws.com.cn" + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingName": "billingconductor", + "signingRegion": "us-east-1" + } + ] + }, + "url": "https://billingconductor.us-east-1.amazonaws.com" } }, "params": { - "Region": "cn-north-1", + "Region": "aws-global", "UseDualStack": false, - "UseFIPS": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://billingconductor.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseDualStack": true, "UseFIPS": false } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://billingconductor.cn-north-1.amazonaws.com.cn" + "url": "https://billingconductor-fips.us-east-1.api.aws" } }, "params": { - "Region": "cn-north-1", - "UseDualStack": false, - "UseFIPS": false + "Region": "us-east-1", + "UseDualStack": true, + "UseFIPS": true } }, { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://billingconductor-fips.us-iso-east-1.c2s.ic.gov" + "url": "https://billingconductor-fips.us-east-1.amazonaws.com" } }, "params": { - "Region": "us-iso-east-1", + "Region": "us-east-1", "UseDualStack": false, "UseFIPS": true } }, { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://billingconductor.us-iso-east-1.c2s.ic.gov" + "url": "https://billingconductor.us-east-1.api.aws" } }, "params": { - "Region": "us-iso-east-1", - "UseDualStack": false, + "Region": "us-east-1", + "UseDualStack": true, "UseFIPS": false } }, { - "documentation": "For region aws-global with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { "properties": { @@ -95,68 +78,59 @@ } }, "params": { - "Region": "aws-global", + "Region": "us-east-1", "UseDualStack": false, "UseFIPS": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://billingconductor-fips.us-east-1.api.aws" + "url": "https://billingconductor-fips.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { - "Region": "us-east-1", + "Region": "cn-north-1", "UseDualStack": true, "UseFIPS": true } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://billingconductor-fips.us-east-1.amazonaws.com" + "url": "https://billingconductor-fips.cn-north-1.amazonaws.com.cn" } }, "params": { - "Region": "us-east-1", + "Region": "cn-north-1", "UseDualStack": false, "UseFIPS": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://billingconductor.us-east-1.api.aws" + "url": "https://billingconductor.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { - "Region": "us-east-1", + "Region": "cn-north-1", "UseDualStack": true, "UseFIPS": false } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "properties": { - "authSchemes": [ - { - "name": "sigv4", - "signingName": "billingconductor", - "signingRegion": "us-east-1" - } - ] - }, - "url": "https://billingconductor.us-east-1.amazonaws.com" + "url": "https://billingconductor.cn-north-1.amazonaws.com.cn" } }, "params": { - "Region": "us-east-1", + "Region": "cn-north-1", "UseDualStack": false, "UseFIPS": false } @@ -213,6 +187,32 @@ "UseFIPS": false } }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://billingconductor-fips.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseDualStack": false, + "UseFIPS": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://billingconductor.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseDualStack": false, + "UseFIPS": false + } + }, { "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", "expect": { @@ -240,7 +240,7 @@ } }, { - "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", "expect": { "endpoint": { "url": "https://example.com" @@ -253,6 +253,19 @@ "Endpoint": "https://example.com" } }, + { + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseDualStack": false, + "UseFIPS": false, + "Endpoint": "https://example.com" + } + }, { "documentation": "For custom endpoint with fips enabled and dualstack disabled", "expect": { diff --git a/models/apis/config/2014-11-12/api-2.json b/models/apis/config/2014-11-12/api-2.json index 195e1e2fc6b..a3e2ccb7e8c 100644 --- a/models/apis/config/2014-11-12/api-2.json +++ b/models/apis/config/2014-11-12/api-2.json @@ -4809,7 +4809,94 @@ "AWS::ServiceDiscovery::PublicDnsNamespace", "AWS::SES::ContactList", "AWS::SES::ConfigurationSet", - "AWS::Route53::HostedZone" + "AWS::Route53::HostedZone", + "AWS::IoTEvents::Input", + "AWS::IoTEvents::DetectorModel", + "AWS::IoTEvents::AlarmModel", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::Events::EventBus", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationHDFS", + "AWS::Glue::Classifier", + "AWS::Route53RecoveryReadiness::Cell", + "AWS::Route53RecoveryReadiness::ReadinessCheck", + "AWS::ECR::RegistryPolicy", + "AWS::Backup::ReportPlan", + "AWS::Lightsail::Certificate", + "AWS::RUM::AppMonitor", + "AWS::Events::Endpoint", + "AWS::SES::ReceiptRuleSet", + "AWS::Events::Archive", + "AWS::Events::ApiDestination", + "AWS::Lightsail::Disk", + "AWS::FIS::ExperimentTemplate", + "AWS::DataSync::LocationFSxWindows", + "AWS::SES::ReceiptFilter", + "AWS::GuardDuty::Filter", + "AWS::SES::Template", + "AWS::AmazonMQ::Broker", + "AWS::AppConfig::Environment", + "AWS::AppConfig::ConfigurationProfile", + "AWS::Cloud9::EnvironmentEC2", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Discoverer", + "AWS::FraudDetector::Label", + "AWS::FraudDetector::EntityType", + "AWS::FraudDetector::Variable", + "AWS::FraudDetector::Outcome", + "AWS::IoT::Authorizer", + "AWS::IoT::SecurityProfile", + "AWS::IoT::RoleAlias", + "AWS::IoT::Dimension", + "AWS::IoTAnalytics::Datastore", + "AWS::Lightsail::Bucket", + "AWS::Lightsail::StaticIp", + "AWS::MediaPackage::PackagingGroup", + "AWS::Route53RecoveryReadiness::RecoveryGroup", + "AWS::ResilienceHub::ResiliencyPolicy", + "AWS::Transfer::Workflow", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Addon", + "AWS::Glue::MLTransform", + "AWS::IoT::Policy", + "AWS::IoT::MitigationAction", + "AWS::IoTTwinMaker::Workspace", + "AWS::IoTTwinMaker::Entity", + "AWS::IoTAnalytics::Dataset", + "AWS::IoTAnalytics::Pipeline", + "AWS::IoTAnalytics::Channel", + "AWS::IoTSiteWise::Dashboard", + "AWS::IoTSiteWise::Project", + "AWS::IoTSiteWise::Portal", + "AWS::IoTSiteWise::AssetModel", + "AWS::IVS::Channel", + "AWS::IVS::RecordingConfiguration", + "AWS::IVS::PlaybackKeyPair", + "AWS::KinesisAnalyticsV2::Application", + "AWS::RDS::GlobalCluster", + "AWS::S3::MultiRegionAccessPoint", + "AWS::DeviceFarm::TestGridProject", + "AWS::Budgets::BudgetsAction", + "AWS::Lex::Bot", + "AWS::CodeGuruReviewer::RepositoryAssociation", + "AWS::IoT::CustomMetric", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::RoboMaker::RobotApplicationVersion", + "AWS::EC2::TrafficMirrorSession", + "AWS::IoTSiteWise::Gateway", + "AWS::Lex::BotAlias", + "AWS::LookoutMetrics::Alert", + "AWS::IoT::AccountAuditConfiguration", + "AWS::EC2::TrafficMirrorTarget", + "AWS::S3::StorageLens", + "AWS::IoT::ScheduledAudit", + "AWS::Events::Connection", + "AWS::EventSchemas::Schema", + "AWS::MediaPackage::PackagingConfiguration" ] }, "ResourceTypeList":{ diff --git a/models/apis/config/2014-11-12/docs-2.json b/models/apis/config/2014-11-12/docs-2.json index f74c79d75cd..dbe162f3424 100644 --- a/models/apis/config/2014-11-12/docs-2.json +++ b/models/apis/config/2014-11-12/docs-2.json @@ -29,7 +29,7 @@ "DescribeConfigRules": "

Returns details about your Config rules.

", "DescribeConfigurationAggregatorSourcesStatus": "

Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.

", "DescribeConfigurationAggregators": "

Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.

", - "DescribeConfigurationRecorderStatus": "

Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.

Currently, you can specify only one configuration recorder per region in your account.

", + "DescribeConfigurationRecorderStatus": "

Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.

Currently, you can specify only one configuration recorder per region in your account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.

", "DescribeConfigurationRecorders": "

Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.

Currently, you can specify only one configuration recorder per region in your account.

", "DescribeConformancePackCompliance": "

Returns compliance details for each rule in that conformance pack.

You must provide exact rule names.

", "DescribeConformancePackStatus": "

Provides one or more conformance packs deployment status.

If there are no conformance packs then you will see an empty result.

", @@ -62,7 +62,7 @@ "GetOrganizationConformancePackDetailedStatus": "

Returns detailed status for each member account within an organization for a given organization conformance pack.

", "GetOrganizationCustomRulePolicy": "

Returns the policy definition containing the logic for your organization Config Custom Policy rule.

", "GetResourceConfigHistory": "

Returns a list of ConfigurationItems for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the ConfigurationItems for the specified retention period.

The response is paginated. By default, Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.

Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.

", - "GetResourceEvaluationSummary": "

Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.

", + "GetResourceEvaluationSummary": "

Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.

To see additional information about the evaluation result, such as which rule flagged a resource as NON_COMPLIANT, use the GetComplianceDetailsByResource API. For more information, see the Examples section.

", "GetStoredQuery": "

Returns the details of a specific stored query.

", "ListAggregateDiscoveredResources": "

Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.

For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.

", "ListConformancePackComplianceScores": "

Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.

Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

", @@ -70,29 +70,29 @@ "ListResourceEvaluations": "

Returns a list of proactive resource evaluations.

", "ListStoredQueries": "

Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.

", "ListTagsForResource": "

List the tags for Config resource.

", - "PutAggregationAuthorization": "

Authorizes the aggregator account and region to collect data from the source account and region.

", - "PutConfigRule": "

Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many Config rules you can have per account, see Service Limits in the Config Developer Guide.

There are two types of rules: Config Custom Rules and Config Managed Rules. You can use PutConfigRule to create both Config custom rules and Config managed rules.

Custom rules are rules that you can create using either Guard or Lambda functions. Guard (Guard GitHub Repository) is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. Lambda uses custom code that you upload to evaluate a custom rule. If you are adding a new Custom Lambda rule, you first need to create an Lambda function that the rule invokes to evaluate your resources. When you use PutConfigRule to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. You specify the ARN in the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object.

Managed rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the SourceIdentifier key.

For any new rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by Config for new rules.

If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request.

For more information about developing and using Config rules, see Evaluating Amazon Web Services resource Configurations with Config in the Config Developer Guide.

", - "PutConfigurationAggregator": "

Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.

accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones.

Config should be enabled in source accounts and regions you want to aggregate.

If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator.

To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide.

", + "PutAggregationAuthorization": "

Authorizes the aggregator account and region to collect data from the source account and region.

PutAggregationAuthorization is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

", + "PutConfigRule": "

Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many Config rules you can have per account, see Service Limits in the Config Developer Guide.

There are two types of rules: Config Managed Rules and Config Custom Rules. You can use PutConfigRule to create both Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the SourceIdentifier key.

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function that the rule invokes to evaluate your resources. When you use PutConfigRule to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. You specify the ARN in the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object.

For any new Config rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by Config for new rules.

If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request.

For more information about developing and using Config rules, see Evaluating Resources with Config Rules in the Config Developer Guide.

PutConfigRule is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

", + "PutConfigurationAggregator": "

Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.

accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones.

Config should be enabled in source accounts and regions you want to aggregate.

If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator.

To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide.

PutConfigurationAggregator is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

", "PutConfigurationRecorder": "

Creates a new configuration recorder to record the selected resource configurations.

You can use this action to change the role roleARN or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.

Currently, you can specify only one configuration recorder per region in your account.

If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.

", "PutConformancePack": "

Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see Service Limits in the Config Developer Guide.

This API creates a service-linked role AWSServiceRoleForConfigConforms in your account. The service-linked role is created only when the role does not exist in your account.

You must specify only one of the follow parameters: TemplateS3Uri, TemplateBody or TemplateSSMDocumentDetails.

", "PutDeliveryChannel": "

Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.

Before you can create a delivery channel, you must create a configuration recorder.

You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.

You can have only one delivery channel per region in your account.

", "PutEvaluations": "

Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.

", "PutExternalEvaluation": "

Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.

", - "PutOrganizationConfigRule": "

Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many organization Config rules you can have per account, see Service Limits in the Config Developer Guide.

Only a management account and a delegated administrator can create or update an organization Config rule. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. An organization can have up to 3 delegated administrators.

This API enables organization service access through the EnableAWSServiceAccess action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. Config verifies the existence of role with GetRole action.

To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegated-administrator for config-multiaccountsetup.amazonaws.com.

There are two types of rules: Config Custom Rules and Config Managed Rules. You can use PutOrganizationConfigRule to create both Config custom rules and Config managed rules.

Custom rules are rules that you can create using either Guard or Lambda functions. Guard (Guard GitHub Repository) is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. Lambda uses custom code that you upload to evaluate a custom rule. If you are adding a new Custom Lambda rule, you first need to create an Lambda function in the management account or a delegated administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function. When you use PutOrganizationConfigRule to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function.

Managed rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the RuleIdentifier key.

Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization.

Make sure to specify one of either OrganizationCustomPolicyRuleMetadata for Custom Policy rules, OrganizationCustomRuleMetadata for Custom Lambda rules, or OrganizationManagedRuleMetadata for managed rules.

", + "PutOrganizationConfigRule": "

Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many organization Config rules you can have per account, see Service Limits in the Config Developer Guide.

Only a management account and a delegated administrator can create or update an organization Config rule. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. An organization can have up to 3 delegated administrators.

This API enables organization service access through the EnableAWSServiceAccess action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. Config verifies the existence of role with GetRole action.

To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegated-administrator for config-multiaccountsetup.amazonaws.com.

There are two types of rules: Config Managed Rules and Config Custom Rules. You can use PutOrganizationConfigRule to create both Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the RuleIdentifier key.

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function in the management account or a delegated administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function. When you use PutOrganizationConfigRule to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function.

Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization.

Make sure to specify one of either OrganizationCustomPolicyRuleMetadata for Custom Policy rules, OrganizationCustomRuleMetadata for Custom Lambda rules, or OrganizationManagedRuleMetadata for managed rules.

", "PutOrganizationConformancePack": "

Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, see Service Limits in the Config Developer Guide.

Only a management account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. An organization can have up to 3 delegated administrators.

This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin for config-multiaccountsetup.amazonaws.com.

Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization.

You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.

Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state.

", "PutRemediationConfigurations": "

Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.

If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run.

This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.

For manual remediation configuration, you need to provide a value for automationAssumeRole or use a value in the assumeRolefield to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter.

However, for automatic remediation configuration, the only valid assumeRole field value is AutomationAssumeRole and you need to provide a value for AutomationAssumeRole to remediate your resources.

", - "PutRemediationExceptions": "

A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule.

Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

To place an exception on an Amazon Web Services resource, ensure remediation is set as manual remediation.

", + "PutRemediationExceptions": "

A remediation exception is when a specified resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specified resource with a specified Config rule.

Config generates a remediation exception when a problem occurs running a remediation action for a specified resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

When placing an exception on an Amazon Web Services resource, it is recommended that remediation is set as manual remediation until the given Config rule for the specified resource evaluates the resource as NON_COMPLIANT. Once the resource has been evaluated as NON_COMPLIANT, you can add remediation exceptions and change the remediation type back from Manual to Auto if you want to use auto-remediation. Otherwise, using auto-remediation before a NON_COMPLIANT evaluation result can delete resources before the exception is applied.

Placing an exception can only be performed on resources that are NON_COMPLIANT. If you use this API for COMPLIANT resources or resources that are NOT_APPLICABLE, a remediation exception will not be generated. For more information on the conditions that initiate the possible Config evaluation results, see Concepts | Config Rules in the Config Developer Guide.

", "PutResourceConfig": "

Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing Config APIs.

The custom resource type must be registered with CloudFormation. This API accepts the configuration item registered with CloudFormation.

When you call this API, Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.

Write-only schema properites are not recorded as part of the published configuration item.

", "PutRetentionConfiguration": "

Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object.

Currently, Config supports only one retention configuration per region in your account.

", - "PutStoredQuery": "

Saves a new query or updates an existing saved query. The QueryName must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.

", + "PutStoredQuery": "

Saves a new query or updates an existing saved query. The QueryName must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.

PutStoredQuery is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

", "SelectAggregateResourceConfig": "

Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.

For more information about query components, see the Query Components section in the Config Developer Guide.

If you run an aggregation query (i.e., using GROUP BY or using aggregate functions such as COUNT; e.g., SELECT resourceId, COUNT(*) WHERE resourceType = 'AWS::IAM::Role' GROUP BY resourceId) and do not specify the MaxResults or the Limit query parameters, the default page size is set to 500.

If you run a non-aggregation query (i.e., not using GROUP BY or aggregate function; e.g., SELECT * WHERE resourceType = 'AWS::IAM::Role') and do not specify the MaxResults or the Limit query parameters, the default page size is set to 25.

", "SelectResourceConfig": "

Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.

For more information about query components, see the Query Components section in the Config Developer Guide.

", "StartConfigRulesEvaluation": "

Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources. Use StartConfigRulesEvaluation when you want to test that a rule you updated is working as expected. StartConfigRulesEvaluation does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources.

You can specify up to 25 Config rules per request.

An existing StartConfigRulesEvaluation call for the specified rules must complete before you can call the API again. If you chose to have Config stream to an Amazon SNS topic, you will receive a ConfigRuleEvaluationStarted notification when the evaluation starts.

You don't need to call the StartConfigRulesEvaluation API to run an evaluation for a new rule. When you create a rule, Config evaluates your resources against the rule automatically.

The StartConfigRulesEvaluation API is useful if you want to run on-demand evaluations, such as the following example:

  1. You have a custom rule that evaluates your IAM resources every 24 hours.

  2. You update your Lambda function to add additional conditions to your rule.

  3. Instead of waiting for the next periodic evaluation, you call the StartConfigRulesEvaluation API.

  4. Config invokes your Lambda function and evaluates your IAM resources.

  5. Your custom rule will still run periodic evaluations every 24 hours.

", "StartConfigurationRecorder": "

Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.

You must have created at least one delivery channel to successfully start the configuration recorder.

", "StartRemediationExecution": "

Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.

You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.

", - "StartResourceEvaluation": "

Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type.

Ensure you have the cloudformation:DescribeType role setup to validate the resource type schema.

", + "StartResourceEvaluation": "

Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type.

Ensure you have the cloudformation:DescribeType role setup to validate the resource type schema.

You can find the Resource type schema in \"Amazon Web Services public extensions\" within the CloudFormation registry or with the following CLI commmand: aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE.

For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.

", "StopConfigurationRecorder": "

Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.

", - "TagResource": "

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.

", + "TagResource": "

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.

", "UntagResource": "

Deletes specified tags from a resource.

" }, "shapes": { @@ -535,10 +535,10 @@ "ComplianceTypes": { "base": null, "refs": { - "DescribeComplianceByConfigRuleRequest$ComplianceTypes": "

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT.

", - "DescribeComplianceByResourceRequest$ComplianceTypes": "

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

", - "GetComplianceDetailsByConfigRuleRequest$ComplianceTypes": "

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

", - "GetComplianceDetailsByResourceRequest$ComplianceTypes": "

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

" + "DescribeComplianceByConfigRuleRequest$ComplianceTypes": "

Filters the results by compliance.

", + "DescribeComplianceByResourceRequest$ComplianceTypes": "

Filters the results by compliance.

", + "GetComplianceDetailsByConfigRuleRequest$ComplianceTypes": "

Filters the results by compliance.

INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

", + "GetComplianceDetailsByResourceRequest$ComplianceTypes": "

Filters the results by compliance.

INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

" } }, "ConfigExportDeliveryInfo": { @@ -549,7 +549,7 @@ } }, "ConfigRule": { - "base": "

Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules. Managed rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules.

Custom rules are rules that you can create using either Guard or Lambda functions. Guard (Guard GitHub Repository) is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. Lambda uses custom code that you upload to evaluate a custom rule. It is invoked by events that are published to it by an event source, which Config invokes when the custom rule is initiated.

For more information about developing and using Config rules, see Evaluating Amazon Web Services resource Configurations with Config in the Config Developer Guide.

You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

", + "base": "

Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules.

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

For more information about developing and using Config rules, see Evaluating Resource with Config Rules in the Config Developer Guide.

You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

", "refs": { "ConfigRules$member": null, "PutConfigRuleRequest$ConfigRule": "

The rule that you want to add to your account.

" @@ -750,7 +750,7 @@ } }, "ConfigurationRecorderStatus": { - "base": "

The current status of the configuration recorder.

", + "base": "

The current status of the configuration recorder.

For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.

", "refs": { "ConfigurationRecorderStatusList$member": null } @@ -824,10 +824,10 @@ "AggregateConformancePackCompliance$ComplianceType": "

The compliance status of the conformance pack.

", "AggregateConformancePackComplianceFilters$ComplianceType": "

The compliance status of the conformance pack.

", "ConformancePackComplianceFilters$ComplianceType": "

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

", - "ConformancePackComplianceSummary$ConformancePackComplianceStatus": "

The status of the conformance pack. The allowed values are COMPLIANT, NON_COMPLIANT and INSUFFICIENT_DATA.

", + "ConformancePackComplianceSummary$ConformancePackComplianceStatus": "

The status of the conformance pack.

", "ConformancePackEvaluationFilters$ComplianceType": "

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

", "ConformancePackEvaluationResult$ComplianceType": "

The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

", - "ConformancePackRuleCompliance$ComplianceType": "

Compliance of the Config rule.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

" + "ConformancePackRuleCompliance$ComplianceType": "

Compliance of the Config rule.

" } }, "ConformancePackConfigRuleNames": { @@ -965,7 +965,7 @@ } }, "ConformancePackTemplateValidationException": { - "base": "

You have specified a template that is invalid or supported.

", + "base": "

You have specified a template that is not valid or supported.

", "refs": { } }, @@ -1015,7 +1015,7 @@ "ConfigurationAggregator$LastUpdatedTime": "

The time of the last update.

", "ConfigurationRecorderStatus$lastStartTime": "

The time the recorder was last started.

", "ConfigurationRecorderStatus$lastStopTime": "

The time the recorder was last stopped.

", - "ConfigurationRecorderStatus$lastStatusChangeTime": "

The time when the status was last changed.

", + "ConfigurationRecorderStatus$lastStatusChangeTime": "

The time of the latest change in status of an recording event processed by the recorder.

", "ConformancePackDetail$LastUpdateRequestedTime": "

The last time a conformation pack update was requested.

", "ConformancePackEvaluationResult$ConfigRuleInvokedTime": "

The time when Config rule evaluated Amazon Web Services resource.

", "ConformancePackEvaluationResult$ResultRecordedTime": "

The time when Config recorded the evaluation result.

", @@ -1272,9 +1272,9 @@ } }, "DescribeConfigRulesFilters": { - "base": "

Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list.

", + "base": "

Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.

", "refs": { - "DescribeConfigRulesRequest$Filters": "

Returns a list of Detecive or Proactive Config rules. By default, this API returns an unfiltered list.

" + "DescribeConfigRulesRequest$Filters": "

Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.

" } }, "DescribeConfigRulesRequest": { @@ -1532,7 +1532,7 @@ "GetResourceEvaluationSummaryResponse$EvaluationMode": "

Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.

", "ResourceEvaluation$EvaluationMode": "

The mode of an evaluation. The valid values are Detective or Proactive.

", "ResourceEvaluationFilters$EvaluationMode": "

Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.

", - "StartResourceEvaluationRequest$EvaluationMode": "

The mode of an evaluation. The valid value for this API is Proactive.

" + "StartResourceEvaluationRequest$EvaluationMode": "

The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.

" } }, "EvaluationModeConfiguration": { @@ -1930,7 +1930,7 @@ } }, "InvalidDeliveryChannelNameException": { - "base": "

The specified delivery channel name is invalid.

", + "base": "

The specified delivery channel name is not valid.

", "refs": { } }, @@ -1945,22 +1945,22 @@ } }, "InvalidNextTokenException": { - "base": "

The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.

", + "base": "

The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

", "refs": { } }, "InvalidParameterValueException": { - "base": "

One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.

", + "base": "

One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

", "refs": { } }, "InvalidRecordingGroupException": { - "base": "

Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values might also be incorrectly formatted.

", + "base": "

Config throws an exception if the recording group does not contain a valid list of resource types. Values that are not valid might also be incorrectly formatted.

", "refs": { } }, "InvalidResultTokenException": { - "base": "

The specified ResultToken is invalid.

", + "base": "

The specified ResultToken is not valid.

", "refs": { } }, @@ -1970,12 +1970,12 @@ } }, "InvalidS3KeyPrefixException": { - "base": "

The specified Amazon S3 key prefix is invalid.

", + "base": "

The specified Amazon S3 key prefix is not valid.

", "refs": { } }, "InvalidS3KmsKeyArnException": { - "base": "

The specified Amazon KMS Key ARN is invalid.

", + "base": "

The specified Amazon KMS Key ARN is not valid.

", "refs": { } }, @@ -1985,7 +1985,7 @@ } }, "InvalidTimeRangeException": { - "base": "

The specified time range is invalid. The earlier time is not chronologically before the later time.

", + "base": "

The specified time range is not valid. The earlier time is not chronologically before the later time.

", "refs": { } }, @@ -2224,7 +2224,7 @@ "GetResourceConfigHistoryResponse$nextToken": "

The string that you use in a subsequent request to get the next page of results in a paginated response.

", "ListAggregateDiscoveredResourcesRequest$NextToken": "

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

", "ListAggregateDiscoveredResourcesResponse$NextToken": "

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

", - "ListConformancePackComplianceScoresRequest$NextToken": "

The nextToken string in a prior request that you can use to get the paginated response for next set of conformance pack compliance scores.

", + "ListConformancePackComplianceScoresRequest$NextToken": "

The nextToken string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.

", "ListConformancePackComplianceScoresResponse$NextToken": "

The nextToken string that you can use to get the next page of results in a paginated response.

", "ListDiscoveredResourcesRequest$nextToken": "

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

", "ListDiscoveredResourcesResponse$nextToken": "

The string that you use in a subsequent request to get the next page of results in a paginated response.

", @@ -2262,7 +2262,7 @@ } }, "NoSuchConfigRuleException": { - "base": "

The Config rule in the request is invalid. Verify that the rule is an Config Custom Policy rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

", + "base": "

The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

", "refs": { } }, @@ -2292,7 +2292,7 @@ } }, "NoSuchOrganizationConfigRuleException": { - "base": "

The Config rule in the request is invalid. Verify that the rule is an organization Config Custom Policy rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

", + "base": "

The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

", "refs": { } }, @@ -2462,7 +2462,7 @@ } }, "OrganizationConformancePackTemplateValidationException": { - "base": "

You have specified a template that is invalid or supported.

", + "base": "

You have specified a template that is not valid or supported.

", "refs": { } }, @@ -2778,7 +2778,7 @@ "RecorderStatus": { "base": null, "refs": { - "ConfigurationRecorderStatus$lastStatus": "

The last (previous) status of the recorder.

" + "ConfigurationRecorderStatus$lastStatus": "

The status of the latest recording event processed by the recorder.

" } }, "RecordingGroup": { @@ -2938,7 +2938,7 @@ "ResourceConfigurationSchemaType": { "base": null, "refs": { - "ResourceDetails$ResourceConfigurationSchemaType": "

The schema type of the resource configuration.

" + "ResourceDetails$ResourceConfigurationSchemaType": "

The schema type of the resource configuration.

You can find the Resource type schema, or CFN_RESOURCE_SCHEMA, in \"Amazon Web Services public extensions\" within the CloudFormation registry or with the following CLI commmand: aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE.

For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.

" } }, "ResourceCount": { @@ -2979,7 +2979,7 @@ } }, "ResourceDetails": { - "base": "

Returns information about the resource being evaluated.

", + "base": "

Returns information about the resource being evaluated.

", "refs": { "GetResourceEvaluationSummaryResponse$ResourceDetails": "

Returns a ResourceDetails object.

", "StartResourceEvaluationRequest$ResourceDetails": "

Returns a ResourceDetails object.

" @@ -3045,7 +3045,7 @@ "ResourceIdList": { "base": null, "refs": { - "ListDiscoveredResourcesRequest$resourceIds": "

The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.

" + "ListDiscoveredResourcesRequest$resourceIds": "

The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.

" } }, "ResourceIdentifier": { @@ -3131,7 +3131,7 @@ "ResourceTypeList": { "base": null, "refs": { - "RecordingGroup$resourceTypes": "

A comma-separated list that specifies the types of Amazon Web Services resources for which Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).

To record all configuration changes, you must set the allSupported option to true.

If you set this option to false, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.

For a list of valid resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.

" + "RecordingGroup$resourceTypes": "

A comma-separated list that specifies the types of Amazon Web Services resources for which Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).

To record all configuration changes, you must set the allSupported option to true.

If you set the AllSupported option to false and populate the ResourceTypes option with values, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.

For a list of valid resourceTypes values, see the resourceType Value column in Supported Amazon Web Services resource Types.

" } }, "ResourceTypeString": { @@ -3399,8 +3399,8 @@ "ConfigStreamDeliveryInfo$lastErrorMessage": "

The error message from the last attempted delivery.

", "ConfigurationRecorder$roleARN": "

Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.

While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.

", "ConfigurationRecorderStatus$name": "

The name of the configuration recorder.

", - "ConfigurationRecorderStatus$lastErrorCode": "

The error code indicating that the recording failed.

", - "ConfigurationRecorderStatus$lastErrorMessage": "

The message indicating that the recording failed due to an error.

", + "ConfigurationRecorderStatus$lastErrorCode": "

The latest error code from when the recorder last failed.

", + "ConfigurationRecorderStatus$lastErrorMessage": "

The latest error message from when the recorder last failed.

", "DeleteRemediationConfigurationRequest$ResourceType": "

The type of a resource.

", "DeliverConfigSnapshotResponse$configSnapshotId": "

The ID of the snapshot that is being created.

", "DeliveryChannel$s3BucketName": "

The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.

If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.

", @@ -3697,7 +3697,7 @@ } }, "ValidationException": { - "base": "

The requested action is invalid.

For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

", + "base": "

The requested action is not valid.

For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

", "refs": { } }, diff --git a/models/apis/config/2014-11-12/endpoint-rule-set-1.json b/models/apis/config/2014-11-12/endpoint-rule-set-1.json index fbf81ba9d6a..3c1dcac5c67 100644 --- a/models/apis/config/2014-11-12/endpoint-rule-set-1.json +++ b/models/apis/config/2014-11-12/endpoint-rule-set-1.json @@ -3,7 +3,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": true, + "required": false, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -32,13 +32,12 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "isSet", "argv": [ { - "ref": "Region" + "ref": "Endpoint" } - ], - "assign": "PartitionResult" + ] } ], "type": "tree", @@ -46,23 +45,20 @@ { "conditions": [ { - "fn": "isSet", + "fn": "booleanEquals", "argv": [ { - "ref": "Endpoint" - } + "ref": "UseFIPS" + }, + true ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], "type": "tree", "rules": [ { @@ -71,67 +67,42 @@ "fn": "booleanEquals", "argv": [ { - "ref": "UseFIPS" + "ref": "UseDualStack" }, true ] } ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "error": "Invalid Configuration: Dualstack 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" + "endpoint": { + "url": { + "ref": "Endpoint" }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ { "conditions": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", + "fn": "isSet", "argv": [ { - "ref": "UseDualStack" - }, - true + "ref": "Region" + } ] } ], @@ -140,199 +111,263 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "aws.partition", "argv": [ - true, { - "fn": "getAttr", + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, + }, { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] }, - "supportsDualStack" + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://config-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" } ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://config-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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsFIPS" + true ] } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "stringEquals", + "fn": "booleanEquals", "argv": [ - "aws-us-gov", + true, { "fn": "getAttr", "argv": [ { "ref": "PartitionResult" }, - "name" + "supportsFIPS" ] } ] } ], - "endpoint": { - "url": "https://config.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws-us-gov", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://config.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [], + "endpoint": { + "url": "https://config-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] }, { "conditions": [], - "endpoint": { - "url": "https://config-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" } ] - } - ] - }, - { - "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, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsDualStack" + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://config.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] - } - ], - "type": "tree", - "rules": [ + }, { "conditions": [], - "endpoint": { - "url": "https://config.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://config.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } ] }, { "conditions": [], - "endpoint": { - "url": "https://config.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } diff --git a/models/apis/config/2014-11-12/endpoint-tests-1.json b/models/apis/config/2014-11-12/endpoint-tests-1.json index ed49672b1a2..160da5eb4eb 100644 --- a/models/apis/config/2014-11-12/endpoint-tests-1.json +++ b/models/apis/config/2014-11-12/endpoint-tests-1.json @@ -1,1722 +1,562 @@ { "testCases": [ { - "documentation": "For region ap-south-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-south-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-south-2", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-south-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-south-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-south-2", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-south-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ap-south-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-south-2", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-south-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ap-south-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-south-2", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ap-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-south-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-south-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-south-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-south-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-south-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-south-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-south-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-south-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-south-2", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-south-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-south-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-south-2", - "UseFIPS": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-gov-east-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-gov-east-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.us-gov-east-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-gov-east-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-gov-east-1", - "UseFIPS": false - } - }, - { - "documentation": "For region me-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.me-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "me-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region me-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.me-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "me-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region me-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.me-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "me-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region me-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.me-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "me-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ca-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ca-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ca-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ca-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ca-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ca-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-central-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-central-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-iso-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "UseDualStack": true, - "Region": "us-iso-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-iso-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-iso-west-1.c2s.ic.gov" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-iso-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-iso-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "UseDualStack": true, - "Region": "us-iso-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-iso-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.us-iso-west-1.c2s.ic.gov" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-iso-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-central-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-central-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-central-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-central-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-central-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-central-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-central-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-central-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-central-2", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-central-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-central-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-central-2", - "UseFIPS": false - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-west-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-west-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.us-west-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.us-west-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-west-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": true - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.us-west-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": true - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.us-west-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "us-west-2", - "UseFIPS": false - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.us-west-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "us-west-2", - "UseFIPS": false - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.af-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "af-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.af-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "af-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.af-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "af-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.af-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "af-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-north-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-north-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-north-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-north-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-3.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-3", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-3", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-3.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-3", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-3", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-2", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-2", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-2", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.eu-west-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": true - } - }, - { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "eu-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.eu-west-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "eu-west-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-3.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-3", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-3.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-3", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-3.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-3", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-3.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-3", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-2.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-2", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-2", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-1", - "UseFIPS": true - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-northeast-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "ap-northeast-1", - "UseFIPS": false - } - }, - { - "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.me-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "me-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.me-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "me-south-1", - "UseFIPS": true - } - }, - { - "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.me-south-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "me-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config.me-south-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "me-south-1", - "UseFIPS": false - } - }, - { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.sa-east-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": true - } - }, - { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://config-fips.sa-east-1.amazonaws.com" - } - }, - "params": { - "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": true - } - }, - { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config.sa-east-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "sa-east-1", - "UseFIPS": false - } - }, - { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.sa-east-1.amazonaws.com" + "url": "https://config.af-south-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "sa-east-1", - "UseFIPS": false - } - }, - { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://config-fips.ap-east-1.api.aws" - } - }, - "params": { - "UseDualStack": true, - "Region": "ap-east-1", - "UseFIPS": true + "Region": "af-south-1" } }, { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-east-1.amazonaws.com" + "url": "https://config.ap-east-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-east-1", - "UseFIPS": true + "Region": "ap-east-1" } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-east-1.api.aws" + "url": "https://config.ap-northeast-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-east-1", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-northeast-1" } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-east-1.amazonaws.com" + "url": "https://config.ap-northeast-2.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-east-1", - "UseFIPS": false + "Region": "ap-northeast-2" } }, { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.cn-north-1.api.amazonwebservices.com.cn" + "url": "https://config.ap-northeast-3.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "cn-north-1", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-northeast-3" } }, { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.cn-north-1.amazonaws.com.cn" + "url": "https://config.ap-south-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "cn-north-1", - "UseFIPS": true + "Region": "ap-south-1" } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.cn-north-1.api.amazonwebservices.com.cn" + "url": "https://config.ap-southeast-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "cn-north-1", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-southeast-1" } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.cn-north-1.amazonaws.com.cn" + "url": "https://config.ap-southeast-2.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "cn-north-1", - "UseFIPS": false + "Region": "ap-southeast-2" } }, { - "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.us-gov-west-1.api.aws" + "url": "https://config.ap-southeast-3.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "us-gov-west-1", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "ap-southeast-3" } }, { - "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-gov-west-1.amazonaws.com" + "url": "https://config.ca-central-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-gov-west-1", - "UseFIPS": true + "Region": "ca-central-1" } }, { - "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled", + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-gov-west-1.api.aws" + "url": "https://config.eu-central-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "us-gov-west-1", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-central-1" } }, { - "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-gov-west-1.amazonaws.com" + "url": "https://config.eu-north-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-gov-west-1", - "UseFIPS": false + "Region": "eu-north-1" } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-1.api.aws" + "url": "https://config.eu-south-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-south-1" } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-1.amazonaws.com" + "url": "https://config.eu-west-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": true + "Region": "eu-west-1" } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-1.api.aws" + "url": "https://config.eu-west-2.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-1", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "eu-west-2" } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-1.amazonaws.com" + "url": "https://config.eu-west-3.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-southeast-1", - "UseFIPS": false + "Region": "eu-west-3" } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-2.api.aws" + "url": "https://config.me-south-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "me-south-1" } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-2.amazonaws.com" + "url": "https://config.sa-east-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": true + "Region": "sa-east-1" } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-2.api.aws" + "url": "https://config.us-east-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-2", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-east-1" } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-2.amazonaws.com" + "url": "https://config-fips.us-east-1.amazonaws.com" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "ap-southeast-2", - "UseFIPS": false - } - }, - { - "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": { - "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": true + "Region": "us-east-1" } }, { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.us-iso-east-1.c2s.ic.gov" + "url": "https://config.us-east-2.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": true + "Region": "us-east-2" } }, { - "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": { - "UseDualStack": true, - "Region": "us-iso-east-1", - "UseFIPS": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-iso-east-1.c2s.ic.gov" + "url": "https://config-fips.us-east-2.amazonaws.com" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "us-iso-east-1", - "UseFIPS": false + "Region": "us-east-2" } }, { - "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack enabled", + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-3.api.aws" + "url": "https://config.us-west-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-3", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-west-1" } }, { - "documentation": "For region ap-southeast-3 with FIPS enabled and DualStack disabled", + "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-3.amazonaws.com" + "url": "https://config-fips.us-west-1.amazonaws.com" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "ap-southeast-3", - "UseFIPS": true + "Region": "us-west-1" } }, { - "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack enabled", + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-3.api.aws" + "url": "https://config.us-west-2.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-3", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-west-2" } }, { - "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-3.amazonaws.com" + "url": "https://config-fips.us-west-2.amazonaws.com" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "ap-southeast-3", - "UseFIPS": false + "Region": "us-west-2" } }, { - "documentation": "For region ap-southeast-4 with FIPS enabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-4.api.aws" + "url": "https://config-fips.us-east-1.api.aws" } }, "params": { + "UseFIPS": true, "UseDualStack": true, - "Region": "ap-southeast-4", - "UseFIPS": true + "Region": "us-east-1" } }, { - "documentation": "For region ap-southeast-4 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config-fips.ap-southeast-4.amazonaws.com" + "url": "https://config.us-east-1.api.aws" } }, "params": { - "UseDualStack": false, - "Region": "ap-southeast-4", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": true, + "Region": "us-east-1" } }, { - "documentation": "For region ap-southeast-4 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-4.api.aws" + "url": "https://config.cn-north-1.amazonaws.com.cn" } }, "params": { - "UseDualStack": true, - "Region": "ap-southeast-4", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "cn-north-1" } }, { - "documentation": "For region ap-southeast-4 with FIPS disabled and DualStack disabled", + "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.ap-southeast-4.amazonaws.com" + "url": "https://config.cn-northwest-1.amazonaws.com.cn" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "ap-southeast-4", - "UseFIPS": false + "Region": "cn-northwest-1" } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config-fips.us-east-1.api.aws" + "url": "https://config-fips.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "UseFIPS": true, "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": true + "Region": "cn-north-1" } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.us-east-1.amazonaws.com" + "url": "https://config-fips.cn-north-1.amazonaws.com.cn" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": true + "Region": "cn-north-1" } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config.us-east-1.api.aws" + "url": "https://config.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "UseFIPS": false, "UseDualStack": true, - "Region": "us-east-1", - "UseFIPS": false + "Region": "cn-north-1" } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-east-1.amazonaws.com" + "url": "https://config.us-gov-east-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-east-1", - "UseFIPS": false + "Region": "us-gov-east-1" } }, { - "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.us-east-2.api.aws" + "url": "https://config.us-gov-east-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": true + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-gov-east-1" } }, { - "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.us-east-2.amazonaws.com" + "url": "https://config.us-gov-west-1.amazonaws.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": true + "Region": "us-gov-west-1" } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", + "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.us-east-2.api.aws" + "url": "https://config.us-gov-west-1.amazonaws.com" } }, "params": { - "UseDualStack": true, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": true, + "UseDualStack": false, + "Region": "us-gov-west-1" } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config.us-east-2.amazonaws.com" + "url": "https://config-fips.us-gov-east-1.api.aws" } }, "params": { - "UseDualStack": false, - "Region": "us-east-2", - "UseFIPS": false + "UseFIPS": true, + "UseDualStack": true, + "Region": "us-gov-east-1" } }, { - "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://config-fips.cn-northwest-1.api.amazonwebservices.com.cn" + "url": "https://config.us-gov-east-1.api.aws" } }, "params": { + "UseFIPS": false, "UseDualStack": true, - "Region": "cn-northwest-1", - "UseFIPS": true + "Region": "us-gov-east-1" } }, { - "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config-fips.cn-northwest-1.amazonaws.com.cn" + "url": "https://config.us-iso-east-1.c2s.ic.gov" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "cn-northwest-1", - "UseFIPS": true + "Region": "us-iso-east-1" } }, { - "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-iso-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.cn-northwest-1.api.amazonwebservices.com.cn" + "url": "https://config.us-iso-west-1.c2s.ic.gov" } }, "params": { - "UseDualStack": true, - "Region": "cn-northwest-1", - "UseFIPS": false + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-iso-west-1" } }, { - "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://config.cn-northwest-1.amazonaws.com.cn" + "url": "https://config-fips.us-iso-east-1.c2s.ic.gov" } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "cn-northwest-1", - "UseFIPS": false + "Region": "us-iso-east-1" } }, { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + "endpoint": { + "url": "https://config.us-isob-east-1.sc2s.sgov.gov" + } }, "params": { - "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": true + "UseFIPS": false, + "UseDualStack": false, + "Region": "us-isob-east-1" } }, { @@ -1727,46 +567,35 @@ } }, "params": { + "UseFIPS": true, "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": true - } - }, - { - "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": { - "UseDualStack": true, - "Region": "us-isob-east-1", - "UseFIPS": false + "Region": "us-isob-east-1" } }, { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", "expect": { "endpoint": { - "url": "https://config.us-isob-east-1.sc2s.sgov.gov" + "url": "https://example.com" } }, "params": { + "UseFIPS": false, "UseDualStack": false, - "Region": "us-isob-east-1", - "UseFIPS": false + "Region": "us-east-1", + "Endpoint": "https://example.com" } }, { - "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", "expect": { "endpoint": { "url": "https://example.com" } }, "params": { - "UseDualStack": false, - "Region": "us-east-1", "UseFIPS": false, + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -1776,9 +605,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { + "UseFIPS": true, "UseDualStack": false, "Region": "us-east-1", - "UseFIPS": true, "Endpoint": "https://example.com" } }, @@ -1788,9 +617,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { + "UseFIPS": false, "UseDualStack": true, "Region": "us-east-1", - "UseFIPS": false, "Endpoint": "https://example.com" } } diff --git a/models/apis/dms/2016-01-01/api-2.json b/models/apis/dms/2016-01-01/api-2.json index 1e9c1b00e82..e069705e53d 100644 --- a/models/apis/dms/2016-01-01/api-2.json +++ b/models/apis/dms/2016-01-01/api-2.json @@ -2399,6 +2399,13 @@ }, "exception":true }, + "KafkaSaslMechanism":{ + "type":"string", + "enum":[ + "scram-sha-512", + "plain" + ] + }, "KafkaSecurityProtocol":{ "type":"string", "enum":[ @@ -2428,7 +2435,8 @@ "SslCaCertificateArn":{"shape":"String"}, "SaslUsername":{"shape":"String"}, "SaslPassword":{"shape":"SecretString"}, - "NoHexPrefix":{"shape":"BooleanOptional"} + "NoHexPrefix":{"shape":"BooleanOptional"}, + "SaslMechanism":{"shape":"KafkaSaslMechanism"} } }, "KeyList":{ @@ -2504,7 +2512,9 @@ "UseThirdPartyBackupDevice":{"shape":"BooleanOptional"}, "SecretsManagerAccessRoleArn":{"shape":"String"}, "SecretsManagerSecretId":{"shape":"String"}, - "TrimSpaceInChar":{"shape":"BooleanOptional"} + "TrimSpaceInChar":{"shape":"BooleanOptional"}, + "TlogAccessMode":{"shape":"TlogAccessMode"}, + "ForceLobLookup":{"shape":"BooleanOptional"} } }, "MigrationTypeValue":{ @@ -2761,7 +2771,8 @@ "SecretsManagerSecretId":{"shape":"String"}, "SecretsManagerOracleAsmAccessRoleArn":{"shape":"String"}, "SecretsManagerOracleAsmSecretId":{"shape":"String"}, - "TrimSpaceInChar":{"shape":"BooleanOptional"} + "TrimSpaceInChar":{"shape":"BooleanOptional"}, + "ConvertTimestampWithZoneToUTC":{"shape":"BooleanOptional"} } }, "OrderableReplicationInstance":{ @@ -2837,7 +2848,8 @@ "PluginName":{"shape":"PluginNameValue"}, "SecretsManagerAccessRoleArn":{"shape":"String"}, "SecretsManagerSecretId":{"shape":"String"}, - "TrimSpaceInChar":{"shape":"BooleanOptional"} + "TrimSpaceInChar":{"shape":"BooleanOptional"}, + "MapBooleanAsBoolean":{"shape":"BooleanOptional"} } }, "RdsConfiguration":{ @@ -2975,7 +2987,8 @@ "Username":{"shape":"String"}, "WriteBufferSize":{"shape":"IntegerOptional"}, "SecretsManagerAccessRoleArn":{"shape":"String"}, - "SecretsManagerSecretId":{"shape":"String"} + "SecretsManagerSecretId":{"shape":"String"}, + "MapBooleanAsBoolean":{"shape":"BooleanOptional"} } }, "RefreshSchemasMessage":{ @@ -3359,7 +3372,8 @@ "Rfc4180":{"shape":"BooleanOptional"}, "DatePartitionTimezone":{"shape":"String"}, "AddTrailingPaddingCharacter":{"shape":"BooleanOptional"}, - "ExpectedBucketOwner":{"shape":"String"} + "ExpectedBucketOwner":{"shape":"String"}, + "GlueCatalogGeneration":{"shape":"BooleanOptional"} } }, "SNSInvalidTopicFault":{ @@ -3690,6 +3704,15 @@ "Connection":{"shape":"Connection"} } }, + "TlogAccessMode":{ + "type":"string", + "enum":[ + "BackupOnly", + "PreferBackup", + "PreferTlog", + "TlogOnly" + ] + }, "UpdateSubscriptionsToEventBridgeMessage":{ "type":"structure", "members":{ diff --git a/models/apis/dms/2016-01-01/docs-2.json b/models/apis/dms/2016-01-01/docs-2.json index 92152ccbfed..a66e7f0e96a 100644 --- a/models/apis/dms/2016-01-01/docs-2.json +++ b/models/apis/dms/2016-01-01/docs-2.json @@ -209,6 +209,7 @@ "MicrosoftSQLServerSettings$UseBcpFullLoad": "

Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.

", "MicrosoftSQLServerSettings$UseThirdPartyBackupDevice": "

When this attribute is set to Y, DMS processes third-party transaction log backups if they are created in native format.

", "MicrosoftSQLServerSettings$TrimSpaceInChar": "

Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

", + "MicrosoftSQLServerSettings$ForceLobLookup": "

Forces LOB lookup on inline LOB.

", "ModifyEndpointMessage$ExactSettings": "

If this attribute is Y, the current call to ModifyEndpoint replaces all existing endpoint settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyEndpoint does two things:

For example, if you call create-endpoint ... --endpoint-settings '{\"a\":1}' ..., the endpoint has the following endpoint settings: '{\"a\":1}'. If you then call modify-endpoint ... --endpoint-settings '{\"b\":2}' ... for the same endpoint, the endpoint has the following settings: '{\"a\":1,\"b\":2}'.

However, suppose that you follow this with a call to modify-endpoint ... --endpoint-settings '{\"b\":2}' --exact-settings ... for that same endpoint again. Then the endpoint has the following settings: '{\"b\":2}'. All existing settings are replaced with the exact settings that you specify.

", "ModifyEventSubscriptionMessage$Enabled": "

A Boolean value; set to true to activate the subscription.

", "ModifyReplicationInstanceMessage$MultiAZ": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", @@ -230,10 +231,12 @@ "OracleSettings$UseDirectPathFullLoad": "

Set this attribute to Y to have DMS use a direct path full load. Specify this value to use the direct path protocol in the Oracle Call Interface (OCI). By using this OCI protocol, you can bulk-load Oracle target tables during a full load.

", "OracleSettings$UseLogminerReader": "

Set this attribute to Y to capture change data using the Oracle LogMiner utility (the default). Set this attribute to N if you want to access the redo logs as a binary file. When you set UseLogminerReader to N, also set UseBfile to Y. For more information on this setting and using Oracle ASM, see Using Oracle LogMiner or DMS Binary Reader for CDC in the DMS User Guide.

", "OracleSettings$TrimSpaceInChar": "

Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

", + "OracleSettings$ConvertTimestampWithZoneToUTC": "

When true, converts timestamps with the timezone datatype to their UTC value.

", "PostgreSQLSettings$CaptureDdls": "

To capture DDL events, DMS creates various artifacts in the PostgreSQL database when the task starts. You can later remove these artifacts.

If this value is set to N, you don't have to create tables or triggers on the source database.

", "PostgreSQLSettings$FailTasksOnLobTruncation": "

When set to true, this value causes a task to fail if the actual size of a LOB column is greater than the specified LobMaxSize.

If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

", "PostgreSQLSettings$HeartbeatEnable": "

The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps restart_lsn moving and prevents storage full scenarios.

", "PostgreSQLSettings$TrimSpaceInChar": "

Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

", + "PostgreSQLSettings$MapBooleanAsBoolean": "

When true, lets PostgreSQL migrate the boolean type as boolean. By default, PostgreSQL migrates booleans as varchar(5).

", "RebootReplicationInstanceMessage$ForceFailover": "

If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

", "RebootReplicationInstanceMessage$ForcePlannedFailover": "

If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

", "Recommendation$Preferred": "

Indicates that this target is the rightsized migration destination.

", @@ -245,6 +248,7 @@ "RedshiftSettings$RemoveQuotes": "

A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

", "RedshiftSettings$TrimBlanks": "

A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

", "RedshiftSettings$TruncateColumns": "

A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose true to truncate data. The default is false.

", + "RedshiftSettings$MapBooleanAsBoolean": "

When true, lets Redshift migrate the boolean type as boolean. By default, Redshift migrates booleans as varchar(1).

", "ReplicationPendingModifiedValues$MultiAZ": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "S3Settings$EnableStatistics": "

A value that enables statistics for Parquet pages and row groups. Choose true to enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and MIN values. This parameter defaults to true. This value is used for .parquet file format only.

", "S3Settings$IncludeOpForFullLoad": "

A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.

DMS supports the IncludeOpForFullLoad parameter in versions 3.1.4 and later.

For full load, records can only be inserted. By default (the false setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If IncludeOpForFullLoad is set to true or y, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.

This setting works together with the CdcInsertsOnly and the CdcInsertsAndUpdates parameters for output to .csv files only. For more information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the Database Migration Service User Guide..

", @@ -258,6 +262,7 @@ "S3Settings$AddColumnName": "

An optional parameter that, when set to true or y, you can use to add column name information to the .csv output file.

The default value is false. Valid values are true, false, y, and n.

", "S3Settings$Rfc4180": "

For an S3 source, when this value is set to true or y, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false or n, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can't use a delimiter as part of the string, because it signals the end of the value.

For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true or y using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks (\"). Every quotation mark within the data is repeated twice.

The default value is true. Valid values include true, false, y, and n.

", "S3Settings$AddTrailingPaddingCharacter": "

Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding on string data. The default value is false.

", + "S3Settings$GlueCatalogGeneration": "

When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog lets you use Athena to query your data.

", "TableStatistics$FullLoadReloaded": "

A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

", "UpdateSubscriptionsToEventBridgeMessage$ForceMove": "

When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.

" } @@ -1332,6 +1337,12 @@ "refs": { } }, + "KafkaSaslMechanism": { + "base": null, + "refs": { + "KafkaSettings$SaslMechanism": "

For SASL/SSL authentication, DMS supports the SCRAM-SHA-512 mechanism by default. DMS versions 3.5.0 and later also support the PLAIN mechanism. To use the PLAIN mechanism, set this parameter to PLAIN.

" + } + }, "KafkaSecurityProtocol": { "base": null, "refs": { @@ -2728,6 +2739,12 @@ "refs": { } }, + "TlogAccessMode": { + "base": null, + "refs": { + "MicrosoftSQLServerSettings$TlogAccessMode": "

Indicates the mode used to fetch CDC data.

" + } + }, "UpdateSubscriptionsToEventBridgeMessage": { "base": "

", "refs": { diff --git a/models/apis/dms/2016-01-01/endpoint-tests-1.json b/models/apis/dms/2016-01-01/endpoint-tests-1.json index 713ff9593c8..a0ac7e3530c 100644 --- a/models/apis/dms/2016-01-01/endpoint-tests-1.json +++ b/models/apis/dms/2016-01-01/endpoint-tests-1.json @@ -8,8 +8,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "af-south-1" } }, @@ -21,8 +21,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-east-1" } }, @@ -34,8 +34,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-1" } }, @@ -47,8 +47,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-2" } }, @@ -60,8 +60,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-northeast-3" } }, @@ -73,8 +73,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-south-1" } }, @@ -86,8 +86,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-1" } }, @@ -99,8 +99,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-2" } }, @@ -112,8 +112,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ap-southeast-3" } }, @@ -125,8 +125,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "ca-central-1" } }, @@ -138,8 +138,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-central-1" } }, @@ -151,8 +151,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-north-1" } }, @@ -164,8 +164,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-south-1" } }, @@ -177,8 +177,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-1" } }, @@ -190,8 +190,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-2" } }, @@ -203,8 +203,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "eu-west-3" } }, @@ -216,8 +216,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "me-south-1" } }, @@ -229,8 +229,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "sa-east-1" } }, @@ -242,8 +242,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-1" } }, @@ -255,8 +255,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-east-1" } }, @@ -268,8 +268,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-2" } }, @@ -281,8 +281,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-east-2" } }, @@ -294,8 +294,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-west-1" } }, @@ -307,8 +307,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-west-1" } }, @@ -320,8 +320,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-west-2" } }, @@ -333,8 +333,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-west-2" } }, @@ -346,8 +346,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-east-1" } }, @@ -359,8 +359,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-east-1" } }, @@ -372,8 +372,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "cn-north-1" } }, @@ -385,8 +385,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "cn-northwest-1" } }, @@ -398,8 +398,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "cn-north-1" } }, @@ -411,8 +411,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "cn-north-1" } }, @@ -424,8 +424,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "cn-north-1" } }, @@ -437,8 +437,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-gov-east-1" } }, @@ -450,8 +450,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-gov-east-1" } }, @@ -463,8 +463,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-gov-west-1" } }, @@ -476,8 +476,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-gov-west-1" } }, @@ -489,8 +489,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, + "UseDualStack": true, "Region": "us-gov-east-1" } }, @@ -502,8 +502,8 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, + "UseDualStack": true, "Region": "us-gov-east-1" } }, @@ -515,8 +515,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-iso-east-1" } }, @@ -528,8 +528,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-iso-east-1" } }, @@ -541,8 +541,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-iso-west-1" } }, @@ -554,8 +554,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-iso-west-1" } }, @@ -567,8 +567,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-isob-east-1" } }, @@ -580,8 +580,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, + "UseDualStack": false, "Region": "us-isob-east-1" } }, @@ -593,8 +593,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Region": "us-east-1", "Endpoint": "https://example.com" } @@ -607,8 +607,8 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -618,8 +618,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" } @@ -630,8 +630,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/endpoints/endpoints.json b/models/endpoints/endpoints.json index f0d2de3cec5..931f6e40b68 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -13817,6 +13817,12 @@ "tags" : [ "dualstack" ] } ] }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-4.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, "ca-central-1" : { "variants" : [ { "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com", diff --git a/service/billingconductor/api.go b/service/billingconductor/api.go index be5b3293050..68c363be474 100644 --- a/service/billingconductor/api.go +++ b/service/billingconductor/api.go @@ -5708,6 +5708,9 @@ func (s *CustomLineItemPercentageChargeDetails) SetPercentageValue(v float64) *C type CustomLineItemVersionListElement struct { _ struct{} `type:"structure"` + // A list of custom line item Amazon Resource Names (ARNs) to retrieve information. + Arn *string `type:"string"` + // The number of resources that are associated with the custom line item. AssociationSize *int64 `type:"long"` @@ -5749,6 +5752,9 @@ type CustomLineItemVersionListElement struct { // The start billing period of the custom line item version. StartBillingPeriod *string `type:"string"` + + // The inclusive start time. + StartTime *int64 `type:"long"` } // String returns the string representation. @@ -5769,6 +5775,12 @@ func (s CustomLineItemVersionListElement) GoString() string { return s.String() } +// SetArn sets the Arn field's value. +func (s *CustomLineItemVersionListElement) SetArn(v string) *CustomLineItemVersionListElement { + s.Arn = &v + return s +} + // SetAssociationSize sets the AssociationSize field's value. func (s *CustomLineItemVersionListElement) SetAssociationSize(v int64) *CustomLineItemVersionListElement { s.AssociationSize = &v @@ -5835,6 +5847,12 @@ func (s *CustomLineItemVersionListElement) SetStartBillingPeriod(v string) *Cust return s } +// SetStartTime sets the StartTime field's value. +func (s *CustomLineItemVersionListElement) SetStartTime(v int64) *CustomLineItemVersionListElement { + s.StartTime = &v + return s +} + type DeleteBillingGroupInput struct { _ struct{} `type:"structure"` @@ -6506,6 +6524,10 @@ type ListAccountAssociationsFilter struct { // The Amazon Web Services account ID to filter on. AccountId *string `type:"string"` + // The list of Amazon Web Services IDs to retrieve their associated billing + // group for a given time range. + AccountIds []*string `min:"1" type:"list"` + // MONITORED: linked accounts that are associated to billing groups. // // UNMONITORED: linked accounts that are not associated to billing groups. @@ -6533,12 +6555,31 @@ func (s ListAccountAssociationsFilter) GoString() string { return s.String() } +// Validate inspects the fields of the type to determine if they are valid. +func (s *ListAccountAssociationsFilter) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ListAccountAssociationsFilter"} + if s.AccountIds != nil && len(s.AccountIds) < 1 { + invalidParams.Add(request.NewErrParamMinLen("AccountIds", 1)) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + // SetAccountId sets the AccountId field's value. func (s *ListAccountAssociationsFilter) SetAccountId(v string) *ListAccountAssociationsFilter { s.AccountId = &v return s } +// SetAccountIds sets the AccountIds field's value. +func (s *ListAccountAssociationsFilter) SetAccountIds(v []*string) *ListAccountAssociationsFilter { + s.AccountIds = v + return s +} + // SetAssociation sets the Association field's value. func (s *ListAccountAssociationsFilter) SetAssociation(v string) *ListAccountAssociationsFilter { s.Association = &v @@ -6583,6 +6624,21 @@ func (s ListAccountAssociationsInput) GoString() string { return s.String() } +// Validate inspects the fields of the type to determine if they are valid. +func (s *ListAccountAssociationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ListAccountAssociationsInput"} + if s.Filters != nil { + if err := s.Filters.Validate(); err != nil { + invalidParams.AddNested("Filters", err.(request.ErrInvalidParams)) + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + // SetBillingPeriod sets the BillingPeriod field's value. func (s *ListAccountAssociationsInput) SetBillingPeriod(v string) *ListAccountAssociationsInput { s.BillingPeriod = &v @@ -6814,6 +6870,10 @@ type ListBillingGroupsFilter struct { // The pricing plan Amazon Resource Names (ARNs) to retrieve information. PricingPlan *string `type:"string"` + + // A list of billing groups to retrieve their current status for a specific + // time range + Statuses []*string `min:"1" type:"list" enum:"BillingGroupStatus"` } // String returns the string representation. @@ -6840,6 +6900,9 @@ func (s *ListBillingGroupsFilter) Validate() error { if s.Arns != nil && len(s.Arns) < 1 { invalidParams.Add(request.NewErrParamMinLen("Arns", 1)) } + if s.Statuses != nil && len(s.Statuses) < 1 { + invalidParams.Add(request.NewErrParamMinLen("Statuses", 1)) + } if invalidParams.Len() > 0 { return invalidParams @@ -6859,6 +6922,12 @@ func (s *ListBillingGroupsFilter) SetPricingPlan(v string) *ListBillingGroupsFil return s } +// SetStatuses sets the Statuses field's value. +func (s *ListBillingGroupsFilter) SetStatuses(v []*string) *ListBillingGroupsFilter { + s.Statuses = v + return s +} + type ListBillingGroupsInput struct { _ struct{} `type:"structure"` @@ -8532,6 +8601,14 @@ type PricingRuleListElement struct { // String and GoString methods. Name *string `min:"1" type:"string" sensitive:"true"` + // Operation is the specific Amazon Web Services action covered by this line + // item. This describes the specific usage of the line item. + // + // If the Scope attribute is set to SKU, this attribute indicates which operation + // the PricingRule is modifying. For example, a value of RunInstances:0202 indicates + // the operation of running an Amazon EC2 instance. + Operation *string `min:"1" type:"string"` + // The scope of pricing rule that indicates if it is globally applicable, or // if it is service-specific. Scope *string `type:"string" enum:"PricingRuleScope"` @@ -8545,6 +8622,10 @@ type PricingRuleListElement struct { // The type of pricing rule. Type *string `type:"string" enum:"PricingRuleType"` + + // Usage type is the unit that each service uses to measure the usage of a specific + // type of resource. + UsageType *string `min:"1" type:"string"` } // String returns the string representation. @@ -8613,6 +8694,12 @@ func (s *PricingRuleListElement) SetName(v string) *PricingRuleListElement { return s } +// SetOperation sets the Operation field's value. +func (s *PricingRuleListElement) SetOperation(v string) *PricingRuleListElement { + s.Operation = &v + return s +} + // SetScope sets the Scope field's value. func (s *PricingRuleListElement) SetScope(v string) *PricingRuleListElement { s.Scope = &v @@ -8637,6 +8724,12 @@ func (s *PricingRuleListElement) SetType(v string) *PricingRuleListElement { return s } +// SetUsageType sets the UsageType field's value. +func (s *PricingRuleListElement) SetUsageType(v string) *PricingRuleListElement { + s.UsageType = &v + return s +} + // The request references a resource that doesn't exist. type ResourceNotFoundException struct { _ struct{} `type:"structure"` @@ -10406,6 +10499,9 @@ const ( // PricingRuleScopeBillingEntity is a PricingRuleScope enum value PricingRuleScopeBillingEntity = "BILLING_ENTITY" + + // PricingRuleScopeSku is a PricingRuleScope enum value + PricingRuleScopeSku = "SKU" ) // PricingRuleScope_Values returns all elements of the PricingRuleScope enum @@ -10414,6 +10510,7 @@ func PricingRuleScope_Values() []string { PricingRuleScopeGlobal, PricingRuleScopeService, PricingRuleScopeBillingEntity, + PricingRuleScopeSku, } } @@ -10596,6 +10693,18 @@ const ( // ValidationExceptionReasonIllegalTieringInput is a ValidationExceptionReason enum value ValidationExceptionReasonIllegalTieringInput = "ILLEGAL_TIERING_INPUT" + + // ValidationExceptionReasonIllegalOperation is a ValidationExceptionReason enum value + ValidationExceptionReasonIllegalOperation = "ILLEGAL_OPERATION" + + // ValidationExceptionReasonIllegalUsageType is a ValidationExceptionReason enum value + ValidationExceptionReasonIllegalUsageType = "ILLEGAL_USAGE_TYPE" + + // ValidationExceptionReasonInvalidSkuCombo is a ValidationExceptionReason enum value + ValidationExceptionReasonInvalidSkuCombo = "INVALID_SKU_COMBO" + + // ValidationExceptionReasonInvalidFilter is a ValidationExceptionReason enum value + ValidationExceptionReasonInvalidFilter = "INVALID_FILTER" ) // ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum @@ -10654,5 +10763,9 @@ func ValidationExceptionReason_Values() []string { ValidationExceptionReasonIllegalType, ValidationExceptionReasonIllegalEndedBillinggroup, ValidationExceptionReasonIllegalTieringInput, + ValidationExceptionReasonIllegalOperation, + ValidationExceptionReasonIllegalUsageType, + ValidationExceptionReasonInvalidSkuCombo, + ValidationExceptionReasonInvalidFilter, } } diff --git a/service/configservice/api.go b/service/configservice/api.go index 49c54eeed4c..411eaa3a75c 100644 --- a/service/configservice/api.go +++ b/service/configservice/api.go @@ -75,7 +75,7 @@ func (c *ConfigService) BatchGetAggregateResourceConfigRequest(input *BatchGetAg // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -173,7 +173,7 @@ func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceCon // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -265,7 +265,7 @@ func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggre // // Returned Error Types: // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorization @@ -352,8 +352,8 @@ func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) (r // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - ResourceInUseException @@ -828,8 +828,8 @@ func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationRe // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - ResourceInUseException @@ -945,8 +945,8 @@ func (c *ConfigService) DeleteOrganizationConfigRuleRequest(input *DeleteOrganiz // Returned Error Types: // // - NoSuchOrganizationConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. // // - ResourceInUseException @@ -1223,7 +1223,7 @@ func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePend // // Returned Error Types: // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequest @@ -1329,7 +1329,7 @@ func (c *ConfigService) DeleteRemediationConfigurationRequest(input *DeleteRemed // role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationConfiguration @@ -1495,7 +1495,7 @@ func (c *ConfigService) DeleteResourceConfigRequest(input *DeleteResourceConfigI // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -1586,7 +1586,7 @@ func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetenti // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchRetentionConfigurationException @@ -1671,7 +1671,7 @@ func (c *ConfigService) DeleteStoredQueryRequest(input *DeleteStoredQueryInput) // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -1867,7 +1867,7 @@ func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *D // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -1881,8 +1881,8 @@ func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *D // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -2027,7 +2027,7 @@ func (c *ConfigService) DescribeAggregateComplianceByConformancePacksRequest(inp // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -2041,8 +2041,8 @@ func (c *ConfigService) DescribeAggregateComplianceByConformancePacksRequest(inp // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -2182,12 +2182,12 @@ func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *Describe // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -2348,17 +2348,17 @@ func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeCom // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRule func (c *ConfigService) DescribeComplianceByConfigRule(input *DescribeComplianceByConfigRuleInput) (*DescribeComplianceByConfigRuleOutput, error) { @@ -2517,12 +2517,12 @@ func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeCompl // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResource func (c *ConfigService) DescribeComplianceByResource(input *DescribeComplianceByResourceInput) (*DescribeComplianceByResourceOutput, error) { @@ -2661,17 +2661,17 @@ func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *Describ // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatus func (c *ConfigService) DescribeConfigRuleEvaluationStatus(input *DescribeConfigRuleEvaluationStatusInput) (*DescribeConfigRuleEvaluationStatusOutput, error) { @@ -2807,16 +2807,16 @@ func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInp // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRules @@ -2956,15 +2956,15 @@ func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest(inpu // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -3105,15 +3105,15 @@ func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeC // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -3234,12 +3234,14 @@ func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *Descri // DescribeConfigurationRecorderStatus API operation for AWS Config. // -// Returns the current status of the specified configuration recorder. If a -// configuration recorder is not specified, this action returns the status of -// all configuration recorders associated with the account. +// Returns the current status of the specified configuration recorder as well +// as the status of the last recording event for the recorder. If a configuration +// recorder is not specified, this action returns the status of all configuration +// recorders associated with the account. // // Currently, you can specify only one configuration recorder per region in -// your account. +// your account. For a detailed status of recording events over time, add your +// Config events to Amazon CloudWatch metrics and use CloudWatch metrics. // // 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 @@ -3423,11 +3425,11 @@ func (c *ConfigService) DescribeConformancePackComplianceRequest(input *Describe // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchConfigRuleInConformancePackException @@ -3575,11 +3577,11 @@ func (c *ConfigService) DescribeConformancePackStatusRequest(input *DescribeConf // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackStatus @@ -3722,11 +3724,11 @@ func (c *ConfigService) DescribeConformancePacksRequest(input *DescribeConforman // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePacks @@ -4036,16 +4038,16 @@ func (c *ConfigService) DescribeOrganizationConfigRuleStatusesRequest(input *Des // Returned Error Types: // // - NoSuchOrganizationConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. // // - InvalidLimitException // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - OrganizationAccessDeniedException // For PutConfigurationAggregator API, you can see this exception for the following @@ -4225,13 +4227,13 @@ func (c *ConfigService) DescribeOrganizationConfigRulesRequest(input *DescribeOr // Returned Error Types: // // - NoSuchOrganizationConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -4414,8 +4416,8 @@ func (c *ConfigService) DescribeOrganizationConformancePackStatusesRequest(input // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - OrganizationAccessDeniedException // For PutConfigurationAggregator API, you can see this exception for the following @@ -4602,8 +4604,8 @@ func (c *ConfigService) DescribeOrganizationConformancePacksRequest(input *Descr // conformance pack that does not exist. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -4767,12 +4769,12 @@ func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *Describ // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidLimitException // The specified limit is outside the allowable range. @@ -4996,11 +4998,11 @@ func (c *ConfigService) DescribeRemediationExceptionsRequest(input *DescribeReme // Returned Error Types: // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptions @@ -5143,11 +5145,11 @@ func (c *ConfigService) DescribeRemediationExecutionStatusRequest(input *Describ // You specified an Config rule without a remediation configuration. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExecutionStatus @@ -5289,15 +5291,15 @@ func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRe // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - NoSuchRetentionConfigurationException // You have specified a retention configuration that does not exist. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurations func (c *ConfigService) DescribeRetentionConfigurations(input *DescribeRetentionConfigurationsInput) (*DescribeRetentionConfigurationsOutput, error) { @@ -5439,7 +5441,7 @@ func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input * // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -5453,8 +5455,8 @@ func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input * // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -5597,7 +5599,7 @@ func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *Ge // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -5611,8 +5613,8 @@ func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *Ge // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -5757,7 +5759,7 @@ func (c *ConfigService) GetAggregateConformancePackComplianceSummaryRequest(inpu // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -5771,8 +5773,8 @@ func (c *ConfigService) GetAggregateConformancePackComplianceSummaryRequest(inpu // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -5919,7 +5921,7 @@ func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAg // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -5933,8 +5935,8 @@ func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAg // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -6068,7 +6070,7 @@ func (c *ConfigService) GetAggregateResourceConfigRequest(input *GetAggregateRes // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -6173,16 +6175,16 @@ func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetCompli // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRule @@ -6321,7 +6323,7 @@ func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplian // // Returned Error Types: // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResource @@ -6527,7 +6529,7 @@ func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComp // // Returned Error Types: // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceType @@ -6617,8 +6619,8 @@ func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetCon // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConformancePackException // You specified one or more conformance packs that do not exist. @@ -6627,7 +6629,7 @@ func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetCon // Config rule that you passed in the filter does not exist. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceDetails @@ -6771,8 +6773,8 @@ func (c *ConfigService) GetConformancePackComplianceSummaryRequest(input *GetCon // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceSummary func (c *ConfigService) GetConformancePackComplianceSummary(input *GetConformancePackComplianceSummaryInput) (*GetConformancePackComplianceSummaryOutput, error) { @@ -6902,8 +6904,8 @@ func (c *ConfigService) GetCustomRulePolicyRequest(input *GetCustomRulePolicyInp // // Returned Error Types: // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetCustomRulePolicy @@ -7022,7 +7024,7 @@ func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredR // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -7036,8 +7038,8 @@ func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredR // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCounts func (c *ConfigService) GetDiscoveredResourceCounts(input *GetDiscoveredResourceCountsInput) (*GetDiscoveredResourceCountsOutput, error) { @@ -7174,16 +7176,16 @@ func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusRequest(input *Ge // Returned Error Types: // // - NoSuchOrganizationConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. // // - InvalidLimitException // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - OrganizationAccessDeniedException // For PutConfigurationAggregator API, you can see this exception for the following @@ -7355,8 +7357,8 @@ func (c *ConfigService) GetOrganizationConformancePackDetailedStatusRequest(inpu // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - OrganizationAccessDeniedException // For PutConfigurationAggregator API, you can see this exception for the following @@ -7512,8 +7514,8 @@ func (c *ConfigService) GetOrganizationCustomRulePolicyRequest(input *GetOrganiz // Returned Error Types: // // - NoSuchOrganizationConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. // // - OrganizationAccessDeniedException @@ -7637,7 +7639,7 @@ func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfig // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -7648,15 +7650,15 @@ func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfig // the validation. // // - InvalidTimeRangeException -// The specified time range is invalid. The earlier time is not chronologically +// The specified time range is not valid. The earlier time is not chronologically // before the later time. // // - InvalidLimitException // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoAvailableConfigurationRecorderException // There are no configuration recorders available to provide the role needed @@ -7787,6 +7789,12 @@ func (c *ConfigService) GetResourceEvaluationSummaryRequest(input *GetResourceEv // the evaluation mode that was run, and whether the resource details comply // with the configuration of the proactive rules. // +// To see additional information about the evaluation result, such as which +// rule flagged a resource as NON_COMPLIANT, use the GetComplianceDetailsByResource +// (https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByResource.html) +// API. For more information, see the Examples (https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceEvaluationSummary.html#API_GetResourceEvaluationSummary_Examples) +// section. +// // 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. @@ -7875,7 +7883,7 @@ func (c *ConfigService) GetStoredQueryRequest(input *GetStoredQueryInput) (req * // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -7980,7 +7988,7 @@ func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggre // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -7994,8 +8002,8 @@ func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggre // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoSuchConfigurationAggregatorException // You have specified a configuration aggregator that does not exist. @@ -8143,15 +8151,15 @@ func (c *ConfigService) ListConformancePackComplianceScoresRequest(input *ListCo // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidLimitException // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListConformancePackComplianceScores func (c *ConfigService) ListConformancePackComplianceScores(input *ListConformancePackComplianceScoresInput) (*ListConformancePackComplianceScoresOutput, error) { @@ -8300,7 +8308,7 @@ func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredReso // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -8314,8 +8322,8 @@ func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredReso // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - NoAvailableConfigurationRecorderException // There are no configuration recorders available to provide the role needed @@ -8455,15 +8463,15 @@ func (c *ConfigService) ListResourceEvaluationsRequest(input *ListResourceEvalua // Returned Error Types: // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidTimeRangeException -// The specified time range is invalid. The earlier time is not chronologically +// The specified time range is not valid. The earlier time is not chronologically // before the later time. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListResourceEvaluations @@ -8601,7 +8609,7 @@ func (c *ConfigService) ListStoredQueriesRequest(input *ListStoredQueriesInput) // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -8612,8 +8620,8 @@ func (c *ConfigService) ListStoredQueriesRequest(input *ListStoredQueriesInput) // the validation. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListStoredQueries func (c *ConfigService) ListStoredQueries(input *ListStoredQueriesInput) (*ListStoredQueriesOutput, error) { @@ -8752,7 +8760,7 @@ func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInp // You have specified a resource that does not exist. // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -8766,8 +8774,8 @@ func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInp // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResource func (c *ConfigService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) { @@ -8888,6 +8896,12 @@ func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregation // Authorizes the aggregator account and region to collect data from the source // account and region. // +// PutAggregationAuthorization is an idempotent API. Subsequent requests won’t +// create a duplicate resource if one was already created. If a following request +// has different tags values, Config will ignore these differences and treat +// it as an idempotent request of the previous. In this case, tags will not +// be updated, even if they are different. +// // 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. @@ -8897,7 +8911,7 @@ func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregation // // Returned Error Types: // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorization @@ -8971,27 +8985,31 @@ func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *re // rules you can have per account, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) // in the Config Developer Guide. // -// There are two types of rules: Config Custom Rules and Config Managed Rules. -// You can use PutConfigRule to create both Config custom rules and Config managed -// rules. -// -// Custom rules are rules that you can create using either Guard or Lambda functions. -// Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)) -// is a policy-as-code language that allows you to write policies that are enforced -// by Config Custom Policy rules. Lambda uses custom code that you upload to -// evaluate a custom rule. If you are adding a new Custom Lambda rule, you first -// need to create an Lambda function that the rule invokes to evaluate your -// resources. When you use PutConfigRule to add a Custom Lambda rule to Config, -// you must specify the Amazon Resource Name (ARN) that Lambda assigns to the -// function. You specify the ARN in the SourceIdentifier key. This key is part -// of the Source object, which is part of the ConfigRule object. +// There are two types of rules: Config Managed Rules and Config Custom Rules. +// You can use PutConfigRule to create both Config Managed Rules and Config +// Custom Rules. // -// Managed rules are predefined, customizable rules created by Config. For a -// list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). +// Config Managed Rules are predefined, customizable rules created by Config. +// For a list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). // If you are adding an Config managed rule, you must specify the rule's identifier // for the SourceIdentifier key. // -// For any new rule that you add, specify the ConfigRuleName in the ConfigRule +// Config Custom Rules are rules that you create from scratch. There are two +// ways to create Config custom rules: with Lambda functions ( Lambda Developer +// Guide (https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function)) +// and with Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)), +// a policy-as-code language. Config custom rules created with Lambda are called +// Config Custom Lambda Rules and Config custom rules created with Guard are +// called Config Custom Policy Rules. +// +// If you are adding a new Config Custom Lambda rule, you first need to create +// an Lambda function that the rule invokes to evaluate your resources. When +// you use PutConfigRule to add a Custom Lambda rule to Config, you must specify +// the Amazon Resource Name (ARN) that Lambda assigns to the function. You specify +// the ARN in the SourceIdentifier key. This key is part of the Source object, +// which is part of the ConfigRule object. +// +// For any new Config rule that you add, specify the ConfigRuleName in the ConfigRule // object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values // are generated by Config for new rules. // @@ -9000,9 +9018,15 @@ func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *re // data type that you use in this request. // // For more information about developing and using Config rules, see Evaluating -// Amazon Web Services resource Configurations with Config (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) +// Resources with Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) // in the Config Developer Guide. // +// PutConfigRule is an idempotent API. Subsequent requests won’t create a +// duplicate resource if one was already created. If a following request has +// different tags values, Config will ignore these differences and treat it +// as an idempotent request of the previous. In this case, tags will not be +// updated, even if they are different. +// // 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. @@ -9013,7 +9037,7 @@ func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *re // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - MaxNumberOfConfigRulesExceededException @@ -9156,6 +9180,12 @@ func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfiguratio // (https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli) // in the Config developer guide. // +// PutConfigurationAggregator is an idempotent API. Subsequent requests won’t +// create a duplicate resource if one was already created. If a following request +// has different tags values, Config will ignore these differences and treat +// it as an idempotent request of the previous. In this case, tags will not +// be updated, even if they are different. +// // 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. @@ -9166,7 +9196,7 @@ func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfiguratio // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - LimitExceededException @@ -9310,7 +9340,8 @@ func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationR // // - InvalidRecordingGroupException // Config throws an exception if the recording group does not contain a valid -// list of resource types. Invalid values might also be incorrectly formatted. +// list of resource types. Values that are not valid might also be incorrectly +// formatted. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorder func (c *ConfigService) PutConfigurationRecorder(input *PutConfigurationRecorderInput) (*PutConfigurationRecorderOutput, error) { @@ -9418,7 +9449,7 @@ func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput // role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument. // // - ConformancePackTemplateValidationException -// You have specified a template that is invalid or supported. +// You have specified a template that is not valid or supported. // // - ResourceInUseException // You see this exception in the following cases: @@ -9447,7 +9478,7 @@ func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput // deletion is in progress. Try your request again later. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - MaxNumberOfConformancePacksExceededException @@ -9553,16 +9584,16 @@ func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput // to describe your resources. Create a configuration recorder. // // - InvalidDeliveryChannelNameException -// The specified delivery channel name is invalid. +// The specified delivery channel name is not valid. // // - NoSuchBucketException // The specified Amazon S3 bucket does not exist. // // - InvalidS3KeyPrefixException -// The specified Amazon S3 key prefix is invalid. +// The specified Amazon S3 key prefix is not valid. // // - InvalidS3KmsKeyArnException -// The specified Amazon KMS Key ARN is invalid. +// The specified Amazon KMS Key ARN is not valid. // // - InvalidSNSTopicARNException // The specified Amazon SNS topic does not exist. @@ -9649,15 +9680,15 @@ func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) (req * // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InvalidResultTokenException -// The specified ResultToken is invalid. +// The specified ResultToken is not valid. // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluations @@ -9739,12 +9770,12 @@ func (c *ConfigService) PutExternalEvaluationRequest(input *PutExternalEvaluatio // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluation @@ -9833,27 +9864,31 @@ func (c *ConfigService) PutOrganizationConfigRuleRequest(input *PutOrganizationC // by calling Amazon Web Services Organization register-delegated-administrator // for config-multiaccountsetup.amazonaws.com. // -// There are two types of rules: Config Custom Rules and Config Managed Rules. -// You can use PutOrganizationConfigRule to create both Config custom rules -// and Config managed rules. -// -// Custom rules are rules that you can create using either Guard or Lambda functions. -// Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)) -// is a policy-as-code language that allows you to write policies that are enforced -// by Config Custom Policy rules. Lambda uses custom code that you upload to -// evaluate a custom rule. If you are adding a new Custom Lambda rule, you first -// need to create an Lambda function in the management account or a delegated -// administrator that the rule invokes to evaluate your resources. You also -// need to create an IAM role in the managed account that can be assumed by -// the Lambda function. When you use PutOrganizationConfigRule to add a Custom -// Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that -// Lambda assigns to the function. -// -// Managed rules are predefined, customizable rules created by Config. For a -// list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). +// There are two types of rules: Config Managed Rules and Config Custom Rules. +// You can use PutOrganizationConfigRule to create both Config Managed Rules +// and Config Custom Rules. +// +// Config Managed Rules are predefined, customizable rules created by Config. +// For a list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). // If you are adding an Config managed rule, you must specify the rule's identifier // for the RuleIdentifier key. // +// Config Custom Rules are rules that you create from scratch. There are two +// ways to create Config custom rules: with Lambda functions ( Lambda Developer +// Guide (https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function)) +// and with Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)), +// a policy-as-code language. Config custom rules created with Lambda are called +// Config Custom Lambda Rules and Config custom rules created with Guard are +// called Config Custom Policy Rules. +// +// If you are adding a new Config Custom Lambda rule, you first need to create +// an Lambda function in the management account or a delegated administrator +// that the rule invokes to evaluate your resources. You also need to create +// an IAM role in the managed account that can be assumed by the Lambda function. +// When you use PutOrganizationConfigRule to add a Custom Lambda rule to Config, +// you must specify the Amazon Resource Name (ARN) that Lambda assigns to the +// function. +// // Prerequisite: Ensure you call EnableAllFeatures API to enable all features // in an organization. // @@ -9902,11 +9937,11 @@ func (c *ConfigService) PutOrganizationConfigRuleRequest(input *PutOrganizationC // deletion is in progress. Try your request again later. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -10101,7 +10136,7 @@ func (c *ConfigService) PutOrganizationConformancePackRequest(input *PutOrganiza // deletion is in progress. Try your request again later. // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -10155,7 +10190,7 @@ func (c *ConfigService) PutOrganizationConformancePackRequest(input *PutOrganiza // role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument. // // - OrganizationConformancePackTemplateValidationException -// You have specified a template that is invalid or supported. +// You have specified a template that is not valid or supported. // // - OrganizationAllFeaturesNotEnabledException // Config resource cannot be created because your organization does not have @@ -10278,7 +10313,7 @@ func (c *ConfigService) PutRemediationConfigurationsRequest(input *PutRemediatio // role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationConfigurations @@ -10346,16 +10381,29 @@ func (c *ConfigService) PutRemediationExceptionsRequest(input *PutRemediationExc // PutRemediationExceptions API operation for AWS Config. // -// A remediation exception is when a specific resource is no longer considered +// A remediation exception is when a specified resource is no longer considered // for auto-remediation. This API adds a new exception or updates an existing -// exception for a specific resource with a specific Config rule. +// exception for a specified resource with a specified Config rule. // -// Config generates a remediation exception when a problem occurs executing -// a remediation action to a specific resource. Remediation exceptions blocks +// Config generates a remediation exception when a problem occurs running a +// remediation action for a specified resource. Remediation exceptions blocks // auto-remediation until the exception is cleared. // -// To place an exception on an Amazon Web Services resource, ensure remediation -// is set as manual remediation. +// When placing an exception on an Amazon Web Services resource, it is recommended +// that remediation is set as manual remediation until the given Config rule +// for the specified resource evaluates the resource as NON_COMPLIANT. Once +// the resource has been evaluated as NON_COMPLIANT, you can add remediation +// exceptions and change the remediation type back from Manual to Auto if you +// want to use auto-remediation. Otherwise, using auto-remediation before a +// NON_COMPLIANT evaluation result can delete resources before the exception +// is applied. +// +// Placing an exception can only be performed on resources that are NON_COMPLIANT. +// If you use this API for COMPLIANT resources or resources that are NOT_APPLICABLE, +// a remediation exception will not be generated. For more information on the +// conditions that initiate the possible Config evaluation results, see Concepts +// | Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/config-concepts.html#aws-config-rules) +// in the Config Developer Guide. // // 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 @@ -10367,7 +10415,7 @@ func (c *ConfigService) PutRemediationExceptionsRequest(input *PutRemediationExc // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InsufficientPermissionsException @@ -10480,7 +10528,7 @@ func (c *ConfigService) PutResourceConfigRequest(input *PutResourceConfigInput) // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -10600,7 +10648,7 @@ func (c *ConfigService) PutRetentionConfigurationRequest(input *PutRetentionConf // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - MaxNumberOfRetentionConfigurationsExceededException @@ -10677,6 +10725,12 @@ func (c *ConfigService) PutStoredQueryRequest(input *PutStoredQueryInput) (req * // Services Region. You can create upto 300 queries in a single Amazon Web Services // account and a single Amazon Web Services Region. // +// PutStoredQuery is an idempotent API. Subsequent requests won’t create a +// duplicate resource if one was already created. If a following request has +// different tags values, Config will ignore these differences and treat it +// as an idempotent request of the previous. In this case, tags will not be +// updated, even if they are different. +// // 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. @@ -10687,7 +10741,7 @@ func (c *ConfigService) PutStoredQueryRequest(input *PutStoredQueryInput) (req * // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -10814,8 +10868,8 @@ func (c *ConfigService) SelectAggregateResourceConfigRequest(input *SelectAggreg // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectAggregateResourceConfig func (c *ConfigService) SelectAggregateResourceConfig(input *SelectAggregateResourceConfigInput) (*SelectAggregateResourceConfigOutput, error) { @@ -10961,8 +11015,8 @@ func (c *ConfigService) SelectResourceConfigRequest(input *SelectResourceConfigI // The specified limit is outside the allowable range. // // - InvalidNextTokenException -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectResourceConfig func (c *ConfigService) SelectResourceConfig(input *SelectResourceConfigInput) (*SelectResourceConfigOutput, error) { @@ -11122,8 +11176,8 @@ func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRule // Returned Error Types: // // - NoSuchConfigRuleException -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. // // - LimitExceededException @@ -11161,7 +11215,7 @@ func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRule // deletion is in progress. Try your request again later. // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluation @@ -11334,7 +11388,7 @@ func (c *ConfigService) StartRemediationExecutionRequest(input *StartRemediation // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - InsufficientPermissionsException @@ -11433,6 +11487,16 @@ func (c *ConfigService) StartResourceEvaluationRequest(input *StartResourceEvalu // Ensure you have the cloudformation:DescribeType role setup to validate the // resource type schema. // +// You can find the Resource type schema (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html) +// in "Amazon Web Services public extensions" within the CloudFormation registry +// or with the following CLI commmand: aws cloudformation describe-type --type-name +// "AWS::S3::Bucket" --type RESOURCE. +// +// For more information, see Managing extensions through the CloudFormation +// registry (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-view) +// and Amazon Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) +// in the CloudFormation User Guide. +// // 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. @@ -11443,7 +11507,7 @@ func (c *ConfigService) StartResourceEvaluationRequest(input *StartResourceEvalu // Returned Error Types: // // - InvalidParameterValueException -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. // // - IdempotentParameterMismatch @@ -11598,7 +11662,8 @@ func (c *ConfigService) TagResourceRequest(input *TagResourceInput) (req *reques // // Associates the specified tags to a resource with the specified resourceArn. // If existing tags on a resource are not specified in the request parameters, -// they are not changed. When a resource is deleted, the tags associated with +// they are not changed. If existing tags are specified, however, then their +// values will be updated. When a resource is deleted, the tags associated with // that resource are deleted as well. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -11611,7 +11676,7 @@ func (c *ConfigService) TagResourceRequest(input *TagResourceInput) (req *reques // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -11707,7 +11772,7 @@ func (c *ConfigService) UntagResourceRequest(input *UntagResourceInput) (req *re // Returned Error Types: // // - ValidationException -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -13390,19 +13455,21 @@ func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExpor // resources. A rule can run when Config detects a configuration change to an // Amazon Web Services resource or at a periodic frequency that you choose (for // example, every 24 hours). There are two types of rules: Config Managed Rules -// and Config Custom Rules. Managed rules are predefined, customizable rules -// created by Config. For a list of managed rules, see List of Config Managed -// Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). +// and Config Custom Rules. +// +// Config Managed Rules are predefined, customizable rules created by Config. +// For a list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). // -// Custom rules are rules that you can create using either Guard or Lambda functions. -// Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)) -// is a policy-as-code language that allows you to write policies that are enforced -// by Config Custom Policy rules. Lambda uses custom code that you upload to -// evaluate a custom rule. It is invoked by events that are published to it -// by an event source, which Config invokes when the custom rule is initiated. +// Config Custom Rules are rules that you create from scratch. There are two +// ways to create Config custom rules: with Lambda functions ( Lambda Developer +// Guide (https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function)) +// and with Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)), +// a policy-as-code language. Config custom rules created with Lambda are called +// Config Custom Lambda Rules and Config custom rules created with Guard are +// called Config Custom Policy Rules. // // For more information about developing and using Config rules, see Evaluating -// Amazon Web Services resource Configurations with Config (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) +// Resource with Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) // in the Config Developer Guide. // // You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you @@ -14422,22 +14489,26 @@ func (s *ConfigurationRecorder) SetRoleARN(v string) *ConfigurationRecorder { } // The current status of the configuration recorder. +// +// For a detailed status of recording events over time, add your Config events +// to CloudWatch metrics and use CloudWatch metrics. type ConfigurationRecorderStatus struct { _ struct{} `type:"structure"` - // The error code indicating that the recording failed. + // The latest error code from when the recorder last failed. LastErrorCode *string `locationName:"lastErrorCode" type:"string"` - // The message indicating that the recording failed due to an error. + // The latest error message from when the recorder last failed. LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"` // The time the recorder was last started. LastStartTime *time.Time `locationName:"lastStartTime" type:"timestamp"` - // The last (previous) status of the recorder. + // The status of the latest recording event processed by the recorder. LastStatus *string `locationName:"lastStatus" type:"string" enum:"RecorderStatus"` - // The time when the status was last changed. + // The time of the latest change in status of an recording event processed by + // the recorder. LastStatusChangeTime *time.Time `locationName:"lastStatusChangeTime" type:"timestamp"` // The time the recorder was last stopped. @@ -14674,8 +14745,7 @@ func (s *ConformancePackComplianceScoresFilters) SetConformancePackNames(v []*st type ConformancePackComplianceSummary struct { _ struct{} `type:"structure"` - // The status of the conformance pack. The allowed values are COMPLIANT, NON_COMPLIANT - // and INSUFFICIENT_DATA. + // The status of the conformance pack. // // ConformancePackComplianceStatus is a required field ConformancePackComplianceStatus *string `type:"string" required:"true" enum:"ConformancePackComplianceType"` @@ -15061,8 +15131,6 @@ type ConformancePackRuleCompliance struct { _ struct{} `type:"structure"` // Compliance of the Config rule. - // - // The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA. ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"` // Name of the Config rule. @@ -15231,7 +15299,7 @@ func (s *ConformancePackStatusDetail) SetStackArn(v string) *ConformancePackStat return s } -// You have specified a template that is invalid or supported. +// You have specified a template that is not valid or supported. type ConformancePackTemplateValidationException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -17133,8 +17201,6 @@ type DescribeComplianceByConfigRuleInput struct { _ struct{} `type:"structure"` // Filters the results by compliance. - // - // The allowed values are COMPLIANT and NON_COMPLIANT. ComplianceTypes []*string `type:"list" enum:"ComplianceType"` // Specify one or more Config rule names to filter the results by rule. @@ -17226,8 +17292,6 @@ type DescribeComplianceByResourceInput struct { _ struct{} `type:"structure"` // Filters the results by compliance. - // - // The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA. ComplianceTypes []*string `type:"list" enum:"ComplianceType"` // The maximum number of evaluation results returned on each page. The default @@ -17457,7 +17521,9 @@ func (s *DescribeConfigRuleEvaluationStatusOutput) SetNextToken(v string) *Descr } // Returns a filtered list of Detective or Proactive Config rules. By default, -// if the filter is not defined, this API returns an unfiltered list. +// if the filter is not defined, this API returns an unfiltered list. For more +// information on Detective or Proactive Config rules, see Evaluation Mode (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html) +// in the Config Developer Guide. type DescribeConfigRulesFilters struct { _ struct{} `type:"structure"` @@ -17496,8 +17562,10 @@ type DescribeConfigRulesInput struct { // any names, Config returns details for all your rules. ConfigRuleNames []*string `type:"list"` - // Returns a list of Detecive or Proactive Config rules. By default, this API - // returns an unfiltered list. + // Returns a list of Detective or Proactive Config rules. By default, this API + // returns an unfiltered list. For more information on Detective or Proactive + // Config rules, see Evaluation Mode (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html) + // in the Config Developer Guide. Filters *DescribeConfigRulesFilters `type:"structure"` // The nextToken string returned on a previous page that you use to get the @@ -20746,7 +20814,9 @@ type GetComplianceDetailsByConfigRuleInput struct { // Filters the results by compliance. // - // The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE. + // INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config + // rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a + // ComplianceType for filtering results. ComplianceTypes []*string `type:"list" enum:"ComplianceType"` // The name of the Config rule for which you want compliance information. @@ -20869,7 +20939,9 @@ type GetComplianceDetailsByResourceInput struct { // Filters the results by compliance. // - // The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE. + // INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config + // rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a + // ComplianceType for filtering results. ComplianceTypes []*string `type:"list" enum:"ComplianceType"` // The nextToken string returned on a previous page that you use to get the @@ -22586,7 +22658,7 @@ func (s *InvalidConfigurationRecorderNameException) RequestID() string { return s.RespMetadata.RequestID } -// The specified delivery channel name is invalid. +// The specified delivery channel name is not valid. type InvalidDeliveryChannelNameException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -22778,8 +22850,8 @@ func (s *InvalidLimitException) RequestID() string { return s.RespMetadata.RequestID } -// The specified next token is invalid. Specify the nextToken string that was -// returned in the previous response to get the next page of results. +// The specified next token is not valid. Specify the nextToken string that +// was returned in the previous response to get the next page of results. type InvalidNextTokenException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -22843,7 +22915,7 @@ func (s *InvalidNextTokenException) RequestID() string { return s.RespMetadata.RequestID } -// One or more of the specified parameters are invalid. Verify that your parameters +// One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. type InvalidParameterValueException struct { _ struct{} `type:"structure"` @@ -22909,7 +22981,8 @@ func (s *InvalidParameterValueException) RequestID() string { } // Config throws an exception if the recording group does not contain a valid -// list of resource types. Invalid values might also be incorrectly formatted. +// list of resource types. Values that are not valid might also be incorrectly +// formatted. type InvalidRecordingGroupException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -22973,7 +23046,7 @@ func (s *InvalidRecordingGroupException) RequestID() string { return s.RespMetadata.RequestID } -// The specified ResultToken is invalid. +// The specified ResultToken is not valid. type InvalidResultTokenException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -23101,7 +23174,7 @@ func (s *InvalidRoleException) RequestID() string { return s.RespMetadata.RequestID } -// The specified Amazon S3 key prefix is invalid. +// The specified Amazon S3 key prefix is not valid. type InvalidS3KeyPrefixException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -23165,7 +23238,7 @@ func (s *InvalidS3KeyPrefixException) RequestID() string { return s.RespMetadata.RequestID } -// The specified Amazon KMS Key ARN is invalid. +// The specified Amazon KMS Key ARN is not valid. type InvalidS3KmsKeyArnException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -23293,7 +23366,7 @@ func (s *InvalidSNSTopicARNException) RequestID() string { return s.RespMetadata.RequestID } -// The specified time range is invalid. The earlier time is not chronologically +// The specified time range is not valid. The earlier time is not chronologically // before the later time. type InvalidTimeRangeException struct { _ struct{} `type:"structure"` @@ -23641,7 +23714,7 @@ type ListConformancePackComplianceScoresInput struct { Limit *int64 `type:"integer"` // The nextToken string in a prior request that you can use to get the paginated - // response for next set of conformance pack compliance scores. + // response for the next set of conformance pack compliance scores. NextToken *string `type:"string"` // Sorts your conformance pack compliance scores in either ascending or descending @@ -23791,7 +23864,8 @@ type ListDiscoveredResourcesInput struct { // The IDs of only those resources that you want Config to list in the response. // If you do not specify this parameter, Config lists all resources of the specified - // type that it has discovered. + // type that it has discovered. You can list a minimum of 1 resourceID and a + // maximum of 20 resourceIds. ResourceIds []*string `locationName:"resourceIds" type:"list"` // The custom name of only those resources that you want Config to list in the @@ -25177,8 +25251,8 @@ func (s *NoSuchBucketException) RequestID() string { return s.RespMetadata.RequestID } -// The Config rule in the request is invalid. Verify that the rule is an Config -// Custom Policy rule, that the rule name is correct, and that valid Amazon +// The Config rule in the request is not valid. Verify that the rule is an Config +// Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. type NoSuchConfigRuleException struct { _ struct{} `type:"structure"` @@ -25563,8 +25637,8 @@ func (s *NoSuchDeliveryChannelException) RequestID() string { return s.RespMetadata.RequestID } -// The Config rule in the request is invalid. Verify that the rule is an organization -// Config Custom Policy rule, that the rule name is correct, and that valid +// The Config rule in the request is not valid. Verify that the rule is an organization +// Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. type NoSuchOrganizationConfigRuleException struct { _ struct{} `type:"structure"` @@ -26643,7 +26717,7 @@ func (s *OrganizationConformancePackStatus) SetStatus(v string) *OrganizationCon return s } -// You have specified a template that is invalid or supported. +// You have specified a template that is not valid or supported. type OrganizationConformancePackTemplateValidationException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -29339,9 +29413,10 @@ type RecordingGroup struct { // To record all configuration changes, you must set the allSupported option // to true. // - // If you set this option to false, when Config adds support for a new type - // of resource, it will not record resources of that type unless you manually - // add that type to your recording group. + // If you set the AllSupported option to false and populate the ResourceTypes + // option with values, when Config adds support for a new type of resource, + // it will not record resources of that type unless you manually add that type + // to your recording group. // // For a list of valid resourceTypes values, see the resourceType Value column // in Supported Amazon Web Services resource Types (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources). @@ -30226,6 +30301,16 @@ type ResourceDetails struct { ResourceConfiguration *string `min:"1" type:"string" required:"true"` // The schema type of the resource configuration. + // + // You can find the Resource type schema (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html), + // or CFN_RESOURCE_SCHEMA, in "Amazon Web Services public extensions" within + // the CloudFormation registry or with the following CLI commmand: aws cloudformation + // describe-type --type-name "AWS::S3::Bucket" --type RESOURCE. + // + // For more information, see Managing extensions through the CloudFormation + // registry (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-view) + // and Amazon Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) + // in the CloudFormation User Guide. ResourceConfigurationSchemaType *string `type:"string" enum:"ResourceConfigurationSchemaType"` // A unique resource ID for an evaluation. @@ -31825,7 +31910,8 @@ type StartResourceEvaluationInput struct { // Returns an EvaluationContext object. EvaluationContext *EvaluationContext `type:"structure"` - // The mode of an evaluation. The valid value for this API is Proactive. + // The mode of an evaluation. The valid values for this API are DETECTIVE and + // PROACTIVE. // // EvaluationMode is a required field EvaluationMode *string `type:"string" required:"true" enum:"EvaluationMode"` @@ -32726,7 +32812,7 @@ func (s UntagResourceOutput) GoString() string { return s.String() } -// The requested action is invalid. +// The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to @@ -33958,6 +34044,267 @@ const ( // ResourceTypeAwsRoute53HostedZone is a ResourceType enum value ResourceTypeAwsRoute53HostedZone = "AWS::Route53::HostedZone" + + // ResourceTypeAwsIoTeventsInput is a ResourceType enum value + ResourceTypeAwsIoTeventsInput = "AWS::IoTEvents::Input" + + // ResourceTypeAwsIoTeventsDetectorModel is a ResourceType enum value + ResourceTypeAwsIoTeventsDetectorModel = "AWS::IoTEvents::DetectorModel" + + // ResourceTypeAwsIoTeventsAlarmModel is a ResourceType enum value + ResourceTypeAwsIoTeventsAlarmModel = "AWS::IoTEvents::AlarmModel" + + // ResourceTypeAwsServiceDiscoveryHttpNamespace is a ResourceType enum value + ResourceTypeAwsServiceDiscoveryHttpNamespace = "AWS::ServiceDiscovery::HttpNamespace" + + // ResourceTypeAwsEventsEventBus is a ResourceType enum value + ResourceTypeAwsEventsEventBus = "AWS::Events::EventBus" + + // ResourceTypeAwsImageBuilderContainerRecipe is a ResourceType enum value + ResourceTypeAwsImageBuilderContainerRecipe = "AWS::ImageBuilder::ContainerRecipe" + + // ResourceTypeAwsImageBuilderDistributionConfiguration is a ResourceType enum value + ResourceTypeAwsImageBuilderDistributionConfiguration = "AWS::ImageBuilder::DistributionConfiguration" + + // ResourceTypeAwsImageBuilderInfrastructureConfiguration is a ResourceType enum value + ResourceTypeAwsImageBuilderInfrastructureConfiguration = "AWS::ImageBuilder::InfrastructureConfiguration" + + // ResourceTypeAwsDataSyncLocationObjectStorage is a ResourceType enum value + ResourceTypeAwsDataSyncLocationObjectStorage = "AWS::DataSync::LocationObjectStorage" + + // ResourceTypeAwsDataSyncLocationHdfs is a ResourceType enum value + ResourceTypeAwsDataSyncLocationHdfs = "AWS::DataSync::LocationHDFS" + + // ResourceTypeAwsGlueClassifier is a ResourceType enum value + ResourceTypeAwsGlueClassifier = "AWS::Glue::Classifier" + + // ResourceTypeAwsRoute53recoveryReadinessCell is a ResourceType enum value + ResourceTypeAwsRoute53recoveryReadinessCell = "AWS::Route53RecoveryReadiness::Cell" + + // ResourceTypeAwsRoute53recoveryReadinessReadinessCheck is a ResourceType enum value + ResourceTypeAwsRoute53recoveryReadinessReadinessCheck = "AWS::Route53RecoveryReadiness::ReadinessCheck" + + // ResourceTypeAwsEcrRegistryPolicy is a ResourceType enum value + ResourceTypeAwsEcrRegistryPolicy = "AWS::ECR::RegistryPolicy" + + // ResourceTypeAwsBackupReportPlan is a ResourceType enum value + ResourceTypeAwsBackupReportPlan = "AWS::Backup::ReportPlan" + + // ResourceTypeAwsLightsailCertificate is a ResourceType enum value + ResourceTypeAwsLightsailCertificate = "AWS::Lightsail::Certificate" + + // ResourceTypeAwsRumAppMonitor is a ResourceType enum value + ResourceTypeAwsRumAppMonitor = "AWS::RUM::AppMonitor" + + // ResourceTypeAwsEventsEndpoint is a ResourceType enum value + ResourceTypeAwsEventsEndpoint = "AWS::Events::Endpoint" + + // ResourceTypeAwsSesReceiptRuleSet is a ResourceType enum value + ResourceTypeAwsSesReceiptRuleSet = "AWS::SES::ReceiptRuleSet" + + // ResourceTypeAwsEventsArchive is a ResourceType enum value + ResourceTypeAwsEventsArchive = "AWS::Events::Archive" + + // ResourceTypeAwsEventsApiDestination is a ResourceType enum value + ResourceTypeAwsEventsApiDestination = "AWS::Events::ApiDestination" + + // ResourceTypeAwsLightsailDisk is a ResourceType enum value + ResourceTypeAwsLightsailDisk = "AWS::Lightsail::Disk" + + // ResourceTypeAwsFisExperimentTemplate is a ResourceType enum value + ResourceTypeAwsFisExperimentTemplate = "AWS::FIS::ExperimentTemplate" + + // ResourceTypeAwsDataSyncLocationFsxWindows is a ResourceType enum value + ResourceTypeAwsDataSyncLocationFsxWindows = "AWS::DataSync::LocationFSxWindows" + + // ResourceTypeAwsSesReceiptFilter is a ResourceType enum value + ResourceTypeAwsSesReceiptFilter = "AWS::SES::ReceiptFilter" + + // ResourceTypeAwsGuardDutyFilter is a ResourceType enum value + ResourceTypeAwsGuardDutyFilter = "AWS::GuardDuty::Filter" + + // ResourceTypeAwsSesTemplate is a ResourceType enum value + ResourceTypeAwsSesTemplate = "AWS::SES::Template" + + // ResourceTypeAwsAmazonMqBroker is a ResourceType enum value + ResourceTypeAwsAmazonMqBroker = "AWS::AmazonMQ::Broker" + + // ResourceTypeAwsAppConfigEnvironment is a ResourceType enum value + ResourceTypeAwsAppConfigEnvironment = "AWS::AppConfig::Environment" + + // ResourceTypeAwsAppConfigConfigurationProfile is a ResourceType enum value + ResourceTypeAwsAppConfigConfigurationProfile = "AWS::AppConfig::ConfigurationProfile" + + // ResourceTypeAwsCloud9EnvironmentEc2 is a ResourceType enum value + ResourceTypeAwsCloud9EnvironmentEc2 = "AWS::Cloud9::EnvironmentEC2" + + // ResourceTypeAwsEventSchemasRegistry is a ResourceType enum value + ResourceTypeAwsEventSchemasRegistry = "AWS::EventSchemas::Registry" + + // ResourceTypeAwsEventSchemasRegistryPolicy is a ResourceType enum value + ResourceTypeAwsEventSchemasRegistryPolicy = "AWS::EventSchemas::RegistryPolicy" + + // ResourceTypeAwsEventSchemasDiscoverer is a ResourceType enum value + ResourceTypeAwsEventSchemasDiscoverer = "AWS::EventSchemas::Discoverer" + + // ResourceTypeAwsFraudDetectorLabel is a ResourceType enum value + ResourceTypeAwsFraudDetectorLabel = "AWS::FraudDetector::Label" + + // ResourceTypeAwsFraudDetectorEntityType is a ResourceType enum value + ResourceTypeAwsFraudDetectorEntityType = "AWS::FraudDetector::EntityType" + + // ResourceTypeAwsFraudDetectorVariable is a ResourceType enum value + ResourceTypeAwsFraudDetectorVariable = "AWS::FraudDetector::Variable" + + // ResourceTypeAwsFraudDetectorOutcome is a ResourceType enum value + ResourceTypeAwsFraudDetectorOutcome = "AWS::FraudDetector::Outcome" + + // ResourceTypeAwsIoTAuthorizer is a ResourceType enum value + ResourceTypeAwsIoTAuthorizer = "AWS::IoT::Authorizer" + + // ResourceTypeAwsIoTSecurityProfile is a ResourceType enum value + ResourceTypeAwsIoTSecurityProfile = "AWS::IoT::SecurityProfile" + + // ResourceTypeAwsIoTRoleAlias is a ResourceType enum value + ResourceTypeAwsIoTRoleAlias = "AWS::IoT::RoleAlias" + + // ResourceTypeAwsIoTDimension is a ResourceType enum value + ResourceTypeAwsIoTDimension = "AWS::IoT::Dimension" + + // ResourceTypeAwsIoTanalyticsDatastore is a ResourceType enum value + ResourceTypeAwsIoTanalyticsDatastore = "AWS::IoTAnalytics::Datastore" + + // ResourceTypeAwsLightsailBucket is a ResourceType enum value + ResourceTypeAwsLightsailBucket = "AWS::Lightsail::Bucket" + + // ResourceTypeAwsLightsailStaticIp is a ResourceType enum value + ResourceTypeAwsLightsailStaticIp = "AWS::Lightsail::StaticIp" + + // ResourceTypeAwsMediaPackagePackagingGroup is a ResourceType enum value + ResourceTypeAwsMediaPackagePackagingGroup = "AWS::MediaPackage::PackagingGroup" + + // ResourceTypeAwsRoute53recoveryReadinessRecoveryGroup is a ResourceType enum value + ResourceTypeAwsRoute53recoveryReadinessRecoveryGroup = "AWS::Route53RecoveryReadiness::RecoveryGroup" + + // ResourceTypeAwsResilienceHubResiliencyPolicy is a ResourceType enum value + ResourceTypeAwsResilienceHubResiliencyPolicy = "AWS::ResilienceHub::ResiliencyPolicy" + + // ResourceTypeAwsTransferWorkflow is a ResourceType enum value + ResourceTypeAwsTransferWorkflow = "AWS::Transfer::Workflow" + + // ResourceTypeAwsEksIdentityProviderConfig is a ResourceType enum value + ResourceTypeAwsEksIdentityProviderConfig = "AWS::EKS::IdentityProviderConfig" + + // ResourceTypeAwsEksAddon is a ResourceType enum value + ResourceTypeAwsEksAddon = "AWS::EKS::Addon" + + // ResourceTypeAwsGlueMltransform is a ResourceType enum value + ResourceTypeAwsGlueMltransform = "AWS::Glue::MLTransform" + + // ResourceTypeAwsIoTPolicy is a ResourceType enum value + ResourceTypeAwsIoTPolicy = "AWS::IoT::Policy" + + // ResourceTypeAwsIoTMitigationAction is a ResourceType enum value + ResourceTypeAwsIoTMitigationAction = "AWS::IoT::MitigationAction" + + // ResourceTypeAwsIoTtwinMakerWorkspace is a ResourceType enum value + ResourceTypeAwsIoTtwinMakerWorkspace = "AWS::IoTTwinMaker::Workspace" + + // ResourceTypeAwsIoTtwinMakerEntity is a ResourceType enum value + ResourceTypeAwsIoTtwinMakerEntity = "AWS::IoTTwinMaker::Entity" + + // ResourceTypeAwsIoTanalyticsDataset is a ResourceType enum value + ResourceTypeAwsIoTanalyticsDataset = "AWS::IoTAnalytics::Dataset" + + // ResourceTypeAwsIoTanalyticsPipeline is a ResourceType enum value + ResourceTypeAwsIoTanalyticsPipeline = "AWS::IoTAnalytics::Pipeline" + + // ResourceTypeAwsIoTanalyticsChannel is a ResourceType enum value + ResourceTypeAwsIoTanalyticsChannel = "AWS::IoTAnalytics::Channel" + + // ResourceTypeAwsIoTsiteWiseDashboard is a ResourceType enum value + ResourceTypeAwsIoTsiteWiseDashboard = "AWS::IoTSiteWise::Dashboard" + + // ResourceTypeAwsIoTsiteWiseProject is a ResourceType enum value + ResourceTypeAwsIoTsiteWiseProject = "AWS::IoTSiteWise::Project" + + // ResourceTypeAwsIoTsiteWisePortal is a ResourceType enum value + ResourceTypeAwsIoTsiteWisePortal = "AWS::IoTSiteWise::Portal" + + // ResourceTypeAwsIoTsiteWiseAssetModel is a ResourceType enum value + ResourceTypeAwsIoTsiteWiseAssetModel = "AWS::IoTSiteWise::AssetModel" + + // ResourceTypeAwsIvsChannel is a ResourceType enum value + ResourceTypeAwsIvsChannel = "AWS::IVS::Channel" + + // ResourceTypeAwsIvsRecordingConfiguration is a ResourceType enum value + ResourceTypeAwsIvsRecordingConfiguration = "AWS::IVS::RecordingConfiguration" + + // ResourceTypeAwsIvsPlaybackKeyPair is a ResourceType enum value + ResourceTypeAwsIvsPlaybackKeyPair = "AWS::IVS::PlaybackKeyPair" + + // ResourceTypeAwsKinesisAnalyticsV2Application is a ResourceType enum value + ResourceTypeAwsKinesisAnalyticsV2Application = "AWS::KinesisAnalyticsV2::Application" + + // ResourceTypeAwsRdsGlobalCluster is a ResourceType enum value + ResourceTypeAwsRdsGlobalCluster = "AWS::RDS::GlobalCluster" + + // ResourceTypeAwsS3MultiRegionAccessPoint is a ResourceType enum value + ResourceTypeAwsS3MultiRegionAccessPoint = "AWS::S3::MultiRegionAccessPoint" + + // ResourceTypeAwsDeviceFarmTestGridProject is a ResourceType enum value + ResourceTypeAwsDeviceFarmTestGridProject = "AWS::DeviceFarm::TestGridProject" + + // ResourceTypeAwsBudgetsBudgetsAction is a ResourceType enum value + ResourceTypeAwsBudgetsBudgetsAction = "AWS::Budgets::BudgetsAction" + + // ResourceTypeAwsLexBot is a ResourceType enum value + ResourceTypeAwsLexBot = "AWS::Lex::Bot" + + // ResourceTypeAwsCodeGuruReviewerRepositoryAssociation is a ResourceType enum value + ResourceTypeAwsCodeGuruReviewerRepositoryAssociation = "AWS::CodeGuruReviewer::RepositoryAssociation" + + // ResourceTypeAwsIoTCustomMetric is a ResourceType enum value + ResourceTypeAwsIoTCustomMetric = "AWS::IoT::CustomMetric" + + // ResourceTypeAwsRoute53resolverFirewallDomainList is a ResourceType enum value + ResourceTypeAwsRoute53resolverFirewallDomainList = "AWS::Route53Resolver::FirewallDomainList" + + // ResourceTypeAwsRoboMakerRobotApplicationVersion is a ResourceType enum value + ResourceTypeAwsRoboMakerRobotApplicationVersion = "AWS::RoboMaker::RobotApplicationVersion" + + // ResourceTypeAwsEc2TrafficMirrorSession is a ResourceType enum value + ResourceTypeAwsEc2TrafficMirrorSession = "AWS::EC2::TrafficMirrorSession" + + // ResourceTypeAwsIoTsiteWiseGateway is a ResourceType enum value + ResourceTypeAwsIoTsiteWiseGateway = "AWS::IoTSiteWise::Gateway" + + // ResourceTypeAwsLexBotAlias is a ResourceType enum value + ResourceTypeAwsLexBotAlias = "AWS::Lex::BotAlias" + + // ResourceTypeAwsLookoutMetricsAlert is a ResourceType enum value + ResourceTypeAwsLookoutMetricsAlert = "AWS::LookoutMetrics::Alert" + + // ResourceTypeAwsIoTAccountAuditConfiguration is a ResourceType enum value + ResourceTypeAwsIoTAccountAuditConfiguration = "AWS::IoT::AccountAuditConfiguration" + + // ResourceTypeAwsEc2TrafficMirrorTarget is a ResourceType enum value + ResourceTypeAwsEc2TrafficMirrorTarget = "AWS::EC2::TrafficMirrorTarget" + + // ResourceTypeAwsS3StorageLens is a ResourceType enum value + ResourceTypeAwsS3StorageLens = "AWS::S3::StorageLens" + + // ResourceTypeAwsIoTScheduledAudit is a ResourceType enum value + ResourceTypeAwsIoTScheduledAudit = "AWS::IoT::ScheduledAudit" + + // ResourceTypeAwsEventsConnection is a ResourceType enum value + ResourceTypeAwsEventsConnection = "AWS::Events::Connection" + + // ResourceTypeAwsEventSchemasSchema is a ResourceType enum value + ResourceTypeAwsEventSchemasSchema = "AWS::EventSchemas::Schema" + + // ResourceTypeAwsMediaPackagePackagingConfiguration is a ResourceType enum value + ResourceTypeAwsMediaPackagePackagingConfiguration = "AWS::MediaPackage::PackagingConfiguration" ) // ResourceType_Values returns all elements of the ResourceType enum @@ -34127,6 +34474,93 @@ func ResourceType_Values() []string { ResourceTypeAwsSesContactList, ResourceTypeAwsSesConfigurationSet, ResourceTypeAwsRoute53HostedZone, + ResourceTypeAwsIoTeventsInput, + ResourceTypeAwsIoTeventsDetectorModel, + ResourceTypeAwsIoTeventsAlarmModel, + ResourceTypeAwsServiceDiscoveryHttpNamespace, + ResourceTypeAwsEventsEventBus, + ResourceTypeAwsImageBuilderContainerRecipe, + ResourceTypeAwsImageBuilderDistributionConfiguration, + ResourceTypeAwsImageBuilderInfrastructureConfiguration, + ResourceTypeAwsDataSyncLocationObjectStorage, + ResourceTypeAwsDataSyncLocationHdfs, + ResourceTypeAwsGlueClassifier, + ResourceTypeAwsRoute53recoveryReadinessCell, + ResourceTypeAwsRoute53recoveryReadinessReadinessCheck, + ResourceTypeAwsEcrRegistryPolicy, + ResourceTypeAwsBackupReportPlan, + ResourceTypeAwsLightsailCertificate, + ResourceTypeAwsRumAppMonitor, + ResourceTypeAwsEventsEndpoint, + ResourceTypeAwsSesReceiptRuleSet, + ResourceTypeAwsEventsArchive, + ResourceTypeAwsEventsApiDestination, + ResourceTypeAwsLightsailDisk, + ResourceTypeAwsFisExperimentTemplate, + ResourceTypeAwsDataSyncLocationFsxWindows, + ResourceTypeAwsSesReceiptFilter, + ResourceTypeAwsGuardDutyFilter, + ResourceTypeAwsSesTemplate, + ResourceTypeAwsAmazonMqBroker, + ResourceTypeAwsAppConfigEnvironment, + ResourceTypeAwsAppConfigConfigurationProfile, + ResourceTypeAwsCloud9EnvironmentEc2, + ResourceTypeAwsEventSchemasRegistry, + ResourceTypeAwsEventSchemasRegistryPolicy, + ResourceTypeAwsEventSchemasDiscoverer, + ResourceTypeAwsFraudDetectorLabel, + ResourceTypeAwsFraudDetectorEntityType, + ResourceTypeAwsFraudDetectorVariable, + ResourceTypeAwsFraudDetectorOutcome, + ResourceTypeAwsIoTAuthorizer, + ResourceTypeAwsIoTSecurityProfile, + ResourceTypeAwsIoTRoleAlias, + ResourceTypeAwsIoTDimension, + ResourceTypeAwsIoTanalyticsDatastore, + ResourceTypeAwsLightsailBucket, + ResourceTypeAwsLightsailStaticIp, + ResourceTypeAwsMediaPackagePackagingGroup, + ResourceTypeAwsRoute53recoveryReadinessRecoveryGroup, + ResourceTypeAwsResilienceHubResiliencyPolicy, + ResourceTypeAwsTransferWorkflow, + ResourceTypeAwsEksIdentityProviderConfig, + ResourceTypeAwsEksAddon, + ResourceTypeAwsGlueMltransform, + ResourceTypeAwsIoTPolicy, + ResourceTypeAwsIoTMitigationAction, + ResourceTypeAwsIoTtwinMakerWorkspace, + ResourceTypeAwsIoTtwinMakerEntity, + ResourceTypeAwsIoTanalyticsDataset, + ResourceTypeAwsIoTanalyticsPipeline, + ResourceTypeAwsIoTanalyticsChannel, + ResourceTypeAwsIoTsiteWiseDashboard, + ResourceTypeAwsIoTsiteWiseProject, + ResourceTypeAwsIoTsiteWisePortal, + ResourceTypeAwsIoTsiteWiseAssetModel, + ResourceTypeAwsIvsChannel, + ResourceTypeAwsIvsRecordingConfiguration, + ResourceTypeAwsIvsPlaybackKeyPair, + ResourceTypeAwsKinesisAnalyticsV2Application, + ResourceTypeAwsRdsGlobalCluster, + ResourceTypeAwsS3MultiRegionAccessPoint, + ResourceTypeAwsDeviceFarmTestGridProject, + ResourceTypeAwsBudgetsBudgetsAction, + ResourceTypeAwsLexBot, + ResourceTypeAwsCodeGuruReviewerRepositoryAssociation, + ResourceTypeAwsIoTCustomMetric, + ResourceTypeAwsRoute53resolverFirewallDomainList, + ResourceTypeAwsRoboMakerRobotApplicationVersion, + ResourceTypeAwsEc2TrafficMirrorSession, + ResourceTypeAwsIoTsiteWiseGateway, + ResourceTypeAwsLexBotAlias, + ResourceTypeAwsLookoutMetricsAlert, + ResourceTypeAwsIoTAccountAuditConfiguration, + ResourceTypeAwsEc2TrafficMirrorTarget, + ResourceTypeAwsS3StorageLens, + ResourceTypeAwsIoTScheduledAudit, + ResourceTypeAwsEventsConnection, + ResourceTypeAwsEventSchemasSchema, + ResourceTypeAwsMediaPackagePackagingConfiguration, } } diff --git a/service/configservice/errors.go b/service/configservice/errors.go index 7eb2495a6ed..1c5357e0059 100644 --- a/service/configservice/errors.go +++ b/service/configservice/errors.go @@ -11,7 +11,7 @@ const ( // ErrCodeConformancePackTemplateValidationException for service response error code // "ConformancePackTemplateValidationException". // - // You have specified a template that is invalid or supported. + // You have specified a template that is not valid or supported. ErrCodeConformancePackTemplateValidationException = "ConformancePackTemplateValidationException" // ErrCodeIdempotentParameterMismatch for service response error code @@ -57,7 +57,7 @@ const ( // ErrCodeInvalidDeliveryChannelNameException for service response error code // "InvalidDeliveryChannelNameException". // - // The specified delivery channel name is invalid. + // The specified delivery channel name is not valid. ErrCodeInvalidDeliveryChannelNameException = "InvalidDeliveryChannelNameException" // ErrCodeInvalidExpressionException for service response error code @@ -75,14 +75,14 @@ const ( // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // - // The specified next token is invalid. Specify the nextToken string that was - // returned in the previous response to get the next page of results. + // The specified next token is not valid. Specify the nextToken string that + // was returned in the previous response to get the next page of results. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // - // One or more of the specified parameters are invalid. Verify that your parameters + // One or more of the specified parameters are not valid. Verify that your parameters // are valid and try again. ErrCodeInvalidParameterValueException = "InvalidParameterValueException" @@ -90,13 +90,14 @@ const ( // "InvalidRecordingGroupException". // // Config throws an exception if the recording group does not contain a valid - // list of resource types. Invalid values might also be incorrectly formatted. + // list of resource types. Values that are not valid might also be incorrectly + // formatted. ErrCodeInvalidRecordingGroupException = "InvalidRecordingGroupException" // ErrCodeInvalidResultTokenException for service response error code // "InvalidResultTokenException". // - // The specified ResultToken is invalid. + // The specified ResultToken is not valid. ErrCodeInvalidResultTokenException = "InvalidResultTokenException" // ErrCodeInvalidRoleException for service response error code @@ -108,13 +109,13 @@ const ( // ErrCodeInvalidS3KeyPrefixException for service response error code // "InvalidS3KeyPrefixException". // - // The specified Amazon S3 key prefix is invalid. + // The specified Amazon S3 key prefix is not valid. ErrCodeInvalidS3KeyPrefixException = "InvalidS3KeyPrefixException" // ErrCodeInvalidS3KmsKeyArnException for service response error code // "InvalidS3KmsKeyArnException". // - // The specified Amazon KMS Key ARN is invalid. + // The specified Amazon KMS Key ARN is not valid. ErrCodeInvalidS3KmsKeyArnException = "InvalidS3KmsKeyArnException" // ErrCodeInvalidSNSTopicARNException for service response error code @@ -126,7 +127,7 @@ const ( // ErrCodeInvalidTimeRangeException for service response error code // "InvalidTimeRangeException". // - // The specified time range is invalid. The earlier time is not chronologically + // The specified time range is not valid. The earlier time is not chronologically // before the later time. ErrCodeInvalidTimeRangeException = "InvalidTimeRangeException" @@ -241,8 +242,8 @@ const ( // ErrCodeNoSuchConfigRuleException for service response error code // "NoSuchConfigRuleException". // - // The Config rule in the request is invalid. Verify that the rule is an Config - // Custom Policy rule, that the rule name is correct, and that valid Amazon + // The Config rule in the request is not valid. Verify that the rule is an Config + // Process Check rule, that the rule name is correct, and that valid Amazon // Resouce Names (ARNs) are used before trying again. ErrCodeNoSuchConfigRuleException = "NoSuchConfigRuleException" @@ -279,8 +280,8 @@ const ( // ErrCodeNoSuchOrganizationConfigRuleException for service response error code // "NoSuchOrganizationConfigRuleException". // - // The Config rule in the request is invalid. Verify that the rule is an organization - // Config Custom Policy rule, that the rule name is correct, and that valid + // The Config rule in the request is not valid. Verify that the rule is an organization + // Config Process Check rule, that the rule name is correct, and that valid // Amazon Resouce Names (ARNs) are used before trying again. ErrCodeNoSuchOrganizationConfigRuleException = "NoSuchOrganizationConfigRuleException" @@ -350,7 +351,7 @@ const ( // ErrCodeOrganizationConformancePackTemplateValidationException for service response error code // "OrganizationConformancePackTemplateValidationException". // - // You have specified a template that is invalid or supported. + // You have specified a template that is not valid or supported. ErrCodeOrganizationConformancePackTemplateValidationException = "OrganizationConformancePackTemplateValidationException" // ErrCodeOversizedConfigurationItemException for service response error code @@ -425,7 +426,7 @@ const ( // ErrCodeValidationException for service response error code // "ValidationException". // - // The requested action is invalid. + // The requested action is not valid. // // For PutStoredQuery, you will see this exception if there are missing required // fields or if the input value fails the validation, or if you are trying to diff --git a/service/databasemigrationservice/api.go b/service/databasemigrationservice/api.go index 9d7ef8abd23..1e816f36512 100644 --- a/service/databasemigrationservice/api.go +++ b/service/databasemigrationservice/api.go @@ -17085,6 +17085,11 @@ type KafkaSettings struct { // throttling. The default is false. PartitionIncludeSchemaTable *bool `type:"boolean"` + // For SASL/SSL authentication, DMS supports the SCRAM-SHA-512 mechanism by + // default. DMS versions 3.5.0 and later also support the PLAIN mechanism. To + // use the PLAIN mechanism, set this parameter to PLAIN. + SaslMechanism *string `type:"string" enum:"KafkaSaslMechanism"` + // The secure password you created when you first set up your MSK cluster to // validate a client identity and make an encrypted connection between server // and client using SASL-SSL authentication. @@ -17207,6 +17212,12 @@ func (s *KafkaSettings) SetPartitionIncludeSchemaTable(v bool) *KafkaSettings { return s } +// SetSaslMechanism sets the SaslMechanism field's value. +func (s *KafkaSettings) SetSaslMechanism(v string) *KafkaSettings { + s.SaslMechanism = &v + return s +} + // SetSaslPassword sets the SaslPassword field's value. func (s *KafkaSettings) SetSaslPassword(v string) *KafkaSettings { s.SaslPassword = &v @@ -17573,6 +17584,9 @@ type MicrosoftSQLServerSettings struct { // Database name for the endpoint. DatabaseName *string `type:"string"` + // Forces LOB lookup on inline LOB. + ForceLobLookup *bool `type:"boolean"` + // Endpoint connection password. // // Password is a sensitive parameter and its value will be @@ -17640,6 +17654,9 @@ type MicrosoftSQLServerSettings struct { // field. ServerName *string `type:"string"` + // Indicates the mode used to fetch CDC data. + TlogAccessMode *string `type:"string" enum:"TlogAccessMode"` + // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and // NCHAR data types during migration. The default value is true. TrimSpaceInChar *bool `type:"boolean"` @@ -17693,6 +17710,12 @@ func (s *MicrosoftSQLServerSettings) SetDatabaseName(v string) *MicrosoftSQLServ return s } +// SetForceLobLookup sets the ForceLobLookup field's value. +func (s *MicrosoftSQLServerSettings) SetForceLobLookup(v bool) *MicrosoftSQLServerSettings { + s.ForceLobLookup = &v + return s +} + // SetPassword sets the Password field's value. func (s *MicrosoftSQLServerSettings) SetPassword(v string) *MicrosoftSQLServerSettings { s.Password = &v @@ -17741,6 +17764,12 @@ func (s *MicrosoftSQLServerSettings) SetServerName(v string) *MicrosoftSQLServer return s } +// SetTlogAccessMode sets the TlogAccessMode field's value. +func (s *MicrosoftSQLServerSettings) SetTlogAccessMode(v string) *MicrosoftSQLServerSettings { + s.TlogAccessMode = &v + return s +} + // SetTrimSpaceInChar sets the TrimSpaceInChar field's value. func (s *MicrosoftSQLServerSettings) SetTrimSpaceInChar(v bool) *MicrosoftSQLServerSettings { s.TrimSpaceInChar = &v @@ -19576,6 +19605,9 @@ type OracleSettings struct { // Example: charLengthSemantics=CHAR; CharLengthSemantics *string `type:"string" enum:"CharLengthSemantics"` + // When true, converts timestamps with the timezone datatype to their UTC value. + ConvertTimestampWithZoneToUTC *bool `type:"boolean"` + // Database name for the endpoint. DatabaseName *string `type:"string"` @@ -19878,6 +19910,12 @@ func (s *OracleSettings) SetCharLengthSemantics(v string) *OracleSettings { return s } +// SetConvertTimestampWithZoneToUTC sets the ConvertTimestampWithZoneToUTC field's value. +func (s *OracleSettings) SetConvertTimestampWithZoneToUTC(v bool) *OracleSettings { + s.ConvertTimestampWithZoneToUTC = &v + return s +} + // SetDatabaseName sets the DatabaseName field's value. func (s *OracleSettings) SetDatabaseName(v string) *OracleSettings { s.DatabaseName = &v @@ -20323,6 +20361,10 @@ type PostgreSQLSettings struct { // Sets the schema in which the heartbeat artifacts are created. HeartbeatSchema *string `type:"string"` + // When true, lets PostgreSQL migrate the boolean type as boolean. By default, + // PostgreSQL migrates booleans as varchar(5). + MapBooleanAsBoolean *bool `type:"boolean"` + // Specifies the maximum size (in KB) of any .csv file used to transfer data // to PostgreSQL. // @@ -20472,6 +20514,12 @@ func (s *PostgreSQLSettings) SetHeartbeatSchema(v string) *PostgreSQLSettings { return s } +// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. +func (s *PostgreSQLSettings) SetMapBooleanAsBoolean(v bool) *PostgreSQLSettings { + s.MapBooleanAsBoolean = &v + return s +} + // SetMaxFileSize sets the MaxFileSize field's value. func (s *PostgreSQLSettings) SetMaxFileSize(v int64) *PostgreSQLSettings { s.MaxFileSize = &v @@ -21293,6 +21341,10 @@ type RedshiftSettings struct { // and UPDATE. LoadTimeout *int64 `type:"integer"` + // When true, lets Redshift migrate the boolean type as boolean. By default, + // Redshift migrates booleans as varchar(1). + MapBooleanAsBoolean *bool `type:"boolean"` + // The maximum size (in KB) of any .csv file used to load data on an S3 bucket // and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB). MaxFileSize *int64 `type:"integer"` @@ -21483,6 +21535,12 @@ func (s *RedshiftSettings) SetLoadTimeout(v int64) *RedshiftSettings { return s } +// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. +func (s *RedshiftSettings) SetMapBooleanAsBoolean(v bool) *RedshiftSettings { + s.MapBooleanAsBoolean = &v + return s +} + // SetMaxFileSize sets the MaxFileSize field's value. func (s *RedshiftSettings) SetMaxFileSize(v int64) *RedshiftSettings { s.MaxFileSize = &v @@ -24069,6 +24127,10 @@ type S3Settings struct { // Specifies how tables are defined in the S3 source files only. ExternalTableDefinition *string `type:"string"` + // When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog + // lets you use Athena to query your data. + GlueCatalogGeneration *bool `type:"boolean"` + // When this value is set to 1, DMS ignores the first row header in a .csv file. // A value of 1 turns on the feature; a value of 0 turns off the feature. // @@ -24398,6 +24460,12 @@ func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings { return s } +// SetGlueCatalogGeneration sets the GlueCatalogGeneration field's value. +func (s *S3Settings) SetGlueCatalogGeneration(v bool) *S3Settings { + s.GlueCatalogGeneration = &v + return s +} + // SetIgnoreHeaderRows sets the IgnoreHeaderRows field's value. func (s *S3Settings) SetIgnoreHeaderRows(v int64) *S3Settings { s.IgnoreHeaderRows = &v @@ -26798,6 +26866,22 @@ func EndpointSettingTypeValue_Values() []string { } } +const ( + // KafkaSaslMechanismScramSha512 is a KafkaSaslMechanism enum value + KafkaSaslMechanismScramSha512 = "scram-sha-512" + + // KafkaSaslMechanismPlain is a KafkaSaslMechanism enum value + KafkaSaslMechanismPlain = "plain" +) + +// KafkaSaslMechanism_Values returns all elements of the KafkaSaslMechanism enum +func KafkaSaslMechanism_Values() []string { + return []string{ + KafkaSaslMechanismScramSha512, + KafkaSaslMechanismPlain, + } +} + const ( // KafkaSecurityProtocolPlaintext is a KafkaSecurityProtocol enum value KafkaSecurityProtocolPlaintext = "plaintext" @@ -27082,6 +27166,30 @@ func TargetDbType_Values() []string { } } +const ( + // TlogAccessModeBackupOnly is a TlogAccessMode enum value + TlogAccessModeBackupOnly = "BackupOnly" + + // TlogAccessModePreferBackup is a TlogAccessMode enum value + TlogAccessModePreferBackup = "PreferBackup" + + // TlogAccessModePreferTlog is a TlogAccessMode enum value + TlogAccessModePreferTlog = "PreferTlog" + + // TlogAccessModeTlogOnly is a TlogAccessMode enum value + TlogAccessModeTlogOnly = "TlogOnly" +) + +// TlogAccessMode_Values returns all elements of the TlogAccessMode enum +func TlogAccessMode_Values() []string { + return []string{ + TlogAccessModeBackupOnly, + TlogAccessModePreferBackup, + TlogAccessModePreferTlog, + TlogAccessModeTlogOnly, + } +} + const ( // VersionStatusUpToDate is a VersionStatus enum value VersionStatusUpToDate = "UP_TO_DATE"