aws-sdk-core 2.11.584 → 2.11.585

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1a8d101700a6b8624438a79e66139a6b0ad6f5fe68a208b1f9543d28e1b7916
4
- data.tar.gz: 001f5ae1d6d5bb7d9f5b94a91aa40b05eaaa412f26d42b68d65ab981e1ab6203
3
+ metadata.gz: ee43dd3cac07f71c137c5f0c4c7591cca4bbba78b76bcad5731dc45f62bda424
4
+ data.tar.gz: 8cc230c90d4cfc0dec84704d29f1983700df95f3b527795aefa2f0c4e819d284
5
5
  SHA512:
6
- metadata.gz: 1194cbe414f00de509f101e477c06417278db63d5ea819d0b31dfea531a628520fff9c64f7d3e3bc38294cfdcf8d3e039f54216acdee443701568cb99b65ee32
7
- data.tar.gz: 58fac72ee2e54a11c2fcac4eef101abd3c7f1882e142ea7e9ed735f01ec30c3bb784f0e5e777f1acb378a5fe6281686d3a919e035d41d12e747561582b5a7077
6
+ metadata.gz: e88fbab4286a80a8e03405146e15ad493da6400367ae435b7ff7bba64d85c42e9abc9c8b7619626a3cab2230437da162750ac69a60c4f2fa90906c9954d11a83
7
+ data.tar.gz: b57b1044c5cf6749a091abe10ca7e23877cd5eea70f200b42c919f7a300adcf14bbbcd759a20453c8779f1fbf1ddfcd3e56f70f6c2df1c642a46c438986cce21
@@ -932,6 +932,7 @@
932
932
  "Tags":{"shape":"TagList"},
933
933
  "StorageEncrypted":{"shape":"BooleanOptional"},
934
934
  "KmsKeyId":{"shape":"String"},
935
+ "PreSignedUrl":{"shape":"String"},
935
936
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
936
937
  "DeletionProtection":{"shape":"BooleanOptional"}
937
938
  }
@@ -1,5 +1,29 @@
1
1
  {
2
2
  "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
+ },
3
27
  "DescribeDBClusters": {
4
28
  "input_token": "Marker",
5
29
  "limit_key": "MaxRecords",
@@ -36,6 +60,12 @@
36
60
  "output_token": "Marker",
37
61
  "result_key": "OrderableDBInstanceOptions"
38
62
  },
63
+ "DescribePendingMaintenanceActions": {
64
+ "input_token": "Marker",
65
+ "limit_key": "MaxRecords",
66
+ "output_token": "Marker",
67
+ "result_key": "PendingMaintenanceActions"
68
+ },
39
69
  "ListTagsForResource": {
40
70
  "result_key": "TagList"
41
71
  }
@@ -29355,7 +29355,8 @@
29355
29355
  "enum":[
29356
29356
  "t2",
29357
29357
  "t3",
29358
- "t3a"
29358
+ "t3a",
29359
+ "t4g"
29359
29360
  ]
29360
29361
  },
29361
29362
  "UnmonitorInstancesRequest":{
@@ -1138,6 +1138,7 @@
1138
1138
  "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1139
1139
  "FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
1140
1140
  "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1141
+ "StateDB":{"shape":"StateDBType"},
1141
1142
  "Status":{"shape":"NodeStatus"},
1142
1143
  "CreationDate":{"shape":"Timestamp"}
1143
1144
  }
@@ -1151,7 +1152,8 @@
1151
1152
  "members":{
1152
1153
  "InstanceType":{"shape":"InstanceTypeString"},
1153
1154
  "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1154
- "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"}
1155
+ "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1156
+ "StateDB":{"shape":"StateDBType"}
1155
1157
  }
1156
1158
  },
1157
1159
  "NodeFabricAttributes":{
@@ -1354,6 +1356,13 @@
1354
1356
  "error":{"httpStatusCode":409},
1355
1357
  "exception":true
1356
1358
  },
1359
+ "StateDBType":{
1360
+ "type":"string",
1361
+ "enum":[
1362
+ "LevelDB",
1363
+ "CouchDB"
1364
+ ]
1365
+ },
1357
1366
  "String":{"type":"string"},
1358
1367
  "ThresholdComparator":{
1359
1368
  "type":"string",
@@ -41,6 +41,7 @@
41
41
  {"shape":"InvalidDefinition"},
42
42
  {"shape":"InvalidName"},
43
43
  {"shape":"InvalidLoggingConfiguration"},
44
+ {"shape":"InvalidTracingConfiguration"},
44
45
  {"shape":"StateMachineAlreadyExists"},
45
46
  {"shape":"StateMachineDeleting"},
46
47
  {"shape":"StateMachineLimitExceeded"},
@@ -319,6 +320,7 @@
319
320
  {"shape":"InvalidArn"},
320
321
  {"shape":"InvalidDefinition"},
321
322
  {"shape":"InvalidLoggingConfiguration"},
323
+ {"shape":"InvalidTracingConfiguration"},
322
324
  {"shape":"MissingRequiredParameter"},
323
325
  {"shape":"StateMachineDeleting"},
324
326
  {"shape":"StateMachineDoesNotExist"}
@@ -471,7 +473,8 @@
471
473
  "roleArn":{"shape":"Arn"},
472
474
  "type":{"shape":"StateMachineType"},
473
475
  "loggingConfiguration":{"shape":"LoggingConfiguration"},
474
- "tags":{"shape":"TagList"}
476
+ "tags":{"shape":"TagList"},
477
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
475
478
  }
476
479
  },
477
480
  "CreateStateMachineOutput":{
@@ -560,7 +563,8 @@
560
563
  "input":{"shape":"SensitiveData"},
561
564
  "inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562
565
  "output":{"shape":"SensitiveData"},
563
- "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
566
+ "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
567
+ "traceHeader":{"shape":"TraceHeader"}
564
568
  }
565
569
  },
566
570
  "DescribeStateMachineForExecutionInput":{
@@ -585,7 +589,8 @@
585
589
  "definition":{"shape":"Definition"},
586
590
  "roleArn":{"shape":"Arn"},
587
591
  "updateDate":{"shape":"Timestamp"},
588
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
592
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
593
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
589
594
  }
590
595
  },
591
596
  "DescribeStateMachineInput":{
@@ -613,9 +618,11 @@
613
618
  "roleArn":{"shape":"Arn"},
614
619
  "type":{"shape":"StateMachineType"},
615
620
  "creationDate":{"shape":"Timestamp"},
616
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
621
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
622
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
617
623
  }
618
624
  },
625
+ "Enabled":{"type":"boolean"},
619
626
  "ErrorMessage":{"type":"string"},
620
627
  "EventId":{"type":"long"},
621
628
  "ExecutionAbortedEventDetails":{
@@ -915,6 +922,13 @@
915
922
  },
916
923
  "exception":true
917
924
  },
925
+ "InvalidTracingConfiguration":{
926
+ "type":"structure",
927
+ "members":{
928
+ "message":{"shape":"ErrorMessage"}
929
+ },
930
+ "exception":true
931
+ },
918
932
  "LambdaFunctionFailedEventDetails":{
919
933
  "type":"structure",
920
934
  "members":{
@@ -1170,7 +1184,8 @@
1170
1184
  "members":{
1171
1185
  "stateMachineArn":{"shape":"Arn"},
1172
1186
  "name":{"shape":"Name"},
1173
- "input":{"shape":"SensitiveData"}
1187
+ "input":{"shape":"SensitiveData"},
1188
+ "traceHeader":{"shape":"TraceHeader"}
1174
1189
  }
1175
1190
  },
1176
1191
  "StartExecutionOutput":{
@@ -1468,6 +1483,18 @@
1468
1483
  },
1469
1484
  "exception":true
1470
1485
  },
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
+ },
1471
1498
  "UnsignedInteger":{
1472
1499
  "type":"integer",
1473
1500
  "min":0
@@ -1495,7 +1522,8 @@
1495
1522
  "stateMachineArn":{"shape":"Arn"},
1496
1523
  "definition":{"shape":"Definition"},
1497
1524
  "roleArn":{"shape":"Arn"},
1498
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
1525
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
1526
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
1499
1527
  }
1500
1528
  },
1501
1529
  "UpdateStateMachineOutput":{
@@ -2565,6 +2565,7 @@
2565
2565
  "protocols" : [ "https" ]
2566
2566
  },
2567
2567
  "endpoints" : {
2568
+ "af-south-1" : { },
2568
2569
  "ap-east-1" : { },
2569
2570
  "ap-northeast-1" : { },
2570
2571
  "ap-northeast-2" : { },
@@ -2574,6 +2575,7 @@
2574
2575
  "ca-central-1" : { },
2575
2576
  "eu-central-1" : { },
2576
2577
  "eu-north-1" : { },
2578
+ "eu-south-1" : { },
2577
2579
  "eu-west-1" : { },
2578
2580
  "eu-west-2" : { },
2579
2581
  "eu-west-3" : { },
@@ -8135,7 +8137,7 @@
8135
8137
  "credentialScope" : {
8136
8138
  "region" : "us-gov-west-1"
8137
8139
  },
8138
- "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
8140
+ "hostname" : "s3-fips.us-gov-west-1.amazonaws.com"
8139
8141
  },
8140
8142
  "us-gov-east-1" : {
8141
8143
  "hostname" : "s3.us-gov-east-1.amazonaws.com",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.584'
2
+ VERSION = '2.11.585'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.584
4
+ version: 2.11.585
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-11 00:00:00.000000000 Z
11
+ date: 2020-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath