Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit e0d3a58

Browse files
Release v1.34.23 (2020-09-14) (#3536)
Release v1.34.23 (2020-09-14) === ### Service Client Updates * `service/docdb`: Updates service API, documentation, and paginators * Updated API documentation and added paginators for DescribeCertificates, DescribeDBClusterParameterGroups, DescribeDBClusterParameters, DescribeDBClusterSnapshots and DescribePendingMaintenanceActions * `service/ec2`: Updates service API * This release adds support for the T4G instance family to the EC2 ModifyDefaultCreditSpecification and GetDefaultCreditSpecification APIs. * `service/managedblockchain`: Updates service API and documentation * `service/states`: Updates service API and documentation * This release of the AWS Step Functions SDK introduces support for AWS X-Ray.
1 parent b883990 commit e0d3a58

File tree

18 files changed

+739
-116
lines changed

18 files changed

+739
-116
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.34.23 (2020-09-14)
2+
===
3+
4+
### Service Client Updates
5+
* `service/docdb`: Updates service API, documentation, and paginators
6+
* Updated API documentation and added paginators for DescribeCertificates, DescribeDBClusterParameterGroups, DescribeDBClusterParameters, DescribeDBClusterSnapshots and DescribePendingMaintenanceActions
7+
* `service/ec2`: Updates service API
8+
* This release adds support for the T4G instance family to the EC2 ModifyDefaultCreditSpecification and GetDefaultCreditSpecification APIs.
9+
* `service/managedblockchain`: Updates service API and documentation
10+
* `service/states`: Updates service API and documentation
11+
* This release of the AWS Step Functions SDK introduces support for AWS X-Ray.
12+
113
Release v1.34.22 (2020-09-11)
214
===
315

aws/endpoints/defaults.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.34.22"
8+
const SDKVersion = "1.34.23"

models/apis/docdb/2014-10-31/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@
932932
"Tags":{"shape":"TagList"},
933933
"StorageEncrypted":{"shape":"BooleanOptional"},
934934
"KmsKeyId":{"shape":"String"},
935+
"PreSignedUrl":{"shape":"String"},
935936
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
936937
"DeletionProtection":{"shape":"BooleanOptional"}
937938
}

models/apis/docdb/2014-10-31/docs-2.json

Lines changed: 29 additions & 28 deletions
Large diffs are not rendered by default.

models/apis/docdb/2014-10-31/paginators-1.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"pagination": {
3+
"DescribeCertificates": {
4+
"input_token": "Marker",
5+
"limit_key": "MaxRecords",
6+
"output_token": "Marker",
7+
"result_key": "Certificates"
8+
},
9+
"DescribeDBClusterParameterGroups": {
10+
"input_token": "Marker",
11+
"limit_key": "MaxRecords",
12+
"output_token": "Marker",
13+
"result_key": "DBClusterParameterGroups"
14+
},
15+
"DescribeDBClusterParameters": {
16+
"input_token": "Marker",
17+
"limit_key": "MaxRecords",
18+
"output_token": "Marker",
19+
"result_key": "Parameters"
20+
},
21+
"DescribeDBClusterSnapshots": {
22+
"input_token": "Marker",
23+
"limit_key": "MaxRecords",
24+
"output_token": "Marker",
25+
"result_key": "DBClusterSnapshots"
26+
},
327
"DescribeDBClusters": {
428
"input_token": "Marker",
529
"limit_key": "MaxRecords",
@@ -36,6 +60,12 @@
3660
"output_token": "Marker",
3761
"result_key": "OrderableDBInstanceOptions"
3862
},
63+
"DescribePendingMaintenanceActions": {
64+
"input_token": "Marker",
65+
"limit_key": "MaxRecords",
66+
"output_token": "Marker",
67+
"result_key": "PendingMaintenanceActions"
68+
},
3969
"ListTagsForResource": {
4070
"result_key": "TagList"
4171
}

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29355,7 +29355,8 @@
2935529355
"enum":[
2935629356
"t2",
2935729357
"t3",
29358-
"t3a"
29358+
"t3a",
29359+
"t4g"
2935929360
]
2936029361
},
2936129362
"UnmonitorInstancesRequest":{

models/apis/managedblockchain/2018-09-24/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@
11381138
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
11391139
"FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
11401140
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1141+
"StateDB":{"shape":"StateDBType"},
11411142
"Status":{"shape":"NodeStatus"},
11421143
"CreationDate":{"shape":"Timestamp"}
11431144
}
@@ -1151,7 +1152,8 @@
11511152
"members":{
11521153
"InstanceType":{"shape":"InstanceTypeString"},
11531154
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
1154-
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"}
1155+
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1156+
"StateDB":{"shape":"StateDBType"}
11551157
}
11561158
},
11571159
"NodeFabricAttributes":{
@@ -1354,6 +1356,13 @@
13541356
"error":{"httpStatusCode":409},
13551357
"exception":true
13561358
},
1359+
"StateDBType":{
1360+
"type":"string",
1361+
"enum":[
1362+
"LevelDB",
1363+
"CouchDB"
1364+
]
1365+
},
13571366
"String":{"type":"string"},
13581367
"ThresholdComparator":{
13591368
"type":"string",

models/apis/managedblockchain/2018-09-24/docs-2.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"GetNetwork": "<p>Returns detailed information about a network.</p>",
1313
"GetNode": "<p>Returns detailed information about a peer node.</p>",
1414
"GetProposal": "<p>Returns detailed information about a proposal.</p>",
15-
"ListInvitations": "<p>Returns a listing of all invitations made on the specified network.</p>",
15+
"ListInvitations": "<p>Returns a listing of all invitations for the current AWS account.</p>",
1616
"ListMembers": "<p>Returns a listing of the members in a network and properties of their configurations.</p>",
1717
"ListNetworks": "<p>Returns information about the networks in which the current AWS account has members.</p>",
1818
"ListNodes": "<p>Returns information about the nodes within a network.</p>",
@@ -383,7 +383,7 @@
383383
"base": "<p>Configuration properties for logging events associated with a member of a Managed Blockchain network.</p>",
384384
"refs": {
385385
"Member$LogPublishingConfiguration": "<p>Configuration properties for logging events associated with a member.</p>",
386-
"MemberConfiguration$LogPublishingConfiguration": "<p/>",
386+
"MemberConfiguration$LogPublishingConfiguration": "<p>Configuration properties for logging events associated with a member of a Managed Blockchain network.</p>",
387387
"UpdateMemberInput$LogPublishingConfiguration": "<p>Configuration properties for publishing to Amazon CloudWatch Logs.</p>"
388388
}
389389
},
@@ -522,8 +522,8 @@
522522
"NodeLogPublishingConfiguration": {
523523
"base": "<p>Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.</p>",
524524
"refs": {
525-
"Node$LogPublishingConfiguration": "<p/>",
526-
"NodeConfiguration$LogPublishingConfiguration": "<p/>",
525+
"Node$LogPublishingConfiguration": "<p>Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.</p>",
526+
"NodeConfiguration$LogPublishingConfiguration": "<p>Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network. </p>",
527527
"UpdateNodeInput$LogPublishingConfiguration": "<p>Configuration properties for publishing to Amazon CloudWatch Logs.</p>"
528528
}
529529
},
@@ -731,6 +731,13 @@
731731
"refs": {
732732
}
733733
},
734+
"StateDBType": {
735+
"base": null,
736+
"refs": {
737+
"Node$StateDB": "<p>The state database that the node uses. Values are <code>LevelDB</code> or <code>CouchDB</code>.</p>",
738+
"NodeConfiguration$StateDB": "<p>The state database that the node uses. Values are <code>LevelDB</code> or <code>CouchDB</code>. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is <code>CouchDB</code>.</p>"
739+
}
740+
},
734741
"String": {
735742
"base": null,
736743
"refs": {

models/apis/states/2016-11-23/api-2.json

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
{"shape":"InvalidDefinition"},
4242
{"shape":"InvalidName"},
4343
{"shape":"InvalidLoggingConfiguration"},
44+
{"shape":"InvalidTracingConfiguration"},
4445
{"shape":"StateMachineAlreadyExists"},
4546
{"shape":"StateMachineDeleting"},
4647
{"shape":"StateMachineLimitExceeded"},
@@ -319,6 +320,7 @@
319320
{"shape":"InvalidArn"},
320321
{"shape":"InvalidDefinition"},
321322
{"shape":"InvalidLoggingConfiguration"},
323+
{"shape":"InvalidTracingConfiguration"},
322324
{"shape":"MissingRequiredParameter"},
323325
{"shape":"StateMachineDeleting"},
324326
{"shape":"StateMachineDoesNotExist"}
@@ -471,7 +473,8 @@
471473
"roleArn":{"shape":"Arn"},
472474
"type":{"shape":"StateMachineType"},
473475
"loggingConfiguration":{"shape":"LoggingConfiguration"},
474-
"tags":{"shape":"TagList"}
476+
"tags":{"shape":"TagList"},
477+
"tracingConfiguration":{"shape":"TracingConfiguration"}
475478
}
476479
},
477480
"CreateStateMachineOutput":{
@@ -560,7 +563,8 @@
560563
"input":{"shape":"SensitiveData"},
561564
"inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562565
"output":{"shape":"SensitiveData"},
563-
"outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
566+
"outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
567+
"traceHeader":{"shape":"TraceHeader"}
564568
}
565569
},
566570
"DescribeStateMachineForExecutionInput":{
@@ -585,7 +589,8 @@
585589
"definition":{"shape":"Definition"},
586590
"roleArn":{"shape":"Arn"},
587591
"updateDate":{"shape":"Timestamp"},
588-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
592+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
593+
"tracingConfiguration":{"shape":"TracingConfiguration"}
589594
}
590595
},
591596
"DescribeStateMachineInput":{
@@ -613,9 +618,11 @@
613618
"roleArn":{"shape":"Arn"},
614619
"type":{"shape":"StateMachineType"},
615620
"creationDate":{"shape":"Timestamp"},
616-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
621+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
622+
"tracingConfiguration":{"shape":"TracingConfiguration"}
617623
}
618624
},
625+
"Enabled":{"type":"boolean"},
619626
"ErrorMessage":{"type":"string"},
620627
"EventId":{"type":"long"},
621628
"ExecutionAbortedEventDetails":{
@@ -915,6 +922,13 @@
915922
},
916923
"exception":true
917924
},
925+
"InvalidTracingConfiguration":{
926+
"type":"structure",
927+
"members":{
928+
"message":{"shape":"ErrorMessage"}
929+
},
930+
"exception":true
931+
},
918932
"LambdaFunctionFailedEventDetails":{
919933
"type":"structure",
920934
"members":{
@@ -1170,7 +1184,8 @@
11701184
"members":{
11711185
"stateMachineArn":{"shape":"Arn"},
11721186
"name":{"shape":"Name"},
1173-
"input":{"shape":"SensitiveData"}
1187+
"input":{"shape":"SensitiveData"},
1188+
"traceHeader":{"shape":"TraceHeader"}
11741189
}
11751190
},
11761191
"StartExecutionOutput":{
@@ -1468,6 +1483,18 @@
14681483
},
14691484
"exception":true
14701485
},
1486+
"TraceHeader":{
1487+
"type":"string",
1488+
"max":256,
1489+
"min":0,
1490+
"pattern":"\\p{ASCII}*"
1491+
},
1492+
"TracingConfiguration":{
1493+
"type":"structure",
1494+
"members":{
1495+
"enabled":{"shape":"Enabled"}
1496+
}
1497+
},
14711498
"UnsignedInteger":{
14721499
"type":"integer",
14731500
"min":0
@@ -1495,7 +1522,8 @@
14951522
"stateMachineArn":{"shape":"Arn"},
14961523
"definition":{"shape":"Definition"},
14971524
"roleArn":{"shape":"Arn"},
1498-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
1525+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
1526+
"tracingConfiguration":{"shape":"TracingConfiguration"}
14991527
}
15001528
},
15011529
"UpdateStateMachineOutput":{

0 commit comments

Comments
 (0)