Skip to content

Commit

Permalink
Release v1.44.66 (2022-07-29) (#4495)
Browse files Browse the repository at this point in the history
Release v1.44.66 (2022-07-29)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Documentation updates for Amazon EC2.
* `service/fsx`: Updates service documentation
* `service/shield`: Updates service API and documentation
  * AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.
  • Loading branch information
aws-sdk-go-automation authored Jul 29, 2022
1 parent a287298 commit 16b6a40
Show file tree
Hide file tree
Showing 13 changed files with 705 additions and 124 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.66 (2022-07-29)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Documentation updates for Amazon EC2.
* `service/fsx`: Updates service documentation
* `service/shield`: Updates service API and documentation
* AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.

Release v1.44.65 (2022-07-28)
===

Expand Down
9 changes: 9 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.65"
const SDKVersion = "1.44.66"
5 changes: 4 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -33320,7 +33320,10 @@
"vpc-peering-connection",
"vpn-connection",
"vpn-gateway",
"vpc-flow-log"
"vpc-flow-log",
"capacity-reservation-fleet",
"traffic-mirror-filter-rule",
"vpc-endpoint-connection-device-type"
]
},
"ResponseError":{
Expand Down
80 changes: 40 additions & 40 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions models/apis/fsx/2018-03-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"DescribeStorageVirtualMachines": "<p>Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).</p>",
"DescribeVolumes": "<p>Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.</p>",
"DisassociateFileSystemAliases": "<p>Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html\">Working with DNS Aliases</a>.</p> <p>The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is disassociating with the file system.</p>",
"ListTagsForResource": "<p>Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for Windows File Server.</p> <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code> parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this case, send a later request with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code> from the last response.</p> <p>This action is used in an iterative process to retrieve a list of your tags. <code>ListTagsForResource</code> is called first without a <code>NextToken</code>value. Then the action continues to be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code> value until a response has no <code>NextToken</code>.</p> <p>When using this action, keep the following in mind:</p> <ul> <li> <p>The implementation might return fewer than <code>MaxResults</code> file system descriptions while still including a <code>NextToken</code> value.</p> </li> <li> <p>The order of tags returned in the response of one <code>ListTagsForResource</code> call and the order of tags returned across the responses of a multi-call iteration is unspecified.</p> </li> </ul>",
"ListTagsForResource": "<p>Lists tags for Amazon FSx resources.</p> <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code> parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this case, send a later request with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code> from the last response.</p> <p>This action is used in an iterative process to retrieve a list of your tags. <code>ListTagsForResource</code> is called first without a <code>NextToken</code>value. Then the action continues to be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code> value until a response has no <code>NextToken</code>.</p> <p>When using this action, keep the following in mind:</p> <ul> <li> <p>The implementation might return fewer than <code>MaxResults</code> file system descriptions while still including a <code>NextToken</code> value.</p> </li> <li> <p>The order of tags returned in the response of one <code>ListTagsForResource</code> call and the order of tags returned across the responses of a multi-call iteration is unspecified.</p> </li> </ul>",
"ReleaseFileSystemNfsV3Locks": "<p>Releases the file system lock from an Amazon FSx for OpenZFS file system.</p>",
"RestoreVolumeFromSnapshot": "<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot. </p>",
"TagResource": "<p>Tags an Amazon FSx resource.</p>",
Expand Down Expand Up @@ -674,7 +674,7 @@
"DataRepositoryTaskPaths": {
"base": null,
"refs": {
"CreateDataRepositoryTaskRequest$Paths": "<p>(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is <code>/mnt/fsx</code> and <code>/mnt/fsx/path1</code> is a directory or file on the file system you want to export, then the path to provide is <code>path1</code>. If a path that you provide isn't valid, the task fails.</p>",
"CreateDataRepositoryTaskRequest$Paths": "<p>A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails.</p> <ul> <li> <p>For export tasks, the list contains paths on the Amazon FSx file system from which the files are exported to the Amazon S3 bucket. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is <code>/mnt/fsx</code> and <code>/mnt/fsx/path1</code> is a directory or file on the file system you want to export, then the path to provide is <code>path1</code>.</p> </li> <li> <p>For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported to the Amazon FSx file system. The path can be an S3 bucket or prefix in the format <code>s3://myBucket/myPrefix</code> (where <code>myPrefix</code> is optional).</p> </li> </ul>",
"DataRepositoryTask$Paths": "<p>An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.</p> <p>(Default) If <code>Paths</code> is not specified, Amazon FSx uses the file system root directory.</p>"
}
},
Expand Down Expand Up @@ -1207,7 +1207,7 @@
"CopyBackupRequest$CopyTags": "<p>A Boolean flag indicating whether tags from the source backup should be copied to the backup copy. This value defaults to <code>false</code>.</p> <p>If you set <code>CopyTags</code> to <code>true</code> and the source backup has existing tags, you can use the <code>Tags</code> parameter to create new tags, provided that the sum of the source backup tags and the new tags doesn't exceed 50. Both sets of tags are merged. If there are tag conflicts (for example, two tags with the same key but different values), the tags created with the <code>Tags</code> parameter take precedence.</p>",
"CreateFileSystemLustreConfiguration$CopyTagsToBackups": "<p>(Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If <code>CopyTagsToBackups</code> is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If <code>CopyTagsToBackups</code> is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.</p> <p>(Default = <code>false</code>)</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html\"> Working with backups</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>",
"CreateFileSystemOpenZFSConfiguration$CopyTagsToBackups": "<p>A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is <code>true</code>, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.</p>",
"CreateFileSystemOpenZFSConfiguration$CopyTagsToVolumes": "<p>A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is <code>true</code>, and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value. </p>",
"CreateFileSystemOpenZFSConfiguration$CopyTagsToVolumes": "<p>A Boolean value indicating whether tags for the file system should be copied to volumes. This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags for the file system are copied to volumes where the user doesn't specify tags. If this value is <code>true</code>, and you specify one or more tags, only the specified tags are copied to volumes. If you specify one or more tags when creating the volume, no tags are copied from the file system, regardless of this value.</p>",
"CreateFileSystemWindowsConfiguration$CopyTagsToBackups": "<p>A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.</p>",
"CreateOntapVolumeConfiguration$StorageEfficiencyEnabled": "<p>Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.</p>",
"CreateOpenZFSVolumeConfiguration$CopyTagsToSnapshots": "<p>A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is <code>true</code>, and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.</p>",
Expand Down
59 changes: 57 additions & 2 deletions models/apis/shield/2016-06-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,23 @@
"type":"list",
"member":{"shape":"HealthCheckId"}
},
"InclusionProtectionFilters":{
"type":"structure",
"members":{
"ResourceArns":{"shape":"ResourceArnFilters"},
"ProtectionNames":{"shape":"ProtectionNameFilters"},
"ResourceTypes":{"shape":"ProtectedResourceTypeFilters"}
}
},
"InclusionProtectionGroupFilters":{
"type":"structure",
"members":{
"ProtectionGroupIds":{"shape":"ProtectionGroupIdFilters"},
"Patterns":{"shape":"ProtectionGroupPatternFilters"},
"ResourceTypes":{"shape":"ProtectedResourceTypeFilters"},
"Aggregations":{"shape":"ProtectionGroupAggregationFilters"}
}
},
"Integer":{"type":"integer"},
"InternalErrorException":{
"type":"structure",
Expand Down Expand Up @@ -1166,7 +1183,8 @@
"type":"structure",
"members":{
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxResults"}
"MaxResults":{"shape":"MaxResults"},
"InclusionFilters":{"shape":"InclusionProtectionGroupFilters"}
}
},
"ListProtectionGroupsResponse":{
Expand All @@ -1181,7 +1199,8 @@
"type":"structure",
"members":{
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxResults"}
"MaxResults":{"shape":"MaxResults"},
"InclusionFilters":{"shape":"InclusionProtectionFilters"}
}
},
"ListProtectionsResponse":{
Expand Down Expand Up @@ -1296,6 +1315,12 @@
"GLOBAL_ACCELERATOR"
]
},
"ProtectedResourceTypeFilters":{
"type":"list",
"member":{"shape":"ProtectedResourceType"},
"max":1,
"min":1
},
"Protection":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1332,6 +1357,12 @@
"MAX"
]
},
"ProtectionGroupAggregationFilters":{
"type":"list",
"member":{"shape":"ProtectionGroupAggregation"},
"max":1,
"min":1
},
"ProtectionGroupArbitraryPatternLimits":{
"type":"structure",
"required":["MaxMembers"],
Expand All @@ -1345,6 +1376,12 @@
"min":1,
"pattern":"[a-zA-Z0-9\\\\-]*"
},
"ProtectionGroupIdFilters":{
"type":"list",
"member":{"shape":"ProtectionGroupId"},
"max":1,
"min":1
},
"ProtectionGroupLimits":{
"type":"structure",
"required":[
Expand All @@ -1370,6 +1407,12 @@
"BY_RESOURCE_TYPE"
]
},
"ProtectionGroupPatternFilters":{
"type":"list",
"member":{"shape":"ProtectionGroupPattern"},
"max":1,
"min":1
},
"ProtectionGroupPatternTypeLimits":{
"type":"structure",
"required":["ArbitraryPatternLimits"],
Expand Down Expand Up @@ -1400,6 +1443,12 @@
"min":1,
"pattern":"[ a-zA-Z0-9_\\\\.\\\\-]*"
},
"ProtectionNameFilters":{
"type":"list",
"member":{"shape":"ProtectionName"},
"max":1,
"min":1
},
"Protections":{
"type":"list",
"member":{"shape":"Protection"}
Expand All @@ -1422,6 +1471,12 @@
"type":"list",
"member":{"shape":"ResourceArn"}
},
"ResourceArnFilters":{
"type":"list",
"member":{"shape":"ResourceArn"},
"max":1,
"min":1
},
"ResourceArnList":{
"type":"list",
"member":{"shape":"ResourceArn"}
Expand Down
Loading

0 comments on commit 16b6a40

Please sign in to comment.