Skip to content

Commit

Permalink
Release v1.44.71 (2022-08-08) (#4505)
Browse files Browse the repository at this point in the history
Release v1.44.71 (2022-08-08)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
  * Add an option to run non-urgent or non-time sensitive Glue Jobs on spare capacity
* `service/identitystore`: Updates service documentation
* `service/iotwireless`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
  * Adds support for Advance Quiet Time in Journeys. Adds RefreshOnSegmentUpdate and WaitForQuietTime to JourneyResponse.
* `service/quicksight`: Updates service documentation
  * A series of documentation updates to the QuickSight API reference.
* `service/sso`: Updates service documentation
  * Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
* `service/sso-admin`: Updates service documentation
* `service/sso-oidc`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Aug 8, 2022
1 parent f81b2dc commit 114784d
Show file tree
Hide file tree
Showing 26 changed files with 1,488 additions and 384 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.44.71 (2022-08-08)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
* Add an option to run non-urgent or non-time sensitive Glue Jobs on spare capacity
* `service/identitystore`: Updates service documentation
* `service/iotwireless`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
* Adds support for Advance Quiet Time in Journeys. Adds RefreshOnSegmentUpdate and WaitForQuietTime to JourneyResponse.
* `service/quicksight`: Updates service documentation
* A series of documentation updates to the QuickSight API reference.
* `service/sso`: Updates service documentation
* Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
* `service/sso-admin`: Updates service documentation
* `service/sso-oidc`: Updates service documentation

Release v1.44.70 (2022-08-04)
===

Expand Down
49 changes: 49 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.70"
const SDKVersion = "1.44.71"
34 changes: 26 additions & 8 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4217,7 +4217,8 @@
"CANCELLING",
"CANCELLED",
"SUCCEEDED",
"FAILED"
"FAILED",
"ERROR"
]
},
"Crawler":{
Expand Down Expand Up @@ -4586,7 +4587,8 @@
"GlueVersion":{"shape":"GlueVersionString"},
"NumberOfWorkers":{"shape":"NullableInteger"},
"WorkerType":{"shape":"WorkerType"},
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
"ExecutionClass":{"shape":"ExecutionClass"}
}
},
"CreateJobResponse":{
Expand Down Expand Up @@ -5751,6 +5753,14 @@
}
},
"EventQueueArn":{"type":"string"},
"ExecutionClass":{
"type":"string",
"enum":[
"FLEX",
"STANDARD"
],
"max":16
},
"ExecutionProperty":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7411,7 +7421,8 @@
"SecurityConfiguration":{"shape":"NameString"},
"NotificationProperty":{"shape":"NotificationProperty"},
"GlueVersion":{"shape":"GlueVersionString"},
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
"ExecutionClass":{"shape":"ExecutionClass"}
}
},
"JobBookmarkEntry":{
Expand Down Expand Up @@ -7492,7 +7503,8 @@
"LogGroupName":{"shape":"GenericString"},
"NotificationProperty":{"shape":"NotificationProperty"},
"GlueVersion":{"shape":"GlueVersionString"},
"DPUSeconds":{"shape":"NullableDouble"}
"DPUSeconds":{"shape":"NullableDouble"},
"ExecutionClass":{"shape":"ExecutionClass"}
}
},
"JobRunList":{
Expand All @@ -7508,7 +7520,9 @@
"STOPPED",
"SUCCEEDED",
"FAILED",
"TIMEOUT"
"TIMEOUT",
"ERROR",
"WAITING"
]
},
"JobUpdate":{
Expand All @@ -7535,7 +7549,8 @@
"SecurityConfiguration":{"shape":"NameString"},
"NotificationProperty":{"shape":"NotificationProperty"},
"GlueVersion":{"shape":"GlueVersionString"},
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
"ExecutionClass":{"shape":"ExecutionClass"}
}
},
"Join":{
Expand Down Expand Up @@ -9881,7 +9896,8 @@
"SecurityConfiguration":{"shape":"NameString"},
"NotificationProperty":{"shape":"NotificationProperty"},
"WorkerType":{"shape":"WorkerType"},
"NumberOfWorkers":{"shape":"NullableInteger"}
"NumberOfWorkers":{"shape":"NullableInteger"},
"ExecutionClass":{"shape":"ExecutionClass"}
}
},
"StartJobRunResponse":{
Expand Down Expand Up @@ -11111,7 +11127,9 @@
"FailedActions":{"shape":"IntegerValue"},
"StoppedActions":{"shape":"IntegerValue"},
"SucceededActions":{"shape":"IntegerValue"},
"RunningActions":{"shape":"IntegerValue"}
"RunningActions":{"shape":"IntegerValue"},
"ErroredActions":{"shape":"IntegerValue"},
"WaitingActions":{"shape":"IntegerValue"}
}
},
"WorkflowRunStatus":{
Expand Down
14 changes: 13 additions & 1 deletion models/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2568,6 +2568,16 @@
"S3Target$DlqEventQueueArn": "<p>A valid Amazon dead-letter SQS ARN. For example, <code>arn:aws:sqs:region:account:deadLetterQueue</code>.</p>"
}
},
"ExecutionClass": {
"base": null,
"refs": {
"CreateJobRequest$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
"Job$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
"JobRun$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
"JobUpdate$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
"StartJobRunRequest$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>"
}
},
"ExecutionProperty": {
"base": "<p>An execution property of a job.</p>",
"refs": {
Expand Down Expand Up @@ -3783,7 +3793,9 @@
"WorkflowRunStatistics$FailedActions": "<p>Total number of Actions that have failed.</p>",
"WorkflowRunStatistics$StoppedActions": "<p>Total number of Actions that have stopped.</p>",
"WorkflowRunStatistics$SucceededActions": "<p>Total number of Actions that have succeeded.</p>",
"WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>"
"WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>",
"WorkflowRunStatistics$ErroredActions": "<p>Indicates the count of job runs in the ERROR state in the workflow run.</p>",
"WorkflowRunStatistics$WaitingActions": "<p>Indicates the count of job runs in WAITING state in the workflow run.</p>"
}
},
"InternalServiceException": {
Expand Down
18 changes: 9 additions & 9 deletions models/apis/identitystore/2020-06-15/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups). For more information about AWS, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">AWS Single Sign-On User Guide</a>.</p>",
"service": "<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p>",
"operations": {
"DescribeGroup": "<p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity store.</p>",
"DescribeUser": "<p>Retrieves the user metadata and attributes from <code>UserId</code> in an identity store.</p>",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"Filter": {
"base": "<p>A query filter used by <code>ListUsers</code> and <code>ListGroup</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>",
"base": "<p>A query filter used by <code>ListUsers</code> and <code>ListGroups</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>",
"refs": {
"Filters$member": null
}
Expand Down Expand Up @@ -134,11 +134,11 @@
"RequestId": {
"base": null,
"refs": {
"AccessDeniedException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"InternalServerException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ResourceNotFoundException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ThrottlingException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ValidationException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
"AccessDeniedException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"InternalServerException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ResourceNotFoundException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ThrottlingException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
"ValidationException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
}
},
"ResourceId": {
Expand All @@ -149,7 +149,7 @@
"DescribeUserRequest$UserId": "<p>The identifier for a user in the identity store.</p>",
"DescribeUserResponse$UserId": "<p>The identifier for a user in the identity store.</p>",
"Group$GroupId": "<p>The identifier for a group in the identity store.</p>",
"ResourceNotFoundException$ResourceId": "<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy SSO identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>",
"ResourceNotFoundException$ResourceId": "<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy single sign-on identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>",
"User$UserId": "<p>The identifier for a user in the identity store.</p>"
}
},
Expand All @@ -161,7 +161,7 @@
"ResourceType": {
"base": null,
"refs": {
"ResourceNotFoundException$ResourceType": "<p>The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
"ResourceNotFoundException$ResourceType": "<p>The type of resource in the identity store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
}
},
"SensitiveStringType": {
Expand Down

0 comments on commit 114784d

Please sign in to comment.