Skip to content

Commit

Permalink
Release v1.44.197 (2023-02-08) (#4719)
Browse files Browse the repository at this point in the history
Release v1.44.197 (2023-02-08)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/cloudfront`: Updates service API and documentation
  * CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
* `service/glue`: Updates service API and documentation
  * DirectJDBCSource + Glue 4.0 streaming options
* `service/lakeformation`: Updates service API
  • Loading branch information
aws-sdk-go-automation authored Feb 8, 2023
1 parent 1c759fb commit 0112dc8
Show file tree
Hide file tree
Showing 22 changed files with 974 additions and 3,481 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.197 (2023-02-08)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/cloudfront`: Updates service API and documentation
* CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
* `service/glue`: Updates service API and documentation
* DirectJDBCSource + Glue 4.0 streaming options
* `service/lakeformation`: Updates service API

Release v1.44.196 (2023-02-07)
===

Expand Down
24 changes: 24 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.196"
const SDKVersion = "1.44.197"
24 changes: 16 additions & 8 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,8 @@
"BackupOptions":{"shape":"BackupOptions"},
"BackupType":{"shape":"string"},
"ParentJobId":{"shape":"string"},
"IsParent":{"shape":"boolean"}
"IsParent":{"shape":"boolean"},
"ResourceName":{"shape":"string"}
}
},
"BackupJobChildJobsInState":{
Expand Down Expand Up @@ -1559,7 +1560,8 @@
"IsParent":{"shape":"boolean"},
"CompositeMemberIdentifier":{"shape":"string"},
"NumberOfChildJobs":{"shape":"Long"},
"ChildJobsInState":{"shape":"CopyJobChildJobsInState"}
"ChildJobsInState":{"shape":"CopyJobChildJobsInState"},
"ResourceName":{"shape":"string"}
}
},
"CopyJobChildJobsInState":{
Expand Down Expand Up @@ -1907,7 +1909,8 @@
"ParentJobId":{"shape":"string"},
"IsParent":{"shape":"boolean"},
"NumberOfChildJobs":{"shape":"Long"},
"ChildJobsInState":{"shape":"BackupJobChildJobsInState"}
"ChildJobsInState":{"shape":"BackupJobChildJobsInState"},
"ResourceName":{"shape":"string"}
}
},
"DescribeBackupVaultInput":{
Expand Down Expand Up @@ -2005,7 +2008,8 @@
"members":{
"ResourceArn":{"shape":"ARN"},
"ResourceType":{"shape":"ResourceType"},
"LastBackupTime":{"shape":"timestamp"}
"LastBackupTime":{"shape":"timestamp"},
"ResourceName":{"shape":"string"}
}
},
"DescribeRecoveryPointInput":{
Expand Down Expand Up @@ -2051,7 +2055,8 @@
"LastRestoreTime":{"shape":"timestamp"},
"ParentRecoveryPointArn":{"shape":"ARN"},
"CompositeMemberIdentifier":{"shape":"string"},
"IsParent":{"shape":"boolean"}
"IsParent":{"shape":"boolean"},
"ResourceName":{"shape":"string"}
}
},
"DescribeRegionSettingsInput":{
Expand Down Expand Up @@ -3132,7 +3137,8 @@
"members":{
"ResourceArn":{"shape":"ARN"},
"ResourceType":{"shape":"ResourceType"},
"LastBackupTime":{"shape":"timestamp"}
"LastBackupTime":{"shape":"timestamp"},
"ResourceName":{"shape":"string"}
}
},
"ProtectedResourcesList":{
Expand Down Expand Up @@ -3205,7 +3211,8 @@
"LastRestoreTime":{"shape":"timestamp"},
"ParentRecoveryPointArn":{"shape":"ARN"},
"CompositeMemberIdentifier":{"shape":"string"},
"IsParent":{"shape":"boolean"}
"IsParent":{"shape":"boolean"},
"ResourceName":{"shape":"string"}
}
},
"RecoveryPointByBackupVaultList":{
Expand All @@ -3223,7 +3230,8 @@
"BackupSizeBytes":{"shape":"Long"},
"BackupVaultName":{"shape":"BackupVaultName"},
"IsParent":{"shape":"boolean"},
"ParentRecoveryPointArn":{"shape":"ARN"}
"ParentRecoveryPointArn":{"shape":"ARN"},
"ResourceName":{"shape":"string"}
}
},
"RecoveryPointByResourceList":{
Expand Down
12 changes: 10 additions & 2 deletions models/apis/backup/2018-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ListRestoreJobs": "<p>Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.</p>",
"ListTags": "<p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.</p> <p> <code>ListTags</code> only works for resource types that support full Backup management of their backups. Those resource types are listed in the \"Full Backup management\" section of the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource\"> Feature availability by resource</a> table.</p>",
"PutBackupVaultAccessPolicy": "<p>Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.</p>",
"PutBackupVaultLockConfiguration": "<p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault.</p> <note> <p>Backup Vault Lock has yet to receive a third-party assessment for SEC 17a-4(f) and CFTC.</p> </note>",
"PutBackupVaultLockConfiguration": "<p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault.</p> <note> <p>Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the <a href=\"samples/cohassetreport.zip\">Cohasset Associates Compliance Assessment.</a> </p> </note>",
"PutBackupVaultNotifications": "<p>Turns on notifications on a backup vault for the specified topic and events.</p>",
"StartBackupJob": "<p>Starts an on-demand backup job for the specified resource.</p>",
"StartCopyJob": "<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p>",
Expand Down Expand Up @@ -154,7 +154,7 @@
"RestoreJobsListMember$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
"RestoreJobsListMember$CreatedResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
"StartBackupJobInput$ResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
"StartBackupJobOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
"StartBackupJobOutput$RecoveryPointArn": "<p> <i>Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.</i> </p> <p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
"StartCopyJobInput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point to use for the copy job; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. </p>",
"StartCopyJobInput$DestinationBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
"StartRestoreJobInput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
Expand Down Expand Up @@ -1810,6 +1810,7 @@
"BackupJob$PercentDone": "<p>Contains an estimated percentage complete of a job at the time the job status was queried.</p>",
"BackupJob$BackupType": "<p>Represents the type of backup for a backup job.</p>",
"BackupJob$ParentJobId": "<p>This uniquely identifies a request to Backup to back up a resource. The return will be the parent (composite) job ID.</p>",
"BackupJob$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"BackupPlanTemplatesListMember$BackupPlanTemplateId": "<p>Uniquely identifies a stored backup plan template.</p>",
"BackupPlanTemplatesListMember$BackupPlanTemplateName": "<p>The optional display name of a backup plan template.</p>",
"BackupPlansListMember$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
Expand All @@ -1831,6 +1832,7 @@
"CopyJob$StatusMessage": "<p>A detailed message explaining the status of the job to copy a resource.</p>",
"CopyJob$ParentJobId": "<p>This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.</p>",
"CopyJob$CompositeMemberIdentifier": "<p>This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax\"> logical ID</a> within a stack.</p>",
"CopyJob$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"CreateBackupPlanInput$CreatorRequestId": "<p>Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a <code>CreatorRequestId</code> that matches an existing backup plan, that plan is returned. This parameter is optional.</p> <p>If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.</p>",
"CreateBackupPlanOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
"CreateBackupPlanOutput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.</p>",
Expand Down Expand Up @@ -1863,15 +1865,18 @@
"DescribeBackupJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>",
"DescribeBackupJobOutput$BackupType": "<p>Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow Copy Service (VSS) backup was taken, <code>BackupType</code> returns <code>\"WindowsVSS\"</code>. If <code>BackupType</code> is empty, then the backup type was a regular backup.</p>",
"DescribeBackupJobOutput$ParentJobId": "<p>This returns the parent (composite) resource backup job ID.</p>",
"DescribeBackupJobOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"DescribeBackupVaultInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
"DescribeBackupVaultOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
"DescribeBackupVaultOutput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
"DescribeCopyJobInput$CopyJobId": "<p>Uniquely identifies a copy job.</p>",
"DescribeFrameworkOutput$DeploymentStatus": "<p>The deployment status of a framework. The statuses are:</p> <p> <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED</code> </p>",
"DescribeFrameworkOutput$FrameworkStatus": "<p>A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:</p> <ul> <li> <p> <code>ACTIVE</code> when recording is turned on for all resources governed by the framework.</p> </li> <li> <p> <code>PARTIALLY_ACTIVE</code> when recording is turned off for at least one resource governed by the framework.</p> </li> <li> <p> <code>INACTIVE</code> when recording is turned off for all resources governed by the framework.</p> </li> <li> <p> <code>UNAVAILABLE</code> when Backup is unable to validate recording status at this time.</p> </li> </ul>",
"DescribeFrameworkOutput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>DescribeFrameworkOutput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
"DescribeProtectedResourceOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the reason for the recovery point deletion failure.</p>",
"DescribeRecoveryPointOutput$CompositeMemberIdentifier": "<p>This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax\"> logical ID</a> within a stack.</p>",
"DescribeRecoveryPointOutput$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"DescribeRestoreJobOutput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
"DescribeRestoreJobOutput$StatusMessage": "<p>A message showing the status of a job to restore a recovery point.</p>",
"DescribeRestoreJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>",
Expand Down Expand Up @@ -1961,9 +1966,12 @@
"MissingParameterValueException$Message": null,
"MissingParameterValueException$Type": "<p/>",
"MissingParameterValueException$Context": "<p/>",
"ProtectedResource$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"RecoveryPointByBackupVault$StatusMessage": "<p>A message explaining the reason of the recovery point deletion failure.</p>",
"RecoveryPointByBackupVault$CompositeMemberIdentifier": "<p>This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax\"> logical ID</a> within a stack.</p>",
"RecoveryPointByBackupVault$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"RecoveryPointByResource$StatusMessage": "<p>A message explaining the reason of the recovery point deletion failure.</p>",
"RecoveryPointByResource$ResourceName": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>",
"RecoveryPointCreator$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
"RecoveryPointCreator$BackupPlanVersion": "<p>Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.</p>",
"RecoveryPointCreator$BackupRuleId": "<p>Uniquely identifies a rule used to schedule the backup of a selection of resources.</p>",
Expand Down
Loading

0 comments on commit 0112dc8

Please sign in to comment.