From c49b1531db5ba4a8e2a42d5fd31c8b10641adca6 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 5 Jan 2024 19:18:10 +0000 Subject: [PATCH] Regenerated Clients --- .../2f7e03cbdf0145a999aa798c2f3f9a7c.json | 8 +++++ .../9648cb06315e449fb20ab7c889c6bf69.json | 8 +++++ .../b8a6d0ebdd094e1593db6ffeedbd54f2.json | 8 +++++ .../d615e27337554fbb96c0d2efb1b244fa.json | 8 +++++ service/kms/api_op_CreateCustomKeyStore.go | 2 +- service/kms/types/errors.go | 36 +++++++++---------- .../api_op_CreateWorkgroup.go | 8 ++--- .../api_op_UpdateWorkgroup.go | 8 ++--- service/redshiftserverless/types/types.go | 8 ++--- 9 files changed, 63 insertions(+), 31 deletions(-) create mode 100644 .changelog/2f7e03cbdf0145a999aa798c2f3f9a7c.json create mode 100644 .changelog/9648cb06315e449fb20ab7c889c6bf69.json create mode 100644 .changelog/b8a6d0ebdd094e1593db6ffeedbd54f2.json create mode 100644 .changelog/d615e27337554fbb96c0d2efb1b244fa.json diff --git a/.changelog/2f7e03cbdf0145a999aa798c2f3f9a7c.json b/.changelog/2f7e03cbdf0145a999aa798c2f3f9a7c.json new file mode 100644 index 00000000000..ecd2e72bc04 --- /dev/null +++ b/.changelog/2f7e03cbdf0145a999aa798c2f3f9a7c.json @@ -0,0 +1,8 @@ +{ + "id": "2f7e03cb-df01-45a9-99aa-798c2f3f9a7c", + "type": "documentation", + "description": "use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup", + "modules": [ + "service/redshiftserverless" + ] +} \ No newline at end of file diff --git a/.changelog/9648cb06315e449fb20ab7c889c6bf69.json b/.changelog/9648cb06315e449fb20ab7c889c6bf69.json new file mode 100644 index 00000000000..5e4a1ee3f60 --- /dev/null +++ b/.changelog/9648cb06315e449fb20ab7c889c6bf69.json @@ -0,0 +1,8 @@ +{ + "id": "9648cb06-315e-449f-b20a-b7c889c6bf69", + "type": "feature", + "description": "Marked SearchQuickResponses API as readonly.", + "modules": [ + "service/qconnect" + ] +} \ No newline at end of file diff --git a/.changelog/b8a6d0ebdd094e1593db6ffeedbd54f2.json b/.changelog/b8a6d0ebdd094e1593db6ffeedbd54f2.json new file mode 100644 index 00000000000..7636c5b6484 --- /dev/null +++ b/.changelog/b8a6d0ebdd094e1593db6ffeedbd54f2.json @@ -0,0 +1,8 @@ +{ + "id": "b8a6d0eb-dd09-4e15-93db-6ffeedbd54f2", + "type": "documentation", + "description": "Documentation updates for AWS Key Management Service (KMS).", + "modules": [ + "service/kms" + ] +} \ No newline at end of file diff --git a/.changelog/d615e27337554fbb96c0d2efb1b244fa.json b/.changelog/d615e27337554fbb96c0d2efb1b244fa.json new file mode 100644 index 00000000000..844b2bbf8c1 --- /dev/null +++ b/.changelog/d615e27337554fbb96c0d2efb1b244fa.json @@ -0,0 +1,8 @@ +{ + "id": "d615e273-3755-4fbb-96c0-d2efb1b244fa", + "type": "feature", + "description": "Minor trait updates for User APIs", + "modules": [ + "service/connect" + ] +} \ No newline at end of file diff --git a/service/kms/api_op_CreateCustomKeyStore.go b/service/kms/api_op_CreateCustomKeyStore.go index 1fdda176dde..d41424e619f 100644 --- a/service/kms/api_op_CreateCustomKeyStore.go +++ b/service/kms/api_op_CreateCustomKeyStore.go @@ -181,7 +181,7 @@ type CreateCustomKeyStoreInput struct { // in the Amazon Web Services account and Region. // - An external key store with PUBLIC_ENDPOINT connectivity cannot use the same // XksProxyUriEndpoint value as an external key store with VPC_ENDPOINT_SERVICE - // connectivity in the same Amazon Web Services Region. + // connectivity in this Amazon Web Services Region. // - Each external key store with VPC_ENDPOINT_SERVICE connectivity must have its // own private DNS name. The XksProxyUriEndpoint value for external key stores // with VPC_ENDPOINT_SERVICE connectivity (private DNS name) must be unique in diff --git a/service/kms/types/errors.go b/service/kms/types/errors.go index 0bc4b4318e9..3421fe7cb64 100644 --- a/service/kms/types/errors.go +++ b/service/kms/types/errors.go @@ -1041,9 +1041,9 @@ func (e *UnsupportedOperationException) ErrorCode() string { } func (e *UnsupportedOperationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } -// The request was rejected because the ( XksKeyId ) is already associated with a -// KMS key in this external key store. Each KMS key in an external key store must -// be associated with a different external key. +// The request was rejected because the ( XksKeyId ) is already associated with +// another KMS key in this external key store. Each KMS key in an external key +// store must be associated with a different external key. type XksKeyAlreadyInUseException struct { Message *string @@ -1164,9 +1164,9 @@ func (e *XksProxyIncorrectAuthenticationCredentialException) ErrorFault() smithy return smithy.FaultClient } -// The request was rejected because the Amazon VPC endpoint service configuration -// does not fulfill the requirements for an external key store proxy. For details, -// see the exception message. +// The request was rejected because the external key store proxy is not configured +// correctly. To identify the cause, see the error message that accompanies the +// exception. type XksProxyInvalidConfigurationException struct { Message *string @@ -1223,10 +1223,9 @@ func (e *XksProxyInvalidResponseException) ErrorCode() string { } func (e *XksProxyInvalidResponseException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } -// The request was rejected because the concatenation of the XksProxyUriEndpoint -// is already associated with an external key store in the Amazon Web Services -// account and Region. Each external key store in an account and Region must use a -// unique external key store proxy address. +// The request was rejected because the XksProxyUriEndpoint is already associated +// with another external key store in this Amazon Web Services Region. To identify +// the cause, see the error message that accompanies the exception. type XksProxyUriEndpointInUseException struct { Message *string @@ -1253,9 +1252,9 @@ func (e *XksProxyUriEndpointInUseException) ErrorCode() string { func (e *XksProxyUriEndpointInUseException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The request was rejected because the concatenation of the XksProxyUriEndpoint -// and XksProxyUriPath is already associated with an external key store in the -// Amazon Web Services account and Region. Each external key store in an account -// and Region must use a unique external key store proxy API address. +// and XksProxyUriPath is already associated with another external key store in +// this Amazon Web Services Region. Each external key store in a Region must use a +// unique external key store proxy API address. type XksProxyUriInUseException struct { Message *string @@ -1312,9 +1311,9 @@ func (e *XksProxyUriUnreachableException) ErrorCode() string { func (e *XksProxyUriUnreachableException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The request was rejected because the specified Amazon VPC endpoint service is -// already associated with an external key store in the Amazon Web Services account -// and Region. Each external key store in an Amazon Web Services account and Region -// must use a different Amazon VPC endpoint service. +// already associated with another external key store in this Amazon Web Services +// Region. Each external key store in a Region must use a different Amazon VPC +// endpoint service. type XksProxyVpcEndpointServiceInUseException struct { Message *string @@ -1343,8 +1342,9 @@ func (e *XksProxyVpcEndpointServiceInUseException) ErrorFault() smithy.ErrorFaul } // The request was rejected because the Amazon VPC endpoint service configuration -// does not fulfill the requirements for an external key store proxy. For details, -// see the exception message and review the requirements (https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements) +// does not fulfill the requirements for an external key store. To identify the +// cause, see the error message that accompanies the exception and review the +// requirements (https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements) // for Amazon VPC endpoint service connectivity for an external key store. type XksProxyVpcEndpointServiceInvalidConfigurationException struct { Message *string diff --git a/service/redshiftserverless/api_op_CreateWorkgroup.go b/service/redshiftserverless/api_op_CreateWorkgroup.go index c41b7d77d90..233fae731cf 100644 --- a/service/redshiftserverless/api_op_CreateWorkgroup.go +++ b/service/redshiftserverless/api_op_CreateWorkgroup.go @@ -46,10 +46,10 @@ type CreateWorkgroupInput struct { // An array of parameters to set for advanced control over a database. The options // are auto_mv , datestyle , enable_case_sensitive_identifier , - // enable_user_activity_logging , query_group , search_path , and query monitoring - // metrics that let you define performance boundaries. For more information about - // query monitoring rules and available metrics, see Query monitoring metrics for - // Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) + // enable_user_activity_logging , query_group , search_path , require_ssl , + // use_fips_ssl , and query monitoring metrics that let you define performance + // boundaries. For more information about query monitoring rules and available + // metrics, see Query monitoring metrics for Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) // . ConfigParameters []types.ConfigParameter diff --git a/service/redshiftserverless/api_op_UpdateWorkgroup.go b/service/redshiftserverless/api_op_UpdateWorkgroup.go index c595ed088dd..c3bc9fb6732 100644 --- a/service/redshiftserverless/api_op_UpdateWorkgroup.go +++ b/service/redshiftserverless/api_op_UpdateWorkgroup.go @@ -43,10 +43,10 @@ type UpdateWorkgroupInput struct { // An array of parameters to set for advanced control over a database. The options // are auto_mv , datestyle , enable_case_sensitive_identifier , - // enable_user_activity_logging , query_group , search_path , and query monitoring - // metrics that let you define performance boundaries. For more information about - // query monitoring rules and available metrics, see Query monitoring metrics for - // Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) + // enable_user_activity_logging , query_group , search_path , require_ssl , + // use_fips_ssl , and query monitoring metrics that let you define performance + // boundaries. For more information about query monitoring rules and available + // metrics, see Query monitoring metrics for Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) // . ConfigParameters []types.ConfigParameter diff --git a/service/redshiftserverless/types/types.go b/service/redshiftserverless/types/types.go index acf3cee37e1..3e161570d74 100644 --- a/service/redshiftserverless/types/types.go +++ b/service/redshiftserverless/types/types.go @@ -598,10 +598,10 @@ type Workgroup struct { // An array of parameters to set for advanced control over a database. The options // are auto_mv , datestyle , enable_case_sensitive_identifier , - // enable_user_activity_logging , query_group , search_path , and query monitoring - // metrics that let you define performance boundaries. For more information about - // query monitoring rules and available metrics, see Query monitoring metrics for - // Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) + // enable_user_activity_logging , query_group , search_path , require_ssl , + // use_fips_ssl , and query monitoring metrics that let you define performance + // boundaries. For more information about query monitoring rules and available + // metrics, see Query monitoring metrics for Amazon Redshift Serverless (https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) // . ConfigParameters []ConfigParameter