From 77fc5aa62e445d88eb36be4a20444a304108406e Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 1 Nov 2019 18:03:23 +0000 Subject: [PATCH 01/17] Amazon Pinpoint Update: This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys. --- .../feature-AmazonPinpoint-651a480.json | 5 + .../codegen-resources/service-2.json | 1921 ++++++++++++++--- 2 files changed, 1650 insertions(+), 276 deletions(-) create mode 100644 .changes/next-release/feature-AmazonPinpoint-651a480.json diff --git a/.changes/next-release/feature-AmazonPinpoint-651a480.json b/.changes/next-release/feature-AmazonPinpoint-651a480.json new file mode 100644 index 000000000000..463e6da0eb5e --- /dev/null +++ b/.changes/next-release/feature-AmazonPinpoint-651a480.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Amazon Pinpoint", + "description": "This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys." +} diff --git a/services/pinpoint/src/main/resources/codegen-resources/service-2.json b/services/pinpoint/src/main/resources/codegen-resources/service-2.json index 96ce000ea0d5..cbaff2041615 100644 --- a/services/pinpoint/src/main/resources/codegen-resources/service-2.json +++ b/services/pinpoint/src/main/resources/codegen-resources/service-2.json @@ -218,6 +218,48 @@ ], "documentation": "

Creates an import job for an application.

" }, + "CreateJourney": { + "name": "CreateJourney", + "http": { + "method": "POST", + "requestUri": "/v1/apps/{application-id}/journeys", + "responseCode": 201 + }, + "input": { + "shape": "CreateJourneyRequest" + }, + "output": { + "shape": "CreateJourneyResponse", + "documentation": "

The request succeeded and the specified resource was created.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Creates a journey for an application.

" + }, "CreatePushTemplate": { "name": "CreatePushTemplate", "http": { @@ -882,6 +924,48 @@ ], "documentation": "

Disables the GCM channel for an application and deletes any existing settings for the channel.

" }, + "DeleteJourney": { + "name": "DeleteJourney", + "http": { + "method": "DELETE", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteJourneyRequest" + }, + "output": { + "shape": "DeleteJourneyResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Deletes a journey from an application.

" + }, "DeletePushTemplate": { "name": "DeletePushTemplate", "http": { @@ -1636,7 +1720,7 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the activity performed by a campaign.

" + "documentation": "

Retrieves information about all the activities for a campaign.

" }, "GetCampaignDateRangeKpi": { "name": "GetCampaignDateRangeKpi", @@ -1762,7 +1846,7 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the status, configuration, and other settings for all versions of a specific campaign.

" + "documentation": "

Retrieves information about the status, configuration, and other settings for all versions of a campaign.

" }, "GetCampaigns": { "name": "GetCampaigns", @@ -2226,18 +2310,18 @@ ], "documentation": "

Retrieves information about the status and settings of all the import jobs for an application.

" }, - "GetPushTemplate": { - "name": "GetPushTemplate", + "GetJourney": { + "name": "GetJourney", "http": { "method": "GET", - "requestUri": "/v1/templates/{template-name}/push", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}", "responseCode": 200 }, "input": { - "shape": "GetPushTemplateRequest" + "shape": "GetJourneyRequest" }, "output": { - "shape": "GetPushTemplateResponse", + "shape": "GetJourneyResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2266,20 +2350,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves the content and settings for a message template that you can use in messages that are sent through a push notification channel.

" + "documentation": "

Retrieves information about the status, configuration, and other settings for a journey.

" }, - "GetSegment": { - "name": "GetSegment", + "GetJourneyDateRangeKpi": { + "name": "GetJourneyDateRangeKpi", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}/kpis/daterange/{kpi-name}", "responseCode": 200 }, "input": { - "shape": "GetSegmentRequest" + "shape": "GetJourneyDateRangeKpiRequest" }, "output": { - "shape": "GetSegmentResponse", + "shape": "GetJourneyDateRangeKpiResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2308,20 +2392,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.

" + "documentation": "

Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.

" }, - "GetSegmentExportJobs": { - "name": "GetSegmentExportJobs", + "GetJourneyExecutionActivityMetrics": { + "name": "GetJourneyExecutionActivityMetrics", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/jobs/export", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}/activities/{journey-activity-id}/execution-metrics", "responseCode": 200 }, "input": { - "shape": "GetSegmentExportJobsRequest" + "shape": "GetJourneyExecutionActivityMetricsRequest" }, "output": { - "shape": "GetSegmentExportJobsResponse", + "shape": "GetJourneyExecutionActivityMetricsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2350,20 +2434,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the status and settings of the export jobs for a segment.

" + "documentation": "

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.

" }, - "GetSegmentImportJobs": { - "name": "GetSegmentImportJobs", + "GetJourneyExecutionMetrics": { + "name": "GetJourneyExecutionMetrics", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/jobs/import", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}/execution-metrics", "responseCode": 200 }, "input": { - "shape": "GetSegmentImportJobsRequest" + "shape": "GetJourneyExecutionMetricsRequest" }, "output": { - "shape": "GetSegmentImportJobsResponse", + "shape": "GetJourneyExecutionMetricsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2392,20 +2476,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the status and settings of the import jobs for a segment.

" + "documentation": "

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.

" }, - "GetSegmentVersion": { - "name": "GetSegmentVersion", + "GetPushTemplate": { + "name": "GetPushTemplate", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/versions/{version}", + "requestUri": "/v1/templates/{template-name}/push", "responseCode": 200 }, "input": { - "shape": "GetSegmentVersionRequest" + "shape": "GetPushTemplateRequest" }, "output": { - "shape": "GetSegmentVersionResponse", + "shape": "GetPushTemplateResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2434,20 +2518,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

" + "documentation": "

Retrieves the content and settings for a message template that you can use in messages that are sent through a push notification channel.

" }, - "GetSegmentVersions": { - "name": "GetSegmentVersions", + "GetSegment": { + "name": "GetSegment", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/versions", + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}", "responseCode": 200 }, "input": { - "shape": "GetSegmentVersionsRequest" + "shape": "GetSegmentRequest" }, "output": { - "shape": "GetSegmentVersionsResponse", + "shape": "GetSegmentResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2476,20 +2560,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the configuration, dimension, and other settings for all versions of a specific segment that's associated with an application.

" + "documentation": "

Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.

" }, - "GetSegments": { - "name": "GetSegments", + "GetSegmentExportJobs": { + "name": "GetSegmentExportJobs", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/segments", + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/jobs/export", "responseCode": 200 }, "input": { - "shape": "GetSegmentsRequest" + "shape": "GetSegmentExportJobsRequest" }, "output": { - "shape": "GetSegmentsResponse", + "shape": "GetSegmentExportJobsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2518,20 +2602,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.

" + "documentation": "

Retrieves information about the status and settings of the export jobs for a segment.

" }, - "GetSmsChannel": { - "name": "GetSmsChannel", + "GetSegmentImportJobs": { + "name": "GetSegmentImportJobs", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/channels/sms", + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/jobs/import", "responseCode": 200 }, "input": { - "shape": "GetSmsChannelRequest" + "shape": "GetSegmentImportJobsRequest" }, "output": { - "shape": "GetSmsChannelResponse", + "shape": "GetSegmentImportJobsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2560,20 +2644,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the status and settings of the SMS channel for an application.

" + "documentation": "

Retrieves information about the status and settings of the import jobs for a segment.

" }, - "GetSmsTemplate": { - "name": "GetSmsTemplate", + "GetSegmentVersion": { + "name": "GetSegmentVersion", "http": { "method": "GET", - "requestUri": "/v1/templates/{template-name}/sms", + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/versions/{version}", "responseCode": 200 }, "input": { - "shape": "GetSmsTemplateRequest" + "shape": "GetSegmentVersionRequest" }, "output": { - "shape": "GetSmsTemplateResponse", + "shape": "GetSegmentVersionResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2602,20 +2686,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves the content and settings for a message template that you can use in messages that are sent through the SMS channel.

" + "documentation": "

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

" }, - "GetUserEndpoints": { - "name": "GetUserEndpoints", + "GetSegmentVersions": { + "name": "GetSegmentVersions", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/users/{user-id}", + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}/versions", "responseCode": 200 }, "input": { - "shape": "GetUserEndpointsRequest" + "shape": "GetSegmentVersionsRequest" }, "output": { - "shape": "GetUserEndpointsResponse", + "shape": "GetSegmentVersionsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2644,20 +2728,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about all the endpoints that are associated with a specific user ID.

" + "documentation": "

Retrieves information about the configuration, dimension, and other settings for all versions of a specific segment that's associated with an application.

" }, - "GetVoiceChannel": { - "name": "GetVoiceChannel", + "GetSegments": { + "name": "GetSegments", "http": { "method": "GET", - "requestUri": "/v1/apps/{application-id}/channels/voice", + "requestUri": "/v1/apps/{application-id}/segments", "responseCode": 200 }, "input": { - "shape": "GetVoiceChannelRequest" + "shape": "GetSegmentsRequest" }, "output": { - "shape": "GetVoiceChannelResponse", + "shape": "GetSegmentsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2686,39 +2770,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about the status and settings of the voice channel for an application.

" - }, - "ListTagsForResource": { - "name": "ListTagsForResource", - "http": { - "method": "GET", - "requestUri": "/v1/tags/{resource-arn}", - "responseCode": 200 - }, - "input": { - "shape": "ListTagsForResourceRequest" - }, - "output": { - "shape": "ListTagsForResourceResponse", - "documentation": "

The request succeeded.

" - }, - "errors": [ - - ], - "documentation": "

Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.

" + "documentation": "

Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.

" }, - "ListTemplates": { - "name": "ListTemplates", + "GetSmsChannel": { + "name": "GetSmsChannel", "http": { "method": "GET", - "requestUri": "/v1/templates", + "requestUri": "/v1/apps/{application-id}/channels/sms", "responseCode": 200 }, "input": { - "shape": "ListTemplatesRequest" + "shape": "GetSmsChannelRequest" }, "output": { - "shape": "ListTemplatesResponse", + "shape": "GetSmsChannelResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2747,20 +2812,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.

" + "documentation": "

Retrieves information about the status and settings of the SMS channel for an application.

" }, - "PhoneNumberValidate": { - "name": "PhoneNumberValidate", + "GetSmsTemplate": { + "name": "GetSmsTemplate", "http": { - "method": "POST", - "requestUri": "/v1/phone/number/validate", + "method": "GET", + "requestUri": "/v1/templates/{template-name}/sms", "responseCode": 200 }, "input": { - "shape": "PhoneNumberValidateRequest" + "shape": "GetSmsTemplateRequest" }, "output": { - "shape": "PhoneNumberValidateResponse", + "shape": "GetSmsTemplateResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2789,20 +2854,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Retrieves information about a phone number.

" + "documentation": "

Retrieves the content and settings for a message template that you can use in messages that are sent through the SMS channel.

" }, - "PutEventStream": { - "name": "PutEventStream", + "GetUserEndpoints": { + "name": "GetUserEndpoints", "http": { - "method": "POST", - "requestUri": "/v1/apps/{application-id}/eventstream", + "method": "GET", + "requestUri": "/v1/apps/{application-id}/users/{user-id}", "responseCode": 200 }, "input": { - "shape": "PutEventStreamRequest" + "shape": "GetUserEndpointsRequest" }, "output": { - "shape": "PutEventStreamResponse", + "shape": "GetUserEndpointsResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -2831,21 +2896,21 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Creates a new event stream for an application or updates the settings of an existing event stream for an application.

" + "documentation": "

Retrieves information about all the endpoints that are associated with a specific user ID.

" }, - "PutEvents": { - "name": "PutEvents", + "GetVoiceChannel": { + "name": "GetVoiceChannel", "http": { - "method": "POST", - "requestUri": "/v1/apps/{application-id}/events", - "responseCode": 202 + "method": "GET", + "requestUri": "/v1/apps/{application-id}/channels/voice", + "responseCode": 200 }, "input": { - "shape": "PutEventsRequest" + "shape": "GetVoiceChannelRequest" }, "output": { - "shape": "PutEventsResponse", - "documentation": "

The request was accepted for processing. Processing may not be complete.

" + "shape": "GetVoiceChannelResponse", + "documentation": "

The request succeeded.

" }, "errors": [ { @@ -2873,7 +2938,232 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.

" + "documentation": "

Retrieves information about the status and settings of the voice channel for an application.

" + }, + "ListJourneys": { + "name": "ListJourneys", + "http": { + "method": "GET", + "requestUri": "/v1/apps/{application-id}/journeys", + "responseCode": 200 + }, + "input": { + "shape": "ListJourneysRequest" + }, + "output": { + "shape": "ListJourneysResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.

" + }, + "ListTagsForResource": { + "name": "ListTagsForResource", + "http": { + "method": "GET", + "requestUri": "/v1/tags/{resource-arn}", + "responseCode": 200 + }, + "input": { + "shape": "ListTagsForResourceRequest" + }, + "output": { + "shape": "ListTagsForResourceResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + + ], + "documentation": "

Retrieves all the tags (keys and values) that are associated with an application, campaign, journey, message template, or segment.

" + }, + "ListTemplates": { + "name": "ListTemplates", + "http": { + "method": "GET", + "requestUri": "/v1/templates", + "responseCode": 200 + }, + "input": { + "shape": "ListTemplatesRequest" + }, + "output": { + "shape": "ListTemplatesResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "MethodNotAllowedException", + "documentation": "

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

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

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

" + } + ], + "documentation": "

Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.

" + }, + "PhoneNumberValidate": { + "name": "PhoneNumberValidate", + "http": { + "method": "POST", + "requestUri": "/v1/phone/number/validate", + "responseCode": 200 + }, + "input": { + "shape": "PhoneNumberValidateRequest" + }, + "output": { + "shape": "PhoneNumberValidateResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Retrieves information about a phone number.

" + }, + "PutEventStream": { + "name": "PutEventStream", + "http": { + "method": "POST", + "requestUri": "/v1/apps/{application-id}/eventstream", + "responseCode": 200 + }, + "input": { + "shape": "PutEventStreamRequest" + }, + "output": { + "shape": "PutEventStreamResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Creates a new event stream for an application or updates the settings of an existing event stream for an application.

" + }, + "PutEvents": { + "name": "PutEvents", + "http": { + "method": "POST", + "requestUri": "/v1/apps/{application-id}/events", + "responseCode": 202 + }, + "input": { + "shape": "PutEventsRequest" + }, + "output": { + "shape": "PutEventsResponse", + "documentation": "

The request was accepted for processing. Processing may not be complete.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.

" }, "RemoveAttributes": { "name": "RemoveAttributes", @@ -3014,7 +3304,7 @@ "errors": [ ], - "documentation": "

Adds one or more tags (keys and values) to an application, campaign, message template, or segment.

" + "documentation": "

Adds one or more tags (keys and values) to an application, campaign, journey, message template, or segment.

" }, "UntagResource": { "name": "UntagResource", @@ -3029,7 +3319,7 @@ "errors": [ ], - "documentation": "

Removes one or more tags (keys and values) from an application, campaign, message template, or segment.

" + "documentation": "

Removes one or more tags (keys and values) from an application, campaign, journey, message template, or segment.

" }, "UpdateAdmChannel": { "name": "UpdateAdmChannel", @@ -3365,7 +3655,7 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Updates the settings for a campaign.

" + "documentation": "

Updates the configuration and other settings for a campaign.

" }, "UpdateEmailChannel": { "name": "UpdateEmailChannel", @@ -3577,19 +3867,19 @@ ], "documentation": "

Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.

" }, - "UpdatePushTemplate": { - "name": "UpdatePushTemplate", + "UpdateJourney": { + "name": "UpdateJourney", "http": { "method": "PUT", - "requestUri": "/v1/templates/{template-name}/push", - "responseCode": 202 + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}", + "responseCode": 200 }, "input": { - "shape": "UpdatePushTemplateRequest" + "shape": "UpdateJourneyRequest" }, "output": { - "shape": "UpdatePushTemplateResponse", - "documentation": "

The request was accepted for processing. Processing may not be complete.

" + "shape": "UpdateJourneyResponse", + "documentation": "

The request succeeded.

" }, "errors": [ { @@ -3617,20 +3907,20 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Updates an existing message template that you can use in messages that are sent through a push notification channel.

" + "documentation": "

Updates the configuration and other settings for a journey.

" }, - "UpdateSegment": { - "name": "UpdateSegment", + "UpdateJourneyState": { + "name": "UpdateJourneyState", "http": { "method": "PUT", - "requestUri": "/v1/apps/{application-id}/segments/{segment-id}", + "requestUri": "/v1/apps/{application-id}/journeys/{journey-id}/state", "responseCode": 200 }, "input": { - "shape": "UpdateSegmentRequest" + "shape": "UpdateJourneyStateRequest" }, "output": { - "shape": "UpdateSegmentResponse", + "shape": "UpdateJourneyStateResponse", "documentation": "

The request succeeded.

" }, "errors": [ @@ -3659,21 +3949,21 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

" + "documentation": "

Cancels an active journey.

" }, - "UpdateSmsChannel": { - "name": "UpdateSmsChannel", + "UpdatePushTemplate": { + "name": "UpdatePushTemplate", "http": { "method": "PUT", - "requestUri": "/v1/apps/{application-id}/channels/sms", - "responseCode": 200 + "requestUri": "/v1/templates/{template-name}/push", + "responseCode": 202 }, "input": { - "shape": "UpdateSmsChannelRequest" + "shape": "UpdatePushTemplateRequest" }, "output": { - "shape": "UpdateSmsChannelResponse", - "documentation": "

The request succeeded.

" + "shape": "UpdatePushTemplateResponse", + "documentation": "

The request was accepted for processing. Processing may not be complete.

" }, "errors": [ { @@ -3701,14 +3991,98 @@ "documentation": "

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" } ], - "documentation": "

Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.

" + "documentation": "

Updates an existing message template that you can use in messages that are sent through a push notification channel.

" }, - "UpdateSmsTemplate": { - "name": "UpdateSmsTemplate", + "UpdateSegment": { + "name": "UpdateSegment", "http": { "method": "PUT", - "requestUri": "/v1/templates/{template-name}/sms", - "responseCode": 202 + "requestUri": "/v1/apps/{application-id}/segments/{segment-id}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateSegmentRequest" + }, + "output": { + "shape": "UpdateSegmentResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

" + }, + "UpdateSmsChannel": { + "name": "UpdateSmsChannel", + "http": { + "method": "PUT", + "requestUri": "/v1/apps/{application-id}/channels/sms", + "responseCode": 200 + }, + "input": { + "shape": "UpdateSmsChannelRequest" + }, + "output": { + "shape": "UpdateSmsChannelResponse", + "documentation": "

The request succeeded.

" + }, + "errors": [ + { + "shape": "BadRequestException", + "documentation": "

The request contains a syntax error (BadRequestException).

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

The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException).

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

The request was denied because access to the specified resource is forbidden (ForbiddenException).

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

The request failed because the specified resource was not found (NotFoundException).

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

The request failed because the method is not allowed for the specified resource (MethodNotAllowedException).

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

The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException).

" + } + ], + "documentation": "

Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.

" + }, + "UpdateSmsTemplate": { + "name": "UpdateSmsTemplate", + "http": { + "method": "PUT", + "requestUri": "/v1/templates/{template-name}/sms", + "responseCode": 202 }, "input": { "shape": "UpdateSmsTemplateRequest" @@ -4028,6 +4402,10 @@ "APNSMessage": { "type": "structure", "members": { + "APNSPushType": { + "shape": "__string", + "documentation": "

The type of push notification to send. Valid values are:

Amazon Pinpoint specifies this value in the apns-push-type request header when it sends the notification message to APNs. If you don't specify a value for this property, Amazon Pinpoint sets the value to alert or background automatically, based on the value that you specify for the SilentPush or RawContent property of the message.

For more information about the apns-push-type request header, see Sending Notification Requests to APNs on the Apple Developer website.

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

The action to occur if the recipient taps the push notification. Valid values are:

" @@ -4058,7 +4436,7 @@ }, "PreferredAuthenticationMethod": { "shape": "__string", - "documentation": "

The authentication method that you want Amazon Pinpoint to use when authenticating with Apple Push Notification service (APNs), CERTIFICATE or TOKEN.

" + "documentation": "

The authentication method that you want Amazon Pinpoint to use when authenticating with APNs, CERTIFICATE or TOKEN.

" }, "Priority": { "shape": "__string", @@ -4066,7 +4444,7 @@ }, "RawContent": { "shape": "__string", - "documentation": "

The raw, JSON-formatted string to use as the payload for the notification message. This value overrides the message.

If you specify the raw content of an APNs push notification, the message payload has to include the content-available key. The value of the content-available key has to be an integer, and can only be 0 or 1. If you're sending a standard notification, set the value of content-available to 0. If you're sending a silent (background) notification, set the value of content-available to 1. Additionally, silent notification payloads can't include the alert, badge, or sound keys. For more information, see Generating a Remote Notification and Pushing Background Updates to Your App on the Apple Developer website.

" + "documentation": "

The raw, JSON-formatted string to use as the payload for the notification message. This value overrides all other content for the message.

If you specify the raw content of an APNs push notification, the message payload has to include the content-available key. The value of the content-available key has to be an integer, and can only be 0 or 1. If you're sending a standard notification, set the value of content-available to 0. If you're sending a silent (background) notification, set the value of content-available to 1. Additionally, silent notification payloads can't include the alert, badge, or sound keys. For more information, see Generating a Remote Notification and Pushing Background Updates to Your App on the Apple Developer website.

" }, "SilentPush": { "shape": "__boolean", @@ -4127,7 +4505,7 @@ "documentation": "

The URL to open in the recipient's default mobile browser, if a recipient taps a push notification that's based on the message template and the value of the Action property is URL.

" } }, - "documentation": "

Specifies the content and settings for a message template that can be used in push notifications that are sent through the APNs (Apple Push Notification service) channel.

" + "documentation": "

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the APNs (Apple Push Notification service) channel.

" }, "APNSSandboxChannelRequest": { "type": "structure", @@ -4439,6 +4817,40 @@ "Item" ] }, + "Activity": { + "type": "structure", + "members": { + "ConditionalSplit": { + "shape": "ConditionalSplitActivity", + "documentation": "

The settings for a yes/no split activity. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.

" + }, + "Description": { + "shape": "__string", + "documentation": "

The custom description of the activity.

" + }, + "EMAIL": { + "shape": "EmailMessageActivity", + "documentation": "

The settings for an email activity. This type of activity sends an email message to participants.

" + }, + "Holdout": { + "shape": "HoldoutActivity", + "documentation": "

The settings for a holdout activity. This type of activity stops a journey for a specified percentage of participants.

" + }, + "MultiCondition": { + "shape": "MultiConditionalSplitActivity", + "documentation": "

The settings for a multivariate split activity. This type of activity sends participants down one of as many as five paths in a journey, based on conditions that you specify.

" + }, + "RandomSplit": { + "shape": "RandomSplitActivity", + "documentation": "

The settings for a random split activity. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.

" + }, + "Wait": { + "shape": "WaitActivity", + "documentation": "

The settings for a wait activity. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

" + } + }, + "documentation": "

Specifies the configuration and other settings for an activity in a journey.

" + }, "ActivityResponse": { "type": "structure", "members": { @@ -4472,7 +4884,7 @@ }, "State": { "shape": "__string", - "documentation": "

The state of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.

" + "documentation": "

The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.

" }, "SuccessfulEndpointCount": { "shape": "__integer", @@ -4568,7 +4980,7 @@ "documentation": "

The URL to open in a recipient's default mobile browser, if a recipient taps a a push notification that's based on the message template and the value of the Action property is URL.

" } }, - "documentation": "

Specifies the content and settings for a message template can be used in push notifications that are sent through the ADM (Amazon Device Messaging), GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging), or Baidu (Baidu Cloud Push) channel.

" + "documentation": "

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the ADM (Amazon Device Messaging), Baidu (Baidu Cloud Push), or GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging) channel.

" }, "ApplicationDateRangeKpiResponse": { "type": "structure", @@ -4583,7 +4995,7 @@ }, "KpiName": { "shape": "__string", - "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.

" }, "KpiResult": { "shape": "BaseKpiResult", @@ -4591,7 +5003,7 @@ }, "NextToken": { "shape": "__string", - "documentation": "

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource. The Application Metrics resource returns all results in a single page.

" + "documentation": "

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource because the resource returns all results in a single page.

" }, "StartTime": { "shape": "__timestampIso8601", @@ -4656,7 +5068,7 @@ }, "QuietTime": { "shape": "QuietTime", - "documentation": "

The default quiet time for campaigns in the application. Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:

If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.

" + "documentation": "

The default quiet time for campaigns and journeys in the application. Quiet time is a specific time range when messages aren't sent to endpoints, if all the following conditions are met:

If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign or journey, even if quiet time is enabled.

" } }, "documentation": "

Provides information about an application, including the default settings for an application.

", @@ -4711,7 +5123,7 @@ }, "AttributeType": { "shape": "__string", - "documentation": "

The type of attribute or attributes that were removed from the endpoints. Valid values are:

" + "documentation": "

The type of attribute or attributes that were removed from the endpoints. Valid values are:

" }, "Attributes": { "shape": "ListOf__string", @@ -4885,10 +5297,10 @@ "members": { "Rows": { "shape": "ListOfResultRow", - "documentation": "

An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application or campaign.

" + "documentation": "

An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

" } }, - "documentation": "

Provides the results of a query that retrieved the data for a standard metric that applies to an application or campaign.

", + "documentation": "

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

", "required": [ "Rows" ] @@ -4910,7 +5322,7 @@ }, "KpiName": { "shape": "__string", - "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.

" }, "KpiResult": { "shape": "BaseKpiResult", @@ -4918,7 +5330,7 @@ }, "NextToken": { "shape": "__string", - "documentation": "

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Campaign Metrics resource. The Campaign Metrics resource returns all results in a single page.

" + "documentation": "

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Campaign Metrics resource because the resource returns all results in a single page.

" }, "StartTime": { "shape": "__timestampIso8601", @@ -4969,7 +5381,7 @@ }, "FilterType": { "shape": "FilterType", - "documentation": "

The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (Events resource) occurs.

" + "documentation": "

The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (Events resource) occurs.

" } }, "documentation": "

Specifies the settings for events that cause a campaign to be sent.

", @@ -5099,7 +5511,8 @@ "documentation": "

A string-to-string map of key-value pairs that identifies the tags that are associated with the campaign. Each tag consists of a required tag key and an associated tag value.

" }, "TemplateConfiguration": { - "shape": "TemplateConfiguration" + "shape": "TemplateConfiguration", + "documentation": "

The message template that’s used for the campaign.

" }, "TreatmentDescription": { "shape": "__string", @@ -5148,7 +5561,7 @@ "members": { "CampaignStatus": { "shape": "CampaignStatus", - "documentation": "

The status of the campaign, or the status of a treatment that belongs to an A/B test campaign. If a campaign uses A/B testing, the campaign has a status of COMPLETED only when all campaign treatments have a status of COMPLETED.

" + "documentation": "

The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign. If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED.

" } }, "documentation": "

Provides information about the status of a campaign.

" @@ -5252,6 +5665,42 @@ "Channels" ] }, + "Condition": { + "type": "structure", + "members": { + "Conditions": { + "shape": "ListOfSimpleCondition", + "documentation": "

The conditions to evaluate for the activity.

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

Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.

" + } + }, + "documentation": "

Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.

" + }, + "ConditionalSplitActivity": { + "type": "structure", + "members": { + "Condition": { + "shape": "Condition", + "documentation": "

The conditions that define the paths for the activity, and the relationship between the conditions.

" + }, + "EvaluationWaitTime": { + "shape": "WaitTime", + "documentation": "

The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.

" + }, + "FalseActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the activity to perform if the condition isn't met.

" + }, + "TrueActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the activity to perform if the condition is met.

" + } + }, + "documentation": "

Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.

" + }, "CreateAppRequest": { "type": "structure", "members": { @@ -5419,6 +5868,37 @@ ], "payload": "ImportJobResponse" }, + "CreateJourneyRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "WriteJourneyRequest": { + "shape": "WriteJourneyRequest" + } + }, + "required": [ + "ApplicationId", + "WriteJourneyRequest" + ], + "payload": "WriteJourneyRequest" + }, + "CreateJourneyResponse": { + "type": "structure", + "members": { + "JourneyResponse": { + "shape": "JourneyResponse" + } + }, + "required": [ + "JourneyResponse" + ], + "payload": "JourneyResponse" + }, "CreatePushTemplateRequest": { "type": "structure", "members": { @@ -5519,18 +5999,18 @@ "members": { "Arn": { "shape": "__string", - "documentation": "

The Amazon Resource Name (ARN) of the message template.

" + "documentation": "

The Amazon Resource Name (ARN) of the message template that was created.

" }, "Message": { "shape": "__string", - "documentation": "

The message that's returned from the API.

" + "documentation": "

The message that's returned from the API for the request to create the message template.

" }, "RequestID": { "shape": "__string", - "documentation": "

The unique identifier for the request or response.

" + "documentation": "

The unique identifier for the request to create the message template.

" } }, - "documentation": "

Provides information about an API request or response.

" + "documentation": "

Provides information about a request to create a message template.

" }, "DefaultMessage": { "type": "structure", @@ -5604,7 +6084,7 @@ "documentation": "

The URL to open in a recipient's default mobile browser, if a recipient taps a push notification that's based on the message template and the value of the Action property is URL.

" } }, - "documentation": "

Specifies the settings and content for the default message template that's used in messages that are sent through a push notification channel.

" + "documentation": "

Specifies the default settings and content for a message template that can be used in messages that are sent through a push notification channel.

" }, "DeleteAdmChannelRequest": { "type": "structure", @@ -5958,6 +6438,39 @@ ], "payload": "GCMChannelResponse" }, + "DeleteJourneyRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + } + }, + "required": [ + "JourneyId", + "ApplicationId" + ] + }, + "DeleteJourneyResponse": { + "type": "structure", + "members": { + "JourneyResponse": { + "shape": "JourneyResponse" + } + }, + "required": [ + "JourneyResponse" + ], + "payload": "JourneyResponse" + }, "DeletePushTemplateRequest": { "type": "structure", "members": { @@ -6331,6 +6844,24 @@ }, "documentation": "

Specifies the default settings and content for a one-time email message that's sent directly to an endpoint.

" }, + "EmailMessageActivity": { + "type": "structure", + "members": { + "MessageConfig": { + "shape": "JourneyEmailMessage", + "documentation": "

The \"From\" address to use for the message.

" + }, + "NextActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the next activity to perform, after the message is sent.

" + }, + "TemplateName": { + "shape": "__string", + "documentation": "

The name of the email template to use for the message.

" + } + }, + "documentation": "

Specifies the settings for an email activity in a journey. This type of activity sends an email message to participants.

" + }, "EmailTemplateRequest": { "type": "structure", "members": { @@ -6805,23 +7336,40 @@ "Timestamp" ] }, + "EventCondition": { + "type": "structure", + "members": { + "Dimensions": { + "shape": "EventDimensions", + "documentation": "

The dimensions for the event filter to use for the activity.

" + }, + "MessageActivity": { + "shape": "__string", + "documentation": "

The message identifier (message_id) for the message to use when determining whether message events meet the condition.

" + } + }, + "documentation": "

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

", + "required": [ + "Dimensions" + ] + }, "EventDimensions": { "type": "structure", "members": { "Attributes": { "shape": "MapOfAttributeDimension", - "documentation": "

One or more custom attributes that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter.

" + "documentation": "

One or more custom attributes that your application reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter.

" }, "EventType": { "shape": "SetDimension", - "documentation": "

The name of the event that causes the campaign to be sent. This can be a standard type of event that Amazon Pinpoint generates, such as _session.start, or a custom event that's specific to your app.

" + "documentation": "

The name of the event that causes the campaign to be sent or the journey activity to be performed. This can be a standard type of event that Amazon Pinpoint generates, such as _email.delivered, or a custom event that's specific to your application.

" }, "Metrics": { "shape": "MapOfMetricDimension", - "documentation": "

One or more custom metrics that your app reports to Amazon Pinpoint. You can use these metrics as selection criteria when you create an event filter.

" + "documentation": "

One or more custom metrics that your application reports to Amazon Pinpoint. You can use these metrics as selection criteria when you create an event filter.

" } }, - "documentation": "

Specifies the dimensions for an event filter that determines when a campaign is sent.

" + "documentation": "

Specifies the dimensions for an event filter that determines when a campaign is sent or a journey activity is performed.

" }, "EventItemResponse": { "type": "structure", @@ -7446,19 +7994,19 @@ "shape": "__string", "location": "uri", "locationName": "kpi-name", - "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" }, "NextToken": { "shape": "__string", "location": "querystring", "locationName": "next-token", - "documentation": "

The NextToken string that specifies which page of results to return in a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "PageSize": { "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "StartTime": { "shape": "__timestampIso8601", @@ -7517,7 +8065,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -7584,7 +8132,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -7635,19 +8183,19 @@ "shape": "__string", "location": "uri", "locationName": "kpi-name", - "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" }, "NextToken": { "shape": "__string", "location": "querystring", "locationName": "next-token", - "documentation": "

The NextToken string that specifies which page of results to return in a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "PageSize": { "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "StartTime": { "shape": "__timestampIso8601", @@ -7766,7 +8314,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -7805,7 +8353,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -8013,7 +8561,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -8110,7 +8658,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -8135,33 +8683,71 @@ ], "payload": "ImportJobsResponse" }, - "GetPushTemplateRequest": { + "GetJourneyDateRangeKpiRequest": { "type": "structure", "members": { - "TemplateName": { + "ApplicationId": { "shape": "__string", "location": "uri", - "locationName": "template-name", - "documentation": "

The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

" + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "EndTime": { + "shape": "__timestampIso8601", + "location": "querystring", + "locationName": "end-time", + "documentation": "

The last date and time to retrieve data for, as part of an inclusive date range that filters the query results. This value should be in extended ISO 8601 format, for example: 2019-07-19T00:00:00Z for July 19, 2019 and 2019-07-19T20:00:00Z for 8:00 PM July 19, 2019.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + }, + "KpiName": { + "shape": "__string", + "location": "uri", + "locationName": "kpi-name", + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.

" + }, + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "next-token", + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "PageSize": { + "shape": "__string", + "location": "querystring", + "locationName": "page-size", + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "StartTime": { + "shape": "__timestampIso8601", + "location": "querystring", + "locationName": "start-time", + "documentation": "

The first date and time to retrieve data for, as part of an inclusive date range that filters the query results. This value should be in extended ISO 8601 format, for example: 2019-07-15T00:00:00Z for July 15, 2019 and 2019-07-15T16:00:00Z for 4:00 PM July 15, 2019.

" } }, "required": [ - "TemplateName" + "JourneyId", + "ApplicationId", + "KpiName" ] }, - "GetPushTemplateResponse": { + "GetJourneyDateRangeKpiResponse": { "type": "structure", "members": { - "PushNotificationTemplateResponse": { - "shape": "PushNotificationTemplateResponse" + "JourneyDateRangeKpiResponse": { + "shape": "JourneyDateRangeKpiResponse" } }, "required": [ - "PushNotificationTemplateResponse" + "JourneyDateRangeKpiResponse" ], - "payload": "PushNotificationTemplateResponse" + "payload": "JourneyDateRangeKpiResponse" }, - "GetSegmentExportJobsRequest": { + "GetJourneyExecutionActivityMetricsRequest": { "type": "structure", "members": { "ApplicationId": { @@ -8170,34 +8756,190 @@ "locationName": "application-id", "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" }, - "PageSize": { + "JourneyActivityId": { "shape": "__string", - "location": "querystring", - "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "location": "uri", + "locationName": "journey-activity-id", + "documentation": "

The unique identifier for the journey activity.

" }, - "SegmentId": { + "JourneyId": { "shape": "__string", "location": "uri", - "locationName": "segment-id", - "documentation": "

The unique identifier for the segment.

" + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" }, - "Token": { + "NextToken": { "shape": "__string", "location": "querystring", - "locationName": "token", - "documentation": "

The NextToken string that specifies which page of results to return in a paginated response.

" + "locationName": "next-token", + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "PageSize": { + "shape": "__string", + "location": "querystring", + "locationName": "page-size", + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" } }, "required": [ - "SegmentId", - "ApplicationId" + "JourneyActivityId", + "ApplicationId", + "JourneyId" ] }, - "GetSegmentExportJobsResponse": { + "GetJourneyExecutionActivityMetricsResponse": { "type": "structure", "members": { - "ExportJobsResponse": { + "JourneyExecutionActivityMetricsResponse": { + "shape": "JourneyExecutionActivityMetricsResponse" + } + }, + "required": [ + "JourneyExecutionActivityMetricsResponse" + ], + "payload": "JourneyExecutionActivityMetricsResponse" + }, + "GetJourneyExecutionMetricsRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + }, + "NextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "next-token", + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "PageSize": { + "shape": "__string", + "location": "querystring", + "locationName": "page-size", + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + } + }, + "required": [ + "ApplicationId", + "JourneyId" + ] + }, + "GetJourneyExecutionMetricsResponse": { + "type": "structure", + "members": { + "JourneyExecutionMetricsResponse": { + "shape": "JourneyExecutionMetricsResponse" + } + }, + "required": [ + "JourneyExecutionMetricsResponse" + ], + "payload": "JourneyExecutionMetricsResponse" + }, + "GetJourneyRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + } + }, + "required": [ + "JourneyId", + "ApplicationId" + ] + }, + "GetJourneyResponse": { + "type": "structure", + "members": { + "JourneyResponse": { + "shape": "JourneyResponse" + } + }, + "required": [ + "JourneyResponse" + ], + "payload": "JourneyResponse" + }, + "GetPushTemplateRequest": { + "type": "structure", + "members": { + "TemplateName": { + "shape": "__string", + "location": "uri", + "locationName": "template-name", + "documentation": "

The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

" + } + }, + "required": [ + "TemplateName" + ] + }, + "GetPushTemplateResponse": { + "type": "structure", + "members": { + "PushNotificationTemplateResponse": { + "shape": "PushNotificationTemplateResponse" + } + }, + "required": [ + "PushNotificationTemplateResponse" + ], + "payload": "PushNotificationTemplateResponse" + }, + "GetSegmentExportJobsRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "PageSize": { + "shape": "__string", + "location": "querystring", + "locationName": "page-size", + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "SegmentId": { + "shape": "__string", + "location": "uri", + "locationName": "segment-id", + "documentation": "

The unique identifier for the segment.

" + }, + "Token": { + "shape": "__string", + "location": "querystring", + "locationName": "token", + "documentation": "

The NextToken string that specifies which page of results to return in a paginated response.

" + } + }, + "required": [ + "SegmentId", + "ApplicationId" + ] + }, + "GetSegmentExportJobsResponse": { + "type": "structure", + "members": { + "ExportJobsResponse": { "shape": "ExportJobsResponse" } }, @@ -8219,7 +8961,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "SegmentId": { "shape": "__string", @@ -8337,7 +9079,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "SegmentId": { "shape": "__string", @@ -8382,7 +9124,7 @@ "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Token": { "shape": "__string", @@ -8518,6 +9260,23 @@ ], "payload": "VoiceChannelResponse" }, + "HoldoutActivity": { + "type": "structure", + "members": { + "NextActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the next activity to perform, after performing the holdout activity.

" + }, + "Percentage": { + "shape": "__integer", + "documentation": "

The percentage of participants who shouldn't continue the journey.

" + } + }, + "documentation": "

Specifies the settings for a holdout activity in a journey. This type of activity stops a journey for a specified percentage of participants.

", + "required": [ + "Percentage" + ] + }, "ImportJobRequest": { "type": "structure", "members": { @@ -8670,74 +9429,367 @@ "ApplicationId" ] }, - "ImportJobsResponse": { + "ImportJobsResponse": { + "type": "structure", + "members": { + "Item": { + "shape": "ListOfImportJobResponse", + "documentation": "

An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).

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

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

" + } + }, + "documentation": "

Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.

", + "required": [ + "Item" + ] + }, + "Include": { + "type": "string", + "enum": [ + "ALL", + "ANY", + "NONE" + ] + }, + "InternalServerErrorException": { + "type": "structure", + "members": { + "Message": { + "shape": "__string", + "documentation": "

The message that's returned from the API.

" + }, + "RequestID": { + "shape": "__string", + "documentation": "

The unique identifier for the request or response.

" + } + }, + "documentation": "

Provides information about an API request or response.

", + "exception": true, + "error": { + "httpStatusCode": 500 + } + }, + "ItemResponse": { + "type": "structure", + "members": { + "EndpointItemResponse": { + "shape": "EndpointItemResponse", + "documentation": "

The response that was received after the endpoint data was accepted.

" + }, + "EventsItemResponse": { + "shape": "MapOfEventItemResponse", + "documentation": "

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.

" + } + }, + "documentation": "

Provides information about the results of a request to create or update an endpoint that's associated with an event.

" + }, + "JobStatus": { + "type": "string", + "enum": [ + "CREATED", + "PREPARING_FOR_INITIALIZATION", + "INITIALIZING", + "PROCESSING", + "PENDING_JOB", + "COMPLETING", + "COMPLETED", + "FAILING", + "FAILED" + ] + }, + "JourneyDateRangeKpiResponse": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "documentation": "

The unique identifier for the application that the metric applies to.

" + }, + "EndTime": { + "shape": "__timestampIso8601", + "documentation": "

The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.

" + }, + "JourneyId": { + "shape": "__string", + "documentation": "

The unique identifier for the journey that the metric applies to.

" + }, + "KpiName": { + "shape": "__string", + "documentation": "

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.

" + }, + "KpiResult": { + "shape": "BaseKpiResult", + "documentation": "

An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.

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

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.

" + }, + "StartTime": { + "shape": "__timestampIso8601", + "documentation": "

The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.

" + } + }, + "documentation": "

Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.

", + "required": [ + "KpiResult", + "KpiName", + "JourneyId", + "EndTime", + "StartTime", + "ApplicationId" + ] + }, + "JourneyEmailMessage": { + "type": "structure", + "members": { + "FromAddress": { + "shape": "__string", + "documentation": "

The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.

" + } + }, + "documentation": "

Specifies the \"From\" address for an email message that's sent to participants in a journey.

" + }, + "JourneyExecutionActivityMetricsResponse": { + "type": "structure", + "members": { + "ActivityType": { + "shape": "__string", + "documentation": "

The type of activity that the metric applies to. Possible values are:

" + }, + "ApplicationId": { + "shape": "__string", + "documentation": "

The unique identifier for the application that the metric applies to.

" + }, + "JourneyActivityId": { + "shape": "__string", + "documentation": "

The unique identifier for the activity that the metric applies to.

" + }, + "JourneyId": { + "shape": "__string", + "documentation": "

The unique identifier for the journey that the metric applies to.

" + }, + "LastEvaluatedTime": { + "shape": "__string", + "documentation": "

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the execution status of the activity and updated the data for the metric.

" + }, + "Metrics": { + "shape": "MapOf__string", + "documentation": "

A JSON object that contains the results of the query. The results vary depending on the type of activity (ActivityType). For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.

" + } + }, + "documentation": "

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity, and provides information about that query.

", + "required": [ + "Metrics", + "JourneyId", + "LastEvaluatedTime", + "JourneyActivityId", + "ActivityType", + "ApplicationId" + ] + }, + "JourneyExecutionMetricsResponse": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "documentation": "

The unique identifier for the application that the metric applies to.

" + }, + "JourneyId": { + "shape": "__string", + "documentation": "

The unique identifier for the journey that the metric applies to.

" + }, + "LastEvaluatedTime": { + "shape": "__string", + "documentation": "

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

" + }, + "Metrics": { + "shape": "MapOf__string", + "documentation": "

A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.

" + } + }, + "documentation": "

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey.

", + "required": [ + "Metrics", + "JourneyId", + "LastEvaluatedTime", + "ApplicationId" + ] + }, + "JourneyLimits": { + "type": "structure", + "members": { + "DailyCap": { + "shape": "__integer", + "documentation": "

The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.

" + }, + "EndpointReentryCap": { + "shape": "__integer", + "documentation": "

The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.

" + }, + "MessagesPerSecond": { + "shape": "__integer", + "documentation": "

The maximum number of messages that the journey can send each second.

" + } + }, + "documentation": "

Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.

" + }, + "JourneyResponse": { + "type": "structure", + "members": { + "Activities": { + "shape": "MapOfActivity", + "documentation": "

The configuration and other settings for the activities that comprise the journey.

" + }, + "ApplicationId": { + "shape": "__string", + "documentation": "

The unique identifier for the application that the journey applies to.

" + }, + "CreationDate": { + "shape": "__string", + "documentation": "

The date, in ISO 8601 format, when the journey was created.

" + }, + "Id": { + "shape": "__string", + "documentation": "

The unique identifier for the journey.

" + }, + "LastModifiedDate": { + "shape": "__string", + "documentation": "

The date, in ISO 8601 format, when the journey was last modified.

" + }, + "Limits": { + "shape": "JourneyLimits", + "documentation": "

The messaging and entry limits for the journey.

" + }, + "LocalTime": { + "shape": "__boolean", + "documentation": "

Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.

" + }, + "Name": { + "shape": "__string", + "documentation": "

The name of the journey.

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

The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:

If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled.

" + }, + "RefreshFrequency": { + "shape": "__string", + "documentation": "

The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.

" + }, + "Schedule": { + "shape": "JourneySchedule", + "documentation": "

The schedule settings for the journey.

" + }, + "StartActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the first activity in the journey.

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

The segment that defines which users are participants in the journey.

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

The current status of the journey. Possible values are:

" + }, + "tags": { + "shape": "MapOf__string", + "locationName": "tags", + "documentation": "

A string-to-string map of key-value pairs that identifies the tags that are associated with the journey. Each tag consists of a required tag key and an associated tag value.

" + } + }, + "documentation": "

Provides information about the status, configuration, and other settings for a journey.

", + "required": [ + "Name", + "Id", + "ApplicationId" + ] + }, + "JourneySchedule": { + "type": "structure", + "members": { + "EndTime": { + "shape": "__timestampIso8601", + "documentation": "

The scheduled time, in ISO 8601 format, when the journey ended or will end.

" + }, + "StartTime": { + "shape": "__timestampIso8601", + "documentation": "

The scheduled time, in ISO 8601 format, when the journey began or will begin.

" + }, + "Timezone": { + "shape": "__string", + "documentation": "

The starting UTC offset for the journey schedule, if the value of the journey's LocalTime property is true. Valid values are: UTC,\n UTC+01, UTC+02, UTC+03, UTC+03:30, UTC+04, UTC+04:30, UTC+05, UTC+05:30,\n UTC+05:45, UTC+06, UTC+06:30, UTC+07, UTC+08, UTC+08:45, UTC+09, UTC+09:30,\n UTC+10, UTC+10:30, UTC+11, UTC+12, UTC+12:45, UTC+13, UTC+13:45, UTC-02,\n UTC-02:30, UTC-03, UTC-03:30, UTC-04, UTC-05, UTC-06, UTC-07, UTC-08, UTC-09,\n UTC-09:30, UTC-10, and UTC-11.

" + } + }, + "documentation": "

Specifies the schedule settings for a journey.

" + }, + "JourneyStateRequest": { + "type": "structure", + "members": { + "State": { + "shape": "State", + "documentation": "

The status of the journey. Currently, the only supported value is CANCELLED.

If you cancel a journey, Amazon Pinpoint continues to perform activities that are currently in progress, until those activities are complete. Amazon Pinpoint also continues to collect and aggregate analytics data for those activities, until they are complete, and any activities that were complete when you cancelled the journey.

After you cancel a journey, you can't add, change, or remove any activities from the journey. In addition, Amazon Pinpoint stops evaluating the journey and doesn't perform any activities that haven't started.

" + } + }, + "documentation": "

Changes the status of a journey.

" + }, + "JourneysResponse": { "type": "structure", "members": { "Item": { - "shape": "ListOfImportJobResponse", - "documentation": "

An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).

" + "shape": "ListOfJourneyResponse", + "documentation": "

An array of responses, one for each journey that's associated with the application.

" }, "NextToken": { "shape": "__string", "documentation": "

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

" } }, - "documentation": "

Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.

", + "documentation": "

Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.

", "required": [ "Item" ] }, - "Include": { - "type": "string", - "enum": [ - "ALL", - "ANY", - "NONE" - ] - }, - "InternalServerErrorException": { + "ListJourneysRequest": { "type": "structure", "members": { - "Message": { + "ApplicationId": { "shape": "__string", - "documentation": "

The message that's returned from the API.

" + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" }, - "RequestID": { + "PageSize": { "shape": "__string", - "documentation": "

The unique identifier for the request or response.

" + "location": "querystring", + "locationName": "page-size", + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" + }, + "Token": { + "shape": "__string", + "location": "querystring", + "locationName": "token", + "documentation": "

The NextToken string that specifies which page of results to return in a paginated response.

" } }, - "documentation": "

Provides information about an API request or response.

", - "exception": true, - "error": { - "httpStatusCode": 500 - } + "required": [ + "ApplicationId" + ] }, - "ItemResponse": { + "ListJourneysResponse": { "type": "structure", "members": { - "EndpointItemResponse": { - "shape": "EndpointItemResponse", - "documentation": "

The response that was received after the endpoint data was accepted.

" - }, - "EventsItemResponse": { - "shape": "MapOfEventItemResponse", - "documentation": "

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.

" + "JourneysResponse": { + "shape": "JourneysResponse" } }, - "documentation": "

Provides information about the results of a request to create or update an endpoint that's associated with an event.

" - }, - "JobStatus": { - "type": "string", - "enum": [ - "CREATED", - "INITIALIZING", - "PROCESSING", - "COMPLETING", - "COMPLETED", - "FAILING", - "FAILED" - ] + "required": [ + "JourneysResponse" + ], + "payload": "JourneysResponse" }, "ListTagsForResourceRequest": { "type": "structure", @@ -8746,7 +9798,7 @@ "shape": "__string", "location": "uri", "locationName": "resource-arn", - "documentation": "

The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.

" + "documentation": "

The Amazon Resource Name (ARN) of the resource.

" } }, "required": [ @@ -8772,13 +9824,13 @@ "shape": "__string", "location": "querystring", "locationName": "next-token", - "documentation": "

The NextToken string that specifies which page of results to return in a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "PageSize": { "shape": "__string", "location": "querystring", "locationName": "page-size", - "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.

" + "documentation": "

The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.

" }, "Prefix": { "shape": "__string", @@ -9046,6 +10098,38 @@ "FILTER" ] }, + "MultiConditionalBranch": { + "type": "structure", + "members": { + "Condition": { + "shape": "SimpleCondition", + "documentation": "

The condition to evaluate for the activity path.

" + }, + "NextActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the next activity to perform, after completing the activity for the path.

" + } + }, + "documentation": "

Specifies a condition to evaluate for an activity path in a journey.

" + }, + "MultiConditionalSplitActivity": { + "type": "structure", + "members": { + "Branches": { + "shape": "ListOfMultiConditionalBranch", + "documentation": "

The paths for the activity, including the conditions for entering each path and the activity to perform for each path.

" + }, + "DefaultActivity": { + "shape": "__string", + "documentation": "

The activity to perform by default for any path in the activity.

" + }, + "EvaluationWaitTime": { + "shape": "WaitTime", + "documentation": "

The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.

" + } + }, + "documentation": "

Specifies the settings for a multivariate split activity in a journey. This type of activity sends participants down one of as many as five paths in a journey, based on conditions that you specify.

" + }, "NotFoundException": { "type": "structure", "members": { @@ -9140,6 +10224,13 @@ }, "documentation": "

Provides information about a phone number.

" }, + "Operator": { + "type": "string", + "enum": [ + "ALL", + "ANY" + ] + }, "PhoneNumberValidateRequest": { "type": "structure", "members": { @@ -9378,6 +10469,30 @@ }, "documentation": "

Specifies the start and end times that define a time range when messages aren't sent to endpoints.

" }, + "RandomSplitActivity": { + "type": "structure", + "members": { + "Branches": { + "shape": "ListOfRandomSplitEntry", + "documentation": "

The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.

" + } + }, + "documentation": "

Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.

" + }, + "RandomSplitEntry": { + "type": "structure", + "members": { + "NextActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the next activity to perform, after completing the activity for the path.

" + }, + "Percentage": { + "shape": "__integer", + "documentation": "

The percentage of participants to send down the activity path.

" + } + }, + "documentation": "

Specifies the settings for a path in a random split activity in a journey.

" + }, "RawEmail": { "type": "structure", "members": { @@ -9429,7 +10544,7 @@ "shape": "__string", "location": "uri", "locationName": "attribute-type", - "documentation": "

The type of attribute or attributes to remove. Valid values are:

" + "documentation": "

The type of attribute or attributes to remove. Valid values are:

" }, "UpdateAttributesRequest": { "shape": "UpdateAttributesRequest" @@ -9463,10 +10578,10 @@ }, "Values": { "shape": "ListOfResultRowValue", - "documentation": "

An array of objects that provides pre-aggregated values for a standard metric that applies to an application or campaign.

" + "documentation": "

An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.

" } }, - "documentation": "

Provides the results of a query that retrieved the data for a standard metric that applies to an application or campaign.

", + "documentation": "

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

", "required": [ "GroupedBys", "Values" @@ -9477,18 +10592,18 @@ "members": { "Key": { "shape": "__string", - "documentation": "

The name of the field that Amazon Pinpoint uses to store the value specified by the Value property.

" + "documentation": "

The friendly name of the metric whose value is specified by the Value property.

" }, "Type": { "shape": "__string", - "documentation": "

The data type of the value specified by the Value property.

" + "documentation": "

The data type of the value specified by the Value property.

" }, "Value": { "shape": "__string", "documentation": "

In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

" } }, - "documentation": "

Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application or campaign.

", + "documentation": "

Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.

", "required": [ "Type", "Value", @@ -9669,7 +10784,7 @@ "members": { "EndTime": { "shape": "__string", - "documentation": "

The scheduled time, in ISO 8601 format, for the campaign to end.

" + "documentation": "

The scheduled time, in ISO 8601 format, when the campaign ended or will end.

" }, "EventFilter": { "shape": "CampaignEventFilter", @@ -9689,7 +10804,7 @@ }, "StartTime": { "shape": "__string", - "documentation": "

The scheduled time, in ISO 8601 format, for the campaign to begin.

" + "documentation": "

The scheduled time, in ISO 8601 format, when the campaign began or will begin.

" }, "Timezone": { "shape": "__string", @@ -9711,6 +10826,19 @@ }, "documentation": "

Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.

" }, + "SegmentCondition": { + "type": "structure", + "members": { + "SegmentId": { + "shape": "__string", + "documentation": "

The unique identifier for the segment to associate with the activity.

" + } + }, + "documentation": "

Specifies a segment to associate with an activity in a journey.

", + "required": [ + "SegmentId" + ] + }, "SegmentDemographics": { "type": "structure", "members": { @@ -10117,6 +11245,25 @@ "Values" ] }, + "SimpleCondition": { + "type": "structure", + "members": { + "EventCondition": { + "shape": "EventCondition", + "documentation": "

The dimension settings for the event that's associated with the activity.

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

The segment that's associated with the activity.

" + }, + "SegmentDimensions": { + "shape": "SegmentDimensions", + "locationName": "segmentDimensions", + "documentation": "

The dimension settings for the segment that's associated with the activity.

" + } + }, + "documentation": "

Specifies a condition to evaluate for an activity in a journey.

" + }, "SimpleEmail": { "type": "structure", "members": { @@ -10157,6 +11304,30 @@ "NONE" ] }, + "StartCondition": { + "type": "structure", + "members": { + "Description": { + "shape": "__string", + "documentation": "

The custom description of the condition.

" + }, + "SegmentStartCondition": { + "shape": "SegmentCondition", + "documentation": "

The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.

" + } + }, + "documentation": "

Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.

" + }, + "State": { + "type": "string", + "enum": [ + "DRAFT", + "ACTIVE", + "COMPLETED", + "CANCELLED", + "CLOSED" + ] + }, "TagResourceRequest": { "type": "structure", "members": { @@ -10164,7 +11335,7 @@ "shape": "__string", "location": "uri", "locationName": "resource-arn", - "documentation": "

The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.

" + "documentation": "

The Amazon Resource Name (ARN) of the resource.

" }, "TagsModel": { "shape": "TagsModel" @@ -10182,10 +11353,10 @@ "tags": { "shape": "MapOf__string", "locationName": "tags", - "documentation": "

A string-to-string map of key-value pairs that defines the tags for an application, campaign, message template, or segment. Each project, campaign, message template, or segment can have a maximum of 50 tags.

Each tag consists of a required tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

" + "documentation": "

A string-to-string map of key-value pairs that defines the tags for an application, campaign, journey, message template, or segment. Each of these resources can have a maximum of 50 tags.

Each tag consists of a required tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

" } }, - "documentation": "

Specifies the tags (keys and values) for an application, campaign, message template, or segment.

", + "documentation": "

Specifies the tags (keys and values) for an application, campaign, journey, message template, or segment.

", "required": [ "tags" ] @@ -10216,7 +11387,7 @@ "documentation": "

The SMS template to use for the message.

" } }, - "documentation": "

Specifies the message template to use for the message, for each type of channel.

" + "documentation": "

Specifies the message template for each type of channel.

" }, "TemplateResponse": { "type": "structure", @@ -10260,6 +11431,7 @@ "enum": [ "EMAIL", "SMS", + "VOICE", "PUSH" ] }, @@ -10319,10 +11491,11 @@ }, "State": { "shape": "CampaignState", - "documentation": "

The status of the treatment.

" + "documentation": "

The current status of the treatment.

" }, "TemplateConfiguration": { - "shape": "TemplateConfiguration" + "shape": "TemplateConfiguration", + "documentation": "

The message template to use for the treatment.

" }, "TreatmentDescription": { "shape": "__string", @@ -10354,13 +11527,13 @@ "shape": "__string", "location": "uri", "locationName": "resource-arn", - "documentation": "

The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.

" + "documentation": "

The Amazon Resource Name (ARN) of the resource.

" }, "TagKeys": { "shape": "ListOf__string", "location": "querystring", "locationName": "tagKeys", - "documentation": "

The key of the tag to remove from the application, campaign, message template, or segment. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).

" + "documentation": "

The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).

" } }, "required": [ @@ -10795,6 +11968,82 @@ ], "payload": "GCMChannelResponse" }, + "UpdateJourneyRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + }, + "WriteJourneyRequest": { + "shape": "WriteJourneyRequest" + } + }, + "required": [ + "JourneyId", + "ApplicationId", + "WriteJourneyRequest" + ], + "payload": "WriteJourneyRequest" + }, + "UpdateJourneyResponse": { + "type": "structure", + "members": { + "JourneyResponse": { + "shape": "JourneyResponse" + } + }, + "required": [ + "JourneyResponse" + ], + "payload": "JourneyResponse" + }, + "UpdateJourneyStateRequest": { + "type": "structure", + "members": { + "ApplicationId": { + "shape": "__string", + "location": "uri", + "locationName": "application-id", + "documentation": "

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

" + }, + "JourneyId": { + "shape": "__string", + "location": "uri", + "locationName": "journey-id", + "documentation": "

The unique identifier for the journey.

" + }, + "JourneyStateRequest": { + "shape": "JourneyStateRequest" + } + }, + "required": [ + "JourneyId", + "ApplicationId", + "JourneyStateRequest" + ], + "payload": "JourneyStateRequest" + }, + "UpdateJourneyStateResponse": { + "type": "structure", + "members": { + "JourneyResponse": { + "shape": "JourneyResponse" + } + }, + "required": [ + "JourneyResponse" + ], + "payload": "JourneyResponse" + }, "UpdatePushTemplateRequest": { "type": "structure", "members": { @@ -11043,6 +12292,34 @@ }, "documentation": "

Specifies the settings for a one-time voice message that's sent directly to an endpoint through the voice channel.

" }, + "WaitActivity": { + "type": "structure", + "members": { + "NextActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the next activity to perform, after performing the wait activity.

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

The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

" + } + }, + "documentation": "

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

" + }, + "WaitTime": { + "type": "structure", + "members": { + "WaitFor": { + "shape": "__string", + "documentation": "

The amount of time, as a duration in ISO 8601 format, to wait before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.

" + }, + "WaitUntil": { + "shape": "__string", + "documentation": "

The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.

" + } + }, + "documentation": "

Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity's conditions have been met or an activity moves participants to the next activity in a journey.

" + }, "WriteApplicationSettingsRequest": { "type": "structure", "members": { @@ -11060,7 +12337,7 @@ }, "QuietTime": { "shape": "QuietTime", - "documentation": "

The default quiet time for campaigns in the application. Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:

If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.

To override the default quiet time settings for a specific campaign, use the Campaign resource to define a custom quiet time for the campaign.

" + "documentation": "

The default quiet time for campaigns and journeys in the application. Quiet time is a specific time range when messages aren't sent to endpoints, if all the following conditions are met:

If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign or journey, even if quiet time is enabled.

To override the default quiet time settings for a specific campaign or journey, use the Campaign resource or the Journey resource to define a custom quiet time for the campaign or journey.

" } }, "documentation": "

Specifies the default settings for an application.

" @@ -11118,7 +12395,8 @@ "documentation": "

A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

" }, "TemplateConfiguration": { - "shape": "TemplateConfiguration" + "shape": "TemplateConfiguration", + "documentation": "

The message template to use for the campaign.

" }, "TreatmentDescription": { "shape": "__string", @@ -11149,6 +12427,63 @@ "DestinationStreamArn" ] }, + "WriteJourneyRequest": { + "type": "structure", + "members": { + "Activities": { + "shape": "MapOfActivity", + "documentation": "

The configuration and other settings for the activities that comprise the journey.

" + }, + "CreationDate": { + "shape": "__string", + "documentation": "

The date, in ISO 8601 format, when the journey was created.

" + }, + "LastModifiedDate": { + "shape": "__string", + "documentation": "

The date, in ISO 8601 format, when the journey was last modified.

" + }, + "Limits": { + "shape": "JourneyLimits", + "documentation": "

The messaging and entry limits for the journey.

" + }, + "LocalTime": { + "shape": "__boolean", + "documentation": "

Specifies whether the journey's scheduled start and end times use each participant's local time. To base the schedule on each participant's local time, set this value to true.

" + }, + "Name": { + "shape": "__string", + "documentation": "

The name of the journey. A journey name can contain a maximum of 150 characters. The characters can be alphanumeric characters or symbols, such as underscores (_) or hyphens (-). A journey name can't contain any spaces.

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

The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:

If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled.

" + }, + "RefreshFrequency": { + "shape": "__string", + "documentation": "

The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.

" + }, + "Schedule": { + "shape": "JourneySchedule", + "documentation": "

The schedule settings for the journey.

" + }, + "StartActivity": { + "shape": "__string", + "documentation": "

The unique identifier for the first activity in the journey.

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

The segment that defines which users are participants in the journey.

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

The status of the journey. Valid values are:

The CANCELLED, COMPLETED, and CLOSED values are not supported in requests to create or update a journey. To cancel a journey, use the Journey State resource.

" + } + }, + "documentation": "

Specifies the configuration and other settings for a journey.

", + "required": [ + "Name" + ] + }, "WriteSegmentRequest": { "type": "structure", "members": { @@ -11188,7 +12523,8 @@ "documentation": "

The allocated percentage of users (segment members) to send the treatment to.

" }, "TemplateConfiguration": { - "shape": "TemplateConfiguration" + "shape": "TemplateConfiguration", + "documentation": "

The message template to use for the treatment.

" }, "TreatmentDescription": { "shape": "__string", @@ -11255,6 +12591,24 @@ "shape": "ImportJobResponse" } }, + "ListOfJourneyResponse": { + "type": "list", + "member": { + "shape": "JourneyResponse" + } + }, + "ListOfMultiConditionalBranch": { + "type": "list", + "member": { + "shape": "MultiConditionalBranch" + } + }, + "ListOfRandomSplitEntry": { + "type": "list", + "member": { + "shape": "RandomSplitEntry" + } + }, "ListOfResultRow": { "type": "list", "member": { @@ -11291,6 +12645,12 @@ "shape": "SegmentResponse" } }, + "ListOfSimpleCondition": { + "type": "list", + "member": { + "shape": "SimpleCondition" + } + }, "ListOfTemplateResponse": { "type": "list", "member": { @@ -11318,6 +12678,15 @@ "__long": { "type": "long" }, + "MapOfActivity": { + "type": "map", + "key": { + "shape": "__string" + }, + "value": { + "shape": "Activity" + } + }, "MapOfAddressConfiguration": { "type": "map", "key": { @@ -11474,4 +12843,4 @@ "timestampFormat": "unixTimestamp" } } -} +} \ No newline at end of file From 84875f9ba231bfbd843437ae72d9bf891e2593bd Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 1 Nov 2019 18:03:26 +0000 Subject: [PATCH 02/17] AWS Database Migration Service Update: This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot. --- ...e-AWSDatabaseMigrationService-ac6e27c.json | 5 ++++ .../codegen-resources/service-2.json | 28 ++++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 .changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json diff --git a/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json b/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json new file mode 100644 index 000000000000..a1d5c194298e --- /dev/null +++ b/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "AWS Database Migration Service", + "description": "This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot." +} diff --git a/services/databasemigration/src/main/resources/codegen-resources/service-2.json b/services/databasemigration/src/main/resources/codegen-resources/service-2.json index 10909d832e69..1d1d885ed0e1 100644 --- a/services/databasemigration/src/main/resources/codegen-resources/service-2.json +++ b/services/databasemigration/src/main/resources/codegen-resources/service-2.json @@ -98,7 +98,7 @@ {"shape":"InvalidSubnet"}, {"shape":"KMSKeyNotAccessibleFault"} ], - "documentation":"

Creates the replication instance using the specified parameters.

" + "documentation":"

Creates the replication instance using the specified parameters.

AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the AWS CLI and AWS DMS API. For information on the required permissions, see IAM Permissions Needed to Use AWS DMS.

" }, "CreateReplicationSubnetGroup":{ "name":"CreateReplicationSubnetGroup", @@ -1220,7 +1220,7 @@ }, "CdcStartPosition":{ "shape":"String", - "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

" + "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the slotName extra connection attribute to the name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS.

" }, "CdcStopPosition":{ "shape":"String", @@ -2735,7 +2735,7 @@ }, "CdcStartPosition":{ "shape":"String", - "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

" + "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the slotName extra connection attribute to the name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS.

" }, "CdcStopPosition":{ "shape":"String", @@ -3508,6 +3508,26 @@ "TablesErrored":{ "shape":"Integer", "documentation":"

The number of errors that have occurred during this task.

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

The date the replication task was started either with a fresh start or a target reload.

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

The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

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

The date the replication task was stopped.

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

The date the the replication task full load was started.

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

The date the replication task full load was completed.

" } }, "documentation":"

" @@ -3727,7 +3747,7 @@ }, "CdcStartPosition":{ "shape":"String", - "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

" + "documentation":"

Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.

The value can be in date, checkpoint, or LSN/SCN format.

Date Example: --cdc-start-position “2018-03-08T12:12:12”

Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the slotName extra connection attribute to the name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS.

" }, "CdcStopPosition":{ "shape":"String", From c089a5f7537a24ffd2a2304a5fc0c59ae17042e1 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 1 Nov 2019 18:03:30 +0000 Subject: [PATCH 03/17] AWS CloudTrail Update: This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations. --- .../feature-AWSCloudTrail-cfcbd04.json | 5 + .../codegen-resources/paginators-1.json | 15 ++ .../codegen-resources/service-2.json | 166 ++++++++++++++---- 3 files changed, 147 insertions(+), 39 deletions(-) create mode 100644 .changes/next-release/feature-AWSCloudTrail-cfcbd04.json diff --git a/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json b/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json new file mode 100644 index 000000000000..1c1edbe7833a --- /dev/null +++ b/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "AWS CloudTrail", + "description": "This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations." +} diff --git a/services/cloudtrail/src/main/resources/codegen-resources/paginators-1.json b/services/cloudtrail/src/main/resources/codegen-resources/paginators-1.json index 868fef815f87..30bbeca81281 100644 --- a/services/cloudtrail/src/main/resources/codegen-resources/paginators-1.json +++ b/services/cloudtrail/src/main/resources/codegen-resources/paginators-1.json @@ -3,6 +3,21 @@ "DescribeTrails": { "result_key": "trailList" }, + "ListPublicKeys": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "PublicKeyList" + }, + "ListTags": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "ResourceTagList" + }, + "ListTrails": { + "input_token": "NextToken", + "output_token": "NextToken", + "result_key": "Trails" + }, "LookupEvents": { "input_token": "NextToken", "limit_key": "MaxResults", diff --git a/services/cloudtrail/src/main/resources/codegen-resources/service-2.json b/services/cloudtrail/src/main/resources/codegen-resources/service-2.json index 373f1e012f60..47de1282084a 100644 --- a/services/cloudtrail/src/main/resources/codegen-resources/service-2.json +++ b/services/cloudtrail/src/main/resources/codegen-resources/service-2.json @@ -32,7 +32,7 @@ {"shape":"OperationNotPermittedException"}, {"shape":"NotOrganizationMasterAccountException"} ], - "documentation":"

Adds one or more tags to a trail, up to a limit of 50. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region).

", + "documentation":"

Adds one or more tags to a trail, up to a limit of 50. Overwrites an existing tag's value when a new value is specified for an existing tag key. Tag key names must be unique for a trail; you cannot have two keys with the same name but different values. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all AWS Regions only from the Region in which the trail was created (also known as its home region).

", "idempotent":true }, "CreateTrail":{ @@ -63,6 +63,7 @@ {"shape":"InvalidCloudWatchLogsLogGroupArnException"}, {"shape":"InvalidCloudWatchLogsRoleArnException"}, {"shape":"CloudWatchLogsDeliveryUnavailableException"}, + {"shape":"InvalidTagParameterException"}, {"shape":"UnsupportedOperationException"}, {"shape":"OperationNotPermittedException"}, {"shape":"CloudTrailAccessNotEnabledException"}, @@ -71,7 +72,7 @@ {"shape":"OrganizationsNotInUseException"}, {"shape":"OrganizationNotInAllFeaturesModeException"} ], - "documentation":"

Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.

", + "documentation":"

Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.

", "idempotent":true }, "DeleteTrail":{ @@ -106,7 +107,7 @@ {"shape":"UnsupportedOperationException"}, {"shape":"OperationNotPermittedException"} ], - "documentation":"

Retrieves settings for the trail associated with the current region for your account.

", + "documentation":"

Retrieves settings for one or more trails associated with the current region for your account.

", "idempotent":true }, "GetEventSelectors":{ @@ -123,7 +124,24 @@ {"shape":"UnsupportedOperationException"}, {"shape":"OperationNotPermittedException"} ], - "documentation":"

Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:

For more information, see Logging Data and Management Events for Trails in the AWS CloudTrail User Guide.

", + "documentation":"

Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:

For more information, see Logging Data and Management Events for Trails in the AWS CloudTrail User Guide.

", + "idempotent":true + }, + "GetTrail":{ + "name":"GetTrail", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetTrailRequest"}, + "output":{"shape":"GetTrailResponse"}, + "errors":[ + {"shape":"TrailNotFoundException"}, + {"shape":"InvalidTrailNameException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"OperationNotPermittedException"} + ], + "documentation":"

Returns settings information for a specified trail.

", "idempotent":true }, "GetTrailStatus":{ @@ -178,6 +196,21 @@ "documentation":"

Lists the tags for the trail in the current region.

", "idempotent":true }, + "ListTrails":{ + "name":"ListTrails", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTrailsRequest"}, + "output":{"shape":"ListTrailsResponse"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"OperationNotPermittedException"} + ], + "documentation":"

Lists trails that are in the current account.

", + "idempotent":true + }, "LookupEvents":{ "name":"LookupEvents", "http":{ @@ -192,7 +225,7 @@ {"shape":"InvalidMaxResultsException"}, {"shape":"InvalidNextTokenException"} ], - "documentation":"

Looks up management events captured by CloudTrail. Events for a region can be looked up in that region during the last 90 days. Lookup supports the following attributes:

All attributes are optional. The default number of results returned is 50, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results.

The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs.

Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.

", + "documentation":"

Looks up management events captured by CloudTrail. You can look up events that occurred in a region within the last 90 days. Lookup supports the following attributes:

All attributes are optional. The default number of results returned is 50, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results.

The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs.

Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.

", "idempotent":true }, "PutEventSelectors":{ @@ -213,7 +246,7 @@ {"shape":"NotOrganizationMasterAccountException"}, {"shape":"InsufficientDependencyServiceAccessPermissionException"} ], - "documentation":"

Configures an event selector for your trail. Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events.

When an event occurs in your account, CloudTrail evaluates the event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.

Example

  1. You create an event selector for a trail and specify that you want write-only events.

  2. The EC2 GetConsoleOutput and RunInstances API operations occur in your account.

  3. CloudTrail evaluates whether the events match your event selectors.

  4. The RunInstances is a write-only event and it matches your event selector. The trail logs the event.

  5. The GetConsoleOutput is a read-only event but it doesn't match your event selector. The trail doesn't log the event.

The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.

You can configure up to five event selectors for each trail. For more information, see Logging Data and Management Events for Trails and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.

", + "documentation":"

Configures an event selector for your trail. Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events.

When an event occurs in your account, CloudTrail evaluates the event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.

Example

  1. You create an event selector for a trail and specify that you want write-only events.

  2. The EC2 GetConsoleOutput and RunInstances API operations occur in your account.

  3. CloudTrail evaluates whether the events match your event selectors.

  4. The RunInstances is a write-only event and it matches your event selector. The trail logs the event.

  5. The GetConsoleOutput is a read-only event but it doesn't match your event selector. The trail doesn't log the event.

The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.

You can configure up to five event selectors for each trail. For more information, see Logging Data and Management Events for Trails and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.

", "idempotent":true }, "RemoveTags":{ @@ -375,11 +408,11 @@ }, "S3BucketName":{ "shape":"String", - "documentation":"

Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

" + "documentation":"

Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

" + "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

" }, "SnsTopicName":{ "shape":"String", @@ -391,7 +424,7 @@ }, "IsMultiRegionTrail":{ "shape":"Boolean", - "documentation":"

Specifies whether the trail is created in the current region or in all regions. The default is false.

" + "documentation":"

Specifies whether the trail is created in the current region or in all regions. The default is false, which creates a trail only in the region where you are signed in. As a best practice, consider creating trails that log events in all regions.

" }, "EnableLogFileValidation":{ "shape":"Boolean", @@ -412,7 +445,8 @@ "IsOrganizationTrail":{ "shape":"Boolean", "documentation":"

Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.

" - } + }, + "TagsList":{"shape":"TagsList"} }, "documentation":"

Specifies the settings for each trail.

" }, @@ -429,11 +463,11 @@ }, "S3KeyPrefix":{ "shape":"String", - "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

" + "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

This field is deprecated. Use SnsTopicARN.

", + "documentation":"

This field is no longer in use. Use SnsTopicARN.

", "deprecated":true }, "SnsTopicARN":{ @@ -484,10 +518,10 @@ }, "Values":{ "shape":"DataResourceValues", - "documentation":"

An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects.

" + "documentation":"

An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects.

" } }, - "documentation":"

The Amazon S3 buckets or AWS Lambda functions that you specify in your event selectors for your trail to log data events. Data events provide insight into the resource operations performed on or within a resource itself. These are also known as data plane operations. You can specify up to 250 data resources for a trail.

The total number of allowed data resources is 250. This number can be distributed between 1 and 5 event selectors, but the total cannot exceed 250 across all selectors.

The following example demonstrates how logging works when you configure logging of all data events for an S3 bucket named bucket-1. In this example, the CloudTrail user spcified an empty prefix, and the option to log both Read and Write data events.

  1. A user uploads an image file to bucket-1.

  2. The PutObject API operation is an Amazon S3 object-level API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.

  3. A user uploads an object to an Amazon S3 bucket named arn:aws:s3:::bucket-2.

  4. The PutObject API operation occurred for an object in an S3 bucket that the CloudTrail user didn't specify for the trail. The trail doesn’t log the event.

The following example demonstrates how logging works when you configure logging of AWS Lambda data events for a Lambda function named MyLambdaFunction, but not for all AWS Lambda functions.

  1. A user runs a script that includes a call to the MyLambdaFunction function and the MyOtherLambdaFunction function.

  2. The Invoke API operation on MyLambdaFunction is an AWS Lambda API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified logging data events for MyLambdaFunction, any invocations of that function are logged. The trail processes and logs the event.

  3. The Invoke API operation on MyOtherLambdaFunction is an AWS Lambda API. Because the CloudTrail user did not specify logging data events for all Lambda functions, the Invoke operation for MyOtherLambdaFunction does not match the function specified for the trail. The trail doesn’t log the event.

" + "documentation":"

The Amazon S3 buckets or AWS Lambda functions that you specify in your event selectors for your trail to log data events. Data events provide insight into the resource operations performed on or within a resource itself. These are also known as data plane operations. You can specify up to 250 data resources for a trail.

The total number of allowed data resources is 250. This number can be distributed between 1 and 5 event selectors, but the total cannot exceed 250 across all selectors.

The following example demonstrates how logging works when you configure logging of all data events for an S3 bucket named bucket-1. In this example, the CloudTrail user specified an empty prefix, and the option to log both Read and Write data events.

  1. A user uploads an image file to bucket-1.

  2. The PutObject API operation is an Amazon S3 object-level API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.

  3. A user uploads an object to an Amazon S3 bucket named arn:aws:s3:::bucket-2.

  4. The PutObject API operation occurred for an object in an S3 bucket that the CloudTrail user didn't specify for the trail. The trail doesn’t log the event.

The following example demonstrates how logging works when you configure logging of AWS Lambda data events for a Lambda function named MyLambdaFunction, but not for all AWS Lambda functions.

  1. A user runs a script that includes a call to the MyLambdaFunction function and the MyOtherLambdaFunction function.

  2. The Invoke API operation on MyLambdaFunction is an AWS Lambda API. It is recorded as a data event in CloudTrail. Because the CloudTrail user specified logging data events for MyLambdaFunction, any invocations of that function are logged. The trail processes and logs the event.

  3. The Invoke API operation on MyOtherLambdaFunction is an AWS Lambda API. Because the CloudTrail user did not specify logging data events for all Lambda functions, the Invoke operation for MyOtherLambdaFunction does not match the function specified for the trail. The trail doesn’t log the event.

" }, "DataResourceValues":{ "type":"list", @@ -590,11 +624,11 @@ }, "IncludeManagementEvents":{ "shape":"Boolean", - "documentation":"

Specify if you want your event selector to include management events for your trail.

For more information, see Management Events in the AWS CloudTrail User Guide.

By default, the value is true.

" + "documentation":"

Specify if you want your event selector to include management events for your trail.

For more information, see Management Events in the AWS CloudTrail User Guide.

By default, the value is true.

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

CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.

For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.

" + "documentation":"

CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.

For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.

" } }, "documentation":"

Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selector for all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event.

You can configure up to five event selectors for a trail.

" @@ -630,6 +664,22 @@ } } }, + "GetTrailRequest":{ + "type":"structure", + "required":["Name"], + "members":{ + "Name":{ + "shape":"String", + "documentation":"

The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.

" + } + } + }, + "GetTrailResponse":{ + "type":"structure", + "members":{ + "Trail":{"shape":"Trail"} + } + }, "GetTrailStatusRequest":{ "type":"structure", "required":["Name"], @@ -650,11 +700,11 @@ }, "LatestDeliveryError":{ "shape":"String", - "documentation":"

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

" + "documentation":"

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

" + "documentation":"

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

" }, "LatestDeliveryTime":{ "shape":"Date", @@ -686,31 +736,31 @@ }, "LatestDigestDeliveryError":{ "shape":"String", - "documentation":"

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

" + "documentation":"

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

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

This field is deprecated.

" + "documentation":"

This field is no longer in use.

" } }, "documentation":"

Returns the objects or data listed below if successful. Otherwise, returns an error.

" @@ -831,7 +881,7 @@ "type":"structure", "members":{ }, - "documentation":"

This exception is thrown when the key or value specified for the tag does not match the regular expression ^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$.

", + "documentation":"

This exception is thrown when the specified tag key or values are not valid. It can also occur if there are duplicate tags or too many tags on the resource.

", "exception":true }, "InvalidTimeRangeException":{ @@ -866,7 +916,7 @@ "type":"structure", "members":{ }, - "documentation":"

This exception is deprecated.

", + "documentation":"

This exception is no longer in use.

", "deprecated":true, "exception":true }, @@ -938,6 +988,22 @@ }, "documentation":"

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, + "ListTrailsRequest":{ + "type":"structure", + "members":{ + "NextToken":{"shape":"String"} + } + }, + "ListTrailsResponse":{ + "type":"structure", + "members":{ + "Trails":{ + "shape":"Trails", + "documentation":"

Returns the name, ARN, and home region of trails in the current account.

" + }, + "NextToken":{"shape":"String"} + } + }, "LookupAttribute":{ "type":"structure", "required":[ @@ -1144,7 +1210,7 @@ "members":{ "ResourceType":{ "shape":"String", - "documentation":"

The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

" + "documentation":"

The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. To learn more about how to look up and filter events by the resource types supported for a service, see Filtering CloudTrail Events.

" }, "ResourceName":{ "shape":"String", @@ -1272,15 +1338,15 @@ }, "S3BucketName":{ "shape":"String", - "documentation":"

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

" + "documentation":"

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

" + "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

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

This field is deprecated. Use SnsTopicARN.

", + "documentation":"

This field is no longer in use. Use SnsTopicARN.

", "deprecated":true }, "SnsTopicARN":{ @@ -1293,7 +1359,7 @@ }, "IsMultiRegionTrail":{ "shape":"Boolean", - "documentation":"

Specifies whether the trail belongs only to one region or exists in all regions.

" + "documentation":"

Specifies whether the trail exists only in one region or exists in all regions.

" }, "HomeRegion":{ "shape":"String", @@ -1337,6 +1403,24 @@ "documentation":"

This exception is thrown when the specified trail already exists.

", "exception":true }, + "TrailInfo":{ + "type":"structure", + "members":{ + "TrailARN":{ + "shape":"String", + "documentation":"

The ARN of a trail.

" + }, + "Name":{ + "shape":"String", + "documentation":"

The name of a trail.

" + }, + "HomeRegion":{ + "shape":"String", + "documentation":"

The AWS region in which a trail was created.

" + } + }, + "documentation":"

Information about a CloudTrail trail, including the trail's name, home region, and Amazon Resource Name (ARN).

" + }, "TrailList":{ "type":"list", "member":{"shape":"Trail"} @@ -1356,9 +1440,13 @@ "type":"structure", "members":{ }, - "documentation":"

This exception is deprecated.

", + "documentation":"

This exception is no longer in use.

", "exception":true }, + "Trails":{ + "type":"list", + "member":{"shape":"TrailInfo"} + }, "UnsupportedOperationException":{ "type":"structure", "members":{ @@ -1376,11 +1464,11 @@ }, "S3BucketName":{ "shape":"String", - "documentation":"

Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

" + "documentation":"

Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

" + "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

" }, "SnsTopicName":{ "shape":"String", @@ -1392,7 +1480,7 @@ }, "IsMultiRegionTrail":{ "shape":"Boolean", - "documentation":"

Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

" + "documentation":"

Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. As a best practice, consider using trails that log events in all regions.

" }, "EnableLogFileValidation":{ "shape":"Boolean", @@ -1430,11 +1518,11 @@ }, "S3KeyPrefix":{ "shape":"String", - "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

" + "documentation":"

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

This field is deprecated. Use SnsTopicARN.

", + "documentation":"

This field is no longer in use. Use SnsTopicARN.

", "deprecated":true }, "SnsTopicARN":{ @@ -1477,5 +1565,5 @@ "documentation":"

Returns the objects or data listed below if successful. Otherwise, returns an error.

" } }, - "documentation":"AWS CloudTrail

This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for CloudTrail.

CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service.

As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the Tools for Amazon Web Services page.

See the AWS CloudTrail User Guide for information about the data that is included with each AWS API call listed in the log files.

" + "documentation":"AWS CloudTrail

This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for CloudTrail.

CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service.

As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the Tools for Amazon Web Services page.

See the AWS CloudTrail User Guide for information about the data that is included with each AWS API call listed in the log files.

" } From 51468b68ea75578448da84b1f9f94226e524705f Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 1 Nov 2019 18:04:24 +0000 Subject: [PATCH 04/17] Release 2.10.7. Updated CHANGELOG.md, README.md and all pom.xml. --- .changes/2.10.7.json | 21 +++++++++++++++++++ .../feature-AWSCloudTrail-cfcbd04.json | 5 ----- ...e-AWSDatabaseMigrationService-ac6e27c.json | 5 ----- .../feature-AmazonPinpoint-651a480.json | 5 ----- CHANGELOG.md | 13 ++++++++++++ README.md | 8 +++---- aws-sdk-java/pom.xml | 2 +- bom-internal/pom.xml | 2 +- bom/pom.xml | 2 +- bundle/pom.xml | 2 +- codegen-lite-maven-plugin/pom.xml | 2 +- codegen-lite/pom.xml | 2 +- codegen-maven-plugin/pom.xml | 2 +- codegen/pom.xml | 2 +- core/annotations/pom.xml | 2 +- core/arns/pom.xml | 2 +- core/auth/pom.xml | 2 +- core/aws-core/pom.xml | 2 +- core/pom.xml | 2 +- core/profiles/pom.xml | 2 +- core/protocols/aws-cbor-protocol/pom.xml | 2 +- core/protocols/aws-ion-protocol/pom.xml | 2 +- core/protocols/aws-json-protocol/pom.xml | 2 +- core/protocols/aws-query-protocol/pom.xml | 2 +- core/protocols/aws-xml-protocol/pom.xml | 2 +- core/protocols/pom.xml | 2 +- core/protocols/protocol-core/pom.xml | 2 +- core/regions/pom.xml | 2 +- core/sdk-core/pom.xml | 2 +- http-client-spi/pom.xml | 2 +- http-clients/apache-client/pom.xml | 2 +- http-clients/netty-nio-client/pom.xml | 2 +- http-clients/pom.xml | 2 +- http-clients/url-connection-client/pom.xml | 2 +- pom.xml | 2 +- release-scripts/pom.xml | 2 +- services-custom/dynamodb-enhanced/pom.xml | 2 +- services-custom/pom.xml | 2 +- services/acm/pom.xml | 2 +- services/acmpca/pom.xml | 2 +- services/alexaforbusiness/pom.xml | 2 +- services/amplify/pom.xml | 2 +- services/apigateway/pom.xml | 2 +- services/apigatewaymanagementapi/pom.xml | 2 +- services/apigatewayv2/pom.xml | 2 +- services/applicationautoscaling/pom.xml | 2 +- services/applicationdiscovery/pom.xml | 2 +- services/applicationinsights/pom.xml | 2 +- services/appmesh/pom.xml | 2 +- services/appstream/pom.xml | 2 +- services/appsync/pom.xml | 2 +- services/athena/pom.xml | 2 +- services/autoscaling/pom.xml | 2 +- services/autoscalingplans/pom.xml | 2 +- services/backup/pom.xml | 2 +- services/batch/pom.xml | 2 +- services/budgets/pom.xml | 2 +- services/chime/pom.xml | 2 +- services/cloud9/pom.xml | 2 +- services/clouddirectory/pom.xml | 2 +- services/cloudformation/pom.xml | 2 +- services/cloudfront/pom.xml | 2 +- services/cloudhsm/pom.xml | 2 +- services/cloudhsmv2/pom.xml | 2 +- services/cloudsearch/pom.xml | 2 +- services/cloudsearchdomain/pom.xml | 2 +- services/cloudtrail/pom.xml | 2 +- services/cloudwatch/pom.xml | 2 +- services/cloudwatchevents/pom.xml | 2 +- services/cloudwatchlogs/pom.xml | 2 +- services/codebuild/pom.xml | 2 +- services/codecommit/pom.xml | 2 +- services/codedeploy/pom.xml | 2 +- services/codepipeline/pom.xml | 2 +- services/codestar/pom.xml | 2 +- services/cognitoidentity/pom.xml | 2 +- services/cognitoidentityprovider/pom.xml | 2 +- services/cognitosync/pom.xml | 2 +- services/comprehend/pom.xml | 2 +- services/comprehendmedical/pom.xml | 2 +- services/config/pom.xml | 2 +- services/connect/pom.xml | 2 +- services/costandusagereport/pom.xml | 2 +- services/costexplorer/pom.xml | 2 +- services/databasemigration/pom.xml | 2 +- services/datapipeline/pom.xml | 2 +- services/datasync/pom.xml | 2 +- services/dax/pom.xml | 2 +- services/devicefarm/pom.xml | 2 +- services/directconnect/pom.xml | 2 +- services/directory/pom.xml | 2 +- services/dlm/pom.xml | 2 +- services/docdb/pom.xml | 2 +- services/dynamodb/pom.xml | 2 +- services/ec2/pom.xml | 2 +- services/ec2instanceconnect/pom.xml | 2 +- services/ecr/pom.xml | 2 +- services/ecs/pom.xml | 2 +- services/efs/pom.xml | 2 +- services/eks/pom.xml | 2 +- services/elasticache/pom.xml | 2 +- services/elasticbeanstalk/pom.xml | 2 +- services/elasticloadbalancing/pom.xml | 2 +- services/elasticloadbalancingv2/pom.xml | 2 +- services/elasticsearch/pom.xml | 2 +- services/elastictranscoder/pom.xml | 2 +- services/emr/pom.xml | 2 +- services/eventbridge/pom.xml | 2 +- services/firehose/pom.xml | 2 +- services/fms/pom.xml | 2 +- services/forecast/pom.xml | 2 +- services/forecastquery/pom.xml | 2 +- services/fsx/pom.xml | 2 +- services/gamelift/pom.xml | 2 +- services/glacier/pom.xml | 2 +- services/globalaccelerator/pom.xml | 2 +- services/glue/pom.xml | 2 +- services/greengrass/pom.xml | 2 +- services/groundstation/pom.xml | 2 +- services/guardduty/pom.xml | 2 +- services/health/pom.xml | 2 +- services/iam/pom.xml | 2 +- services/inspector/pom.xml | 2 +- services/iot/pom.xml | 2 +- services/iot1clickdevices/pom.xml | 2 +- services/iot1clickprojects/pom.xml | 2 +- services/iotanalytics/pom.xml | 2 +- services/iotdataplane/pom.xml | 2 +- services/iotevents/pom.xml | 2 +- services/ioteventsdata/pom.xml | 2 +- services/iotjobsdataplane/pom.xml | 2 +- services/iotthingsgraph/pom.xml | 2 +- services/kafka/pom.xml | 2 +- services/kinesis/pom.xml | 2 +- services/kinesisanalytics/pom.xml | 2 +- services/kinesisanalyticsv2/pom.xml | 2 +- services/kinesisvideo/pom.xml | 2 +- services/kinesisvideoarchivedmedia/pom.xml | 2 +- services/kinesisvideomedia/pom.xml | 2 +- services/kms/pom.xml | 2 +- services/lakeformation/pom.xml | 2 +- services/lambda/pom.xml | 2 +- services/lexmodelbuilding/pom.xml | 2 +- services/lexruntime/pom.xml | 2 +- services/licensemanager/pom.xml | 2 +- services/lightsail/pom.xml | 2 +- services/machinelearning/pom.xml | 2 +- services/macie/pom.xml | 2 +- services/managedblockchain/pom.xml | 2 +- services/marketplacecommerceanalytics/pom.xml | 2 +- services/marketplaceentitlement/pom.xml | 2 +- services/marketplacemetering/pom.xml | 2 +- services/mediaconnect/pom.xml | 2 +- services/mediaconvert/pom.xml | 2 +- services/medialive/pom.xml | 2 +- services/mediapackage/pom.xml | 2 +- services/mediapackagevod/pom.xml | 2 +- services/mediastore/pom.xml | 2 +- services/mediastoredata/pom.xml | 2 +- services/mediatailor/pom.xml | 2 +- services/migrationhub/pom.xml | 2 +- services/mobile/pom.xml | 2 +- services/mq/pom.xml | 2 +- services/mturk/pom.xml | 2 +- services/neptune/pom.xml | 2 +- services/opsworks/pom.xml | 2 +- services/opsworkscm/pom.xml | 2 +- services/organizations/pom.xml | 2 +- services/personalize/pom.xml | 2 +- services/personalizeevents/pom.xml | 2 +- services/personalizeruntime/pom.xml | 2 +- services/pi/pom.xml | 2 +- services/pinpoint/pom.xml | 2 +- services/pinpointemail/pom.xml | 2 +- services/pinpointsmsvoice/pom.xml | 2 +- services/polly/pom.xml | 2 +- services/pom.xml | 2 +- services/pricing/pom.xml | 2 +- services/qldb/pom.xml | 2 +- services/qldbsession/pom.xml | 2 +- services/quicksight/pom.xml | 2 +- services/ram/pom.xml | 2 +- services/rds/pom.xml | 2 +- services/rdsdata/pom.xml | 2 +- services/redshift/pom.xml | 2 +- services/rekognition/pom.xml | 2 +- services/resourcegroups/pom.xml | 2 +- services/resourcegroupstaggingapi/pom.xml | 2 +- services/robomaker/pom.xml | 2 +- services/route53/pom.xml | 2 +- services/route53domains/pom.xml | 2 +- services/route53resolver/pom.xml | 2 +- services/s3/pom.xml | 2 +- services/s3control/pom.xml | 2 +- services/sagemaker/pom.xml | 2 +- services/sagemakerruntime/pom.xml | 2 +- services/secretsmanager/pom.xml | 2 +- services/securityhub/pom.xml | 2 +- .../serverlessapplicationrepository/pom.xml | 2 +- services/servicecatalog/pom.xml | 2 +- services/servicediscovery/pom.xml | 2 +- services/servicequotas/pom.xml | 2 +- services/ses/pom.xml | 2 +- services/sfn/pom.xml | 2 +- services/shield/pom.xml | 2 +- services/signer/pom.xml | 2 +- services/sms/pom.xml | 2 +- services/snowball/pom.xml | 2 +- services/sns/pom.xml | 2 +- services/sqs/pom.xml | 2 +- services/ssm/pom.xml | 2 +- services/storagegateway/pom.xml | 2 +- services/sts/pom.xml | 2 +- services/support/pom.xml | 2 +- services/swf/pom.xml | 2 +- services/textract/pom.xml | 2 +- services/transcribe/pom.xml | 2 +- services/transcribestreaming/pom.xml | 2 +- services/transfer/pom.xml | 2 +- services/translate/pom.xml | 2 +- services/waf/pom.xml | 2 +- services/workdocs/pom.xml | 2 +- services/worklink/pom.xml | 2 +- services/workmail/pom.xml | 2 +- services/workmailmessageflow/pom.xml | 2 +- services/workspaces/pom.xml | 2 +- services/xray/pom.xml | 2 +- test/codegen-generated-classes-test/pom.xml | 2 +- test/dynamodbdocument-v1/pom.xml | 2 +- test/dynamodbmapper-v1/pom.xml | 2 +- test/http-client-tests/pom.xml | 2 +- test/module-path-tests/pom.xml | 2 +- test/protocol-tests-core/pom.xml | 2 +- test/protocol-tests/pom.xml | 2 +- test/sdk-benchmarks/pom.xml | 2 +- test/service-test-utils/pom.xml | 2 +- test/stability-tests/pom.xml | 2 +- test/test-utils/pom.xml | 2 +- test/tests-coverage-reporting/pom.xml | 2 +- utils/pom.xml | 2 +- 240 files changed, 272 insertions(+), 253 deletions(-) create mode 100644 .changes/2.10.7.json delete mode 100644 .changes/next-release/feature-AWSCloudTrail-cfcbd04.json delete mode 100644 .changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json delete mode 100644 .changes/next-release/feature-AmazonPinpoint-651a480.json diff --git a/.changes/2.10.7.json b/.changes/2.10.7.json new file mode 100644 index 000000000000..3b7657d25986 --- /dev/null +++ b/.changes/2.10.7.json @@ -0,0 +1,21 @@ +{ + "version": "2.10.7", + "date": "2019-11-01", + "entries": [ + { + "type": "feature", + "category": "Amazon Pinpoint", + "description": "This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys." + }, + { + "type": "feature", + "category": "AWS CloudTrail", + "description": "This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations." + }, + { + "type": "feature", + "category": "AWS Database Migration Service", + "description": "This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot." + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json b/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json deleted file mode 100644 index 1c1edbe7833a..000000000000 --- a/.changes/next-release/feature-AWSCloudTrail-cfcbd04.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "AWS CloudTrail", - "description": "This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations." -} diff --git a/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json b/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json deleted file mode 100644 index a1d5c194298e..000000000000 --- a/.changes/next-release/feature-AWSDatabaseMigrationService-ac6e27c.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "AWS Database Migration Service", - "description": "This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot." -} diff --git a/.changes/next-release/feature-AmazonPinpoint-651a480.json b/.changes/next-release/feature-AmazonPinpoint-651a480.json deleted file mode 100644 index 463e6da0eb5e..000000000000 --- a/.changes/next-release/feature-AmazonPinpoint-651a480.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Amazon Pinpoint", - "description": "This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys." -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a455d8e52d5..ba655600c14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# __2.10.7__ __2019-11-01__ +## __AWS CloudTrail__ + - ### Features + - This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations. + +## __AWS Database Migration Service__ + - ### Features + - This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot. + +## __Amazon Pinpoint__ + - ### Features + - This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys. + # __2.10.6__ __2019-10-31__ ## __AWS Amplify__ - ### Features diff --git a/README.md b/README.md index 1ec46c292273..b284e4b5dde1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To automatically manage module versions (currently all modules have the same ver software.amazon.awssdk bom - 2.10.6 + 2.10.7 pom import @@ -82,12 +82,12 @@ Alternatively you can add dependencies for the specific services you use only: software.amazon.awssdk ec2 - 2.10.6 + 2.10.7 software.amazon.awssdk s3 - 2.10.6 + 2.10.7 ``` @@ -99,7 +99,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please software.amazon.awssdk aws-sdk-java - 2.10.6 + 2.10.7 ``` diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index 767c3a8d19a9..676e45d973f3 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index c6c805cfb0b7..d044d68cac01 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -5,7 +5,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index 4355c871c1b0..0395a82cf8fe 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../pom.xml bom diff --git a/bundle/pom.xml b/bundle/pom.xml index fa43c3a5b293..a080565090d0 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 144dd4aa7cec..0c25c91c9c1e 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index 8fff06cd6052..2cd34f2755e1 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -6,7 +6,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index bb6e839dcf38..234ba124ebd2 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index dfb28605f921..009acf01927b 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 9e821d494405..50c4ac9ce659 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index 6c6fd0dcc55a..b40d34771e99 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/auth/pom.xml b/core/auth/pom.xml index d15231092a22..75e5a8e50b1b 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.7-SNAPSHOT + 2.10.7 auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index c4ca3e133f76..9c59aaa83b6f 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.7-SNAPSHOT + 2.10.7 aws-core diff --git a/core/pom.xml b/core/pom.xml index c9e8c36561be..b38634c305b8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index 68668d7b4949..50431401c8fe 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.7-SNAPSHOT + 2.10.7 profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index 1d2972c3a448..c547b2ce0e99 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/aws-ion-protocol/pom.xml b/core/protocols/aws-ion-protocol/pom.xml index a788cedd2a4b..7a0727639faa 100644 --- a/core/protocols/aws-ion-protocol/pom.xml +++ b/core/protocols/aws-ion-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 36cf4510dd7c..76069d5ed8a3 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index 935d10a19e2d..f70541e39458 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index 0d522f35a8c3..a23050e9ac3b 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index d959eb6ca21f..d5c4bfd5272b 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index e2dc80cb5850..a20904df9367 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index 974603742bfe..9145a3942259 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.7-SNAPSHOT + 2.10.7 regions diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index d16ad87ba34f..db0494151ff8 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.10.7-SNAPSHOT + 2.10.7 sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index 0b533dd6bba7..7ab5e61cd24e 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index ec6cf8be9a42..46482a5601b9 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 apache-client diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index 58b96a1405cd..e9c0ae881d99 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 2201f380d1cc..f064e4701429 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index fbaa6075cf58..a9f1d3ef27e7 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 diff --git a/pom.xml b/pom.xml index a6f7df70b99c..5ba90c4dd793 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index f5bb1d026dd8..23dd127635b0 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 2350498312e2..4eb60c19725c 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.10.7-SNAPSHOT + 2.10.7 dynamodb-enhanced ${awsjavasdk.version}-PREVIEW diff --git a/services-custom/pom.xml b/services-custom/pom.xml index 41af9dc0209c..8e83e47d4414 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 services-custom AWS Java SDK :: Custom Services diff --git a/services/acm/pom.xml b/services/acm/pom.xml index bff0104e62c5..6a7265280bdc 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index c07061ca3e21..ef188b44395d 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml index 7fb1d049a341..49957b91698b 100644 --- a/services/alexaforbusiness/pom.xml +++ b/services/alexaforbusiness/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 alexaforbusiness diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index 035a7ea76d9d..e208ce5677a6 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 amplify AWS Java SDK :: Services :: Amplify diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index 71059313bda3..e26e5f781b3b 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index caa75b563358..1588de63b5ee 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index 101eb0adbfc8..ba1c87a5f4ad 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index d92593cf5055..ea0b48828b5d 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index 7fd8c70dfabc..f400089b3157 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index a79721b3456e..5bce36c55a35 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index beceec6b0622..905d461b7c23 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index 23b5965a21c6..1fd894687c0e 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 55aaaec25d59..f031300ecfb2 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 appsync diff --git a/services/athena/pom.xml b/services/athena/pom.xml index 67809504a77b..e3e3ea5d172b 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index a8104c55f762..d662c8d2b6c7 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index ccfd471e5a75..edb098ffe481 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/backup/pom.xml b/services/backup/pom.xml index b8f5cb355efd..2dc02fa443e1 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 backup AWS Java SDK :: Services :: Backup diff --git a/services/batch/pom.xml b/services/batch/pom.xml index c6baf3de63eb..1f49237f8476 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index 5f4759aea080..8dbaf7672dbb 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chime/pom.xml b/services/chime/pom.xml index e342c6ac6a81..392d8916165d 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 chime AWS Java SDK :: Services :: Chime diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index a938faff22b5..fd8d6ddfd1fc 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 cloud9 diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index d03a13615de8..3be2b77993d8 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index a8524d1d666e..56ace3bc4f24 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index b797e47b81f0..a462bca9bf89 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index f8fa2654646f..295bdc23c3c5 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 5dc4b0e0fe87..8ead79098249 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index 8b3868cdd5eb..eebff81d8544 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index c5c14921d261..fa7e734402bc 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index cf764c930271..1d1b81baa911 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index 5b1999a7601d..c3e9f172fd59 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index 893dd533ff97..9876cb85c92e 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 2e706a7eb9fa..62cf07f07ee2 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 90013a66f5e6..586d3c4c5510 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index f040ae736a45..2b2785f57089 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index c6f716b582e9..234d54673ead 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index d3a9debbc714..59b2e2a8b904 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml index 6f607a3d0a4b..720fcd03efec 100644 --- a/services/codestar/pom.xml +++ b/services/codestar/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 codestar AWS Java SDK :: Services :: AWS CodeStar diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index 112b99a4aac4..93788daf0052 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index b3c19cd08f60..3a75e84f8eed 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index c6ea36354317..1511b0eb996b 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index 489d98b2b037..cec4f9a90a38 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 0ad7ffc7d00b..96a2909de73a 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/config/pom.xml b/services/config/pom.xml index d6586984f2a1..599a922d0e6b 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index baeb531f6b39..386e630e8638 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 connect AWS Java SDK :: Services :: Connect diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 483fad7c95f1..087fd3cbfdf3 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index 32a9d025e3aa..d1eaefa3fc1a 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 costexplorer diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index b1568fcd3057..afae6221a328 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index 42668f4871e7..c9c55b6be3ce 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index e2366b81f506..133ef39e6f5c 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 datasync AWS Java SDK :: Services :: DataSync diff --git a/services/dax/pom.xml b/services/dax/pom.xml index 77287099bfed..6b6fe90ad259 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index 94fc97c76441..d776bb8b66c5 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index c6cdf25cbd4f..0ccd42f2687f 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index 4b50393c54ba..bb8895cefbfb 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 494237f1b7d7..0207f9cd461e 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index bcc0a8a3a8fd..9dab8604d6af 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 docdb AWS Java SDK :: Services :: DocDB diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 8d3fbd0944aa..864de08ebeab 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index ecab67b20c97..450404db544b 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index 8c8bd72c5fc7..e9b9051ba3dc 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 1f244083d748..7a850e78a15e 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 3c8a629b9b1a..c2d97c7bcb92 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index 85f2d1380c35..3b955ab9a538 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index f4f36af2198b..e80d32db222a 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 eks AWS Java SDK :: Services :: EKS diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index c97d58df219c..316ae2fe597e 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index 4f0d5384293a..cd0b8f82c17a 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index 7595031aeb58..4e4f0b9f3db4 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index d7769d5df6a3..f9c6a5c18ae1 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 902f73bee817..06cd564bda22 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index 1b5ed22e5cd0..d90516c31ab2 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index 80f92d370cb2..8448d1cd68ee 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index a9a3bdcdbaea..2034b925ef8b 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index eaae84e6a0fd..e9e911ea39c9 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fms/pom.xml b/services/fms/pom.xml index 065540ab1dfc..9b54aa1423d0 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 9146fa425906..96f74d163933 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 forecast AWS Java SDK :: Services :: forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index baa380df9fd3..d19555aef932 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 forecastquery AWS Java SDK :: Services :: forecastquery diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index 19fdac722eda..9590bcb1dadb 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index 84e9d9560439..528b0314ac76 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 32277b281b6d..9c44ba001bf4 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index af7ddb5a16da..12019ef4cf46 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index ce82ded8ed64..75fb076d77e7 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 glue diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index 0c33f5ae1950..d4f3c93bfdfb 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 8fec24ccd10c..b20e5efb0712 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index 19e67436823b..19654b1159f5 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 9c56d47eb0df..40085839d540 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 89054b3bd468..0548f1f1fc06 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index a580d3a27cb0..0c9c3419bf4b 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/iot/pom.xml b/services/iot/pom.xml index de6487cf4fd9..aae24eb87406 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index bb676beefe14..d157c4b7c36f 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 587bfe975080..861bc1ff78cc 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index 270bf2948b20..cbbdfe5b756a 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 5377ed509a16..2624ac14e961 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index d712ff89d62e..236a3e1276c2 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index 9c64a7327b9e..0ceb2148009d 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index 2e9aa31738da..c589fc42dadc 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 0160519dc901..5b8b9d80906e 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index c62e0cb811c7..2ceac6de9bb4 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index 99ad9ededa8e..f17d1763a3e4 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index ab30565f8dda..60ed7499eb0a 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index 0022a425668d..e7f35397a12d 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index 35cfc29997be..9a4f36a5e475 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index f1163b78345c..8722821498e0 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index be32cbc78725..c45af6647244 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 7e8c1b62b9e5..4eb545cafa0c 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index 3004357baf44..a6d972bc5352 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index 54a66dea4e1f..10d0a1967904 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index bf84fa79adf0..ffe01c4a230d 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index 08c6f256a044..d21ad4694d2b 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index 59b535eebbf9..60334da8c942 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index 0d4c4720c324..f2f7e608a05d 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index 8be797dea933..5cd1c49e0e95 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie/pom.xml b/services/macie/pom.xml index be3df87ff3d4..2a194fc5601e 100644 --- a/services/macie/pom.xml +++ b/services/macie/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 macie AWS Java SDK :: Services :: Macie diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index dca8f4b6a54e..b5ce247feb88 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index 21581dde2cf3..a1a3b2061342 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index 951dea61e2e8..0bb905c126a5 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 54e42986fb09..76a8e8008437 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index 9373708483e2..b14699f698ac 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 385503785811..cdaae4aa88a6 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index c95219452d1b..c05e3f815de3 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 2a9ec35aeab7..45e0165498a8 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mediapackage diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 27550ef3b1d3..3e8a486c4a1b 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index 5d932441b48e..bbf460eb7909 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index e161276b20f3..304629fd4f3a 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index 7bd6574f71f6..38ccae7b6913 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index 21d6f9712b9e..b442f147bdd8 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 migrationhub diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml index 7d8c6cb23824..a9b220902447 100644 --- a/services/mobile/pom.xml +++ b/services/mobile/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mobile diff --git a/services/mq/pom.xml b/services/mq/pom.xml index 4c0f845b30ef..6925e44dd49c 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index d2ca19305d9a..7dabeb860ee5 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 0a387bc84be7..318464628a74 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 neptune AWS Java SDK :: Services :: Neptune diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 7a053ab9450c..5fcedc8fa79a 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index 14a0fd54cfc9..5e0b3e16459e 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index 4c2ce5414216..5094f4f55e11 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 596fda553730..64b01d7e129c 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index 23aaebece36b..799c0b9a376e 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index 851598a18271..b17f7bf381ea 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index 9a7cf10be8a3..60358b2e01c4 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index f59fb7ac5724..bc1682e7f94a 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index 9cfcf2730c8e..3309d2d16e61 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 6a2b61fe409a..5c01d5c3ed7e 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/polly/pom.xml b/services/polly/pom.xml index 323a049b266b..0757fbdfe279 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index cb230e0953eb..75670373b96c 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 2bca4a3a79f6..2fe859deb069 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 pricing diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 8838a32d9230..4676ed1ff978 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index 951241e8045d..02ece017961c 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index 31fce027e3a2..8958c91f230b 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index e87dac9f5636..edc094dd3a8a 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ram AWS Java SDK :: Services :: RAM diff --git a/services/rds/pom.xml b/services/rds/pom.xml index c7d92dbac325..ab177dc95646 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index a7ea61709fcc..7a3783a1f3eb 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index 06f9859d61c6..915354b476a1 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 0e7affdefa5b..7278010d73b0 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 3dd06c564b96..2c31ff0b09f3 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index f2f53f8a4213..c39e35b15b7d 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index 7d8536eb2832..e8abba35cae5 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 13a8c80568a6..f0db44799a68 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 9c2784f4d879..0a0cc0761b08 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index 9e509440c4ec..6ee9aa9906bf 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/s3/pom.xml b/services/s3/pom.xml index b72a0b13def6..6010796791ed 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 223d801ab612..100670303b80 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 603171a8c593..3d2ddd857e7c 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 sagemaker diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index 32a880718d48..bd4e7b6630b5 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index 86a4e123bb31..6a7e3a24e681 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index 14e131d40d90..93a36525518b 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index b34665deab2e..1e71436990a1 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index 7d5c07b65c8d..f04460450366 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 7e12852e1f5b..f37c011b10a2 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index 4efaf3dff19b..cfbaf2340bbf 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index fdd3578b798d..7caf9fc85805 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index d9e5ed8d1418..ee5629574cb8 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index a69899570787..a7b09925fe70 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index 00ced8f3035f..1593e3f289e2 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 signer AWS Java SDK :: Services :: signer diff --git a/services/sms/pom.xml b/services/sms/pom.xml index 13d9783dd092..66a4051e3a72 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index 97fa73a71c9d..f9d98db29e07 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/sns/pom.xml b/services/sns/pom.xml index 8ad7c656aebc..e286cbcc1d49 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index d6d36a05e100..4e1cd010e495 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index b9381eea26a3..db8f3e23b396 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index fb2d6173673d..f44f3f6b31cc 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index e90946ba4abf..35c2a33ec56c 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 sts AWS Java SDK :: Services :: AWS STS diff --git a/services/support/pom.xml b/services/support/pom.xml index 2db5c6aa259d..b07fed74002f 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 support AWS Java SDK :: Services :: AWS Support diff --git a/services/swf/pom.xml b/services/swf/pom.xml index f3bebd07dbbb..4deb66aa977e 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/textract/pom.xml b/services/textract/pom.xml index ef458553781a..bb0018a55f9d 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 textract AWS Java SDK :: Services :: Textract diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index eb61a84b7fa3..87f2d4e7f68f 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index 5c101c56c938..4ee2acca3ee3 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 18faa25b11bb..45e5c031d245 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index 7d007de86f08..5f20a63af479 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 translate diff --git a/services/waf/pom.xml b/services/waf/pom.xml index 34234b37ce2b..eac1c08dbf43 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index e4b75cf8d5af..945456ab2572 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml index 2691bb6e8789..ab15090f4fe9 100644 --- a/services/worklink/pom.xml +++ b/services/worklink/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 worklink AWS Java SDK :: Services :: WorkLink diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index 30a6f20d0076..c04110a0c828 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index 18a1f4d470a6..05a8a1e190e6 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index 71260ae95aad..380dbdb13d75 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 72985365bf32..7d8df95847af 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7-SNAPSHOT + 2.10.7 xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 56901147d508..33497daf1305 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -6,7 +6,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml diff --git a/test/dynamodbdocument-v1/pom.xml b/test/dynamodbdocument-v1/pom.xml index fb275f491d05..bbd2cd69ae87 100644 --- a/test/dynamodbdocument-v1/pom.xml +++ b/test/dynamodbdocument-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml dynamodbdocument-v1 diff --git a/test/dynamodbmapper-v1/pom.xml b/test/dynamodbmapper-v1/pom.xml index 086abd733ae6..aa36bfac7f55 100644 --- a/test/dynamodbmapper-v1/pom.xml +++ b/test/dynamodbmapper-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml dynamodbmapper-v1 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index 99521c27319c..5fd401392ba9 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index a6c6473cc849..411cea0ff560 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index 1ba03ae9d8b9..a40bc523d2c4 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index 8d3a21a91011..e2110115a37b 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index ee72f22e4793..209b39bc78c4 100755 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index 945b629ee590..45a554663fc8 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index 56cf4f67f331..c5aa63f2fbee 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index 64abfc278171..524953c3f65b 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index 21043d18fe46..87dde46c5749 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 ../../pom.xml 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index ad41134cfd11..469434d872e9 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.7 4.0.0 From 879d14ca5e1525b0426a3c81b2af2480f549bfaf Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 1 Nov 2019 18:29:34 +0000 Subject: [PATCH 05/17] Update to next snapshot version: 2.10.8-SNAPSHOT --- aws-sdk-java/pom.xml | 2 +- bom-internal/pom.xml | 2 +- bom/pom.xml | 2 +- bundle/pom.xml | 2 +- codegen-lite-maven-plugin/pom.xml | 2 +- codegen-lite/pom.xml | 2 +- codegen-maven-plugin/pom.xml | 2 +- codegen/pom.xml | 2 +- core/annotations/pom.xml | 2 +- core/arns/pom.xml | 2 +- core/auth/pom.xml | 2 +- core/aws-core/pom.xml | 2 +- core/pom.xml | 2 +- core/profiles/pom.xml | 2 +- core/protocols/aws-cbor-protocol/pom.xml | 2 +- core/protocols/aws-ion-protocol/pom.xml | 2 +- core/protocols/aws-json-protocol/pom.xml | 2 +- core/protocols/aws-query-protocol/pom.xml | 2 +- core/protocols/aws-xml-protocol/pom.xml | 2 +- core/protocols/pom.xml | 2 +- core/protocols/protocol-core/pom.xml | 2 +- core/regions/pom.xml | 2 +- core/sdk-core/pom.xml | 2 +- http-client-spi/pom.xml | 2 +- http-clients/apache-client/pom.xml | 2 +- http-clients/netty-nio-client/pom.xml | 2 +- http-clients/pom.xml | 2 +- http-clients/url-connection-client/pom.xml | 2 +- pom.xml | 2 +- release-scripts/pom.xml | 2 +- services-custom/dynamodb-enhanced/pom.xml | 2 +- services-custom/pom.xml | 2 +- services/acm/pom.xml | 2 +- services/acmpca/pom.xml | 2 +- services/alexaforbusiness/pom.xml | 2 +- services/amplify/pom.xml | 2 +- services/apigateway/pom.xml | 2 +- services/apigatewaymanagementapi/pom.xml | 2 +- services/apigatewayv2/pom.xml | 2 +- services/applicationautoscaling/pom.xml | 2 +- services/applicationdiscovery/pom.xml | 2 +- services/applicationinsights/pom.xml | 2 +- services/appmesh/pom.xml | 2 +- services/appstream/pom.xml | 2 +- services/appsync/pom.xml | 2 +- services/athena/pom.xml | 2 +- services/autoscaling/pom.xml | 2 +- services/autoscalingplans/pom.xml | 2 +- services/backup/pom.xml | 2 +- services/batch/pom.xml | 2 +- services/budgets/pom.xml | 2 +- services/chime/pom.xml | 2 +- services/cloud9/pom.xml | 2 +- services/clouddirectory/pom.xml | 2 +- services/cloudformation/pom.xml | 2 +- services/cloudfront/pom.xml | 2 +- services/cloudhsm/pom.xml | 2 +- services/cloudhsmv2/pom.xml | 2 +- services/cloudsearch/pom.xml | 2 +- services/cloudsearchdomain/pom.xml | 2 +- services/cloudtrail/pom.xml | 2 +- services/cloudwatch/pom.xml | 2 +- services/cloudwatchevents/pom.xml | 2 +- services/cloudwatchlogs/pom.xml | 2 +- services/codebuild/pom.xml | 2 +- services/codecommit/pom.xml | 2 +- services/codedeploy/pom.xml | 2 +- services/codepipeline/pom.xml | 2 +- services/codestar/pom.xml | 2 +- services/cognitoidentity/pom.xml | 2 +- services/cognitoidentityprovider/pom.xml | 2 +- services/cognitosync/pom.xml | 2 +- services/comprehend/pom.xml | 2 +- services/comprehendmedical/pom.xml | 2 +- services/config/pom.xml | 2 +- services/connect/pom.xml | 2 +- services/costandusagereport/pom.xml | 2 +- services/costexplorer/pom.xml | 2 +- services/databasemigration/pom.xml | 2 +- services/datapipeline/pom.xml | 2 +- services/datasync/pom.xml | 2 +- services/dax/pom.xml | 2 +- services/devicefarm/pom.xml | 2 +- services/directconnect/pom.xml | 2 +- services/directory/pom.xml | 2 +- services/dlm/pom.xml | 2 +- services/docdb/pom.xml | 2 +- services/dynamodb/pom.xml | 2 +- services/ec2/pom.xml | 2 +- services/ec2instanceconnect/pom.xml | 2 +- services/ecr/pom.xml | 2 +- services/ecs/pom.xml | 2 +- services/efs/pom.xml | 2 +- services/eks/pom.xml | 2 +- services/elasticache/pom.xml | 2 +- services/elasticbeanstalk/pom.xml | 2 +- services/elasticloadbalancing/pom.xml | 2 +- services/elasticloadbalancingv2/pom.xml | 2 +- services/elasticsearch/pom.xml | 2 +- services/elastictranscoder/pom.xml | 2 +- services/emr/pom.xml | 2 +- services/eventbridge/pom.xml | 2 +- services/firehose/pom.xml | 2 +- services/fms/pom.xml | 2 +- services/forecast/pom.xml | 2 +- services/forecastquery/pom.xml | 2 +- services/fsx/pom.xml | 2 +- services/gamelift/pom.xml | 2 +- services/glacier/pom.xml | 2 +- services/globalaccelerator/pom.xml | 2 +- services/glue/pom.xml | 2 +- services/greengrass/pom.xml | 2 +- services/groundstation/pom.xml | 2 +- services/guardduty/pom.xml | 2 +- services/health/pom.xml | 2 +- services/iam/pom.xml | 2 +- services/inspector/pom.xml | 2 +- services/iot/pom.xml | 2 +- services/iot1clickdevices/pom.xml | 2 +- services/iot1clickprojects/pom.xml | 2 +- services/iotanalytics/pom.xml | 2 +- services/iotdataplane/pom.xml | 2 +- services/iotevents/pom.xml | 2 +- services/ioteventsdata/pom.xml | 2 +- services/iotjobsdataplane/pom.xml | 2 +- services/iotthingsgraph/pom.xml | 2 +- services/kafka/pom.xml | 2 +- services/kinesis/pom.xml | 2 +- services/kinesisanalytics/pom.xml | 2 +- services/kinesisanalyticsv2/pom.xml | 2 +- services/kinesisvideo/pom.xml | 2 +- services/kinesisvideoarchivedmedia/pom.xml | 2 +- services/kinesisvideomedia/pom.xml | 2 +- services/kms/pom.xml | 2 +- services/lakeformation/pom.xml | 2 +- services/lambda/pom.xml | 2 +- services/lexmodelbuilding/pom.xml | 2 +- services/lexruntime/pom.xml | 2 +- services/licensemanager/pom.xml | 2 +- services/lightsail/pom.xml | 2 +- services/machinelearning/pom.xml | 2 +- services/macie/pom.xml | 2 +- services/managedblockchain/pom.xml | 2 +- services/marketplacecommerceanalytics/pom.xml | 2 +- services/marketplaceentitlement/pom.xml | 2 +- services/marketplacemetering/pom.xml | 2 +- services/mediaconnect/pom.xml | 2 +- services/mediaconvert/pom.xml | 2 +- services/medialive/pom.xml | 2 +- services/mediapackage/pom.xml | 2 +- services/mediapackagevod/pom.xml | 2 +- services/mediastore/pom.xml | 2 +- services/mediastoredata/pom.xml | 2 +- services/mediatailor/pom.xml | 2 +- services/migrationhub/pom.xml | 2 +- services/mobile/pom.xml | 2 +- services/mq/pom.xml | 2 +- services/mturk/pom.xml | 2 +- services/neptune/pom.xml | 2 +- services/opsworks/pom.xml | 2 +- services/opsworkscm/pom.xml | 2 +- services/organizations/pom.xml | 2 +- services/personalize/pom.xml | 2 +- services/personalizeevents/pom.xml | 2 +- services/personalizeruntime/pom.xml | 2 +- services/pi/pom.xml | 2 +- services/pinpoint/pom.xml | 2 +- services/pinpointemail/pom.xml | 2 +- services/pinpointsmsvoice/pom.xml | 2 +- services/polly/pom.xml | 2 +- services/pom.xml | 2 +- services/pricing/pom.xml | 2 +- services/qldb/pom.xml | 2 +- services/qldbsession/pom.xml | 2 +- services/quicksight/pom.xml | 2 +- services/ram/pom.xml | 2 +- services/rds/pom.xml | 2 +- services/rdsdata/pom.xml | 2 +- services/redshift/pom.xml | 2 +- services/rekognition/pom.xml | 2 +- services/resourcegroups/pom.xml | 2 +- services/resourcegroupstaggingapi/pom.xml | 2 +- services/robomaker/pom.xml | 2 +- services/route53/pom.xml | 2 +- services/route53domains/pom.xml | 2 +- services/route53resolver/pom.xml | 2 +- services/s3/pom.xml | 2 +- services/s3control/pom.xml | 2 +- services/sagemaker/pom.xml | 2 +- services/sagemakerruntime/pom.xml | 2 +- services/secretsmanager/pom.xml | 2 +- services/securityhub/pom.xml | 2 +- services/serverlessapplicationrepository/pom.xml | 2 +- services/servicecatalog/pom.xml | 2 +- services/servicediscovery/pom.xml | 2 +- services/servicequotas/pom.xml | 2 +- services/ses/pom.xml | 2 +- services/sfn/pom.xml | 2 +- services/shield/pom.xml | 2 +- services/signer/pom.xml | 2 +- services/sms/pom.xml | 2 +- services/snowball/pom.xml | 2 +- services/sns/pom.xml | 2 +- services/sqs/pom.xml | 2 +- services/ssm/pom.xml | 2 +- services/storagegateway/pom.xml | 2 +- services/sts/pom.xml | 2 +- services/support/pom.xml | 2 +- services/swf/pom.xml | 2 +- services/textract/pom.xml | 2 +- services/transcribe/pom.xml | 2 +- services/transcribestreaming/pom.xml | 2 +- services/transfer/pom.xml | 2 +- services/translate/pom.xml | 2 +- services/waf/pom.xml | 2 +- services/workdocs/pom.xml | 2 +- services/worklink/pom.xml | 2 +- services/workmail/pom.xml | 2 +- services/workmailmessageflow/pom.xml | 2 +- services/workspaces/pom.xml | 2 +- services/xray/pom.xml | 2 +- test/codegen-generated-classes-test/pom.xml | 2 +- test/dynamodbdocument-v1/pom.xml | 2 +- test/dynamodbmapper-v1/pom.xml | 2 +- test/http-client-tests/pom.xml | 2 +- test/module-path-tests/pom.xml | 2 +- test/protocol-tests-core/pom.xml | 2 +- test/protocol-tests/pom.xml | 2 +- test/sdk-benchmarks/pom.xml | 2 +- test/service-test-utils/pom.xml | 2 +- test/stability-tests/pom.xml | 2 +- test/test-utils/pom.xml | 2 +- test/tests-coverage-reporting/pom.xml | 2 +- utils/pom.xml | 2 +- 234 files changed, 234 insertions(+), 234 deletions(-) diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index 676e45d973f3..f88f74c691bc 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index d044d68cac01..4d38eb98cc64 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -5,7 +5,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index 0395a82cf8fe..f346d73dbdc6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../pom.xml bom diff --git a/bundle/pom.xml b/bundle/pom.xml index a080565090d0..f8401ffa32a6 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 0c25c91c9c1e..4301f7d33f9a 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index 2cd34f2755e1..0310658425d0 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -6,7 +6,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index 234ba124ebd2..f2f07969ed1c 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index 009acf01927b..614e3e68f551 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 50c4ac9ce659..8f2b81cda127 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index b40d34771e99..41d199046a44 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 75e5a8e50b1b..0205e6c82c38 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.7 + 2.10.8-SNAPSHOT auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index 9c59aaa83b6f..9a40374cd5ec 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.7 + 2.10.8-SNAPSHOT aws-core diff --git a/core/pom.xml b/core/pom.xml index b38634c305b8..c93571f9e5f0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index 50431401c8fe..b939a9441c60 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.7 + 2.10.8-SNAPSHOT profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index c547b2ce0e99..d2f4f75be198 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-ion-protocol/pom.xml b/core/protocols/aws-ion-protocol/pom.xml index 7a0727639faa..88be1216711d 100644 --- a/core/protocols/aws-ion-protocol/pom.xml +++ b/core/protocols/aws-ion-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 76069d5ed8a3..133702b11904 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index f70541e39458..7aa5f742f70c 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index a23050e9ac3b..d6f3e6b0df99 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index d5c4bfd5272b..8cbdc89743b6 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index a20904df9367..99f07864de8d 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index 9145a3942259..ad54b4a80800 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.7 + 2.10.8-SNAPSHOT regions diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index db0494151ff8..df512def9d84 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.10.7 + 2.10.8-SNAPSHOT sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index 7ab5e61cd24e..d96d29fc0eb8 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index 46482a5601b9..f30bcd73aaf7 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT apache-client diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index e9c0ae881d99..4674bbfb49a5 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index f064e4701429..8c566c2819ee 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index a9f1d3ef27e7..e9266d9810f5 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 5ba90c4dd793..2fcd8d879f27 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index 23dd127635b0..415815f452c7 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 4eb60c19725c..6100f6512c76 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.10.7 + 2.10.8-SNAPSHOT dynamodb-enhanced ${awsjavasdk.version}-PREVIEW diff --git a/services-custom/pom.xml b/services-custom/pom.xml index 8e83e47d4414..1cbd79c721c3 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT services-custom AWS Java SDK :: Custom Services diff --git a/services/acm/pom.xml b/services/acm/pom.xml index 6a7265280bdc..6b0b61233257 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index ef188b44395d..fba9ccd12324 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml index 49957b91698b..74605312b98f 100644 --- a/services/alexaforbusiness/pom.xml +++ b/services/alexaforbusiness/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 alexaforbusiness diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index e208ce5677a6..04aa8a9da33e 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT amplify AWS Java SDK :: Services :: Amplify diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index e26e5f781b3b..a7c0f25ecb5f 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index 1588de63b5ee..fe60db75dbe8 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index ba1c87a5f4ad..e5bc0c107e92 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index ea0b48828b5d..105652018116 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index f400089b3157..8dcabb1ca70b 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index 5bce36c55a35..bab9503ba89d 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 905d461b7c23..837dcec59394 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index 1fd894687c0e..d36b2315a8da 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index f031300ecfb2..3c9fae114395 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT appsync diff --git a/services/athena/pom.xml b/services/athena/pom.xml index e3e3ea5d172b..6c4024ef0478 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index d662c8d2b6c7..93466904509a 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index edb098ffe481..bcea3f36062e 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 2dc02fa443e1..6973f934a8d9 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT backup AWS Java SDK :: Services :: Backup diff --git a/services/batch/pom.xml b/services/batch/pom.xml index 1f49237f8476..afd971e996b3 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index 8dbaf7672dbb..6bc240951ffb 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chime/pom.xml b/services/chime/pom.xml index 392d8916165d..e04d8099d797 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT chime AWS Java SDK :: Services :: Chime diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index fd8d6ddfd1fc..059248560fd6 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 cloud9 diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 3be2b77993d8..864920b33568 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index 56ace3bc4f24..a16c261ade4e 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index a462bca9bf89..9c704374543e 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index 295bdc23c3c5..a57d5e055bce 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 8ead79098249..61d4ca6806f6 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index eebff81d8544..ca237240097d 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index fa7e734402bc..19682aedb3ce 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index 1d1b81baa911..253cddbfe660 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index c3e9f172fd59..18d25230ca06 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index 9876cb85c92e..ce21b0c61318 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 62cf07f07ee2..6c9a9737c76b 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 586d3c4c5510..81e7bde1a829 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index 2b2785f57089..c6a846598c06 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index 234d54673ead..ebe2fc07447d 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index 59b2e2a8b904..683e4956a980 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml index 720fcd03efec..102eef29b591 100644 --- a/services/codestar/pom.xml +++ b/services/codestar/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT codestar AWS Java SDK :: Services :: AWS CodeStar diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index 93788daf0052..65d8e3a31637 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index 3a75e84f8eed..5c79cc56bbf2 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index 1511b0eb996b..4c57d978f92c 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index cec4f9a90a38..094e7bb72597 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 96a2909de73a..b80b8d1c8a3b 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/config/pom.xml b/services/config/pom.xml index 599a922d0e6b..0d7b663d9e36 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index 386e630e8638..c279de1ffb39 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT connect AWS Java SDK :: Services :: Connect diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 087fd3cbfdf3..94243257e39b 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index d1eaefa3fc1a..678c899eca34 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 costexplorer diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index afae6221a328..8f855809af5d 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index c9c55b6be3ce..68770d5aa5cf 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index 133ef39e6f5c..699102914981 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT datasync AWS Java SDK :: Services :: DataSync diff --git a/services/dax/pom.xml b/services/dax/pom.xml index 6b6fe90ad259..f7b5b79f5296 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index d776bb8b66c5..88fc2d868093 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index 0ccd42f2687f..476b8e9ffbb2 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index bb8895cefbfb..a2a335fe1076 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 0207f9cd461e..55dc03415c37 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index 9dab8604d6af..54abeeaa106f 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT docdb AWS Java SDK :: Services :: DocDB diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 864de08ebeab..32d98620e913 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index 450404db544b..8249e0780b9f 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index e9b9051ba3dc..238a861b970e 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 7a850e78a15e..48ef40580cfd 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index c2d97c7bcb92..365ac4da97d7 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index 3b955ab9a538..537bfda32d77 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index e80d32db222a..3e3090429d38 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT eks AWS Java SDK :: Services :: EKS diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index 316ae2fe597e..90d0789b25d3 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index cd0b8f82c17a..138206729ff2 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index 4e4f0b9f3db4..ec81905fad83 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index f9c6a5c18ae1..1709de071006 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 06cd564bda22..044efa0cd0d8 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index d90516c31ab2..16327c02d6c8 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index 8448d1cd68ee..04242819ca9c 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index 2034b925ef8b..b5898a2a376e 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index e9e911ea39c9..730500987709 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fms/pom.xml b/services/fms/pom.xml index 9b54aa1423d0..ba52460488ee 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 96f74d163933..3fdbb6f3ab2b 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT forecast AWS Java SDK :: Services :: forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index d19555aef932..72c9058173dd 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT forecastquery AWS Java SDK :: Services :: forecastquery diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index 9590bcb1dadb..5b677ce0da7f 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index 528b0314ac76..efc922e11996 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 9c44ba001bf4..19c64e60bced 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index 12019ef4cf46..6f7973f8528e 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index 75fb076d77e7..800195a0682c 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 glue diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index d4f3c93bfdfb..a06832e6d43a 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index b20e5efb0712..68124fae6b4c 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index 19654b1159f5..bfe47c60ca6f 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 40085839d540..90c543d6974b 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 0548f1f1fc06..cf7bf01c51ce 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index 0c9c3419bf4b..a2730a5844b0 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/iot/pom.xml b/services/iot/pom.xml index aae24eb87406..be9ffb009c5b 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index d157c4b7c36f..41f21d946021 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 861bc1ff78cc..38b10a475436 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index cbbdfe5b756a..5dc9b5ded165 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 2624ac14e961..8c271d95aeaf 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index 236a3e1276c2..87380f9eb408 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index 0ceb2148009d..a722a564a864 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index c589fc42dadc..ce5133c3ade1 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 5b8b9d80906e..3a44e361ff21 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index 2ceac6de9bb4..dfe7da790d65 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index f17d1763a3e4..a5dcc616983c 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index 60ed7499eb0a..9e14c4c87454 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index e7f35397a12d..7e30086a3a2f 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index 9a4f36a5e475..e4b670b077c2 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index 8722821498e0..50ee7eb13394 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index c45af6647244..53281bd704f6 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 4eb545cafa0c..997768a1be50 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index a6d972bc5352..0a42fe2f0b54 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index 10d0a1967904..e0acbebc9bae 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index ffe01c4a230d..d069e8a69e8e 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index d21ad4694d2b..c7f58612509b 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index 60334da8c942..91b277093394 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index f2f7e608a05d..8d245ac7a68c 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index 5cd1c49e0e95..b11110375f88 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie/pom.xml b/services/macie/pom.xml index 2a194fc5601e..3fabc8478d35 100644 --- a/services/macie/pom.xml +++ b/services/macie/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT macie AWS Java SDK :: Services :: Macie diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index b5ce247feb88..ec205f0bf59c 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index a1a3b2061342..6766c8efee3a 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index 0bb905c126a5..797b08e83291 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 76a8e8008437..01b9369e9663 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index b14699f698ac..88b758fdc547 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index cdaae4aa88a6..7d22790ecc2e 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index c05e3f815de3..96d024c3e987 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 45e0165498a8..b91f7dde7f39 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mediapackage diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 3e8a486c4a1b..35b1e90f5a7e 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index bbf460eb7909..cbc9df2c2639 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index 304629fd4f3a..fb18a48e5825 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index 38ccae7b6913..6dfa64cb22ba 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index b442f147bdd8..e5e5e3cd1df8 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 migrationhub diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml index a9b220902447..35444c6dee99 100644 --- a/services/mobile/pom.xml +++ b/services/mobile/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mobile diff --git a/services/mq/pom.xml b/services/mq/pom.xml index 6925e44dd49c..f010f3c00561 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index 7dabeb860ee5..da94a6372a3f 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 318464628a74..7543eb67a099 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT neptune AWS Java SDK :: Services :: Neptune diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 5fcedc8fa79a..072f1f93f654 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index 5e0b3e16459e..c5b4f54c28f7 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index 5094f4f55e11..a97584f98d3a 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 64b01d7e129c..6a219fac1c4d 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index 799c0b9a376e..37cc7f601c87 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index b17f7bf381ea..185a45707611 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index 60358b2e01c4..072f41dda012 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index bc1682e7f94a..fc26f8e2772e 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index 3309d2d16e61..498467c98865 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 5c01d5c3ed7e..fecf5443bcee 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/polly/pom.xml b/services/polly/pom.xml index 0757fbdfe279..fd32b28d6585 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index 75670373b96c..532e297e62f9 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 2fe859deb069..79a3aea171de 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 pricing diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 4676ed1ff978..bb32966a9b8d 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index 02ece017961c..c5f611fa43da 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index 8958c91f230b..da9fb34b3dc3 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index edc094dd3a8a..3d697fb4ff8c 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ram AWS Java SDK :: Services :: RAM diff --git a/services/rds/pom.xml b/services/rds/pom.xml index ab177dc95646..06f3e5f2e394 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index 7a3783a1f3eb..65804d679d5f 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index 915354b476a1..375e9300be7c 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 7278010d73b0..952917cef3dd 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 2c31ff0b09f3..85d00264c845 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index c39e35b15b7d..cd50bc1f4761 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index e8abba35cae5..96d0266501c6 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/route53/pom.xml b/services/route53/pom.xml index f0db44799a68..8c5cb5cce4c4 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 0a0cc0761b08..766b95e3cd31 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index 6ee9aa9906bf..a7857aa259fc 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/s3/pom.xml b/services/s3/pom.xml index 6010796791ed..b61a51528bd2 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 100670303b80..d581dfea23ff 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 3d2ddd857e7c..ee84ba0a548b 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 sagemaker diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index bd4e7b6630b5..c817038ccc9d 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index 6a7e3a24e681..b878949f4576 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index 93a36525518b..3e262ac0004d 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 1e71436990a1..36c0ae3c8786 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index f04460450366..744cab25d244 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index f37c011b10a2..7d2c7e094ccc 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index cfbaf2340bbf..f51832f7b67c 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index 7caf9fc85805..7bb9ceff8424 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index ee5629574cb8..4cd81806fede 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index a7b09925fe70..4ccc56bc43b1 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index 1593e3f289e2..527a2dc79f7d 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT signer AWS Java SDK :: Services :: signer diff --git a/services/sms/pom.xml b/services/sms/pom.xml index 66a4051e3a72..88a2eb274594 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index f9d98db29e07..4d263556d6fe 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/sns/pom.xml b/services/sns/pom.xml index e286cbcc1d49..5256e49ac593 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index 4e1cd010e495..4e42bc971105 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index db8f3e23b396..871ca2cc909c 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index f44f3f6b31cc..ab19e0218c01 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 35c2a33ec56c..7851113dd037 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT sts AWS Java SDK :: Services :: AWS STS diff --git a/services/support/pom.xml b/services/support/pom.xml index b07fed74002f..5dfc0ad23c5e 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT support AWS Java SDK :: Services :: AWS Support diff --git a/services/swf/pom.xml b/services/swf/pom.xml index 4deb66aa977e..ae0765a32f4b 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/textract/pom.xml b/services/textract/pom.xml index bb0018a55f9d..7b829968a6c6 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT textract AWS Java SDK :: Services :: Textract diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 87f2d4e7f68f..6704a83a108c 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index 4ee2acca3ee3..ea5441323a70 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 45e5c031d245..f81ba19435f7 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index 5f20a63af479..fc9ea438d3ea 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 translate diff --git a/services/waf/pom.xml b/services/waf/pom.xml index eac1c08dbf43..e2b233502a47 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index 945456ab2572..9e8cd9604a74 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml index ab15090f4fe9..16aa42da0e9b 100644 --- a/services/worklink/pom.xml +++ b/services/worklink/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT worklink AWS Java SDK :: Services :: WorkLink diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index c04110a0c828..ce6730a92c4b 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index 05a8a1e190e6..9e9c836c9c3d 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index 380dbdb13d75..b41939b6b6f5 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 7d8df95847af..2c5533f6ac70 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.7 + 2.10.8-SNAPSHOT xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 33497daf1305..5cf26ec53da6 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -6,7 +6,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml diff --git a/test/dynamodbdocument-v1/pom.xml b/test/dynamodbdocument-v1/pom.xml index bbd2cd69ae87..38952cfed02a 100644 --- a/test/dynamodbdocument-v1/pom.xml +++ b/test/dynamodbdocument-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml dynamodbdocument-v1 diff --git a/test/dynamodbmapper-v1/pom.xml b/test/dynamodbmapper-v1/pom.xml index aa36bfac7f55..eb2bedd70054 100644 --- a/test/dynamodbmapper-v1/pom.xml +++ b/test/dynamodbmapper-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml dynamodbmapper-v1 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index 5fd401392ba9..8bb633794352 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index 411cea0ff560..7ac4cbbd05af 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index a40bc523d2c4..cb95b0b19e41 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index e2110115a37b..b11f8e578346 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index 209b39bc78c4..69fc2cf5f543 100755 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index 45a554663fc8..33c5292865bc 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index c5aa63f2fbee..48443e8b7f91 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index 524953c3f65b..13ce92db96ee 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index 87dde46c5749..2e5a4ff4338c 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index 469434d872e9..b476b02e18a0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.7 + 2.10.8-SNAPSHOT 4.0.0 From be6229e104a80654b01763138d1c4ad0f5380bb2 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 4 Nov 2019 19:13:18 +0000 Subject: [PATCH 06/17] Amazon DynamoDB Accelerator (DAX) Update: Documentation updates for dax --- .../feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json | 5 +++++ .../main/resources/codegen-resources/service-2.json | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json diff --git a/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json b/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json new file mode 100644 index 000000000000..18258fbe8727 --- /dev/null +++ b/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Amazon DynamoDB Accelerator (DAX)", + "description": "Documentation updates for dax" +} diff --git a/services/dax/src/main/resources/codegen-resources/service-2.json b/services/dax/src/main/resources/codegen-resources/service-2.json index 588e9f46ab95..2a00dafa36b5 100644 --- a/services/dax/src/main/resources/codegen-resources/service-2.json +++ b/services/dax/src/main/resources/codegen-resources/service-2.json @@ -185,7 +185,7 @@ {"shape":"InvalidParameterValueException"}, {"shape":"InvalidParameterCombinationException"} ], - "documentation":"

Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

" + "documentation":"

Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.

" }, "DescribeParameterGroups":{ "name":"DescribeParameterGroups", @@ -288,7 +288,7 @@ {"shape":"InvalidParameterValueException"}, {"shape":"InvalidParameterCombinationException"} ], - "documentation":"

Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.

" + "documentation":"

Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.

RebootNode restarts the DAX engine process and does not remove the contents of the cache.

" }, "TagResource":{ "name":"TagResource", @@ -521,11 +521,11 @@ }, "ReplicationFactor":{ "shape":"Integer", - "documentation":"

The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to 2 or more.

AWS recommends that you have at least two read replicas per cluster.

" + "documentation":"

The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

AWS recommends that you have at least two read replicas per cluster.

" }, "AvailabilityZones":{ "shape":"AvailabilityZoneList", - "documentation":"

The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

" + "documentation":"

The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

" }, "SubnetGroupName":{ "shape":"String", @@ -1392,6 +1392,7 @@ "type":"structure", "members":{ }, + "documentation":"

The specified service linked role (SLR) was not found.

", "exception":true }, "SourceType":{ @@ -1412,7 +1413,7 @@ }, "SubnetAvailabilityZone":{ "shape":"String", - "documentation":"

The Availability Zone (AZ) for subnet subnet.

" + "documentation":"

The Availability Zone (AZ) for the subnet.

" } }, "documentation":"

Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

" From f79e2527452a3e0c1d1d3d181e30ac143c8f2cd4 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 4 Nov 2019 19:13:20 +0000 Subject: [PATCH 07/17] AWS RoboMaker Update: RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment. --- .../feature-AWSRoboMaker-1339860.json | 5 ++++ .../codegen-resources/service-2.json | 30 ++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/feature-AWSRoboMaker-1339860.json diff --git a/.changes/next-release/feature-AWSRoboMaker-1339860.json b/.changes/next-release/feature-AWSRoboMaker-1339860.json new file mode 100644 index 000000000000..66c9b1844dab --- /dev/null +++ b/.changes/next-release/feature-AWSRoboMaker-1339860.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "AWS RoboMaker", + "description": "RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment." +} diff --git a/services/robomaker/src/main/resources/codegen-resources/service-2.json b/services/robomaker/src/main/resources/codegen-resources/service-2.json index b67649f8f79f..1a0222b21e70 100644 --- a/services/robomaker/src/main/resources/codegen-resources/service-2.json +++ b/services/robomaker/src/main/resources/codegen-resources/service-2.json @@ -1401,6 +1401,10 @@ "robotDeploymentTimeoutInSeconds":{ "shape":"DeploymentTimeout", "documentation":"

The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.

" + }, + "downloadConditionFile":{ + "shape":"S3Object", + "documentation":"

The download condition file.

" } }, "documentation":"

Information about a deployment configuration.

" @@ -1462,6 +1466,7 @@ "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", + "DownloadConditionFailed", "InternalServerError" ] }, @@ -2670,6 +2675,7 @@ "enum":[ "Validating", "DownloadingExtracting", + "ExecutingDownloadCondition", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", @@ -2764,6 +2770,28 @@ "max":100, "min":1 }, + "S3Object":{ + "type":"structure", + "required":[ + "bucket", + "key" + ], + "members":{ + "bucket":{ + "shape":"S3Bucket", + "documentation":"

The bucket containing the object.

" + }, + "key":{ + "shape":"S3Key", + "documentation":"

The key of the object.

" + }, + "etag":{ + "shape":"S3Etag", + "documentation":"

The etag of the object.

" + } + }, + "documentation":"

Information about an S3 object.

" + }, "SecurityGroups":{ "type":"list", "member":{"shape":"NonEmptyString"}, @@ -2928,7 +2956,7 @@ }, "networkInterface":{ "shape":"NetworkInterface", - "documentation":"

" + "documentation":"

Information about a network interface.

" } }, "documentation":"

Information about a simulation job.

" From f8fd5cf2eefba974640e3a0943714c910a58b74b Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 4 Nov 2019 19:13:27 +0000 Subject: [PATCH 08/17] Amazon Elastic Compute Cloud Update: Documentation updates for ec2 --- ...ure-AmazonElasticComputeCloud-691fd71.json | 5 + .../codegen-resources/service-2.json | 556 ++++++++++-------- 2 files changed, 311 insertions(+), 250 deletions(-) create mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json b/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json new file mode 100644 index 000000000000..34aa3d14992f --- /dev/null +++ b/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Amazon Elastic Compute Cloud", + "description": "Documentation updates for ec2" +} diff --git a/services/ec2/src/main/resources/codegen-resources/service-2.json b/services/ec2/src/main/resources/codegen-resources/service-2.json index 2b0c870224a9..92709574b104 100755 --- a/services/ec2/src/main/resources/codegen-resources/service-2.json +++ b/services/ec2/src/main/resources/codegen-resources/service-2.json @@ -682,7 +682,7 @@ }, "input":{"shape":"CreateSnapshotsRequest"}, "output":{"shape":"CreateSnapshotsResult"}, - "documentation":"

Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the paramaters.

" + "documentation":"

Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the parameters.

" }, "CreateSpotDatafeedSubscription":{ "name":"CreateSpotDatafeedSubscription", @@ -721,7 +721,7 @@ }, "input":{"shape":"CreateTrafficMirrorFilterRequest"}, "output":{"shape":"CreateTrafficMirrorFilterResult"}, - "documentation":"

Creates a Traffic Mirror filter.

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

" + "documentation":"

Creates a Traffic Mirror filter.

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

" }, "CreateTrafficMirrorFilterRule":{ "name":"CreateTrafficMirrorFilterRule", @@ -731,7 +731,7 @@ }, "input":{"shape":"CreateTrafficMirrorFilterRuleRequest"}, "output":{"shape":"CreateTrafficMirrorFilterRuleResult"}, - "documentation":"

Creates a Traffic Mirror rule.

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

You need the Traffic Mirror filter ID when you create the rule.

" + "documentation":"

Creates a Traffic Mirror filter rule.

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

You need the Traffic Mirror filter ID when you create the rule.

" }, "CreateTrafficMirrorSession":{ "name":"CreateTrafficMirrorSession", @@ -741,7 +741,7 @@ }, "input":{"shape":"CreateTrafficMirrorSessionRequest"}, "output":{"shape":"CreateTrafficMirrorSessionResult"}, - "documentation":"

Creates a Traffic Mirror session.

A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.

The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.

By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.

" + "documentation":"

Creates a Traffic Mirror session.

A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.

The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.

By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.

" }, "CreateTrafficMirrorTarget":{ "name":"CreateTrafficMirrorTarget", @@ -751,7 +751,7 @@ }, "input":{"shape":"CreateTrafficMirrorTargetRequest"}, "output":{"shape":"CreateTrafficMirrorTargetResult"}, - "documentation":"

Creates a target for your Traffic Mirror session.

A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.

A Traffic Mirror target can be a network interface, or a Network Load Balancer.

To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

" + "documentation":"

Creates a target for your Traffic Mirror session.

A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.

A Traffic Mirror target can be a network interface, or a Network Load Balancer.

To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

" }, "CreateTransitGateway":{ "name":"CreateTransitGateway", @@ -2781,7 +2781,7 @@ }, "input":{"shape":"ModifyFleetRequest"}, "output":{"shape":"ModifyFleetResult"}, - "documentation":"

Modifies the specified EC2 Fleet.

You can only modify an EC2 Fleet request of type maintain.

While the EC2 Fleet is being modified, it is in the modifying state.

To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowestPrice, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

" + "documentation":"

Modifies the specified EC2 Fleet.

You can only modify an EC2 Fleet request of type maintain.

While the EC2 Fleet is being modified, it is in the modifying state.

To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

" }, "ModifyFpgaImageAttribute":{ "name":"ModifyFpgaImageAttribute", @@ -2944,7 +2944,7 @@ }, "input":{"shape":"ModifyTrafficMirrorFilterNetworkServicesRequest"}, "output":{"shape":"ModifyTrafficMirrorFilterNetworkServicesResult"}, - "documentation":"

Allows or restricts mirroring network services.

By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.

FFor information about filter rule properties, see Network Services in the Traffic Mirroring User Guide .

" + "documentation":"

Allows or restricts mirroring network services.

By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.

For information about filter rule properties, see Network Services in the Traffic Mirroring User Guide .

" }, "ModifyTrafficMirrorFilterRule":{ "name":"ModifyTrafficMirrorFilterRule", @@ -3580,7 +3580,7 @@ "required":["TransitGatewayAttachmentId"], "members":{ "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -3611,7 +3611,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ - "shape":"String", + "shape":"ServiceId", "documentation":"

The ID of the endpoint service.

" }, "VpcEndpointIds":{ @@ -3640,7 +3640,7 @@ "locationName":"dryRun" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of the VPC peering connection. You must specify this parameter in the request.

", "locationName":"vpcPeeringConnectionId" } @@ -3949,6 +3949,7 @@ }, "documentation":"

Contains the output of AllocateHosts.

" }, + "AllocationId":{"type":"string"}, "AllocationIdList":{ "type":"list", "member":{ @@ -4007,11 +4008,11 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC in which the associated target network is located.

" }, "SecurityGroupIds":{ @@ -4058,7 +4059,7 @@ "locationName":"ipv6Addresses" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } @@ -4089,7 +4090,7 @@ "locationName":"allowReassignment" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, @@ -4143,11 +4144,11 @@ "type":"structure", "members":{ "AllocationId":{ - "shape":"String", + "shape":"AllocationId", "documentation":"

[EC2-VPC] The allocation ID. This is required for EC2-VPC.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached.

" }, "PublicIp":{ @@ -4165,7 +4166,7 @@ "locationName":"dryRun" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both.

", "locationName":"networkInterfaceId" }, @@ -4194,11 +4195,11 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint.

" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of the subnet to associate with the Client VPN endpoint.

" }, "ClientToken":{ @@ -4235,11 +4236,11 @@ ], "members":{ "DhcpOptionsId":{ - "shape":"String", + "shape":"DhcpOptionsId", "documentation":"

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "DryRun":{ @@ -4261,7 +4262,7 @@ "documentation":"

The IAM instance profile.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" } } @@ -4289,12 +4290,12 @@ "locationName":"dryRun" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } @@ -4323,7 +4324,7 @@ "locationName":"ipv6CidrBlock" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of your subnet.

", "locationName":"subnetId" } @@ -4352,11 +4353,11 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -4389,7 +4390,7 @@ "documentation":"

An IPv4 CIDR block to associate with the VPC.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -4494,12 +4495,12 @@ "locationName":"SecurityGroupId" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.

", "locationName":"instanceId" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of a ClassicLink-enabled VPC.

", "locationName":"vpcId" } @@ -4528,12 +4529,12 @@ "locationName":"dryRun" }, "InternetGatewayId":{ - "shape":"String", + "shape":"InternetGatewayId", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -4558,12 +4559,12 @@ "locationName":"dryRun" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } @@ -4594,11 +4595,11 @@ "documentation":"

The device name (for example, /dev/sdh or xvdh).

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

" }, "DryRun":{ @@ -4617,11 +4618,11 @@ ], "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "VpnGatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ @@ -4643,6 +4644,7 @@ }, "documentation":"

Contains the output of AttachVpnGateway.

" }, + "AttachmentId":{"type":"string"}, "AttachmentStatus":{ "type":"string", "enum":[ @@ -4725,7 +4727,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint.

" }, "TargetNetworkCidr":{ @@ -5049,7 +5051,7 @@ ], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

" }, "Storage":{ @@ -5242,7 +5244,7 @@ "required":["CapacityReservationId"], "members":{ "CapacityReservationId":{ - "shape":"String", + "shape":"CapacityReservationId", "documentation":"

The ID of the Capacity Reservation to be cancelled.

" }, "DryRun":{ @@ -5266,7 +5268,7 @@ "required":["ConversionTaskId"], "members":{ "ConversionTaskId":{ - "shape":"String", + "shape":"ConversionTaskId", "documentation":"

The ID of the conversion task.

", "locationName":"conversionTaskId" }, @@ -5287,7 +5289,7 @@ "required":["ExportTaskId"], "members":{ "ExportTaskId":{ - "shape":"String", + "shape":"ExportTaskId", "documentation":"

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

", "locationName":"exportTaskId" } @@ -5305,7 +5307,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ImportTaskId":{ - "shape":"String", + "shape":"ImportTaskId", "documentation":"

The ID of the import image or import snapshot task to be canceled.

" } } @@ -5335,7 +5337,7 @@ "required":["ReservedInstancesListingId"], "members":{ "ReservedInstancesListingId":{ - "shape":"String", + "shape":"ReservedInstancesListingId", "documentation":"

The ID of the Reserved Instance listing.

", "locationName":"reservedInstancesListingId" } @@ -5618,6 +5620,7 @@ }, "documentation":"

Describes a Capacity Reservation.

" }, + "CapacityReservationId":{"type":"string"}, "CapacityReservationIdSet":{ "type":"list", "member":{ @@ -6185,6 +6188,7 @@ }, "documentation":"

Describes a Client VPN endpoint.

" }, + "ClientVpnEndpointId":{"type":"string"}, "ClientVpnEndpointStatus":{ "type":"structure", "members":{ @@ -6298,7 +6302,7 @@ ], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "ProductCode":{ @@ -6404,6 +6408,7 @@ }, "documentation":"

Describes a connection notification for a VPC endpoint or VPC endpoint service.

" }, + "ConnectionNotificationId":{"type":"string"}, "ConnectionNotificationSet":{ "type":"list", "member":{ @@ -6474,6 +6479,7 @@ }, "documentation":"

Describes a conversion task.

" }, + "ConversionTaskId":{"type":"string"}, "ConversionTaskState":{ "type":"string", "enum":[ @@ -6548,7 +6554,7 @@ "locationName":"encrypted" }, "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix it with \"alias/\". For example:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified CMK must exist in the Region that the snapshot is being copied to.

", "locationName":"kmsKeyId" }, @@ -6605,7 +6611,7 @@ "locationName":"encrypted" }, "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the CMK using any of the following:

AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

", "locationName":"kmsKeyId" }, @@ -6838,7 +6844,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint to which to add the route.

" }, "DestinationCidrBlock":{ @@ -6999,7 +7005,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC for which to create the egress-only internet gateway.

" } } @@ -7316,7 +7322,7 @@ "locationName":"dryRun" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, @@ -7357,7 +7363,7 @@ "locationName":"exportToS3" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, @@ -7403,7 +7409,7 @@ "required":["KeyName"], "members":{ "KeyName":{ - "shape":"String", + "shape":"KeyPairName", "documentation":"

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

" }, "DryRun":{ @@ -7470,7 +7476,7 @@ "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

" }, "LaunchTemplateId":{ - "shape":"String", + "shape":"LaunchTemplateId", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ @@ -7509,7 +7515,7 @@ ], "members":{ "AllocationId":{ - "shape":"String", + "shape":"AllocationId", "documentation":"

The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

" }, "ClientToken":{ @@ -7517,7 +7523,7 @@ "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

Constraint: Maximum 64 ASCII characters.

" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The subnet in which to create the NAT gateway.

" } } @@ -7573,7 +7579,7 @@ "locationName":"ipv6CidrBlock" }, "NetworkAclId":{ - "shape":"String", + "shape":"NetworkAclId", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, @@ -7609,7 +7615,7 @@ "locationName":"dryRun" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -7633,7 +7639,7 @@ ], "members":{ "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

" }, "AwsAccountId":{ @@ -7715,7 +7721,7 @@ "documentation":"

Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of the subnet to associate with the network interface.

", "locationName":"subnetId" } @@ -7820,41 +7826,41 @@ "locationName":"dryRun" }, "EgressOnlyInternetGatewayId":{ - "shape":"String", + "shape":"EgressOnlyInternetGatewayId", "documentation":"

[IPv6 traffic only] The ID of an egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" }, "GatewayId":{ - "shape":"String", + "shape":"RouteTableGatewayId", "documentation":"

The ID of an internet gateway or virtual private gateway attached to your VPC.

", "locationName":"gatewayId" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

", "locationName":"instanceId" }, "NatGatewayId":{ - "shape":"String", + "shape":"NatGatewayId", "documentation":"

[IPv4 traffic only] The ID of a NAT gateway.

", "locationName":"natGatewayId" }, "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of a transit gateway.

" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of a network interface.

", "locationName":"networkInterfaceId" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table for the route.

", "locationName":"routeTableId" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } @@ -7880,7 +7886,7 @@ "locationName":"dryRun" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -7913,7 +7919,7 @@ "documentation":"

The name of the security group.

Constraints: Up to 255 characters in length. Cannot start with sg-.

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

[EC2-VPC] The ID of the VPC. Required for EC2-VPC.

" }, "DryRun":{ @@ -7942,7 +7948,7 @@ "documentation":"

A description for the snapshot.

" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the EBS volume.

" }, "TagSpecifications":{ @@ -8052,7 +8058,7 @@ "documentation":"

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "DryRun":{ @@ -8146,7 +8152,7 @@ ], "members":{ "TrafficMirrorFilterId":{ - "shape":"String", + "shape":"TrafficMirrorFilterId", "documentation":"

The ID of the filter that this rule is associated with.

" }, "TrafficDirection":{ @@ -8221,20 +8227,20 @@ ], "members":{ "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the source network interface.

" }, "TrafficMirrorTargetId":{ - "shape":"String", + "shape":"TrafficMirrorTargetId", "documentation":"

The ID of the Traffic Mirror target.

" }, "TrafficMirrorFilterId":{ - "shape":"String", + "shape":"TrafficMirrorFilterId", "documentation":"

The ID of the Traffic Mirror filter.

" }, "PacketLength":{ "shape":"Integer", - "documentation":"

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 1network0, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

" + "documentation":"

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

" }, "SessionNumber":{ "shape":"Integer", @@ -8283,7 +8289,7 @@ "type":"structure", "members":{ "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The network interface ID that is associated with the target.

" }, "NetworkLoadBalancerArn":{ @@ -8369,11 +8375,11 @@ "documentation":"

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

" }, "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "Blackhole":{ @@ -8401,7 +8407,7 @@ "required":["TransitGatewayId"], "members":{ "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of the transit gateway.

" }, "TagSpecifications":{ @@ -8433,11 +8439,11 @@ ], "members":{ "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of the transit gateway.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "SubnetIds":{ @@ -8537,7 +8543,7 @@ "documentation":"

The number of I/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 50 IOPS/GiB. Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on Nitro-based instances. Other instance families guarantee performance up to 32,000 IOPS. For more information, see Amazon EBS Volume Types in the Amazon Elastic Compute Cloud User Guide.

This parameter is valid only for Provisioned IOPS SSD (io1) volumes.

" }, "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the CMK using any of the following:

AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

" }, "Size":{ @@ -8545,7 +8551,7 @@ "documentation":"

The size of the volume, in GiBs.

Constraints: 1-16,384 for gp2, 4-16,384 for io1, 500-16,384 for st1, 500-16,384 for sc1, and 1-1,024 for standard. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

At least one of Size or SnapshotId is required.

" }, "SnapshotId":{ - "shape":"String", + "shape":"SnapshotId", "documentation":"

The snapshot from which to create the volume.

At least one of Size or SnapshotId are required.

" }, "VolumeType":{ @@ -8577,11 +8583,11 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ - "shape":"String", + "shape":"ServiceId", "documentation":"

The ID of the endpoint service.

" }, "VpcEndpointId":{ - "shape":"String", + "shape":"VpcEndpointId", "documentation":"

The ID of the endpoint.

" }, "ConnectionNotificationArn":{ @@ -8629,7 +8635,7 @@ "documentation":"

The type of endpoint.

Default: Gateway

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC in which the endpoint will be used.

" }, "ServiceName":{ @@ -8739,7 +8745,7 @@ "locationName":"peerVpcId" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the requester VPC. You must specify this parameter in the request.

", "locationName":"vpcId" }, @@ -8802,7 +8808,7 @@ ], "members":{ "CustomerGatewayId":{ - "shape":"String", + "shape":"CustomerGatewayId", "documentation":"

The ID of the customer gateway.

" }, "Type":{ @@ -8810,11 +8816,11 @@ "documentation":"

The type of VPN connection (ipsec.1).

" }, "VpnGatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.

" }, "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.

" }, "DryRun":{ @@ -8853,7 +8859,7 @@ "documentation":"

The CIDR block associated with the local subnet of the customer network.

" }, "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the VPN connection.

" } }, @@ -8961,6 +8967,7 @@ }, "documentation":"

Describes a customer gateway.

" }, + "CustomerGatewayId":{"type":"string"}, "CustomerGatewayIdStringList":{ "type":"list", "member":{ @@ -9009,7 +9016,7 @@ "required":["ClientVpnEndpointId"], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN to be deleted.

" }, "DryRun":{ @@ -9036,7 +9043,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint from which the route is to be deleted.

" }, "TargetVpcSubnetId":{ @@ -9068,7 +9075,7 @@ "required":["CustomerGatewayId"], "members":{ "CustomerGatewayId":{ - "shape":"String", + "shape":"CustomerGatewayId", "documentation":"

The ID of the customer gateway.

" }, "DryRun":{ @@ -9084,7 +9091,7 @@ "required":["DhcpOptionsId"], "members":{ "DhcpOptionsId":{ - "shape":"String", + "shape":"DhcpOptionsId", "documentation":"

The ID of the DHCP options set.

" }, "DryRun":{ @@ -9265,7 +9272,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ - "shape":"String", + "shape":"FpgaImageId", "documentation":"

The ID of the AFI.

" } } @@ -9290,7 +9297,7 @@ "locationName":"dryRun" }, "InternetGatewayId":{ - "shape":"String", + "shape":"InternetGatewayId", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" } @@ -9319,7 +9326,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateId":{ - "shape":"String", + "shape":"LaunchTemplateId", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ @@ -9347,7 +9354,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "LaunchTemplateId":{ - "shape":"String", + "shape":"LaunchTemplateId", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ @@ -9442,7 +9449,7 @@ "required":["NatGatewayId"], "members":{ "NatGatewayId":{ - "shape":"String", + "shape":"NatGatewayId", "documentation":"

The ID of the NAT gateway.

" } } @@ -9476,7 +9483,7 @@ "locationName":"egress" }, "NetworkAclId":{ - "shape":"String", + "shape":"NetworkAclId", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" }, @@ -9497,7 +9504,7 @@ "locationName":"dryRun" }, "NetworkAclId":{ - "shape":"String", + "shape":"NetworkAclId", "documentation":"

The ID of the network ACL.

", "locationName":"networkAclId" } @@ -9543,7 +9550,7 @@ "locationName":"dryRun" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } @@ -9649,7 +9656,7 @@ "locationName":"dryRun" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" } @@ -9694,7 +9701,7 @@ "required":["SnapshotId"], "members":{ "SnapshotId":{ - "shape":"String", + "shape":"SnapshotId", "documentation":"

The ID of the EBS snapshot.

" }, "DryRun":{ @@ -9721,7 +9728,7 @@ "required":["SubnetId"], "members":{ "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of the subnet.

" }, "DryRun":{ @@ -9757,7 +9764,7 @@ "required":["TrafficMirrorFilterId"], "members":{ "TrafficMirrorFilterId":{ - "shape":"String", + "shape":"TrafficMirrorFilterId", "documentation":"

The ID of the Traffic Mirror filter.

" }, "DryRun":{ @@ -9781,7 +9788,7 @@ "required":["TrafficMirrorFilterRuleId"], "members":{ "TrafficMirrorFilterRuleId":{ - "shape":"String", + "shape":"TrafficMirrorFilterRuleId", "documentation":"

The ID of the Traffic Mirror rule.

" }, "DryRun":{ @@ -9805,7 +9812,7 @@ "required":["TrafficMirrorSessionId"], "members":{ "TrafficMirrorSessionId":{ - "shape":"String", + "shape":"TrafficMirrorSessionId", "documentation":"

The ID of the Traffic Mirror session.

" }, "DryRun":{ @@ -9829,7 +9836,7 @@ "required":["TrafficMirrorTargetId"], "members":{ "TrafficMirrorTargetId":{ - "shape":"String", + "shape":"TrafficMirrorTargetId", "documentation":"

The ID of the Traffic Mirror target.

" }, "DryRun":{ @@ -9853,7 +9860,7 @@ "required":["TransitGatewayId"], "members":{ "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of the transit gateway.

" }, "DryRun":{ @@ -9880,7 +9887,7 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "DestinationCidrBlock":{ @@ -9908,7 +9915,7 @@ "required":["TransitGatewayRouteTableId"], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "DryRun":{ @@ -9932,7 +9939,7 @@ "required":["TransitGatewayAttachmentId"], "members":{ "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -9956,7 +9963,7 @@ "required":["VolumeId"], "members":{ "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the volume.

" }, "DryRun":{ @@ -10054,7 +10061,7 @@ "locationName":"dryRun" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } @@ -10075,7 +10082,7 @@ "required":["VpcId"], "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "DryRun":{ @@ -10090,7 +10097,7 @@ "required":["VpnConnectionId"], "members":{ "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the VPN connection.

" }, "DryRun":{ @@ -10113,7 +10120,7 @@ "documentation":"

The CIDR block associated with the local subnet of the customer network.

" }, "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the VPN connection.

" } }, @@ -10124,7 +10131,7 @@ "required":["VpnGatewayId"], "members":{ "VpnGatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ @@ -10164,7 +10171,7 @@ "required":["ImageId"], "members":{ "ImageId":{ - "shape":"String", + "shape":"ImageId", "documentation":"

The ID of the AMI.

" }, "DryRun":{ @@ -13363,7 +13370,7 @@ "documentation":"

The token for the next set of items to return. (You received this token from a prior call.)

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" } } @@ -14479,12 +14486,12 @@ "locationName":"dryRun" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance to unlink from the VPC.

", "locationName":"instanceId" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC to which the instance is linked.

", "locationName":"vpcId" } @@ -14513,12 +14520,12 @@ "locationName":"dryRun" }, "InternetGatewayId":{ - "shape":"String", + "shape":"InternetGatewayId", "documentation":"

The ID of the internet gateway.

", "locationName":"internetGatewayId" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -14529,7 +14536,7 @@ "required":["AttachmentId"], "members":{ "AttachmentId":{ - "shape":"String", + "shape":"AttachmentId", "documentation":"

The ID of the attachment.

", "locationName":"attachmentId" }, @@ -14559,11 +14566,11 @@ "documentation":"

Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the volume.

" }, "DryRun":{ @@ -14582,11 +14589,11 @@ ], "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "VpnGatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway.

" }, "DryRun":{ @@ -14660,6 +14667,7 @@ }, "documentation":"

Describes a set of DHCP options.

" }, + "DhcpOptionsId":{"type":"string"}, "DhcpOptionsIdStringList":{ "type":"list", "member":{ @@ -14722,11 +14730,11 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the propagation route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -14753,11 +14761,11 @@ ], "members":{ "GatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway.

" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table.

" } }, @@ -14767,7 +14775,7 @@ "type":"structure", "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" } } @@ -14792,7 +14800,7 @@ "locationName":"dryRun" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -14834,7 +14842,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint from which to disassociate the target network.

" }, "AssociationId":{ @@ -14887,7 +14895,7 @@ "required":["AssociationId"], "members":{ "AssociationId":{ - "shape":"String", + "shape":"RouteTableAssociationId", "documentation":"

The association ID representing the current association between the route table and subnet.

", "locationName":"associationId" }, @@ -14903,7 +14911,7 @@ "required":["AssociationId"], "members":{ "AssociationId":{ - "shape":"String", + "shape":"SubnetCidrAssociationId", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" } @@ -14932,11 +14940,11 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -14960,7 +14968,7 @@ "required":["AssociationId"], "members":{ "AssociationId":{ - "shape":"String", + "shape":"VpcCidrAssociationId", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" } @@ -15475,11 +15483,11 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the propagation route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -15506,11 +15514,11 @@ ], "members":{ "GatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.

" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.

" } }, @@ -15526,7 +15534,7 @@ "locationName":"dryRun" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the volume.

", "locationName":"volumeId" } @@ -15537,7 +15545,7 @@ "type":"structure", "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" } } @@ -15562,7 +15570,7 @@ "locationName":"dryRun" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -15651,7 +15659,7 @@ "required":["ClientVpnEndpointId"], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint.

" }, "DryRun":{ @@ -15680,7 +15688,7 @@ "required":["ClientVpnEndpointId"], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint.

" }, "DryRun":{ @@ -15733,7 +15741,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ImageId":{ - "shape":"String", + "shape":"ImageId", "documentation":"

The ID of the image.

" }, "S3ExportLocation":{ @@ -15887,6 +15895,7 @@ }, "documentation":"

Describes an instance export task.

" }, + "ExportTaskId":{"type":"string"}, "ExportTaskIdStringList":{ "type":"list", "member":{ @@ -16001,7 +16010,7 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the route table.

" }, "Filters":{ @@ -16620,6 +16629,7 @@ "productCodes" ] }, + "FpgaImageId":{"type":"string"}, "FpgaImageIdList":{ "type":"list", "member":{ @@ -16668,7 +16678,7 @@ "required":["CapacityReservationId"], "members":{ "CapacityReservationId":{ - "shape":"String", + "shape":"CapacityReservationId", "documentation":"

The ID of the Capacity Reservation.

" }, "NextToken":{ @@ -16735,7 +16745,7 @@ "required":["InstanceId"], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "DryRun":{ @@ -16778,7 +16788,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "WakeUp":{ @@ -16852,7 +16862,7 @@ "documentation":"

The IDs of the Dedicated Hosts with which the reservation is associated.

" }, "OfferingId":{ - "shape":"String", + "shape":"OfferingId", "documentation":"

The offering ID of the reservation.

" } } @@ -16891,7 +16901,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" } } @@ -16911,7 +16921,7 @@ "required":["InstanceId"], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the Windows instance.

" }, "DryRun":{ @@ -17018,7 +17028,7 @@ "required":["TransitGatewayAttachmentId"], "members":{ "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "Filters":{ @@ -17060,7 +17070,7 @@ "required":["TransitGatewayRouteTableId"], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "Filters":{ @@ -17102,7 +17112,7 @@ "required":["TransitGatewayRouteTableId"], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "Filters":{ @@ -17199,7 +17209,7 @@ "locationName":"configured" } }, - "documentation":"

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. Hibernation is currently supported only for Amazon Linux. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" + "documentation":"

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "HibernationOptionsRequest":{ "type":"structure", @@ -17209,7 +17219,7 @@ "documentation":"

If you set this parameter to true, your instance is enabled for hibernation.

Default: false

" } }, - "documentation":"

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. Hibernation is currently supported only for Amazon Linux. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" + "documentation":"

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" }, "HistoryRecord":{ "type":"structure", @@ -17338,6 +17348,7 @@ }, "documentation":"

Describes the properties of the Dedicated Host.

" }, + "HostId":{"type":"string"}, "HostInstance":{ "type":"structure", "members":{ @@ -17932,6 +17943,7 @@ "locationName":"item" } }, + "ImageId":{"type":"string"}, "ImageIdStringList":{ "type":"list", "member":{ @@ -17974,7 +17986,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint to which the client certificate revocation list applies.

" }, "CertificateRevocationList":{ @@ -18034,7 +18046,7 @@ "documentation":"

The target hypervisor platform.

Valid values: xen

" }, "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The CMK identifier may be provided in any of the following formats:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified CMK must exist in the Region that the AMI is being copied to.

" }, "LicenseType":{ @@ -18442,7 +18454,7 @@ "documentation":"

Specifies whether the destination snapshot of the imported image should be encrypted. The default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

" }, "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The CMK identifier may be provided in any of the following formats:

AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified CMK must exist in the Region that the snapshot is being copied to.

" }, "RoleName":{ @@ -18499,6 +18511,7 @@ "locationName":"item" } }, + "ImportTaskId":{"type":"string"}, "ImportTaskIdList":{ "type":"list", "member":{ @@ -19894,6 +19907,8 @@ "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", + "u-18tb1.metal", + "u-24tb1.metal", "a1.medium", "a1.large", "a1.xlarge", @@ -20018,6 +20033,7 @@ "locationName":"item" } }, + "InternetGatewayId":{"type":"string"}, "InternetGatewayList":{ "type":"list", "member":{ @@ -20159,6 +20175,7 @@ "disable" ] }, + "KernelId":{"type":"string"}, "KeyNameStringList":{ "type":"list", "member":{ @@ -20175,7 +20192,7 @@ "locationName":"keyFingerprint" }, "KeyMaterial":{ - "shape":"String", + "shape":"SensitiveUserData", "documentation":"

An unencrypted PEM encoded RSA private key.

", "locationName":"keyMaterial" }, @@ -20210,6 +20227,8 @@ "locationName":"item" } }, + "KeyPairName":{"type":"string"}, + "KmsKeyId":{"type":"string"}, "LaunchPermission":{ "type":"structure", "members":{ @@ -20677,7 +20696,7 @@ "documentation":"

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

" } }, - "documentation":"

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. Hibernation is currently supported only for Amazon Linux.

" + "documentation":"

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.

" }, "LaunchTemplateIamInstanceProfileSpecification":{ "type":"structure", @@ -20709,6 +20728,7 @@ }, "documentation":"

An IAM instance profile.

" }, + "LaunchTemplateId":{"type":"string"}, "LaunchTemplateInstanceMarketOptions":{ "type":"structure", "members":{ @@ -21386,7 +21406,7 @@ "required":["CapacityReservationId"], "members":{ "CapacityReservationId":{ - "shape":"String", + "shape":"CapacityReservationId", "documentation":"

The ID of the Capacity Reservation.

" }, "InstanceCount":{ @@ -21422,7 +21442,7 @@ "required":["ClientVpnEndpointId"], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint to modify.

" }, "ServerCertificateArn":{ @@ -21466,7 +21486,7 @@ "required":["KmsKeyId"], "members":{ "KmsKeyId":{ - "shape":"String", + "shape":"KmsKeyId", "documentation":"

The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the CMK using any of the following:

AWS authenticates the CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

" }, "DryRun":{ @@ -21529,7 +21549,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ - "shape":"String", + "shape":"FpgaImageId", "documentation":"

The ID of the AFI.

" }, "Attribute":{ @@ -21669,7 +21689,7 @@ "documentation":"

A new description for the AMI.

" }, "ImageId":{ - "shape":"String", + "shape":"ImageId", "documentation":"

The ID of the AMI.

" }, "LaunchPermission":{ @@ -21751,7 +21771,7 @@ "locationName":"GroupId" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

", "locationName":"instanceId" }, @@ -21800,7 +21820,7 @@ ], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance to be modified.

" }, "CapacityReservationSpecification":{ @@ -21870,7 +21890,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance with the scheduled event.

" }, "InstanceEventId":{ @@ -21902,16 +21922,16 @@ "locationName":"affinity" }, "GroupName":{ - "shape":"String", + "shape":"PlacementGroupName", "documentation":"

The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of default. For cluster and partition placement groups, the instance must have a tenancy of default or dedicated.

To remove an instance from a placement group, specify an empty string (\"\").

" }, "HostId":{ - "shape":"String", + "shape":"HostId", "documentation":"

The ID of the Dedicated Host with which to associate the instance.

", "locationName":"hostId" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance that you are modifying.

", "locationName":"instanceId" }, @@ -21948,7 +21968,7 @@ "documentation":"

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

" }, "LaunchTemplateId":{ - "shape":"String", + "shape":"LaunchTemplateId", "documentation":"

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

" }, "LaunchTemplateName":{ @@ -21997,7 +22017,7 @@ "locationName":"SecurityGroupId" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, @@ -22067,7 +22087,7 @@ "documentation":"

The type of operation to perform to the attribute.

" }, "SnapshotId":{ - "shape":"String", + "shape":"SnapshotId", "documentation":"

The ID of the snapshot.

" }, "UserIds":{ @@ -22093,7 +22113,7 @@ "locationName":"excessCapacityTerminationPolicy" }, "SpotFleetRequestId":{ - "shape":"String", + "shape":"SpotFleetRequestId", "documentation":"

The ID of the Spot Fleet request.

", "locationName":"spotFleetRequestId" }, @@ -22133,7 +22153,7 @@ "documentation":"

Specify true to indicate that ENIs attached to instances created in the specified subnet should be assigned a public IPv4 address.

" }, "SubnetId":{ - "shape":"String", + "shape":"SubnetId", "documentation":"

The ID of the subnet.

", "locationName":"subnetId" } @@ -22144,7 +22164,7 @@ "required":["TrafficMirrorFilterId"], "members":{ "TrafficMirrorFilterId":{ - "shape":"String", + "shape":"TrafficMirrorFilterId", "documentation":"

The ID of the Traffic Mirror filter.

" }, "AddNetworkServices":{ @@ -22178,7 +22198,7 @@ "required":["TrafficMirrorFilterRuleId"], "members":{ "TrafficMirrorFilterRuleId":{ - "shape":"String", + "shape":"TrafficMirrorFilterRuleId", "documentation":"

The ID of the Traffic Mirror rule.

" }, "TrafficDirection":{ @@ -22243,15 +22263,15 @@ "required":["TrafficMirrorSessionId"], "members":{ "TrafficMirrorSessionId":{ - "shape":"String", + "shape":"TrafficMirrorSessionId", "documentation":"

The ID of the Traffic Mirror session.

" }, "TrafficMirrorTargetId":{ - "shape":"String", + "shape":"TrafficMirrorTargetId", "documentation":"

The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.

" }, "TrafficMirrorFilterId":{ - "shape":"String", + "shape":"TrafficMirrorFilterId", "documentation":"

The ID of the Traffic Mirror filter.

" }, "PacketLength":{ @@ -22296,7 +22316,7 @@ "required":["TransitGatewayAttachmentId"], "members":{ "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "AddSubnetIds":{ @@ -22350,7 +22370,7 @@ "documentation":"

Indicates whether the volume should be auto-enabled for I/O operations.

" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the volume.

" }, "DryRun":{ @@ -22370,7 +22390,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VolumeId":{ - "shape":"String", + "shape":"VolumeId", "documentation":"

The ID of the volume.

" }, "Size":{ @@ -22410,7 +22430,7 @@ "documentation":"

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

" }, "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

", "locationName":"vpcId" } @@ -22425,7 +22445,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ConnectionNotificationId":{ - "shape":"String", + "shape":"ConnectionNotificationId", "documentation":"

The ID of the notification.

" }, "ConnectionNotificationArn":{ @@ -22457,7 +22477,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "VpcEndpointId":{ - "shape":"String", + "shape":"VpcEndpointId", "documentation":"

The ID of the endpoint.

" }, "ResetPolicy":{ @@ -22524,7 +22544,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ - "shape":"String", + "shape":"ServiceId", "documentation":"

The ID of the service.

" }, "AcceptanceRequired":{ @@ -22602,7 +22622,7 @@ "documentation":"

The VPC peering connection options for the requester VPC.

" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of the VPC peering connection.

" } } @@ -22630,7 +22650,7 @@ ], "members":{ "VpcId":{ - "shape":"String", + "shape":"VpcId", "documentation":"

The ID of the VPC.

" }, "InstanceTenancy":{ @@ -22658,19 +22678,19 @@ "required":["VpnConnectionId"], "members":{ "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the VPN connection.

" }, "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of the transit gateway.

" }, "CustomerGatewayId":{ - "shape":"String", + "shape":"CustomerGatewayId", "documentation":"

The ID of the customer gateway at your end of the VPN connection.

" }, "VpnGatewayId":{ - "shape":"String", + "shape":"VpnGatewayId", "documentation":"

The ID of the virtual private gateway at the AWS side of the VPN connection.

" }, "DryRun":{ @@ -22696,7 +22716,7 @@ ], "members":{ "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the AWS Site-to-Site VPN connection.

" }, "VpnTunnelOutsideIpAddress":{ @@ -22727,7 +22747,7 @@ ], "members":{ "VpnConnectionId":{ - "shape":"String", + "shape":"VpnConnectionId", "documentation":"

The ID of the AWS Site-to-Site VPN connection.

" }, "VpnTunnelOutsideIpAddress":{ @@ -23027,6 +23047,7 @@ "locationName":"item" } }, + "NatGatewayId":{"type":"string"}, "NatGatewayList":{ "type":"list", "member":{ @@ -23106,6 +23127,7 @@ }, "documentation":"

Describes an association between a network ACL and a subnet.

" }, + "NetworkAclAssociationId":{"type":"string"}, "NetworkAclAssociationList":{ "type":"list", "member":{ @@ -23166,6 +23188,7 @@ "locationName":"item" } }, + "NetworkAclId":{"type":"string"}, "NetworkAclList":{ "type":"list", "member":{ @@ -23380,6 +23403,7 @@ "type":"string", "enum":["efa"] }, + "NetworkInterfaceId":{"type":"string"}, "NetworkInterfaceIdList":{ "type":"list", "member":{ @@ -23577,6 +23601,7 @@ "convertible" ] }, + "OfferingId":{"type":"string"}, "OfferingTypeValues":{ "type":"string", "enum":[ @@ -24023,6 +24048,7 @@ "locationName":"item" } }, + "PlacementGroupName":{"type":"string"}, "PlacementGroupState":{ "type":"string", "enum":[ @@ -24563,7 +24589,7 @@ "documentation":"

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

" }, "OfferingId":{ - "shape":"String", + "shape":"OfferingId", "documentation":"

The ID of the offering.

" } } @@ -24651,7 +24677,7 @@ }, "PurchaseTime":{ "shape":"DateTime", - "documentation":"

The time at which to purchase the Reserved Instance.

" + "documentation":"

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

" } }, "documentation":"

Contains the parameters for PurchaseReservedInstancesOffering.

" @@ -24722,6 +24748,7 @@ "Windows (Amazon VPC)" ] }, + "RamdiskId":{"type":"string"}, "ReasonCodesList":{ "type":"list", "member":{ @@ -24841,7 +24868,7 @@ "locationName":"enaSupport" }, "KernelId":{ - "shape":"String", + "shape":"KernelId", "documentation":"

The ID of the kernel.

", "locationName":"kernelId" }, @@ -24856,7 +24883,7 @@ "locationName":"BillingProduct" }, "RamdiskId":{ - "shape":"String", + "shape":"RamdiskId", "documentation":"

The ID of the RAM disk.

", "locationName":"ramdiskId" }, @@ -24894,7 +24921,7 @@ "required":["TransitGatewayAttachmentId"], "members":{ "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "DryRun":{ @@ -24925,7 +24952,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "ServiceId":{ - "shape":"String", + "shape":"ServiceId", "documentation":"

The ID of the service.

" }, "VpcEndpointIds":{ @@ -24955,7 +24982,7 @@ "locationName":"dryRun" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of the VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } @@ -24975,7 +25002,7 @@ "type":"structure", "members":{ "AllocationId":{ - "shape":"String", + "shape":"AllocationId", "documentation":"

[EC2-VPC] The allocation ID. Required for EC2-VPC.

" }, "PublicIp":{ @@ -25050,7 +25077,7 @@ ], "members":{ "AssociationId":{ - "shape":"String", + "shape":"NetworkAclAssociationId", "documentation":"

The ID of the current association between the original network ACL and the subnet.

", "locationName":"associationId" }, @@ -25060,7 +25087,7 @@ "locationName":"dryRun" }, "NetworkAclId":{ - "shape":"String", + "shape":"NetworkAclId", "documentation":"

The ID of the new network ACL to associate with the subnet.

", "locationName":"networkAclId" } @@ -25112,7 +25139,7 @@ "locationName":"ipv6CidrBlock" }, "NetworkAclId":{ - "shape":"String", + "shape":"NetworkAclId", "documentation":"

The ID of the ACL.

", "locationName":"networkAclId" }, @@ -25158,41 +25185,41 @@ "locationName":"dryRun" }, "EgressOnlyInternetGatewayId":{ - "shape":"String", + "shape":"EgressOnlyInternetGatewayId", "documentation":"

[IPv6 traffic only] The ID of an egress-only internet gateway.

", "locationName":"egressOnlyInternetGatewayId" }, "GatewayId":{ - "shape":"String", + "shape":"RouteTableGatewayId", "documentation":"

The ID of an internet gateway or virtual private gateway.

", "locationName":"gatewayId" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of a NAT instance in your VPC.

", "locationName":"instanceId" }, "NatGatewayId":{ - "shape":"String", + "shape":"NatGatewayId", "documentation":"

[IPv4 traffic only] The ID of a NAT gateway.

", "locationName":"natGatewayId" }, "TransitGatewayId":{ - "shape":"String", + "shape":"TransitGatewayId", "documentation":"

The ID of a transit gateway.

" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of a network interface.

", "locationName":"networkInterfaceId" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the route table.

", "locationName":"routeTableId" }, "VpcPeeringConnectionId":{ - "shape":"String", + "shape":"VpcPeeringConnectionId", "documentation":"

The ID of a VPC peering connection.

", "locationName":"vpcPeeringConnectionId" } @@ -25206,7 +25233,7 @@ ], "members":{ "AssociationId":{ - "shape":"String", + "shape":"RouteTableAssociationId", "documentation":"

The association ID.

", "locationName":"associationId" }, @@ -25216,7 +25243,7 @@ "locationName":"dryRun" }, "RouteTableId":{ - "shape":"String", + "shape":"RouteTableId", "documentation":"

The ID of the new route table to associate with the subnet.

", "locationName":"routeTableId" } @@ -25244,11 +25271,11 @@ "documentation":"

The CIDR range used for the destination match. Routing decisions are based on the most specific match.

" }, "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the route table.

" }, "TransitGatewayAttachmentId":{ - "shape":"String", + "shape":"TransitGatewayAttachmentId", "documentation":"

The ID of the attachment.

" }, "Blackhole":{ @@ -25347,7 +25374,7 @@ "RequestHostIdSet":{ "type":"list", "member":{ - "shape":"String", + "shape":"HostId", "locationName":"item" } }, @@ -25460,7 +25487,7 @@ }, "HibernationOptions":{ "shape":"LaunchTemplateHibernationOptionsRequest", - "documentation":"

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. Hibernation is currently supported only for Amazon Linux. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" + "documentation":"

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.

" } }, "documentation":"

The information to include in the launch template.

" @@ -25994,6 +26021,7 @@ }, "documentation":"

Describes a Reserved Instance listing.

" }, + "ReservedInstancesListingId":{"type":"string"}, "ReservedInstancesListingList":{ "type":"list", "member":{ @@ -26220,7 +26248,7 @@ "documentation":"

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" }, "FpgaImageId":{ - "shape":"String", + "shape":"FpgaImageId", "documentation":"

The ID of the AFI.

" }, "Attribute":{ @@ -26255,7 +26283,7 @@ "documentation":"

The attribute to reset (currently you can only reset the launch permission attribute).

" }, "ImageId":{ - "shape":"String", + "shape":"ImageId", "documentation":"

The ID of the AMI.

" }, "DryRun":{ @@ -26284,7 +26312,7 @@ "locationName":"dryRun" }, "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

", "locationName":"instanceId" } @@ -26300,7 +26328,7 @@ "locationName":"dryRun" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, @@ -26324,7 +26352,7 @@ "documentation":"

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

" }, "SnapshotId":{ - "shape":"String", + "shape":"SnapshotId", "documentation":"

The ID of the snapshot.

" }, "DryRun":{ @@ -26587,7 +26615,7 @@ ], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint with which the authorization rule is associated.

" }, "TargetNetworkCidr":{ @@ -26875,6 +26903,7 @@ }, "documentation":"

Describes an association between a route table and a subnet.

" }, + "RouteTableAssociationId":{"type":"string"}, "RouteTableAssociationList":{ "type":"list", "member":{ @@ -26882,6 +26911,8 @@ "locationName":"item" } }, + "RouteTableGatewayId":{"type":"string"}, + "RouteTableId":{"type":"string"}, "RouteTableList":{ "type":"list", "member":{ @@ -26921,7 +26952,7 @@ "locationName":"BlockDeviceMapping" }, "ImageId":{ - "shape":"String", + "shape":"ImageId", "documentation":"

The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.

" }, "InstanceType":{ @@ -27098,7 +27129,7 @@ "documentation":"

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

" }, "ScheduledInstanceId":{ - "shape":"String", + "shape":"ScheduledInstanceId", "documentation":"

The Scheduled Instance ID.

" } }, @@ -27304,6 +27335,7 @@ "locationName":"item" } }, + "ScheduledInstanceId":{"type":"string"}, "ScheduledInstanceIdRequestSet":{ "type":"list", "member":{ @@ -27649,7 +27681,7 @@ ], "members":{ "TransitGatewayRouteTableId":{ - "shape":"String", + "shape":"TransitGatewayRouteTableId", "documentation":"

The ID of the transit gateway route table.

" }, "Filters":{ @@ -27798,7 +27830,7 @@ "required":["InstanceId"], "members":{ "InstanceId":{ - "shape":"String", + "shape":"InstanceId", "documentation":"

The ID of the instance.

" }, "DryRun":{ @@ -27807,6 +27839,10 @@ } } }, + "SensitiveUserData":{ + "type":"string", + "sensitive":true + }, "ServiceConfiguration":{ "type":"structure", "members":{ @@ -27943,6 +27979,7 @@ "locationName":"item" } }, + "ServiceId":{"type":"string"}, "ServiceState":{ "type":"string", "enum":[ @@ -28185,6 +28222,7 @@ }, "documentation":"

The disk container object for the import snapshot request.

" }, + "SnapshotId":{"type":"string"}, "SnapshotIdStringList":{ "type":"list", "member":{ @@ -28635,6 +28673,7 @@ "locationName":"item" } }, + "SpotFleetRequestId":{"type":"string"}, "SpotFleetTagSpecification":{ "type":"structure", "members":{ @@ -28866,7 +28905,7 @@ "members":{ "AllocationStrategy":{ "shape":"SpotAllocationStrategy", - "documentation":"

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowestPrice, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all the Spot Instance pools that you specify.

If the allocation strategy is capacityOptimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

", + "documentation":"

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all the Spot Instance pools that you specify.

If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

", "locationName":"allocationStrategy" }, "InstanceInterruptionBehavior":{ @@ -28876,7 +28915,7 @@ }, "InstancePoolsToUseCount":{ "shape":"Integer", - "documentation":"

The number of Spot pools across which to allocate your target Spot capacity. Valid only when AllocationStrategy is set to lowestPrice. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

", + "documentation":"

The number of Spot pools across which to allocate your target Spot capacity. Valid only when AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

", "locationName":"instancePoolsToUseCount" }, "SingleInstanceType":{ @@ -28907,7 +28946,7 @@ "members":{ "AllocationStrategy":{ "shape":"SpotAllocationStrategy", - "documentation":"

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowestPrice, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all the Spot Instance pools that you specify.

If the allocation strategy is capacityOptimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

" + "documentation":"

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all the Spot Instance pools that you specify.

If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

" }, "InstanceInterruptionBehavior":{ "shape":"SpotInstanceInterruptionBehavior", @@ -29298,6 +29337,7 @@ }, "documentation":"

Describes a subnet.

" }, + "SubnetCidrAssociationId":{"type":"string"}, "SubnetCidrBlockState":{ "type":"structure", "members":{ @@ -29325,6 +29365,7 @@ "failed" ] }, + "SubnetId":{"type":"string"}, "SubnetIdStringList":{ "type":"list", "member":{ @@ -29703,7 +29744,7 @@ "required":["ClientVpnEndpointId"], "members":{ "ClientVpnEndpointId":{ - "shape":"String", + "shape":"ClientVpnEndpointId", "documentation":"

The ID of the Client VPN endpoint to which the client is connected.

" }, "ConnectionId":{ @@ -29837,6 +29878,7 @@ }, "documentation":"

Describes the Traffic Mirror filter.

" }, + "TrafficMirrorFilterId":{"type":"string"}, "TrafficMirrorFilterRule":{ "type":"structure", "members":{ @@ -29911,6 +29953,7 @@ "type":"list", "member":{"shape":"TrafficMirrorFilterRuleField"} }, + "TrafficMirrorFilterRuleId":{"type":"string"}, "TrafficMirrorFilterRuleList":{ "type":"list", "member":{ @@ -30041,6 +30084,7 @@ "type":"list", "member":{"shape":"TrafficMirrorSessionField"} }, + "TrafficMirrorSessionId":{"type":"string"}, "TrafficMirrorSessionSet":{ "type":"list", "member":{ @@ -30089,6 +30133,7 @@ }, "documentation":"

Describes a Traffic Mirror target.

" }, + "TrafficMirrorTargetId":{"type":"string"}, "TrafficMirrorTargetSet":{ "type":"list", "member":{ @@ -30274,6 +30319,7 @@ }, "documentation":"

Describes an association.

" }, + "TransitGatewayAttachmentId":{"type":"string"}, "TransitGatewayAttachmentIdStringList":{ "type":"list", "member":{"shape":"String"} @@ -30332,6 +30378,7 @@ "failing" ] }, + "TransitGatewayId":{"type":"string"}, "TransitGatewayIdStringList":{ "type":"list", "member":{ @@ -30612,6 +30659,7 @@ "locationName":"item" } }, + "TransitGatewayRouteTableId":{"type":"string"}, "TransitGatewayRouteTableIdStringList":{ "type":"list", "member":{ @@ -30872,7 +30920,7 @@ "locationName":"ipv6Addresses" }, "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" } @@ -30901,7 +30949,7 @@ ], "members":{ "NetworkInterfaceId":{ - "shape":"String", + "shape":"NetworkInterfaceId", "documentation":"

The ID of the network interface.

", "locationName":"networkInterfaceId" }, @@ -31136,7 +31184,8 @@ "locationName":"data" } }, - "documentation":"

Describes the user data for an instance.

" + "documentation":"

Describes the user data for an instance.

", + "sensitive":true }, "UserGroupStringList":{ "type":"list", @@ -31413,6 +31462,7 @@ }, "documentation":"

Describes an EBS volume.

" }, + "VolumeId":{"type":"string"}, "VolumeIdStringList":{ "type":"list", "member":{ @@ -31779,6 +31829,7 @@ "enableDnsHostnames" ] }, + "VpcCidrAssociationId":{"type":"string"}, "VpcCidrBlockAssociation":{ "type":"structure", "members":{ @@ -32003,6 +32054,7 @@ "locationName":"item" } }, + "VpcEndpointId":{"type":"string"}, "VpcEndpointSet":{ "type":"list", "member":{ @@ -32017,6 +32069,7 @@ "Gateway" ] }, + "VpcId":{"type":"string"}, "VpcIdStringList":{ "type":"list", "member":{ @@ -32095,6 +32148,7 @@ }, "documentation":"

Describes a VPC peering connection.

" }, + "VpcPeeringConnectionId":{"type":"string"}, "VpcPeeringConnectionList":{ "type":"list", "member":{ @@ -32271,6 +32325,7 @@ }, "documentation":"

Describes a VPN connection.

" }, + "VpnConnectionId":{"type":"string"}, "VpnConnectionIdStringList":{ "type":"list", "member":{ @@ -32364,6 +32419,7 @@ }, "documentation":"

Describes a virtual private gateway.

" }, + "VpnGatewayId":{"type":"string"}, "VpnGatewayIdStringList":{ "type":"list", "member":{ From 68618ade41d6013c390313da98cb311a1053444f Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 4 Nov 2019 19:14:23 +0000 Subject: [PATCH 09/17] Release 2.10.8. Updated CHANGELOG.md, README.md and all pom.xml. --- .changes/2.10.8.json | 21 +++++++++++++++++++ .../feature-AWSRoboMaker-1339860.json | 5 ----- ...-AmazonDynamoDBAcceleratorDAX-2eb5698.json | 5 ----- ...ure-AmazonElasticComputeCloud-691fd71.json | 5 ----- CHANGELOG.md | 13 ++++++++++++ README.md | 8 +++---- aws-sdk-java/pom.xml | 2 +- bom-internal/pom.xml | 2 +- bom/pom.xml | 2 +- bundle/pom.xml | 2 +- codegen-lite-maven-plugin/pom.xml | 2 +- codegen-lite/pom.xml | 2 +- codegen-maven-plugin/pom.xml | 2 +- codegen/pom.xml | 2 +- core/annotations/pom.xml | 2 +- core/arns/pom.xml | 2 +- core/auth/pom.xml | 2 +- core/aws-core/pom.xml | 2 +- core/pom.xml | 2 +- core/profiles/pom.xml | 2 +- core/protocols/aws-cbor-protocol/pom.xml | 2 +- core/protocols/aws-ion-protocol/pom.xml | 2 +- core/protocols/aws-json-protocol/pom.xml | 2 +- core/protocols/aws-query-protocol/pom.xml | 2 +- core/protocols/aws-xml-protocol/pom.xml | 2 +- core/protocols/pom.xml | 2 +- core/protocols/protocol-core/pom.xml | 2 +- core/regions/pom.xml | 2 +- core/sdk-core/pom.xml | 2 +- http-client-spi/pom.xml | 2 +- http-clients/apache-client/pom.xml | 2 +- http-clients/netty-nio-client/pom.xml | 2 +- http-clients/pom.xml | 2 +- http-clients/url-connection-client/pom.xml | 2 +- pom.xml | 2 +- release-scripts/pom.xml | 2 +- services-custom/dynamodb-enhanced/pom.xml | 2 +- services-custom/pom.xml | 2 +- services/acm/pom.xml | 2 +- services/acmpca/pom.xml | 2 +- services/alexaforbusiness/pom.xml | 2 +- services/amplify/pom.xml | 2 +- services/apigateway/pom.xml | 2 +- services/apigatewaymanagementapi/pom.xml | 2 +- services/apigatewayv2/pom.xml | 2 +- services/applicationautoscaling/pom.xml | 2 +- services/applicationdiscovery/pom.xml | 2 +- services/applicationinsights/pom.xml | 2 +- services/appmesh/pom.xml | 2 +- services/appstream/pom.xml | 2 +- services/appsync/pom.xml | 2 +- services/athena/pom.xml | 2 +- services/autoscaling/pom.xml | 2 +- services/autoscalingplans/pom.xml | 2 +- services/backup/pom.xml | 2 +- services/batch/pom.xml | 2 +- services/budgets/pom.xml | 2 +- services/chime/pom.xml | 2 +- services/cloud9/pom.xml | 2 +- services/clouddirectory/pom.xml | 2 +- services/cloudformation/pom.xml | 2 +- services/cloudfront/pom.xml | 2 +- services/cloudhsm/pom.xml | 2 +- services/cloudhsmv2/pom.xml | 2 +- services/cloudsearch/pom.xml | 2 +- services/cloudsearchdomain/pom.xml | 2 +- services/cloudtrail/pom.xml | 2 +- services/cloudwatch/pom.xml | 2 +- services/cloudwatchevents/pom.xml | 2 +- services/cloudwatchlogs/pom.xml | 2 +- services/codebuild/pom.xml | 2 +- services/codecommit/pom.xml | 2 +- services/codedeploy/pom.xml | 2 +- services/codepipeline/pom.xml | 2 +- services/codestar/pom.xml | 2 +- services/cognitoidentity/pom.xml | 2 +- services/cognitoidentityprovider/pom.xml | 2 +- services/cognitosync/pom.xml | 2 +- services/comprehend/pom.xml | 2 +- services/comprehendmedical/pom.xml | 2 +- services/config/pom.xml | 2 +- services/connect/pom.xml | 2 +- services/costandusagereport/pom.xml | 2 +- services/costexplorer/pom.xml | 2 +- services/databasemigration/pom.xml | 2 +- services/datapipeline/pom.xml | 2 +- services/datasync/pom.xml | 2 +- services/dax/pom.xml | 2 +- services/devicefarm/pom.xml | 2 +- services/directconnect/pom.xml | 2 +- services/directory/pom.xml | 2 +- services/dlm/pom.xml | 2 +- services/docdb/pom.xml | 2 +- services/dynamodb/pom.xml | 2 +- services/ec2/pom.xml | 2 +- services/ec2instanceconnect/pom.xml | 2 +- services/ecr/pom.xml | 2 +- services/ecs/pom.xml | 2 +- services/efs/pom.xml | 2 +- services/eks/pom.xml | 2 +- services/elasticache/pom.xml | 2 +- services/elasticbeanstalk/pom.xml | 2 +- services/elasticloadbalancing/pom.xml | 2 +- services/elasticloadbalancingv2/pom.xml | 2 +- services/elasticsearch/pom.xml | 2 +- services/elastictranscoder/pom.xml | 2 +- services/emr/pom.xml | 2 +- services/eventbridge/pom.xml | 2 +- services/firehose/pom.xml | 2 +- services/fms/pom.xml | 2 +- services/forecast/pom.xml | 2 +- services/forecastquery/pom.xml | 2 +- services/fsx/pom.xml | 2 +- services/gamelift/pom.xml | 2 +- services/glacier/pom.xml | 2 +- services/globalaccelerator/pom.xml | 2 +- services/glue/pom.xml | 2 +- services/greengrass/pom.xml | 2 +- services/groundstation/pom.xml | 2 +- services/guardduty/pom.xml | 2 +- services/health/pom.xml | 2 +- services/iam/pom.xml | 2 +- services/inspector/pom.xml | 2 +- services/iot/pom.xml | 2 +- services/iot1clickdevices/pom.xml | 2 +- services/iot1clickprojects/pom.xml | 2 +- services/iotanalytics/pom.xml | 2 +- services/iotdataplane/pom.xml | 2 +- services/iotevents/pom.xml | 2 +- services/ioteventsdata/pom.xml | 2 +- services/iotjobsdataplane/pom.xml | 2 +- services/iotthingsgraph/pom.xml | 2 +- services/kafka/pom.xml | 2 +- services/kinesis/pom.xml | 2 +- services/kinesisanalytics/pom.xml | 2 +- services/kinesisanalyticsv2/pom.xml | 2 +- services/kinesisvideo/pom.xml | 2 +- services/kinesisvideoarchivedmedia/pom.xml | 2 +- services/kinesisvideomedia/pom.xml | 2 +- services/kms/pom.xml | 2 +- services/lakeformation/pom.xml | 2 +- services/lambda/pom.xml | 2 +- services/lexmodelbuilding/pom.xml | 2 +- services/lexruntime/pom.xml | 2 +- services/licensemanager/pom.xml | 2 +- services/lightsail/pom.xml | 2 +- services/machinelearning/pom.xml | 2 +- services/macie/pom.xml | 2 +- services/managedblockchain/pom.xml | 2 +- services/marketplacecommerceanalytics/pom.xml | 2 +- services/marketplaceentitlement/pom.xml | 2 +- services/marketplacemetering/pom.xml | 2 +- services/mediaconnect/pom.xml | 2 +- services/mediaconvert/pom.xml | 2 +- services/medialive/pom.xml | 2 +- services/mediapackage/pom.xml | 2 +- services/mediapackagevod/pom.xml | 2 +- services/mediastore/pom.xml | 2 +- services/mediastoredata/pom.xml | 2 +- services/mediatailor/pom.xml | 2 +- services/migrationhub/pom.xml | 2 +- services/mobile/pom.xml | 2 +- services/mq/pom.xml | 2 +- services/mturk/pom.xml | 2 +- services/neptune/pom.xml | 2 +- services/opsworks/pom.xml | 2 +- services/opsworkscm/pom.xml | 2 +- services/organizations/pom.xml | 2 +- services/personalize/pom.xml | 2 +- services/personalizeevents/pom.xml | 2 +- services/personalizeruntime/pom.xml | 2 +- services/pi/pom.xml | 2 +- services/pinpoint/pom.xml | 2 +- services/pinpointemail/pom.xml | 2 +- services/pinpointsmsvoice/pom.xml | 2 +- services/polly/pom.xml | 2 +- services/pom.xml | 2 +- services/pricing/pom.xml | 2 +- services/qldb/pom.xml | 2 +- services/qldbsession/pom.xml | 2 +- services/quicksight/pom.xml | 2 +- services/ram/pom.xml | 2 +- services/rds/pom.xml | 2 +- services/rdsdata/pom.xml | 2 +- services/redshift/pom.xml | 2 +- services/rekognition/pom.xml | 2 +- services/resourcegroups/pom.xml | 2 +- services/resourcegroupstaggingapi/pom.xml | 2 +- services/robomaker/pom.xml | 2 +- services/route53/pom.xml | 2 +- services/route53domains/pom.xml | 2 +- services/route53resolver/pom.xml | 2 +- services/s3/pom.xml | 2 +- services/s3control/pom.xml | 2 +- services/sagemaker/pom.xml | 2 +- services/sagemakerruntime/pom.xml | 2 +- services/secretsmanager/pom.xml | 2 +- services/securityhub/pom.xml | 2 +- .../serverlessapplicationrepository/pom.xml | 2 +- services/servicecatalog/pom.xml | 2 +- services/servicediscovery/pom.xml | 2 +- services/servicequotas/pom.xml | 2 +- services/ses/pom.xml | 2 +- services/sfn/pom.xml | 2 +- services/shield/pom.xml | 2 +- services/signer/pom.xml | 2 +- services/sms/pom.xml | 2 +- services/snowball/pom.xml | 2 +- services/sns/pom.xml | 2 +- services/sqs/pom.xml | 2 +- services/ssm/pom.xml | 2 +- services/storagegateway/pom.xml | 2 +- services/sts/pom.xml | 2 +- services/support/pom.xml | 2 +- services/swf/pom.xml | 2 +- services/textract/pom.xml | 2 +- services/transcribe/pom.xml | 2 +- services/transcribestreaming/pom.xml | 2 +- services/transfer/pom.xml | 2 +- services/translate/pom.xml | 2 +- services/waf/pom.xml | 2 +- services/workdocs/pom.xml | 2 +- services/worklink/pom.xml | 2 +- services/workmail/pom.xml | 2 +- services/workmailmessageflow/pom.xml | 2 +- services/workspaces/pom.xml | 2 +- services/xray/pom.xml | 2 +- test/codegen-generated-classes-test/pom.xml | 2 +- test/dynamodbdocument-v1/pom.xml | 2 +- test/dynamodbmapper-v1/pom.xml | 2 +- test/http-client-tests/pom.xml | 2 +- test/module-path-tests/pom.xml | 2 +- test/protocol-tests-core/pom.xml | 2 +- test/protocol-tests/pom.xml | 2 +- test/sdk-benchmarks/pom.xml | 2 +- test/service-test-utils/pom.xml | 2 +- test/stability-tests/pom.xml | 2 +- test/test-utils/pom.xml | 2 +- test/tests-coverage-reporting/pom.xml | 2 +- utils/pom.xml | 2 +- 240 files changed, 272 insertions(+), 253 deletions(-) create mode 100644 .changes/2.10.8.json delete mode 100644 .changes/next-release/feature-AWSRoboMaker-1339860.json delete mode 100644 .changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json delete mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json diff --git a/.changes/2.10.8.json b/.changes/2.10.8.json new file mode 100644 index 000000000000..7347f9ec3b50 --- /dev/null +++ b/.changes/2.10.8.json @@ -0,0 +1,21 @@ +{ + "version": "2.10.8", + "date": "2019-11-04", + "entries": [ + { + "type": "feature", + "category": "AWS RoboMaker", + "description": "RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment." + }, + { + "type": "feature", + "category": "Amazon DynamoDB Accelerator (DAX)", + "description": "Documentation updates for dax" + }, + { + "type": "feature", + "category": "Amazon Elastic Compute Cloud", + "description": "Documentation updates for ec2" + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/feature-AWSRoboMaker-1339860.json b/.changes/next-release/feature-AWSRoboMaker-1339860.json deleted file mode 100644 index 66c9b1844dab..000000000000 --- a/.changes/next-release/feature-AWSRoboMaker-1339860.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "AWS RoboMaker", - "description": "RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment." -} diff --git a/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json b/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json deleted file mode 100644 index 18258fbe8727..000000000000 --- a/.changes/next-release/feature-AmazonDynamoDBAcceleratorDAX-2eb5698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Amazon DynamoDB Accelerator (DAX)", - "description": "Documentation updates for dax" -} diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json b/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json deleted file mode 100644 index 34aa3d14992f..000000000000 --- a/.changes/next-release/feature-AmazonElasticComputeCloud-691fd71.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Amazon Elastic Compute Cloud", - "description": "Documentation updates for ec2" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index ba655600c14e..2a1e879c4c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# __2.10.8__ __2019-11-04__ +## __AWS RoboMaker__ + - ### Features + - RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment. + +## __Amazon DynamoDB Accelerator (DAX)__ + - ### Features + - Documentation updates for dax + +## __Amazon Elastic Compute Cloud__ + - ### Features + - Documentation updates for ec2 + # __2.10.7__ __2019-11-01__ ## __AWS CloudTrail__ - ### Features diff --git a/README.md b/README.md index b284e4b5dde1..b2eae0bb6d0d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To automatically manage module versions (currently all modules have the same ver software.amazon.awssdk bom - 2.10.7 + 2.10.8 pom import @@ -82,12 +82,12 @@ Alternatively you can add dependencies for the specific services you use only: software.amazon.awssdk ec2 - 2.10.7 + 2.10.8 software.amazon.awssdk s3 - 2.10.7 + 2.10.8 ``` @@ -99,7 +99,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please software.amazon.awssdk aws-sdk-java - 2.10.7 + 2.10.8 ``` diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index f88f74c691bc..9d4aa60396f2 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index 4d38eb98cc64..cf21cd50364c 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -5,7 +5,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index f346d73dbdc6..500937b8c1bb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../pom.xml bom diff --git a/bundle/pom.xml b/bundle/pom.xml index f8401ffa32a6..a7f876b6aa18 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 4301f7d33f9a..3319f2564f83 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index 0310658425d0..e7cd78ba9808 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -6,7 +6,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index f2f07969ed1c..187bcf063391 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index 614e3e68f551..b7335fe692a7 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 8f2b81cda127..81f7286e454d 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index 41d199046a44..127a119c5634 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 0205e6c82c38..b2c26db2e515 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.8-SNAPSHOT + 2.10.8 auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index 9a40374cd5ec..87dcf6c9af34 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.8-SNAPSHOT + 2.10.8 aws-core diff --git a/core/pom.xml b/core/pom.xml index c93571f9e5f0..38bbd33bb9c4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index b939a9441c60..eea7a993b88a 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.8-SNAPSHOT + 2.10.8 profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index d2f4f75be198..303a31670761 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/aws-ion-protocol/pom.xml b/core/protocols/aws-ion-protocol/pom.xml index 88be1216711d..d021e740642f 100644 --- a/core/protocols/aws-ion-protocol/pom.xml +++ b/core/protocols/aws-ion-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 133702b11904..6746d4193f4c 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index 7aa5f742f70c..ac80d4b17392 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index d6f3e6b0df99..78f2180d7e05 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index 8cbdc89743b6..e3cf3f1adb19 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index 99f07864de8d..004db3014b59 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index ad54b4a80800..48b2b7062318 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.8-SNAPSHOT + 2.10.8 regions diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index df512def9d84..e6ddb8110e6e 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.10.8-SNAPSHOT + 2.10.8 sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index d96d29fc0eb8..5fc4dac18f02 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index f30bcd73aaf7..e06400be308b 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 apache-client diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index 4674bbfb49a5..ca4def44e620 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 8c566c2819ee..0ffd6db5584b 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index e9266d9810f5..dc3f1dfa54fd 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 diff --git a/pom.xml b/pom.xml index 2fcd8d879f27..1314d3b569c6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index 415815f452c7..ec1eb064472e 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 6100f6512c76..7a3b99f6599e 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.10.8-SNAPSHOT + 2.10.8 dynamodb-enhanced ${awsjavasdk.version}-PREVIEW diff --git a/services-custom/pom.xml b/services-custom/pom.xml index 1cbd79c721c3..c46858874221 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 services-custom AWS Java SDK :: Custom Services diff --git a/services/acm/pom.xml b/services/acm/pom.xml index 6b0b61233257..fb41e692a286 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index fba9ccd12324..d0ef0ba6908b 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml index 74605312b98f..4a30851424a1 100644 --- a/services/alexaforbusiness/pom.xml +++ b/services/alexaforbusiness/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 alexaforbusiness diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index 04aa8a9da33e..d980e266d04a 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 amplify AWS Java SDK :: Services :: Amplify diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index a7c0f25ecb5f..ecbce4c567e1 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index fe60db75dbe8..0cd397f9502f 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index e5bc0c107e92..3d15907a3dbe 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index 105652018116..ac73b1977f1f 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index 8dcabb1ca70b..43e8a63c1eb6 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index bab9503ba89d..7653c4b853bf 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 837dcec59394..703cd7ee240b 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index d36b2315a8da..e485a6e6c255 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 3c9fae114395..4f891b24a5cf 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 appsync diff --git a/services/athena/pom.xml b/services/athena/pom.xml index 6c4024ef0478..ca65081bb829 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index 93466904509a..b1a5f3895fb8 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index bcea3f36062e..9fe35dcab4a5 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 6973f934a8d9..862b7180d20a 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 backup AWS Java SDK :: Services :: Backup diff --git a/services/batch/pom.xml b/services/batch/pom.xml index afd971e996b3..3ebf70e7c4d5 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index 6bc240951ffb..c3d49afc64ef 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chime/pom.xml b/services/chime/pom.xml index e04d8099d797..a57f33c680db 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 chime AWS Java SDK :: Services :: Chime diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index 059248560fd6..a8de7b0b33b3 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 cloud9 diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 864920b33568..8a87dce21617 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index a16c261ade4e..b576d21942c9 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index 9c704374543e..0138b7c096c3 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index a57d5e055bce..f31ffcac3950 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 61d4ca6806f6..33762076d647 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index ca237240097d..6fac961aab93 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index 19682aedb3ce..3767fac6a937 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index 253cddbfe660..ff571357381c 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index 18d25230ca06..ad9c41be9440 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index ce21b0c61318..1c976e68de01 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 6c9a9737c76b..61d4924d582e 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 81e7bde1a829..68e95a18fa92 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index c6a846598c06..00bb8e9a6673 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index ebe2fc07447d..e74de8ca1dc2 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index 683e4956a980..fe60b273b348 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml index 102eef29b591..b3ca9a8154f9 100644 --- a/services/codestar/pom.xml +++ b/services/codestar/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 codestar AWS Java SDK :: Services :: AWS CodeStar diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index 65d8e3a31637..8a41b301552b 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index 5c79cc56bbf2..d6e155ecfcc6 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index 4c57d978f92c..6ff7313fcb28 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index 094e7bb72597..46f50dd2355a 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index b80b8d1c8a3b..6d5b492ac03b 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/config/pom.xml b/services/config/pom.xml index 0d7b663d9e36..ccaa92268d3b 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index c279de1ffb39..aade3bac4697 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 connect AWS Java SDK :: Services :: Connect diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 94243257e39b..2e955de508a3 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index 678c899eca34..84edb1649acd 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 costexplorer diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index 8f855809af5d..03e2717d5cc4 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index 68770d5aa5cf..894c3f8e7627 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index 699102914981..34573136876b 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 datasync AWS Java SDK :: Services :: DataSync diff --git a/services/dax/pom.xml b/services/dax/pom.xml index f7b5b79f5296..852be6835c44 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index 88fc2d868093..cd27906736e3 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index 476b8e9ffbb2..897c7f9ce921 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index a2a335fe1076..457ec77cbf1b 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 55dc03415c37..14c330035965 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index 54abeeaa106f..1632d4e2d267 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 docdb AWS Java SDK :: Services :: DocDB diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 32d98620e913..12bfb250fbc9 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index 8249e0780b9f..9324717c9db7 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index 238a861b970e..a4dacf910dd7 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 48ef40580cfd..2ecc94f0bb7d 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 365ac4da97d7..6c8326391e0c 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index 537bfda32d77..af85dfd5ed0a 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index 3e3090429d38..8ae3f43357a1 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 eks AWS Java SDK :: Services :: EKS diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index 90d0789b25d3..871d895060a1 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index 138206729ff2..3b653e3004c5 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index ec81905fad83..c08b445e0dfc 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index 1709de071006..0ae27855b44f 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 044efa0cd0d8..89b5667c40d8 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index 16327c02d6c8..0979b1cdc6a0 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index 04242819ca9c..5a1366e4bcd0 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index b5898a2a376e..a2b802d4b07e 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index 730500987709..4625cc4b4301 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fms/pom.xml b/services/fms/pom.xml index ba52460488ee..597f87e23a05 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 3fdbb6f3ab2b..084d676cc947 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 forecast AWS Java SDK :: Services :: forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index 72c9058173dd..0c6a28989068 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 forecastquery AWS Java SDK :: Services :: forecastquery diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index 5b677ce0da7f..a1ece27662cd 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index efc922e11996..b979db3c7084 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 19c64e60bced..9c80a5b18f12 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index 6f7973f8528e..91d4c08856da 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index 800195a0682c..9c2c12a7c268 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 glue diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index a06832e6d43a..e38a0366949e 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 68124fae6b4c..267ce9d75145 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index bfe47c60ca6f..6f0c074927a6 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 90c543d6974b..8f20f4170e14 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/iam/pom.xml b/services/iam/pom.xml index cf7bf01c51ce..37e2cc0f897d 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index a2730a5844b0..18589b555248 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/iot/pom.xml b/services/iot/pom.xml index be9ffb009c5b..8aa1dad591fb 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index 41f21d946021..36f65f6c3305 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 38b10a475436..52d2ef7482f8 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index 5dc9b5ded165..201bc859e188 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 8c271d95aeaf..7f07e6a0f70f 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index 87380f9eb408..453102c6f9ef 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index a722a564a864..cd097aaba30e 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index ce5133c3ade1..07e2c15e8acb 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 3a44e361ff21..84158e37c36b 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index dfe7da790d65..d5df2dc38d0e 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index a5dcc616983c..f7691c46a899 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index 9e14c4c87454..d27993018941 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index 7e30086a3a2f..7a598dbe0a8f 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index e4b670b077c2..8ef4612b6704 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index 50ee7eb13394..fc843b7fb764 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index 53281bd704f6..66177c61d707 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 997768a1be50..3fdbba813cf6 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index 0a42fe2f0b54..e72000b55073 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index e0acbebc9bae..065b2baa0d42 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index d069e8a69e8e..276bb0bd0cee 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index c7f58612509b..daadf3f4c4da 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index 91b277093394..c120fcebe7d3 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index 8d245ac7a68c..1bf6a3d6d997 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index b11110375f88..bb5a3c580705 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie/pom.xml b/services/macie/pom.xml index 3fabc8478d35..bf561e949b06 100644 --- a/services/macie/pom.xml +++ b/services/macie/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 macie AWS Java SDK :: Services :: Macie diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index ec205f0bf59c..077abb9c7433 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index 6766c8efee3a..f4a62208064c 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index 797b08e83291..e19a7df0aa1f 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 01b9369e9663..32ebdbe0b8f0 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index 88b758fdc547..2ae7397248bd 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 7d22790ecc2e..73ace348262e 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index 96d024c3e987..d73a1a01dd7b 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index b91f7dde7f39..1a5e63f481b5 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mediapackage diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 35b1e90f5a7e..99f6cb85db0f 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index cbc9df2c2639..c9ffae9d58dc 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index fb18a48e5825..6209e2fe8235 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index 6dfa64cb22ba..c9e98d26a355 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index e5e5e3cd1df8..7d615c59e2c4 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 migrationhub diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml index 35444c6dee99..a7eb67dc0d16 100644 --- a/services/mobile/pom.xml +++ b/services/mobile/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mobile diff --git a/services/mq/pom.xml b/services/mq/pom.xml index f010f3c00561..4958e4980f82 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index da94a6372a3f..ce50e7ed99c7 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 7543eb67a099..18955f624f73 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 neptune AWS Java SDK :: Services :: Neptune diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 072f1f93f654..415de1442263 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index c5b4f54c28f7..03fe98c83ab5 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index a97584f98d3a..2b20815a3e03 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 6a219fac1c4d..0f3ab00aabad 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index 37cc7f601c87..a022840b8de1 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index 185a45707611..a6815d4570b2 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index 072f41dda012..478cdf23ab8d 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index fc26f8e2772e..69e7082b8c46 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index 498467c98865..8c84fae35bad 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index fecf5443bcee..2d610c085a41 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/polly/pom.xml b/services/polly/pom.xml index fd32b28d6585..98cdfd1abcf8 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index 532e297e62f9..73593e44e78f 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 79a3aea171de..6799eff3af71 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 pricing diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index bb32966a9b8d..3fbca238833b 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index c5f611fa43da..a330edfc690a 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index da9fb34b3dc3..a87a6aebf304 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index 3d697fb4ff8c..710bf8965d93 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ram AWS Java SDK :: Services :: RAM diff --git a/services/rds/pom.xml b/services/rds/pom.xml index 06f3e5f2e394..c2afe891c241 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index 65804d679d5f..a22978d99308 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index 375e9300be7c..71d97d8182b0 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 952917cef3dd..5965054dd5ca 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 85d00264c845..841ce5a84b3c 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index cd50bc1f4761..7f0f4dabd068 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index 96d0266501c6..197b2e29ca3f 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 8c5cb5cce4c4..9ca98d30dc8e 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 766b95e3cd31..66f50a063524 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index a7857aa259fc..bc39e4b6fb17 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/s3/pom.xml b/services/s3/pom.xml index b61a51528bd2..130cf4d72ec2 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index d581dfea23ff..185536d07d4a 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index ee84ba0a548b..01ddc3fa7b4a 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 sagemaker diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index c817038ccc9d..66a78b8703ba 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index b878949f4576..80ef975b6c2f 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index 3e262ac0004d..e3507a6dd292 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 36c0ae3c8786..4edfd421c090 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index 744cab25d244..46789afa4e41 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 7d2c7e094ccc..9601770dd365 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index f51832f7b67c..b4575b9c49be 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index 7bb9ceff8424..9df2de003cbf 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index 4cd81806fede..12c3a0ed239f 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index 4ccc56bc43b1..51ec2a8d83ca 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index 527a2dc79f7d..d0c997404f79 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 signer AWS Java SDK :: Services :: signer diff --git a/services/sms/pom.xml b/services/sms/pom.xml index 88a2eb274594..b71ce0a03340 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index 4d263556d6fe..b1a6c445fb50 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/sns/pom.xml b/services/sns/pom.xml index 5256e49ac593..51bedcb64231 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index 4e42bc971105..c153c005c372 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index 871ca2cc909c..d730ee824cd4 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index ab19e0218c01..0414168221ac 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 7851113dd037..1eadde9e3a3e 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 sts AWS Java SDK :: Services :: AWS STS diff --git a/services/support/pom.xml b/services/support/pom.xml index 5dfc0ad23c5e..f4c4a723bb35 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 support AWS Java SDK :: Services :: AWS Support diff --git a/services/swf/pom.xml b/services/swf/pom.xml index ae0765a32f4b..e34a279fd15e 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/textract/pom.xml b/services/textract/pom.xml index 7b829968a6c6..ee926475e26d 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 textract AWS Java SDK :: Services :: Textract diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 6704a83a108c..9e824f20913d 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index ea5441323a70..7a4cd4ad41dd 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index f81ba19435f7..53fcdc20ef43 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index fc9ea438d3ea..cf2d62b70871 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 translate diff --git a/services/waf/pom.xml b/services/waf/pom.xml index e2b233502a47..667b760763aa 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index 9e8cd9604a74..59cb155358eb 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml index 16aa42da0e9b..ef53354ab2b9 100644 --- a/services/worklink/pom.xml +++ b/services/worklink/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 worklink AWS Java SDK :: Services :: WorkLink diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index ce6730a92c4b..0ad6b8d5b03e 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index 9e9c836c9c3d..dd44e73b541a 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index b41939b6b6f5..7c8e6304c092 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 2c5533f6ac70..0d842bf920e7 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8-SNAPSHOT + 2.10.8 xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 5cf26ec53da6..56dc42aee350 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -6,7 +6,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml diff --git a/test/dynamodbdocument-v1/pom.xml b/test/dynamodbdocument-v1/pom.xml index 38952cfed02a..7fe3f01f7391 100644 --- a/test/dynamodbdocument-v1/pom.xml +++ b/test/dynamodbdocument-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml dynamodbdocument-v1 diff --git a/test/dynamodbmapper-v1/pom.xml b/test/dynamodbmapper-v1/pom.xml index eb2bedd70054..88a9a2df8b35 100644 --- a/test/dynamodbmapper-v1/pom.xml +++ b/test/dynamodbmapper-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml dynamodbmapper-v1 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index 8bb633794352..8e4bc93e7e22 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index 7ac4cbbd05af..100f76c73d38 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index cb95b0b19e41..deee85fde90c 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index b11f8e578346..b82e0f9247e2 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index 69fc2cf5f543..bca340c74adc 100755 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index 33c5292865bc..b65b11d74c74 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index 48443e8b7f91..cfa21b7ad1a6 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index 13ce92db96ee..b7238168a88a 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index 2e5a4ff4338c..37b25e5ccf7c 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 ../../pom.xml 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index b476b02e18a0..2863efc7f7d9 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8-SNAPSHOT + 2.10.8 4.0.0 From 500a2d37a208a1bc575c785064bae58ae5213820 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 4 Nov 2019 20:00:10 +0000 Subject: [PATCH 10/17] Update to next snapshot version: 2.10.9-SNAPSHOT --- aws-sdk-java/pom.xml | 2 +- bom-internal/pom.xml | 2 +- bom/pom.xml | 2 +- bundle/pom.xml | 2 +- codegen-lite-maven-plugin/pom.xml | 2 +- codegen-lite/pom.xml | 2 +- codegen-maven-plugin/pom.xml | 2 +- codegen/pom.xml | 2 +- core/annotations/pom.xml | 2 +- core/arns/pom.xml | 2 +- core/auth/pom.xml | 2 +- core/aws-core/pom.xml | 2 +- core/pom.xml | 2 +- core/profiles/pom.xml | 2 +- core/protocols/aws-cbor-protocol/pom.xml | 2 +- core/protocols/aws-ion-protocol/pom.xml | 2 +- core/protocols/aws-json-protocol/pom.xml | 2 +- core/protocols/aws-query-protocol/pom.xml | 2 +- core/protocols/aws-xml-protocol/pom.xml | 2 +- core/protocols/pom.xml | 2 +- core/protocols/protocol-core/pom.xml | 2 +- core/regions/pom.xml | 2 +- core/sdk-core/pom.xml | 2 +- http-client-spi/pom.xml | 2 +- http-clients/apache-client/pom.xml | 2 +- http-clients/netty-nio-client/pom.xml | 2 +- http-clients/pom.xml | 2 +- http-clients/url-connection-client/pom.xml | 2 +- pom.xml | 2 +- release-scripts/pom.xml | 2 +- services-custom/dynamodb-enhanced/pom.xml | 2 +- services-custom/pom.xml | 2 +- services/acm/pom.xml | 2 +- services/acmpca/pom.xml | 2 +- services/alexaforbusiness/pom.xml | 2 +- services/amplify/pom.xml | 2 +- services/apigateway/pom.xml | 2 +- services/apigatewaymanagementapi/pom.xml | 2 +- services/apigatewayv2/pom.xml | 2 +- services/applicationautoscaling/pom.xml | 2 +- services/applicationdiscovery/pom.xml | 2 +- services/applicationinsights/pom.xml | 2 +- services/appmesh/pom.xml | 2 +- services/appstream/pom.xml | 2 +- services/appsync/pom.xml | 2 +- services/athena/pom.xml | 2 +- services/autoscaling/pom.xml | 2 +- services/autoscalingplans/pom.xml | 2 +- services/backup/pom.xml | 2 +- services/batch/pom.xml | 2 +- services/budgets/pom.xml | 2 +- services/chime/pom.xml | 2 +- services/cloud9/pom.xml | 2 +- services/clouddirectory/pom.xml | 2 +- services/cloudformation/pom.xml | 2 +- services/cloudfront/pom.xml | 2 +- services/cloudhsm/pom.xml | 2 +- services/cloudhsmv2/pom.xml | 2 +- services/cloudsearch/pom.xml | 2 +- services/cloudsearchdomain/pom.xml | 2 +- services/cloudtrail/pom.xml | 2 +- services/cloudwatch/pom.xml | 2 +- services/cloudwatchevents/pom.xml | 2 +- services/cloudwatchlogs/pom.xml | 2 +- services/codebuild/pom.xml | 2 +- services/codecommit/pom.xml | 2 +- services/codedeploy/pom.xml | 2 +- services/codepipeline/pom.xml | 2 +- services/codestar/pom.xml | 2 +- services/cognitoidentity/pom.xml | 2 +- services/cognitoidentityprovider/pom.xml | 2 +- services/cognitosync/pom.xml | 2 +- services/comprehend/pom.xml | 2 +- services/comprehendmedical/pom.xml | 2 +- services/config/pom.xml | 2 +- services/connect/pom.xml | 2 +- services/costandusagereport/pom.xml | 2 +- services/costexplorer/pom.xml | 2 +- services/databasemigration/pom.xml | 2 +- services/datapipeline/pom.xml | 2 +- services/datasync/pom.xml | 2 +- services/dax/pom.xml | 2 +- services/devicefarm/pom.xml | 2 +- services/directconnect/pom.xml | 2 +- services/directory/pom.xml | 2 +- services/dlm/pom.xml | 2 +- services/docdb/pom.xml | 2 +- services/dynamodb/pom.xml | 2 +- services/ec2/pom.xml | 2 +- services/ec2instanceconnect/pom.xml | 2 +- services/ecr/pom.xml | 2 +- services/ecs/pom.xml | 2 +- services/efs/pom.xml | 2 +- services/eks/pom.xml | 2 +- services/elasticache/pom.xml | 2 +- services/elasticbeanstalk/pom.xml | 2 +- services/elasticloadbalancing/pom.xml | 2 +- services/elasticloadbalancingv2/pom.xml | 2 +- services/elasticsearch/pom.xml | 2 +- services/elastictranscoder/pom.xml | 2 +- services/emr/pom.xml | 2 +- services/eventbridge/pom.xml | 2 +- services/firehose/pom.xml | 2 +- services/fms/pom.xml | 2 +- services/forecast/pom.xml | 2 +- services/forecastquery/pom.xml | 2 +- services/fsx/pom.xml | 2 +- services/gamelift/pom.xml | 2 +- services/glacier/pom.xml | 2 +- services/globalaccelerator/pom.xml | 2 +- services/glue/pom.xml | 2 +- services/greengrass/pom.xml | 2 +- services/groundstation/pom.xml | 2 +- services/guardduty/pom.xml | 2 +- services/health/pom.xml | 2 +- services/iam/pom.xml | 2 +- services/inspector/pom.xml | 2 +- services/iot/pom.xml | 2 +- services/iot1clickdevices/pom.xml | 2 +- services/iot1clickprojects/pom.xml | 2 +- services/iotanalytics/pom.xml | 2 +- services/iotdataplane/pom.xml | 2 +- services/iotevents/pom.xml | 2 +- services/ioteventsdata/pom.xml | 2 +- services/iotjobsdataplane/pom.xml | 2 +- services/iotthingsgraph/pom.xml | 2 +- services/kafka/pom.xml | 2 +- services/kinesis/pom.xml | 2 +- services/kinesisanalytics/pom.xml | 2 +- services/kinesisanalyticsv2/pom.xml | 2 +- services/kinesisvideo/pom.xml | 2 +- services/kinesisvideoarchivedmedia/pom.xml | 2 +- services/kinesisvideomedia/pom.xml | 2 +- services/kms/pom.xml | 2 +- services/lakeformation/pom.xml | 2 +- services/lambda/pom.xml | 2 +- services/lexmodelbuilding/pom.xml | 2 +- services/lexruntime/pom.xml | 2 +- services/licensemanager/pom.xml | 2 +- services/lightsail/pom.xml | 2 +- services/machinelearning/pom.xml | 2 +- services/macie/pom.xml | 2 +- services/managedblockchain/pom.xml | 2 +- services/marketplacecommerceanalytics/pom.xml | 2 +- services/marketplaceentitlement/pom.xml | 2 +- services/marketplacemetering/pom.xml | 2 +- services/mediaconnect/pom.xml | 2 +- services/mediaconvert/pom.xml | 2 +- services/medialive/pom.xml | 2 +- services/mediapackage/pom.xml | 2 +- services/mediapackagevod/pom.xml | 2 +- services/mediastore/pom.xml | 2 +- services/mediastoredata/pom.xml | 2 +- services/mediatailor/pom.xml | 2 +- services/migrationhub/pom.xml | 2 +- services/mobile/pom.xml | 2 +- services/mq/pom.xml | 2 +- services/mturk/pom.xml | 2 +- services/neptune/pom.xml | 2 +- services/opsworks/pom.xml | 2 +- services/opsworkscm/pom.xml | 2 +- services/organizations/pom.xml | 2 +- services/personalize/pom.xml | 2 +- services/personalizeevents/pom.xml | 2 +- services/personalizeruntime/pom.xml | 2 +- services/pi/pom.xml | 2 +- services/pinpoint/pom.xml | 2 +- services/pinpointemail/pom.xml | 2 +- services/pinpointsmsvoice/pom.xml | 2 +- services/polly/pom.xml | 2 +- services/pom.xml | 2 +- services/pricing/pom.xml | 2 +- services/qldb/pom.xml | 2 +- services/qldbsession/pom.xml | 2 +- services/quicksight/pom.xml | 2 +- services/ram/pom.xml | 2 +- services/rds/pom.xml | 2 +- services/rdsdata/pom.xml | 2 +- services/redshift/pom.xml | 2 +- services/rekognition/pom.xml | 2 +- services/resourcegroups/pom.xml | 2 +- services/resourcegroupstaggingapi/pom.xml | 2 +- services/robomaker/pom.xml | 2 +- services/route53/pom.xml | 2 +- services/route53domains/pom.xml | 2 +- services/route53resolver/pom.xml | 2 +- services/s3/pom.xml | 2 +- services/s3control/pom.xml | 2 +- services/sagemaker/pom.xml | 2 +- services/sagemakerruntime/pom.xml | 2 +- services/secretsmanager/pom.xml | 2 +- services/securityhub/pom.xml | 2 +- services/serverlessapplicationrepository/pom.xml | 2 +- services/servicecatalog/pom.xml | 2 +- services/servicediscovery/pom.xml | 2 +- services/servicequotas/pom.xml | 2 +- services/ses/pom.xml | 2 +- services/sfn/pom.xml | 2 +- services/shield/pom.xml | 2 +- services/signer/pom.xml | 2 +- services/sms/pom.xml | 2 +- services/snowball/pom.xml | 2 +- services/sns/pom.xml | 2 +- services/sqs/pom.xml | 2 +- services/ssm/pom.xml | 2 +- services/storagegateway/pom.xml | 2 +- services/sts/pom.xml | 2 +- services/support/pom.xml | 2 +- services/swf/pom.xml | 2 +- services/textract/pom.xml | 2 +- services/transcribe/pom.xml | 2 +- services/transcribestreaming/pom.xml | 2 +- services/transfer/pom.xml | 2 +- services/translate/pom.xml | 2 +- services/waf/pom.xml | 2 +- services/workdocs/pom.xml | 2 +- services/worklink/pom.xml | 2 +- services/workmail/pom.xml | 2 +- services/workmailmessageflow/pom.xml | 2 +- services/workspaces/pom.xml | 2 +- services/xray/pom.xml | 2 +- test/codegen-generated-classes-test/pom.xml | 2 +- test/dynamodbdocument-v1/pom.xml | 2 +- test/dynamodbmapper-v1/pom.xml | 2 +- test/http-client-tests/pom.xml | 2 +- test/module-path-tests/pom.xml | 2 +- test/protocol-tests-core/pom.xml | 2 +- test/protocol-tests/pom.xml | 2 +- test/sdk-benchmarks/pom.xml | 2 +- test/service-test-utils/pom.xml | 2 +- test/stability-tests/pom.xml | 2 +- test/test-utils/pom.xml | 2 +- test/tests-coverage-reporting/pom.xml | 2 +- utils/pom.xml | 2 +- 234 files changed, 234 insertions(+), 234 deletions(-) diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index 9d4aa60396f2..38229fc8fed1 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index cf21cd50364c..6a73913098f4 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -5,7 +5,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index 500937b8c1bb..7a6778f1d695 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../pom.xml bom diff --git a/bundle/pom.xml b/bundle/pom.xml index a7f876b6aa18..0e1a905d97f5 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 3319f2564f83..c9a27e50182c 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index e7cd78ba9808..776544250f51 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -6,7 +6,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index 187bcf063391..c65db43eb605 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index b7335fe692a7..e6672966e017 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 81f7286e454d..b0a9bbcb907f 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index 127a119c5634..2bf8b81eeea5 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/auth/pom.xml b/core/auth/pom.xml index b2c26db2e515..69fc92b092fd 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.8 + 2.10.9-SNAPSHOT auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index 87dcf6c9af34..bf9df7a864e1 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -7,7 +7,7 @@ software.amazon.awssdk core - 2.10.8 + 2.10.9-SNAPSHOT aws-core diff --git a/core/pom.xml b/core/pom.xml index 38bbd33bb9c4..3a373cfaa000 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index eea7a993b88a..d94d4636708e 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.8 + 2.10.9-SNAPSHOT profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index 303a31670761..b41a7e42fd41 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-ion-protocol/pom.xml b/core/protocols/aws-ion-protocol/pom.xml index d021e740642f..0ef511f7d243 100644 --- a/core/protocols/aws-ion-protocol/pom.xml +++ b/core/protocols/aws-ion-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 6746d4193f4c..3624ac7f2d51 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index ac80d4b17392..ca6136368a75 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index 78f2180d7e05..b0e58c11a09f 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index e3cf3f1adb19..cbc21b2f1ab8 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index 004db3014b59..e939ade8b0c8 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -5,7 +5,7 @@ protocols software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index 48b2b7062318..827d9742132f 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.10.8 + 2.10.9-SNAPSHOT regions diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index e6ddb8110e6e..742a901a955e 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.10.8 + 2.10.9-SNAPSHOT sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index 5fc4dac18f02..f476fd93e7c8 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index e06400be308b..fd177300ec9b 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT apache-client diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index ca4def44e620..64a53d87e1f7 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 0ffd6db5584b..03f8bc90d52f 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index dc3f1dfa54fd..912cdd6d6556 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 1314d3b569c6..aee5545d0e7e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index ec1eb064472e..019fd44e2130 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 7a3b99f6599e..a80fd6614197 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.10.8 + 2.10.9-SNAPSHOT dynamodb-enhanced ${awsjavasdk.version}-PREVIEW diff --git a/services-custom/pom.xml b/services-custom/pom.xml index c46858874221..f3398d984ad4 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT services-custom AWS Java SDK :: Custom Services diff --git a/services/acm/pom.xml b/services/acm/pom.xml index fb41e692a286..14efc5b05c8f 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index d0ef0ba6908b..e9bc8e5fa196 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml index 4a30851424a1..3da6d5dbcc01 100644 --- a/services/alexaforbusiness/pom.xml +++ b/services/alexaforbusiness/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 alexaforbusiness diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index d980e266d04a..4933b4d1e9d2 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT amplify AWS Java SDK :: Services :: Amplify diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index ecbce4c567e1..e65d46766e97 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index 0cd397f9502f..dfb2bc5eb81f 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index 3d15907a3dbe..69248782e31d 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index ac73b1977f1f..11b22763c5a3 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index 43e8a63c1eb6..1722cb2462aa 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index 7653c4b853bf..507a8805a9cd 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 703cd7ee240b..eabf32d124ea 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index e485a6e6c255..449a4c3a68be 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 4f891b24a5cf..7048bc82b972 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT appsync diff --git a/services/athena/pom.xml b/services/athena/pom.xml index ca65081bb829..175909e626d2 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index b1a5f3895fb8..2137ade3c922 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index 9fe35dcab4a5..ece19c237e99 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 862b7180d20a..eca07de44952 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT backup AWS Java SDK :: Services :: Backup diff --git a/services/batch/pom.xml b/services/batch/pom.xml index 3ebf70e7c4d5..4209ee91fd68 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index c3d49afc64ef..729060f1b06b 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chime/pom.xml b/services/chime/pom.xml index a57f33c680db..3d2f0ba55a1e 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT chime AWS Java SDK :: Services :: Chime diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index a8de7b0b33b3..97bd4fc54692 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 cloud9 diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 8a87dce21617..df47439b9093 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index b576d21942c9..8eb79c9cfd55 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index 0138b7c096c3..d7aceb48f107 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index f31ffcac3950..1f90ce658d1a 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 33762076d647..e9ff989d260b 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index 6fac961aab93..8c4226a87fee 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index 3767fac6a937..4914d601187c 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index ff571357381c..52ae93ea6c5e 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index ad9c41be9440..dfa833331fb4 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index 1c976e68de01..ebc7fdcf5c19 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 61d4924d582e..d2ed1f9221e2 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 68e95a18fa92..d16f262dec19 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index 00bb8e9a6673..78b0a9cbddce 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index e74de8ca1dc2..81f7d42fa47f 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index fe60b273b348..7d092ee2c3de 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml index b3ca9a8154f9..de61f819ccf8 100644 --- a/services/codestar/pom.xml +++ b/services/codestar/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT codestar AWS Java SDK :: Services :: AWS CodeStar diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index 8a41b301552b..8593223a1f8e 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index d6e155ecfcc6..73134191da34 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index 6ff7313fcb28..ba68a06c880b 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index 46f50dd2355a..e432e023f535 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 6d5b492ac03b..03e8696bc2f2 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/config/pom.xml b/services/config/pom.xml index ccaa92268d3b..f9c2ecff62a8 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index aade3bac4697..ece8d36223d1 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT connect AWS Java SDK :: Services :: Connect diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 2e955de508a3..0a13a4b2aafc 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index 84edb1649acd..917859c3b2fc 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 costexplorer diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index 03e2717d5cc4..ffc241703a45 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index 894c3f8e7627..eaacca0c1815 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index 34573136876b..e363d714ab7b 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT datasync AWS Java SDK :: Services :: DataSync diff --git a/services/dax/pom.xml b/services/dax/pom.xml index 852be6835c44..4442ca130afb 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index cd27906736e3..2ae9a1fbe44b 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index 897c7f9ce921..064103468eb1 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index 457ec77cbf1b..4d3c6902f7ce 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 14c330035965..12cf78448f7e 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index 1632d4e2d267..e337beb1912d 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT docdb AWS Java SDK :: Services :: DocDB diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 12bfb250fbc9..d2eee0d174d2 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index 9324717c9db7..d236a0672409 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index a4dacf910dd7..f028192658f5 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 2ecc94f0bb7d..18f4054d745a 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 6c8326391e0c..d9cd11e01bce 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index af85dfd5ed0a..97bb9f078997 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index 8ae3f43357a1..08842e971c28 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT eks AWS Java SDK :: Services :: EKS diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index 871d895060a1..195bf0e1644c 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index 3b653e3004c5..6b893946acac 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index c08b445e0dfc..8db2076f7c50 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index 0ae27855b44f..0edc7db23a04 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 89b5667c40d8..bba5d62a723d 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index 0979b1cdc6a0..86d3c0457399 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index 5a1366e4bcd0..7159664e33be 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index a2b802d4b07e..58b809d4850a 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index 4625cc4b4301..872c57143d9f 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fms/pom.xml b/services/fms/pom.xml index 597f87e23a05..063c37353fd3 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 084d676cc947..91635b8a1c35 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT forecast AWS Java SDK :: Services :: forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index 0c6a28989068..416f15614acf 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT forecastquery AWS Java SDK :: Services :: forecastquery diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index a1ece27662cd..500fdf693bdd 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index b979db3c7084..32eb6a04f83b 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 9c80a5b18f12..ea1882f451c8 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index 91d4c08856da..03f2c65f536b 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index 9c2c12a7c268..527f98642a6e 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 glue diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index e38a0366949e..d3e212bf4006 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 267ce9d75145..9f240ffe335c 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index 6f0c074927a6..1f5ac1f703d7 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 8f20f4170e14..546e247185ba 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 37e2cc0f897d..331a47804dc4 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index 18589b555248..c0efb8f02065 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/iot/pom.xml b/services/iot/pom.xml index 8aa1dad591fb..f90eb19acb33 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index 36f65f6c3305..6c3f2cc94c5d 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 52d2ef7482f8..fd06cabc2ada 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index 201bc859e188..ab5fba3e8bf3 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 7f07e6a0f70f..16825b9c54ed 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index 453102c6f9ef..370e2527f5b2 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index cd097aaba30e..9693687731e3 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index 07e2c15e8acb..102ff57ab275 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 84158e37c36b..83b94c66fdb7 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index d5df2dc38d0e..6b89bc4d9873 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index f7691c46a899..a12c47b52447 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index d27993018941..e0d77101d730 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index 7a598dbe0a8f..738da23eaeaf 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index 8ef4612b6704..7596c251f079 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index fc843b7fb764..0c950639f671 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index 66177c61d707..6bf7a245d48c 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 3fdbba813cf6..7576afff4eb7 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index e72000b55073..9d2e28c7c534 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index 065b2baa0d42..812cb7cef937 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index 276bb0bd0cee..86717b875c81 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index daadf3f4c4da..075b562894aa 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index c120fcebe7d3..3614187c415a 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index 1bf6a3d6d997..051c91a80659 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index bb5a3c580705..6eed4fb71f5e 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie/pom.xml b/services/macie/pom.xml index bf561e949b06..4f363b12ee3f 100644 --- a/services/macie/pom.xml +++ b/services/macie/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT macie AWS Java SDK :: Services :: Macie diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index 077abb9c7433..20824148035d 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index f4a62208064c..3b99b984202a 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index e19a7df0aa1f..0664f6d3e90d 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 32ebdbe0b8f0..53e6fde679a7 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index 2ae7397248bd..8729ff43fa75 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 73ace348262e..962dfe639447 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index d73a1a01dd7b..96e5a4db56a4 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 1a5e63f481b5..eacbb7cd2c15 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mediapackage diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 99f6cb85db0f..02662dc764ab 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index c9ffae9d58dc..1de7fd49b4fd 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index 6209e2fe8235..06d5cabccbf4 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index c9e98d26a355..6f9e2c2e4e0a 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index 7d615c59e2c4..0312ab220875 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 migrationhub diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml index a7eb67dc0d16..ce0706064ed0 100644 --- a/services/mobile/pom.xml +++ b/services/mobile/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mobile diff --git a/services/mq/pom.xml b/services/mq/pom.xml index 4958e4980f82..8b0ee4cb9413 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index ce50e7ed99c7..6cd349673795 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 18955f624f73..30a758ef7316 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT neptune AWS Java SDK :: Services :: Neptune diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 415de1442263..65946d0b5f28 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index 03fe98c83ab5..44b773c18896 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index 2b20815a3e03..aa05a7e1ebed 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 0f3ab00aabad..7fcecf71f5a2 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index a022840b8de1..8e45fd8f46a8 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index a6815d4570b2..7807f6b4e8b9 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index 478cdf23ab8d..2b4a1a88d42f 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index 69e7082b8c46..0a082a550559 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index 8c84fae35bad..55cfca76430d 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 2d610c085a41..9738864be19d 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/polly/pom.xml b/services/polly/pom.xml index 98cdfd1abcf8..a8bb64871169 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index 73593e44e78f..f5a32d99b578 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 6799eff3af71..150b758556fa 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 pricing diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 3fbca238833b..8cfd3ef9dd19 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index a330edfc690a..4c705a754235 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index a87a6aebf304..9e44603355e5 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index 710bf8965d93..dafebfa5059f 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ram AWS Java SDK :: Services :: RAM diff --git a/services/rds/pom.xml b/services/rds/pom.xml index c2afe891c241..061e42643b74 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index a22978d99308..332ad9fc9c7c 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index 71d97d8182b0..e2efd86aef7b 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 5965054dd5ca..60716526175a 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 841ce5a84b3c..d60c617ceaab 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index 7f0f4dabd068..1c849d091773 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index 197b2e29ca3f..dff26db5a1bb 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 9ca98d30dc8e..57e7eaa6b2ea 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 66f50a063524..ecf19422e38d 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index bc39e4b6fb17..1e6165a46def 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/s3/pom.xml b/services/s3/pom.xml index 130cf4d72ec2..971bd6a283a5 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 185536d07d4a..d4720e8a9595 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 01ddc3fa7b4a..e0e2a7cd6742 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 sagemaker diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index 66a78b8703ba..b31af66f090d 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index 80ef975b6c2f..2c06c69e5891 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index e3507a6dd292..b33a4ae7a446 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 4edfd421c090..2d007a1b19d4 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index 46789afa4e41..00c48e1cf4a1 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 9601770dd365..5c6f0bb348f1 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index b4575b9c49be..18deb7fbda07 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index 9df2de003cbf..48ca18a594db 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index 12c3a0ed239f..e27a90661724 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index 51ec2a8d83ca..fd3227e6ad2f 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index d0c997404f79..9cdb35f73a0d 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT signer AWS Java SDK :: Services :: signer diff --git a/services/sms/pom.xml b/services/sms/pom.xml index b71ce0a03340..03ed15ace42c 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index b1a6c445fb50..99d91273f5db 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/sns/pom.xml b/services/sns/pom.xml index 51bedcb64231..9484c3f4f739 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index c153c005c372..a3223aefc546 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index d730ee824cd4..026389808b36 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index 0414168221ac..f230d7bc16c2 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 1eadde9e3a3e..5f58e76161ae 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT sts AWS Java SDK :: Services :: AWS STS diff --git a/services/support/pom.xml b/services/support/pom.xml index f4c4a723bb35..81db9f826844 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT support AWS Java SDK :: Services :: AWS Support diff --git a/services/swf/pom.xml b/services/swf/pom.xml index e34a279fd15e..181baf30f91b 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/textract/pom.xml b/services/textract/pom.xml index ee926475e26d..b4565fa3c09b 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT textract AWS Java SDK :: Services :: Textract diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 9e824f20913d..b298714fdd5f 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index 7a4cd4ad41dd..a72d82d2cc12 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 53fcdc20ef43..f5a567b047a6 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index cf2d62b70871..72ec13b13113 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 translate diff --git a/services/waf/pom.xml b/services/waf/pom.xml index 667b760763aa..fa554dac75f4 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index 59cb155358eb..a6b858825ab4 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml index ef53354ab2b9..c47b384c7482 100644 --- a/services/worklink/pom.xml +++ b/services/worklink/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT worklink AWS Java SDK :: Services :: WorkLink diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index 0ad6b8d5b03e..141f4c6ea8d0 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index dd44e73b541a..589ad6573a33 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index 7c8e6304c092..6078c6cc7423 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 0d842bf920e7..10460e9ba127 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.10.8 + 2.10.9-SNAPSHOT xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 56dc42aee350..a29fde0333a1 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -6,7 +6,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml diff --git a/test/dynamodbdocument-v1/pom.xml b/test/dynamodbdocument-v1/pom.xml index 7fe3f01f7391..4f956a98deab 100644 --- a/test/dynamodbdocument-v1/pom.xml +++ b/test/dynamodbdocument-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml dynamodbdocument-v1 diff --git a/test/dynamodbmapper-v1/pom.xml b/test/dynamodbmapper-v1/pom.xml index 88a9a2df8b35..43bc7326a726 100644 --- a/test/dynamodbmapper-v1/pom.xml +++ b/test/dynamodbmapper-v1/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml dynamodbmapper-v1 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index 8e4bc93e7e22..fb301e8bb464 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index 100f76c73d38..e72b94350311 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index deee85fde90c..0721032b2d99 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index b82e0f9247e2..3b550d088e2f 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index bca340c74adc..ad2ff4a08ccd 100755 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index b65b11d74c74..5da13809fec0 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index cfa21b7ad1a6..48a68d7b41c7 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index b7238168a88a..b7db97ff79a7 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index 37b25e5ccf7c..29feb2d82a04 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index 2863efc7f7d9..7eb3b1730189 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.10.8 + 2.10.9-SNAPSHOT 4.0.0 From 4122966fd8daa17eed411631ca2605f8991818fb Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 4 Nov 2019 14:59:17 -0800 Subject: [PATCH 11/17] Updated crt http client to use latest crt api, which uses byte[] for response body. --- http-clients/aws-crt-client/pom.xml | 2 +- .../awssdk/http/crt/AwsCrtAsyncHttpClient.java | 3 +-- .../crt/internal/AwsCrtAsyncHttpStreamAdapter.java | 6 +++--- .../crt/internal/AwsCrtResponseBodyPublisher.java | 14 +++++++------- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml index a43c310af6eb..0faebf35b45f 100644 --- a/http-clients/aws-crt-client/pom.xml +++ b/http-clients/aws-crt-client/pom.xml @@ -33,7 +33,7 @@ software.amazon.awssdk.crt aws-crt - 0.3.35 + 0.4.1 diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java index abf94201d6ff..c88443b16517 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java @@ -135,8 +135,7 @@ private HttpClientConnectionManager createConnectionPool(URI uri) { Validate.notNull(uri, "URI must not be null"); log.debug(() -> "Creating ConnectionPool for: URI:" + uri + ", MaxConns: " + maxConnectionsPerEndpoint); - return new HttpClientConnectionManager(bootstrap, socketOptions, tlsContext, uri, - HttpClientConnectionManager.DEFAULT_MAX_BUFFER_SIZE, windowSize, + return new HttpClientConnectionManager(bootstrap, socketOptions, tlsContext, uri, windowSize, maxConnectionsPerEndpoint); } diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java index 7aa25e78e743..2c89f5be41db 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java @@ -89,7 +89,7 @@ public void onResponseHeadersDone(HttpStream stream, int headerType) { } @Override - public int onResponseBody(HttpStream stream, ByteBuffer bodyBytesIn) { + public int onResponseBody(HttpStream stream, byte[] bodyBytesIn) { initRespBodyPublisherIfNeeded(stream); if (respBodyPublisher == null) { @@ -99,10 +99,10 @@ public int onResponseBody(HttpStream stream, ByteBuffer bodyBytesIn) { // Queue a Deep Copy since bodyBytesIn is only guaranteed to contain valid memory for the lifetime of this // function call, and it's memory can be reused once this function returns. - respBodyPublisher.queueBuffer(deepCopy(bodyBytesIn)); + respBodyPublisher.queueBuffer(bodyBytesIn); respBodyPublisher.publishToSubscribers(); - if (bodyBytesIn.remaining() != 0) { + if (bodyBytesIn.length != 0) { throw new IllegalStateException("Unprocessed bytes remain in bodyBytesIn Buffer!"); } diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java index 5802c885dae8..b40dd3c2a85c 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java @@ -53,7 +53,7 @@ public class AwsCrtResponseBodyPublisher implements Publisher { private final AtomicInteger mutualRecursionDepth = new AtomicInteger(0); private final AtomicInteger queuedBytes = new AtomicInteger(0); private final AtomicReference> subscriberRef = new AtomicReference<>(null); - private final Queue queuedBuffers = new ConcurrentLinkedQueue<>(); + private final Queue queuedBuffers = new ConcurrentLinkedQueue<>(); private final AtomicReference error = new AtomicReference<>(null); /** @@ -97,18 +97,18 @@ public void subscribe(Subscriber subscriber) { * Adds a Buffer to the Queue to be published to any Subscribers * @param buffer The Buffer to be queued. */ - public void queueBuffer(ByteBuffer buffer) { + public void queueBuffer(byte[] buffer) { Validate.notNull(buffer, "ByteBuffer must not be null"); if (isCancelled.get()) { // Immediately open HttpStream's IO window so it doesn't see any IO Back-pressure. // AFAIK there's no way to abort an in-progress HttpStream, only free it's memory by calling close() - stream.incrementWindow(buffer.remaining()); + stream.incrementWindow(buffer.length); return; } queuedBuffers.add(buffer); - int totalBytesQueued = queuedBytes.addAndGet(buffer.remaining()); + int totalBytesQueued = queuedBytes.addAndGet(buffer.length); if (totalBytesQueued > windowSize) { throw new IllegalStateException("Queued more than Window Size: queued=" + totalBytesQueued @@ -230,10 +230,10 @@ protected synchronized void publishToSubscribers() { int totalAmountTransferred = 0; while (outstandingRequests.get() > 0 && queuedBuffers.size() > 0) { - ByteBuffer buffer = queuedBuffers.poll(); + byte[] buffer = queuedBuffers.poll(); outstandingRequests.getAndUpdate(DECREMENT_IF_GREATER_THAN_ZERO); - int amount = buffer.remaining(); - publishWithoutMutualRecursion(subscriberRef.get(), buffer); + int amount = buffer.length; + publishWithoutMutualRecursion(subscriberRef.get(), ByteBuffer.wrap(buffer)); totalAmountTransferred += amount; } From d4974d770adb384a7043a4e39c6ad12a67a135d7 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 4 Nov 2019 15:18:59 -0800 Subject: [PATCH 12/17] Removed old comment. --- .../awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java index 2c89f5be41db..83f32ef15da5 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java @@ -97,8 +97,6 @@ public int onResponseBody(HttpStream stream, byte[] bodyBytesIn) { throw new IllegalStateException("Publisher is null, onResponseHeadersDone() was never called"); } - // Queue a Deep Copy since bodyBytesIn is only guaranteed to contain valid memory for the lifetime of this - // function call, and it's memory can be reused once this function returns. respBodyPublisher.queueBuffer(bodyBytesIn); respBodyPublisher.publishToSubscribers(); From ec5a0861592bd716268bd5c0aa84aa3fb0c62012 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 4 Nov 2019 16:01:28 -0800 Subject: [PATCH 13/17] Fixed build failures. --- http-clients/aws-crt-client/pom.xml | 2 +- .../AwsCrtResponseBodyPublisherReactiveStreamCompatTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml index 0faebf35b45f..170bb58ca6cd 100644 --- a/http-clients/aws-crt-client/pom.xml +++ b/http-clients/aws-crt-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.10.7-SNAPSHOT + 2.10.9-SNAPSHOT 4.0.0 diff --git a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtResponseBodyPublisherReactiveStreamCompatTest.java b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtResponseBodyPublisherReactiveStreamCompatTest.java index 8989aca0471d..bb98b468ebc1 100644 --- a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtResponseBodyPublisherReactiveStreamCompatTest.java +++ b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtResponseBodyPublisherReactiveStreamCompatTest.java @@ -42,7 +42,7 @@ public Publisher createPublisher(long elements) { AwsCrtResponseBodyPublisher bodyPublisher = new AwsCrtResponseBodyPublisher(connection, stream, new CompletableFuture<>(), Integer.MAX_VALUE); for (long i = 0; i < elements; i++) { - bodyPublisher.queueBuffer(ByteBuffer.wrap(UUID.randomUUID().toString().getBytes())); + bodyPublisher.queueBuffer(UUID.randomUUID().toString().getBytes()); } bodyPublisher.setQueueComplete(); From 446cb74497379f34f8741b312d30d5cd1325bae0 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 4 Nov 2019 20:05:03 -0800 Subject: [PATCH 14/17] Fixed benchmark builds. --- .../AwsCrtAsyncHttpStreamAdapter.java | 4 - test/sdk-benchmarks/pom.xml | 2 +- .../async/AwsCrtClientNonTLSBenchmark.java | 106 ++++++++++++++++++ 3 files changed, 107 insertions(+), 5 deletions(-) create mode 100644 test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java index 83f32ef15da5..85705dbeb656 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java @@ -100,10 +100,6 @@ public int onResponseBody(HttpStream stream, byte[] bodyBytesIn) { respBodyPublisher.queueBuffer(bodyBytesIn); respBodyPublisher.publishToSubscribers(); - if (bodyBytesIn.length != 0) { - throw new IllegalStateException("Unprocessed bytes remain in bodyBytesIn Buffer!"); - } - return 0; } diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index 3a12bfa6b381..3aa27e1405a7 100755 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -193,7 +193,7 @@ software.amazon.awssdk.crt aws-crt - 0.3.35 + 0.4.1 compile diff --git a/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java b/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java new file mode 100644 index 000000000000..96c3605652ce --- /dev/null +++ b/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java @@ -0,0 +1,106 @@ +/* + * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package software.amazon.awssdk.benchmark.apicall.httpclient.async; + +import org.openjdk.jmh.annotations.*; +import org.openjdk.jmh.infra.Blackhole; +import org.openjdk.jmh.profile.StackProfiler; +import org.openjdk.jmh.results.RunResult; +import org.openjdk.jmh.runner.Runner; +import org.openjdk.jmh.runner.options.Options; +import org.openjdk.jmh.runner.options.OptionsBuilder; +import software.amazon.awssdk.benchmark.apicall.httpclient.SdkHttpClientBenchmark; +import software.amazon.awssdk.benchmark.utils.MockServer; +import software.amazon.awssdk.http.async.SdkAsyncHttpClient; +import software.amazon.awssdk.http.crt.AwsCrtAsyncHttpClient; +import software.amazon.awssdk.services.protocolrestjson.ProtocolRestJsonAsyncClient; + +import java.util.Collection; +import java.util.concurrent.CountDownLatch; +import java.util.concurrent.TimeUnit; + +import static software.amazon.awssdk.benchmark.utils.BenchmarkConstant.CONCURRENT_CALLS; +import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.awaitCountdownLatchUninterruptibly; +import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.countDownUponCompletion; + +/** + * Using aws-crt-client to test against local mock https server. + */ +@State(Scope.Benchmark) +@Warmup(iterations = 3, time = 15, timeUnit = TimeUnit.SECONDS) +@Measurement(iterations = 5, time = 10, timeUnit = TimeUnit.SECONDS) +@Fork(2) // To reduce difference between each run +@BenchmarkMode(Mode.Throughput) +public class AwsCrtClientNonTLSBenchmark implements SdkHttpClientBenchmark { + + private MockServer mockServer; + private SdkAsyncHttpClient sdkHttpClient; + private ProtocolRestJsonAsyncClient client; + + @Setup(Level.Trial) + public void setup() throws Exception { + mockServer = new MockServer(); + mockServer.start(); + + sdkHttpClient = AwsCrtAsyncHttpClient.builder() + .verifyPeer(false) + .build(); + + client = ProtocolRestJsonAsyncClient.builder() + .endpointOverride(mockServer.getHttpUri()) + .httpClient(sdkHttpClient) + .build(); + + // Making sure the request actually succeeds + client.allTypes().join(); + } + + @TearDown(Level.Trial) + public void tearDown() throws Exception { + mockServer.stop(); + client.close(); + sdkHttpClient.close(); + } + + @Override + @Benchmark + @OperationsPerInvocation(CONCURRENT_CALLS) + public void concurrentApiCall(Blackhole blackhole) { + CountDownLatch countDownLatch = new CountDownLatch(CONCURRENT_CALLS); + for (int i = 0; i < CONCURRENT_CALLS; i++) { + countDownUponCompletion(blackhole, client.allTypes(), countDownLatch); + } + + awaitCountdownLatchUninterruptibly(countDownLatch, 10, TimeUnit.SECONDS); + + } + + @Override + @Benchmark + public void sequentialApiCall(Blackhole blackhole) { + CountDownLatch countDownLatch = new CountDownLatch(1); + countDownUponCompletion(blackhole, client.allTypes(), countDownLatch); + awaitCountdownLatchUninterruptibly(countDownLatch, 1, TimeUnit.SECONDS); + } + + public static void main(String... args) throws Exception { + Options opt = new OptionsBuilder() + .include(AwsCrtClientNonTLSBenchmark.class.getSimpleName()) + .addProfiler(StackProfiler.class) + .build(); + Collection run = new Runner(opt).run(); + } +} From 7713022ddbb846a1212922923e9aad0c3d31d5be Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 4 Nov 2019 20:16:43 -0800 Subject: [PATCH 15/17] Removed unused import. --- .../awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java index 85705dbeb656..90c26b37e1e5 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtAsyncHttpStreamAdapter.java @@ -15,8 +15,6 @@ package software.amazon.awssdk.http.crt.internal; -import static software.amazon.awssdk.crt.utils.ByteBufferUtils.deepCopy; - import java.nio.ByteBuffer; import java.util.concurrent.CompletableFuture; import software.amazon.awssdk.annotations.SdkInternalApi; From f4c106b92e2049cb0c47d3a37f5a50cb2e69e695 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Tue, 5 Nov 2019 09:29:46 -0800 Subject: [PATCH 16/17] Fixed SPI test. --- .../awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java | 4 ++-- .../awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java index b40dd3c2a85c..87e590be4b37 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java @@ -248,8 +248,8 @@ protected synchronized void publishToSubscribers() { } } - // Check if Complete - if (queueComplete.get() && queuedBuffers.size() == 0) { + // Check if Complete, consider no subscriber as a completion. + if (queueComplete.get() && (subscriberRef.get() == null || queuedBuffers.size() == 0)) { completeSubscriptionExactlyOnce(); } } diff --git a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java index 12d4d80c8d4d..ec8a00d67763 100644 --- a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java +++ b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java @@ -37,8 +37,8 @@ import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import java.util.concurrent.atomic.AtomicReference; + import org.junit.After; -import org.junit.Assert; import org.junit.Before; import org.junit.Rule; import org.junit.Test; @@ -239,7 +239,6 @@ public void testPutRequest() throws Exception { stubFor(any(urlEqualTo(pathExpect200)).withRequestBody(binaryEqualTo(expectedBody)).willReturn(aResponse().withStatus(200))); makePutRequest(pathExpect200, expectedBody, 200); - String pathExpect404 = "/testPutRequest/return_404_always"; byte[] randomBody = generateRandomBody(TEST_BODY_LEN); stubFor(any(urlEqualTo(pathExpect404)).willReturn(aResponse().withStatus(404))); From 3757da18beaac376d5d2c2148a87bd3b2de41e70 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Tue, 5 Nov 2019 10:56:34 -0800 Subject: [PATCH 17/17] Hopefully fix the build this time. --- .../internal/AwsCrtResponseBodyPublisher.java | 8 +++++- .../AwsCrtHttpClientSpiVerificationTest.java | 20 +++++++++++++ .../async/AwsCrtClientNonTLSBenchmark.java | 28 +++++++++++++------ 3 files changed, 46 insertions(+), 10 deletions(-) diff --git a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java index 87e590be4b37..70725802a471 100644 --- a/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java +++ b/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtResponseBodyPublisher.java @@ -132,6 +132,12 @@ protected void request(long n) { outstandingReqs = outstandingRequests.addAndGet(n); } + /* + * Since we buffer, in the case where the subscriber came in after the publication has already begun, + * go ahead and flush what we have. + */ + publishToSubscribers(); + log.trace(() -> "Subscriber Requested more Buffers. Outstanding Requests: " + outstandingReqs); } @@ -249,7 +255,7 @@ protected synchronized void publishToSubscribers() { } // Check if Complete, consider no subscriber as a completion. - if (queueComplete.get() && (subscriberRef.get() == null || queuedBuffers.size() == 0)) { + if (queueComplete.get() && queuedBuffers.size() == 0) { completeSubscriptionExactlyOnce(); } } diff --git a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java index ec8a00d67763..066ddee7449e 100644 --- a/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java +++ b/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientSpiVerificationTest.java @@ -201,6 +201,25 @@ private void makePutRequest(String path, byte[] reqBody, int expectedStatus) thr final AtomicReference response = new AtomicReference<>(null); final AtomicReference error = new AtomicReference<>(null); + Subscriber subscriber = new Subscriber() { + @Override + public void onSubscribe(Subscription subscription) { + subscription.request(Long.MAX_VALUE); + } + + @Override + public void onNext(ByteBuffer byteBuffer) { + } + + @Override + public void onError(Throwable throwable) { + } + + @Override + public void onComplete() { + } + }; + SdkAsyncHttpResponseHandler handler = new SdkAsyncHttpResponseHandler() { @Override public void onHeaders(SdkHttpResponse headers) { @@ -208,6 +227,7 @@ public void onHeaders(SdkHttpResponse headers) { } @Override public void onStream(Publisher stream) { + stream.subscribe(subscriber); streamReceived.complete(true); } diff --git a/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java b/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java index 96c3605652ce..37dddb607774 100644 --- a/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java +++ b/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient/async/AwsCrtClientNonTLSBenchmark.java @@ -15,7 +15,25 @@ package software.amazon.awssdk.benchmark.apicall.httpclient.async; -import org.openjdk.jmh.annotations.*; +import static software.amazon.awssdk.benchmark.utils.BenchmarkConstant.CONCURRENT_CALLS; +import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.awaitCountdownLatchUninterruptibly; +import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.countDownUponCompletion; + +import java.util.Collection; +import java.util.concurrent.CountDownLatch; +import java.util.concurrent.TimeUnit; +import org.openjdk.jmh.annotations.Benchmark; +import org.openjdk.jmh.annotations.BenchmarkMode; +import org.openjdk.jmh.annotations.Fork; +import org.openjdk.jmh.annotations.Level; +import org.openjdk.jmh.annotations.Measurement; +import org.openjdk.jmh.annotations.Mode; +import org.openjdk.jmh.annotations.OperationsPerInvocation; +import org.openjdk.jmh.annotations.Scope; +import org.openjdk.jmh.annotations.Setup; +import org.openjdk.jmh.annotations.State; +import org.openjdk.jmh.annotations.TearDown; +import org.openjdk.jmh.annotations.Warmup; import org.openjdk.jmh.infra.Blackhole; import org.openjdk.jmh.profile.StackProfiler; import org.openjdk.jmh.results.RunResult; @@ -28,14 +46,6 @@ import software.amazon.awssdk.http.crt.AwsCrtAsyncHttpClient; import software.amazon.awssdk.services.protocolrestjson.ProtocolRestJsonAsyncClient; -import java.util.Collection; -import java.util.concurrent.CountDownLatch; -import java.util.concurrent.TimeUnit; - -import static software.amazon.awssdk.benchmark.utils.BenchmarkConstant.CONCURRENT_CALLS; -import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.awaitCountdownLatchUninterruptibly; -import static software.amazon.awssdk.benchmark.utils.BenchmarkUtils.countDownUponCompletion; - /** * Using aws-crt-client to test against local mock https server. */