Skip to content

Commit 4545788

Browse files
author
awstools
committed
Updates SDK to v2.694.0
1 parent 0a14270 commit 4545788

37 files changed

+8004
-504
lines changed

.changes/2.694.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppConfig",
5+
"description": "This release allows customers to choose from a list of predefined deployment strategies while starting deployments."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeArtifact",
10+
"description": "Added support for AWS CodeArtifact."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ComputeOptimizer",
15+
"description": "Compute Optimizer supports exporting recommendations to Amazon S3."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DLM",
20+
"description": "Reducing the schedule name of DLM Lifecycle policy from 500 to 120 characters. "
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EC2",
25+
"description": "New C6g instances powered by AWS Graviton2 processors and ideal for running advanced, compute-intensive workloads; New R6g instances powered by AWS Graviton2 processors and ideal for running memory-intensive workloads."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Macie2",
30+
"description": "This release of the Amazon Macie API removes support for the ArchiveFindings and UnarchiveFindings operations. This release also adds UNKNOWN as an encryption type for S3 bucket metadata."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Shield",
35+
"description": "Corrections to the supported format for contact phone numbers and to the description for the create subscription action."
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.693.0-->
2+
<!--LATEST=2.694.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.694.0
6+
* feature: AppConfig: This release allows customers to choose from a list of predefined deployment strategies while starting deployments.
7+
* feature: CodeArtifact: Added support for AWS CodeArtifact.
8+
* feature: ComputeOptimizer: Compute Optimizer supports exporting recommendations to Amazon S3.
9+
* feature: DLM: Reducing the schedule name of DLM Lifecycle policy from 500 to 120 characters.
10+
* feature: EC2: New C6g instances powered by AWS Graviton2 processors and ideal for running advanced, compute-intensive workloads; New R6g instances powered by AWS Graviton2 processors and ideal for running memory-intensive workloads.
11+
* feature: Macie2: This release of the Amazon Macie API removes support for the ArchiveFindings and UnarchiveFindings operations. This release also adds UNKNOWN as an encryption type for S3 bucket metadata.
12+
* feature: Shield: Corrections to the supported format for contact phone numbers and to the description for the create subscription action.
13+
514
## 2.693.0
615
* feature: Transfer: This release updates the API so customers can test use of Source IP to allow, deny or limit access to data in their S3 buckets after integrating their identity provider.
716

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.693.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.694.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/appconfig-2019-10-09.min.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"output": {
135-
"shape": "Sr"
135+
"shape": "Ss"
136136
}
137137
},
138138
"DeleteApplication": {
@@ -284,7 +284,8 @@
284284
"type": "structure",
285285
"members": {
286286
"Content": {
287-
"type": "blob"
287+
"type": "blob",
288+
"sensitive": true
288289
},
289290
"ConfigurationVersion": {
290291
"location": "header",
@@ -355,7 +356,7 @@
355356
}
356357
},
357358
"output": {
358-
"shape": "S18"
359+
"shape": "S19"
359360
}
360361
},
361362
"GetDeploymentStrategy": {
@@ -404,7 +405,7 @@
404405
}
405406
},
406407
"output": {
407-
"shape": "Sr"
408+
"shape": "Ss"
408409
}
409410
},
410411
"ListApplications": {
@@ -583,10 +584,10 @@
583584
"type": "float"
584585
},
585586
"StartedAt": {
586-
"shape": "S1e"
587+
"shape": "S1f"
587588
},
588589
"CompletedAt": {
589-
"shape": "S1e"
590+
"shape": "S1f"
590591
}
591592
}
592593
}
@@ -628,7 +629,7 @@
628629
"Items": {
629630
"type": "list",
630631
"member": {
631-
"shape": "Sr"
632+
"shape": "Ss"
632633
}
633634
},
634635
"NextToken": {}
@@ -695,7 +696,7 @@
695696
}
696697
},
697698
"output": {
698-
"shape": "S18"
699+
"shape": "S19"
699700
}
700701
},
701702
"StopDeployment": {
@@ -728,7 +729,7 @@
728729
}
729730
},
730731
"output": {
731-
"shape": "S18"
732+
"shape": "S19"
732733
}
733734
},
734735
"TagResource": {
@@ -898,7 +899,7 @@
898899
}
899900
},
900901
"output": {
901-
"shape": "Sr"
902+
"shape": "Ss"
902903
}
903904
},
904905
"ValidateConfiguration": {
@@ -954,7 +955,10 @@
954955
],
955956
"members": {
956957
"Type": {},
957-
"Content": {}
958+
"Content": {
959+
"type": "string",
960+
"sensitive": true
961+
}
958962
}
959963
}
960964
},
@@ -1001,7 +1005,7 @@
10011005
}
10021006
}
10031007
},
1004-
"Sr": {
1008+
"Ss": {
10051009
"type": "structure",
10061010
"members": {
10071011
"ApplicationId": {},
@@ -1014,7 +1018,7 @@
10141018
}
10151019
}
10161020
},
1017-
"S18": {
1021+
"S19": {
10181022
"type": "structure",
10191023
"members": {
10201024
"ApplicationId": {},
@@ -1048,7 +1052,7 @@
10481052
"TriggeredBy": {},
10491053
"Description": {},
10501054
"OccurredAt": {
1051-
"shape": "S1e"
1055+
"shape": "S1f"
10521056
}
10531057
}
10541058
}
@@ -1057,14 +1061,14 @@
10571061
"type": "float"
10581062
},
10591063
"StartedAt": {
1060-
"shape": "S1e"
1064+
"shape": "S1f"
10611065
},
10621066
"CompletedAt": {
1063-
"shape": "S1e"
1067+
"shape": "S1f"
10641068
}
10651069
}
10661070
},
1067-
"S1e": {
1071+
"S1f": {
10681072
"type": "timestamp",
10691073
"timestampFormat": "iso8601"
10701074
}

apis/appconfig-2019-10-09.normal.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
{
256256
"shape": "InternalServerException"
257257
},
258-
{
259-
"shape": "ResourceNotFoundException"
260-
},
261258
{
262259
"shape": "BadRequestException"
263260
}
@@ -791,7 +788,8 @@
791788
"pattern": "arn:(aws[a-zA-Z-]*)?:[a-z]+:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1})?:(\\d{12})?:[a-zA-Z0-9-_/:.]+"
792789
},
793790
"Blob": {
794-
"type": "blob"
791+
"type": "blob",
792+
"sensitive": true
795793
},
796794
"Configuration": {
797795
"type": "structure",
@@ -839,7 +837,7 @@
839837
"documentation": "<p>The URI location of the configuration.</p>"
840838
},
841839
"RetrievalRoleArn": {
842-
"shape": "Arn",
840+
"shape": "RoleArn",
843841
"documentation": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>"
844842
},
845843
"Validators": {
@@ -941,7 +939,7 @@
941939
"documentation": "<p>A URI to locate the configuration. You can specify a Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object. For an SSM document, specify either the document name in the format <code>ssm-document://&lt;Document_name&gt;</code> or the Amazon Resource Name (ARN). For a parameter, specify either the parameter name in the format <code>ssm-parameter://&lt;Parameter_name&gt;</code> or the ARN. For an Amazon S3 object, specify the URI in the following format: <code>s3://&lt;bucket&gt;/&lt;objectKey&gt; </code>. Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json</p>"
942940
},
943941
"RetrievalRoleArn": {
944-
"shape": "Arn",
942+
"shape": "RoleArn",
945943
"documentation": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>"
946944
},
947945
"Validators": {
@@ -1285,7 +1283,7 @@
12851283
},
12861284
"DeploymentStrategyId": {
12871285
"type": "string",
1288-
"pattern": "([a-z0-9]{4,7}|arn:aws.*)"
1286+
"pattern": "(^[a-z0-9]{4,7}$|^AppConfig\\.[A-Za-z0-9]{9,40}$)"
12891287
},
12901288
"DeploymentStrategyList": {
12911289
"type": "list",
@@ -1737,7 +1735,7 @@
17371735
"documentation": "<p>ARN of the Amazon CloudWatch alarm.</p>"
17381736
},
17391737
"AlarmRoleArn": {
1740-
"shape": "Arn",
1738+
"shape": "RoleArn",
17411739
"documentation": "<p>ARN of an IAM role for AppConfig to monitor <code>AlarmArn</code>.</p>"
17421740
}
17431741
},
@@ -1782,6 +1780,12 @@
17821780
}
17831781
}
17841782
},
1783+
"RoleArn": {
1784+
"type": "string",
1785+
"max": 2048,
1786+
"min": 20,
1787+
"pattern": "^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$"
1788+
},
17851789
"StartDeploymentRequest": {
17861790
"type": "structure",
17871791
"required": [
@@ -1861,7 +1865,8 @@
18611865
"StringWithLengthBetween0And32768": {
18621866
"type": "string",
18631867
"max": 32768,
1864-
"min": 0
1868+
"min": 0,
1869+
"sensitive": true
18651870
},
18661871
"StringWithLengthBetween1And64": {
18671872
"type": "string",
@@ -1995,7 +2000,7 @@
19952000
"documentation": "<p>A description of the configuration profile.</p>"
19962001
},
19972002
"RetrievalRoleArn": {
1998-
"shape": "Arn",
2003+
"shape": "RoleArn",
19992004
"documentation": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>"
20002005
},
20012006
"Validators": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)