Skip to content

Commit

Permalink
Updates SDK to v2.1685.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 28, 2024
1 parent add526c commit ce146e7
Show file tree
Hide file tree
Showing 36 changed files with 4,522 additions and 148 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1685.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AppConfig",
"description": "This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile."
},
{
"type": "feature",
"category": "DataZone",
"description": "Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target."
},
{
"type": "feature",
"category": "DeviceFarm",
"description": "This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space"
},
{
"type": "feature",
"category": "InternetMonitor",
"description": "Adds new querying types to show overall traffic suggestion information for monitors"
},
{
"type": "feature",
"category": "PCS",
"description": "Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1684.0-->
<!--LATEST=2.1685.0-->
<!--ENTRYINSERT-->

## 2.1685.0
* feature: AppConfig: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
* feature: DataZone: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
* feature: DeviceFarm: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
* feature: EC2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
* feature: InternetMonitor: Adds new querying types to show overall traffic suggestion information for monitors
* feature: PCS: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.

## 2.1684.0
* feature: Bedrock: Amazon Bedrock SDK updates for Inference Profile.
* feature: BedrockRuntime: Amazon Bedrock SDK updates for Inference Profile.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1684.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1685.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
93 changes: 77 additions & 16 deletions apis/appconfig-2019-10-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"endpointPrefix": "appconfig",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceAbbreviation": "AppConfig",
"serviceFullName": "Amazon AppConfig",
"serviceId": "AppConfig",
"signatureVersion": "v4",
"signingName": "appconfig",
"uid": "appconfig-2019-10-09"
"uid": "appconfig-2019-10-09",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"CreateApplication": {
Expand Down Expand Up @@ -286,6 +292,10 @@
"ConfigurationProfileId": {
"location": "uri",
"locationName": "ConfigurationProfileId"
},
"DeletionProtectionCheck": {
"location": "header",
"locationName": "x-amzn-deletion-protection-check"
}
}
}
Expand Down Expand Up @@ -318,17 +328,21 @@
"input": {
"type": "structure",
"required": [
"ApplicationId",
"EnvironmentId"
"EnvironmentId",
"ApplicationId"
],
"members": {
"EnvironmentId": {
"location": "uri",
"locationName": "EnvironmentId"
},
"ApplicationId": {
"location": "uri",
"locationName": "ApplicationId"
},
"EnvironmentId": {
"location": "uri",
"locationName": "EnvironmentId"
"DeletionProtectionCheck": {
"location": "header",
"locationName": "x-amzn-deletion-protection-check"
}
}
}
Expand Down Expand Up @@ -406,6 +420,16 @@
}
}
},
"GetAccountSettings": {
"http": {
"method": "GET",
"requestUri": "/settings",
"responseCode": 200
},
"output": {
"shape": "S1r"
}
},
"GetApplication": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -542,7 +566,7 @@
}
},
"output": {
"shape": "S1y"
"shape": "S22"
}
},
"GetDeploymentStrategy": {
Expand Down Expand Up @@ -857,10 +881,10 @@
"type": "float"
},
"StartedAt": {
"shape": "S26"
"shape": "S2a"
},
"CompletedAt": {
"shape": "S26"
"shape": "S2a"
},
"VersionLabel": {}
}
Expand Down Expand Up @@ -1133,7 +1157,7 @@
}
},
"output": {
"shape": "S1y"
"shape": "S22"
}
},
"StopDeployment": {
Expand Down Expand Up @@ -1166,7 +1190,7 @@
}
},
"output": {
"shape": "S1y"
"shape": "S22"
}
},
"TagResource": {
Expand Down Expand Up @@ -1217,6 +1241,24 @@
}
}
},
"UpdateAccountSettings": {
"http": {
"method": "PATCH",
"requestUri": "/settings",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"DeletionProtection": {
"shape": "S1s"
}
}
},
"output": {
"shape": "S1r"
}
},
"UpdateApplication": {
"http": {
"method": "PATCH",
Expand Down Expand Up @@ -1631,7 +1673,26 @@
},
"payload": "Content"
},
"S1y": {
"S1r": {
"type": "structure",
"members": {
"DeletionProtection": {
"shape": "S1s"
}
}
},
"S1s": {
"type": "structure",
"members": {
"Enabled": {
"type": "boolean"
},
"ProtectionPeriodInMinutes": {
"type": "integer"
}
}
},
"S22": {
"type": "structure",
"members": {
"ApplicationId": {},
Expand Down Expand Up @@ -1680,7 +1741,7 @@
}
},
"OccurredAt": {
"shape": "S26"
"shape": "S2a"
}
}
}
Expand All @@ -1689,10 +1750,10 @@
"type": "float"
},
"StartedAt": {
"shape": "S26"
"shape": "S2a"
},
"CompletedAt": {
"shape": "S26"
"shape": "S2a"
},
"AppliedExtensions": {
"type": "list",
Expand All @@ -1715,7 +1776,7 @@
"VersionLabel": {}
}
},
"S26": {
"S2a": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
Loading

0 comments on commit ce146e7

Please sign in to comment.