Skip to content

Commit

Permalink
Updates SDK to v2.953.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 23, 2021
1 parent 719dd1a commit 4f98fe5
Show file tree
Hide file tree
Showing 17 changed files with 1,598 additions and 568 deletions.
12 changes: 12 additions & 0 deletions .changes/2.953.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "S3Outposts",
"description": "Add on-premise access type support for endpoints"
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.952.0-->
<!--LATEST=2.953.0-->
<!--ENTRYINSERT-->

## 2.953.0
* feature: S3Outposts: Add on-premise access type support for endpoints
* feature: SecurityHub: Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains.

## 2.952.0
* feature: DataBrew: This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs
* feature: EC2: This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.952.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.953.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
2 changes: 1 addition & 1 deletion apis/imagebuilder-2019-12-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5283,7 +5283,7 @@
"members": {
"uninstallAfterBuild": {
"shape": "NullableBoolean",
"documentation": "<p>This property defaults to true. If Image Builder installs the SSM agent on a build instance, it removes the agent before creating a snapshot for the AMI. To ensure that the AMI you create includes the SSM agent, set this property to false.</p>"
"documentation": "<p>Controls whether the SSM agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.</p>"
}
},
"documentation": "<p>Contains settings for the SSM agent on your build instance.</p>"
Expand Down
11 changes: 9 additions & 2 deletions apis/s3outposts-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"members": {
"OutpostId": {},
"SubnetId": {},
"SecurityGroupId": {}
"SecurityGroupId": {},
"AccessType": {},
"CustomerOwnedIpv4Pool": {}
}
},
"output": {
Expand Down Expand Up @@ -102,7 +104,12 @@
"NetworkInterfaceId": {}
}
}
}
},
"VpcId": {},
"SubnetId": {},
"SecurityGroupId": {},
"AccessType": {},
"CustomerOwnedIpv4Pool": {}
}
}
},
Expand Down
85 changes: 57 additions & 28 deletions apis/s3outposts-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"shape": "ConflictException"
}
],
"documentation": "<p>S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). </p> <p>This action creates an endpoint and associates it with the specified Outpost. </p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>"
"documentation": "<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action creates an endpoint and associates it with the specified Outposts.</p> <note> <p>It can take up to 5 minutes for this action to complete.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>"
},
"DeleteEndpoint": {
"name": "DeleteEndpoint",
Expand All @@ -67,7 +67,7 @@
"shape": "ValidationException"
}
],
"documentation": "<p>S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). </p> <p>This action deletes an endpoint. </p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>"
"documentation": "<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action deletes an endpoint.</p> <note> <p>It can take up to 5 minutes for this action to complete.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>"
},
"ListEndpoints": {
"name": "ListEndpoints",
Expand Down Expand Up @@ -95,14 +95,12 @@
"shape": "ValidationException"
}
],
"documentation": "<p>S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). </p> <p>This action lists endpoints associated with the Outpost. </p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> </ul>"
"documentation": "<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action lists endpoints associated with the Outposts. </p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> </ul>"
}
},
"shapes": {
"CidrBlock": {
"type": "string",
"max": 20,
"min": 1
"type": "string"
},
"CreateEndpointRequest": {
"type": "structure",
Expand All @@ -114,15 +112,23 @@
"members": {
"OutpostId": {
"shape": "OutpostId",
"documentation": "<p>The ID of the AWS Outpost. </p>"
"documentation": "<p>The ID of the AWS Outposts. </p>"
},
"SubnetId": {
"shape": "SubnetId",
"documentation": "<p>The ID of the subnet in the selected VPC.</p>"
"documentation": "<p>The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has the Amazon S3 on Outposts provisioned.</p>"
},
"SecurityGroupId": {
"shape": "SecurityGroupId",
"documentation": "<p>The ID of the security group to use with the endpoint.</p>"
},
"AccessType": {
"shape": "EndpointAccessType",
"documentation": "<p>The type of access for the on-premise network connectivity for the Outpost endpoint. To access the endpoint from an on-premises network, you must specify the access type and provide the customer owned IPv4 pool.</p>"
},
"CustomerOwnedIpv4Pool": {
"shape": "CustomerOwnedIpv4Pool",
"documentation": "<p>The ID of the customer-owned IPv4 pool for the endpoint. IP addresses will be allocated from this pool for the endpoint.</p>"
}
}
},
Expand All @@ -138,6 +144,10 @@
"CreationTime": {
"type": "timestamp"
},
"CustomerOwnedIpv4Pool": {
"type": "string",
"pattern": "^ipv4pool-coip-([0-9a-f]{17})$"
},
"DeleteEndpointRequest": {
"type": "structure",
"required": [
Expand All @@ -147,13 +157,13 @@
"members": {
"EndpointId": {
"shape": "EndpointId",
"documentation": "<p>The ID of the end point.</p>",
"documentation": "<p>The ID of the endpoint.</p>",
"location": "querystring",
"locationName": "endpointId"
},
"OutpostId": {
"shape": "OutpostId",
"documentation": "<p>The ID of the AWS Outpost. </p>",
"documentation": "<p>The ID of the AWS Outposts. </p>",
"location": "querystring",
"locationName": "outpostId"
}
Expand All @@ -168,7 +178,7 @@
},
"OutpostsId": {
"shape": "OutpostId",
"documentation": "<p>The ID of the AWS Outpost.</p>"
"documentation": "<p>The ID of the AWS Outposts.</p>"
},
"CidrBlock": {
"shape": "CidrBlock",
Expand All @@ -185,27 +195,51 @@
"NetworkInterfaces": {
"shape": "NetworkInterfaces",
"documentation": "<p>The network interface of the endpoint.</p>"
},
"VpcId": {
"shape": "VpcId",
"documentation": "<p>The ID of the VPC used for the endpoint.</p>"
},
"SubnetId": {
"shape": "SubnetId",
"documentation": "<p>The ID of the subnet used for the endpoint.</p>"
},
"SecurityGroupId": {
"shape": "SecurityGroupId",
"documentation": "<p>The ID of the security group used for the endpoint.</p>"
},
"AccessType": {
"shape": "EndpointAccessType",
"documentation": "<p/>"
},
"CustomerOwnedIpv4Pool": {
"shape": "CustomerOwnedIpv4Pool",
"documentation": "<p>The ID of the customer-owned IPv4 pool used for the endpoint.</p>"
}
},
"documentation": "<p>S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). </p>"
"documentation": "<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p>"
},
"EndpointAccessType": {
"type": "string",
"enum": [
"Private",
"CustomerOwnedIp"
]
},
"EndpointArn": {
"type": "string",
"max": 500,
"min": 5,
"pattern": "^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3-outposts:[a-z\\-0-9]*:[0-9]{12}:outpost/(op-[a-f0-9]{17}|ec2)/endpoint/[a-zA-Z0-9]{19}$"
},
"EndpointId": {
"type": "string",
"max": 500,
"min": 5,
"pattern": "^[a-zA-Z0-9]{19}$"
},
"EndpointStatus": {
"type": "string",
"enum": [
"PENDING",
"AVAILABLE"
"Pending",
"Available",
"Deleting"
]
},
"Endpoints": {
Expand Down Expand Up @@ -236,7 +270,7 @@
"members": {
"Endpoints": {
"shape": "Endpoints",
"documentation": "<p>Returns an array of endpoints associated with AWS Outpost.</p>"
"documentation": "<p>Returns an array of endpoints associated with AWS Outposts.</p>"
},
"NextToken": {
"shape": "NextToken",
Expand All @@ -260,9 +294,7 @@
"documentation": "<p>The container for the network interface.</p>"
},
"NetworkInterfaceId": {
"type": "string",
"max": 100,
"min": 1
"type": "string"
},
"NetworkInterfaces": {
"type": "list",
Expand All @@ -278,21 +310,18 @@
},
"OutpostId": {
"type": "string",
"max": 100,
"min": 1,
"pattern": "^(op-[a-f0-9]{17}|\\d{12}|ec2)$"
},
"SecurityGroupId": {
"type": "string",
"max": 100,
"min": 1,
"pattern": "^sg-([0-9a-f]{8}|[0-9a-f]{17})$"
},
"SubnetId": {
"type": "string",
"max": 100,
"min": 1,
"pattern": "^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
},
"VpcId": {
"type": "string"
}
},
"documentation": "<p>Amazon S3 on Outposts provides access to S3 on Outposts operations.</p>"
Expand Down
Loading

0 comments on commit 4f98fe5

Please sign in to comment.