Skip to content

Commit

Permalink
Adds Support for new AssociatePackages and DissociatePackages API in …
Browse files Browse the repository at this point in the history
…Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.

No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.
Add Python 3.13 (python3.13) support to AWS Lambda
Adds support for filePath filter.
  • Loading branch information
aws-sdk-cpp-automation committed Nov 11, 2024
1 parent 806e492 commit e45f7f5
Show file tree
Hide file tree
Showing 108 changed files with 6,932 additions and 860 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.443
1.11.444
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ namespace Aws
namespace CloudFront
{
/**
* <fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront API
* Reference</i>. This guide is for developers who need detailed information about
* CloudFront API actions, data types, and errors. For detailed information about
* CloudFront features, see the <a
* <p><fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront
* API Reference</i>. This guide is for developers who need detailed information
* about CloudFront API actions, data types, and errors. For detailed information
* about CloudFront features, see the <a
* href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon
* CloudFront Developer Guide</a>.</p>
* CloudFront Developer Guide</a>.</p></p>
*/
class AWS_CLOUDFRONT_API CloudFrontClient : public Aws::Client::AWSXMLClient, public Aws::Client::ClientWithAsyncTemplateMethods<CloudFrontClient>
{
Expand Down Expand Up @@ -2580,13 +2580,17 @@ namespace CloudFront
}

/**
* <p>Gets the list of CloudFront origin access controls in this Amazon Web
* <p>Gets the list of CloudFront origin access controls (OACs) in this Amazon Web
* Services account.</p> <p>You can optionally specify the maximum number of items
* to receive in the response. If the total number of items in the list exceeds the
* maximum that you specify, or the default maximum, the response is paginated. To
* get the next page of items, send another request that specifies the
* <code>NextMarker</code> value from the current response as the
* <code>Marker</code> value in the next request.</p><p><h3>See Also:</h3> <a
* <code>Marker</code> value in the next request.</p> <p>If you're not using
* origin access controls for your Amazon Web Services account, the
* <code>ListOriginAccessControls</code> operation doesn't return the
* <code>Items</code> element in the response.</p> <p><h3>See Also:</h3>
* <a
* href="http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginAccessControls2020_05_31">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -3016,12 +3020,12 @@ namespace CloudFront
* get the current configuration, including the version identifier
* (<code>ETag</code>).</p> </li> <li> <p>Update the distribution configuration
* that was returned in the response. Note the following important requirements and
* restrictions:</p> <ul> <li> <p>You must rename the <code>ETag</code> field to
* <code>IfMatch</code>, leaving the value unchanged. (Set the value of
* <code>IfMatch</code> to the value of <code>ETag</code>, then remove the
* <code>ETag</code> field.)</p> </li> <li> <p>You can't change the value of
* restrictions:</p> <ul> <li> <p>You must copy the <code>ETag</code> field value
* from the response. (You'll use it for the <code>IfMatch</code> parameter in your
* request.) Then, remove the <code>ETag</code> field from the distribution
* configuration.</p> </li> <li> <p>You can't change the value of
* <code>CallerReference</code>.</p> </li> </ul> </li> <li> <p>Submit an
* <code>UpdateDistribution</code> request, providing the distribution
* <code>UpdateDistribution</code> request, providing the updated distribution
* configuration. The new configuration replaces the existing configuration. The
* values that you specify in an <code>UpdateDistribution</code> request are not
* merged into your existing configuration. Make sure to include all fields: the
Expand Down
16 changes: 8 additions & 8 deletions generated/src/aws-cpp-sdk-cloudfront/source/CloudFrontClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ CreateKeyValueStore2020_05_31Outcome CloudFrontClient::CreateKeyValueStore2020_0
*meter,
{{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}});
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, CreateKeyValueStore2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/key-value-store/");
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/key-value-store");
return CreateKeyValueStore2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -682,7 +682,7 @@ CreateMonitoringSubscription2020_05_31Outcome CloudFrontClient::CreateMonitoring
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, CreateMonitoringSubscription2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/distributions/");
endpointResolutionOutcome.GetResult().AddPathSegment(request.GetDistributionId());
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription/");
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription");
return CreateMonitoringSubscription2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -1215,7 +1215,7 @@ DeleteMonitoringSubscription2020_05_31Outcome CloudFrontClient::DeleteMonitoring
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, DeleteMonitoringSubscription2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/distributions/");
endpointResolutionOutcome.GetResult().AddPathSegment(request.GetDistributionId());
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription/");
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription");
return DeleteMonitoringSubscription2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_DELETE));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -1341,7 +1341,7 @@ DeleteRealtimeLogConfig2020_05_31Outcome CloudFrontClient::DeleteRealtimeLogConf
*meter,
{{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}});
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, DeleteRealtimeLogConfig2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/delete-realtime-log-config/");
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/delete-realtime-log-config");
return DeleteRealtimeLogConfig2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -2050,7 +2050,7 @@ GetMonitoringSubscription2020_05_31Outcome CloudFrontClient::GetMonitoringSubscr
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, GetMonitoringSubscription2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/distributions/");
endpointResolutionOutcome.GetResult().AddPathSegment(request.GetDistributionId());
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription/");
endpointResolutionOutcome.GetResult().AddPathSegments("/monitoring-subscription");
return GetMonitoringSubscription2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_GET));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -2278,7 +2278,7 @@ GetRealtimeLogConfig2020_05_31Outcome CloudFrontClient::GetRealtimeLogConfig2020
*meter,
{{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}});
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, GetRealtimeLogConfig2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/get-realtime-log-config/");
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/get-realtime-log-config");
return GetRealtimeLogConfig2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -2683,7 +2683,7 @@ ListDistributionsByRealtimeLogConfig2020_05_31Outcome CloudFrontClient::ListDist
*meter,
{{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}});
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, ListDistributionsByRealtimeLogConfig2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/distributionsByRealtimeLogConfig/");
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/distributionsByRealtimeLogConfig");
return ListDistributionsByRealtimeLogConfig2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down Expand Up @@ -3733,7 +3733,7 @@ UpdateRealtimeLogConfig2020_05_31Outcome CloudFrontClient::UpdateRealtimeLogConf
*meter,
{{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}});
AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, UpdateRealtimeLogConfig2020_05_31, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage());
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/realtime-log-config/");
endpointResolutionOutcome.GetResult().AddPathSegments("/2020-05-31/realtime-log-config");
return UpdateRealtimeLogConfig2020_05_31Outcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_PUT));
},
TracingUtils::SMITHY_CLIENT_DURATION_METRIC,
Expand Down
30 changes: 15 additions & 15 deletions generated/src/aws-cpp-sdk-cloudfront/source/CloudFrontErrors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static const int ORIGIN_REQUEST_POLICY_IN_USE_HASH = HashingUtils::HashString("O
static const int TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_ORIGIN_ACCESS_CONTROL_HASH = HashingUtils::HashString("TooManyDistributionsAssociatedToOriginAccessControl");
static const int NO_SUCH_CACHE_POLICY_HASH = HashingUtils::HashString("NoSuchCachePolicy");
static const int NO_SUCH_FIELD_LEVEL_ENCRYPTION_PROFILE_HASH = HashingUtils::HashString("NoSuchFieldLevelEncryptionProfile");
static const int INVALID_ORIGIN_READ_TIMEOUT_HASH = HashingUtils::HashString("InvalidOriginReadTimeout");
static const int INVALID_ORIGIN_KEEPALIVE_TIMEOUT_HASH = HashingUtils::HashString("InvalidOriginKeepaliveTimeout");
static const int INVALID_ORIGIN_READ_TIMEOUT_HASH = HashingUtils::HashString("InvalidOriginReadTimeout");
static const int ENTITY_ALREADY_EXISTS_HASH = HashingUtils::HashString("EntityAlreadyExists");
static const int TOO_MANY_CLOUD_FRONT_ORIGIN_ACCESS_IDENTITIES_HASH = HashingUtils::HashString("TooManyCloudFrontOriginAccessIdentities");
static const int INVALID_HEADERS_FOR_S3_ORIGIN_HASH = HashingUtils::HashString("InvalidHeadersForS3Origin");
Expand Down Expand Up @@ -82,8 +82,8 @@ static const int TOO_MANY_COOKIES_IN_CACHE_POLICY_HASH = HashingUtils::HashStrin
static const int FUNCTION_SIZE_LIMIT_EXCEEDED_HASH = HashingUtils::HashString("FunctionSizeLimitExceeded");
static const int UNSUPPORTED_OPERATION_HASH = HashingUtils::HashString("UnsupportedOperation");
static const int INVALID_FUNCTION_ASSOCIATION_HASH = HashingUtils::HashString("InvalidFunctionAssociation");
static const int TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS_HASH = HashingUtils::HashString("TooManyLambdaFunctionAssociations");
static const int TOO_MANY_FUNCTION_ASSOCIATIONS_HASH = HashingUtils::HashString("TooManyFunctionAssociations");
static const int TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS_HASH = HashingUtils::HashString("TooManyLambdaFunctionAssociations");
static const int TOO_MANY_QUERY_STRINGS_IN_ORIGIN_REQUEST_POLICY_HASH = HashingUtils::HashString("TooManyQueryStringsInOriginRequestPolicy");
static const int TOO_MANY_PUBLIC_KEYS_HASH = HashingUtils::HashString("TooManyPublicKeys");
static const int TOO_MANY_CONTINUOUS_DEPLOYMENT_POLICIES_HASH = HashingUtils::HashString("TooManyContinuousDeploymentPolicies");
Expand Down Expand Up @@ -128,8 +128,8 @@ static const int TRUSTED_KEY_GROUP_DOES_NOT_EXIST_HASH = HashingUtils::HashStrin
static const int ILLEGAL_ORIGIN_ACCESS_CONFIGURATION_HASH = HashingUtils::HashString("IllegalOriginAccessConfiguration");
static const int QUERY_ARG_PROFILE_EMPTY_HASH = HashingUtils::HashString("QueryArgProfileEmpty");
static const int ENTITY_NOT_FOUND_HASH = HashingUtils::HashString("EntityNotFound");
static const int PRECONDITION_FAILED_HASH = HashingUtils::HashString("PreconditionFailed");
static const int TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_CACHE_POLICY_HASH = HashingUtils::HashString("TooManyDistributionsAssociatedToCachePolicy");
static const int PRECONDITION_FAILED_HASH = HashingUtils::HashString("PreconditionFailed");
static const int NO_SUCH_ORIGIN_ACCESS_CONTROL_HASH = HashingUtils::HashString("NoSuchOriginAccessControl");
static const int TOO_MANY_COOKIE_NAMES_IN_WHITE_LIST_HASH = HashingUtils::HashString("TooManyCookieNamesInWhiteList");
static const int TEST_FUNCTION_FAILED_HASH = HashingUtils::HashString("TestFunctionFailed");
Expand Down Expand Up @@ -346,14 +346,14 @@ static bool GetErrorForNameHelper0(int hashCode, AWSError<CoreErrors>& error)
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::NO_SUCH_FIELD_LEVEL_ENCRYPTION_PROFILE), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == INVALID_ORIGIN_READ_TIMEOUT_HASH)
else if (hashCode == INVALID_ORIGIN_KEEPALIVE_TIMEOUT_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::INVALID_ORIGIN_READ_TIMEOUT), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::INVALID_ORIGIN_KEEPALIVE_TIMEOUT), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == INVALID_ORIGIN_KEEPALIVE_TIMEOUT_HASH)
else if (hashCode == INVALID_ORIGIN_READ_TIMEOUT_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::INVALID_ORIGIN_KEEPALIVE_TIMEOUT), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::INVALID_ORIGIN_READ_TIMEOUT), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == ENTITY_ALREADY_EXISTS_HASH)
Expand Down Expand Up @@ -496,14 +496,14 @@ static bool GetErrorForNameHelper0(int hashCode, AWSError<CoreErrors>& error)
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::INVALID_FUNCTION_ASSOCIATION), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS_HASH)
else if (hashCode == TOO_MANY_FUNCTION_ASSOCIATIONS_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_FUNCTION_ASSOCIATIONS), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == TOO_MANY_FUNCTION_ASSOCIATIONS_HASH)
else if (hashCode == TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_FUNCTION_ASSOCIATIONS), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_LAMBDA_FUNCTION_ASSOCIATIONS), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == TOO_MANY_QUERY_STRINGS_IN_ORIGIN_REQUEST_POLICY_HASH)
Expand Down Expand Up @@ -726,14 +726,14 @@ static bool GetErrorForNameHelper0(int hashCode, AWSError<CoreErrors>& error)
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::ENTITY_NOT_FOUND), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == PRECONDITION_FAILED_HASH)
else if (hashCode == TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_CACHE_POLICY_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::PRECONDITION_FAILED), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_CACHE_POLICY), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_CACHE_POLICY_HASH)
else if (hashCode == PRECONDITION_FAILED_HASH)
{
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::TOO_MANY_DISTRIBUTIONS_ASSOCIATED_TO_CACHE_POLICY), RetryableType::NOT_RETRYABLE);
error = AWSError<CoreErrors>(static_cast<CoreErrors>(CloudFrontErrors::PRECONDITION_FAILED), RetryableType::NOT_RETRYABLE);
return true;
}
else if (hashCode == NO_SUCH_ORIGIN_ACCESS_CONTROL_HASH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ namespace Inspector2
}

/**
* <p>Lists coverage details for you environment.</p><p><h3>See Also:</h3> <a
* <p>Lists coverage details for your environment.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCoverage">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -1358,7 +1358,7 @@ namespace Inspector2
/**
* <p> Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to
* communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin
* calls this API to start a CIS scan session for the scan ID supplied by the
* calls this API to stop a CIS scan session for the scan ID supplied by the
* service. </p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/StopCisSession">AWS
* API Reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ namespace Model
///@{
/**
* <p>The filter to search for Amazon EC2 instance coverage by scan mode. Valid
* values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_HYBRID</code>.</p>
* values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_AGENTLESS</code>.</p>
*/
inline const Aws::Vector<CoverageStringFilter>& GetScanMode() const{ return m_scanMode; }
inline bool ScanModeHasBeenSet() const { return m_scanModeHasBeenSet; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ namespace Model
///@}

///@{

/**
* <p>Contains details of the Amazon S3 bucket and KMS key used to export
* findings.</p>
*/
inline const Destination& GetS3Destination() const{ return m_s3Destination; }
inline bool S3DestinationHasBeenSet() const { return m_s3DestinationHasBeenSet; }
inline void SetS3Destination(const Destination& value) { m_s3DestinationHasBeenSet = true; m_s3Destination = value; }
Expand Down
Loading

0 comments on commit e45f7f5

Please sign in to comment.