aws-sdk-core 2.11.578 → 2.11.579

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1f4aad654dd00a02396f49bba456018bd307713362a7871806229ae143b3182
4
- data.tar.gz: c084c945ba4a2f92c0df4d8e55076f0bb98bb7c748a00b08923c137a9460ab1c
3
+ metadata.gz: 760bc3990e966b31e94d51a50379977a29175d62f642005f3afb885535d9346c
4
+ data.tar.gz: ccc7471fb0ab97159194466f7ce8ced9b520bef9727c263e5feec476f19ac29d
5
5
  SHA512:
6
- metadata.gz: a3ecded464e9146ec163e7dc303ec0a550db26ec39b2dcb22afc6dfde55329c5449d42eebe01f53b99886f5dfd555d7b84462def4db30a1e89870715a8362e07
7
- data.tar.gz: 054dc8cb140884e453133cf494f147657e43150a86c2456b548333a131d145ce31e96cab1e9a0bfde235c3fbbc9fc27afdc54044ba597e91fb981f6a789508eb
6
+ metadata.gz: 448064d17a43dca96f8b7a169fc8ceb156bc787f5552e9854668d71170ca6c7efa573b34663644f423318d1c15976a182f1824190f5c22b02d616daa224ccc46
7
+ data.tar.gz: e79b09222ed3b9bf9bf12bb574d5b1034441fc523d6fa200b69fb04ae68e02eb85cf47326591a8c0c140910529e9fa559ded0f1f2f650243cb9d1f625d4f042b
@@ -1022,6 +1022,10 @@
1022
1022
  "shape":"DomainDetails",
1023
1023
  "locationName":"domainDetails"
1024
1024
  },
1025
+ "ErrorCode":{
1026
+ "shape":"String",
1027
+ "locationName":"errorCode"
1028
+ },
1025
1029
  "RemoteIpDetails":{
1026
1030
  "shape":"RemoteIpDetails",
1027
1031
  "locationName":"remoteIpDetails"
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "DataSourceInclusionsExclusionsStringsMember":{
753
753
  "type":"string",
754
- "max":150,
754
+ "max":50,
755
755
  "min":1
756
756
  },
757
757
  "DataSourceName":{
@@ -1596,7 +1596,8 @@
1596
1596
  "DocumentTitle":{"shape":"TextWithHighlights"},
1597
1597
  "DocumentExcerpt":{"shape":"TextWithHighlights"},
1598
1598
  "DocumentURI":{"shape":"Url"},
1599
- "DocumentAttributes":{"shape":"DocumentAttributeList"}
1599
+ "DocumentAttributes":{"shape":"DocumentAttributeList"},
1600
+ "ScoreAttributes":{"shape":"ScoreAttributes"}
1600
1601
  }
1601
1602
  },
1602
1603
  "QueryResultItemList":{
@@ -1875,6 +1876,20 @@
1875
1876
  ]
1876
1877
  },
1877
1878
  "ScanSchedule":{"type":"string"},
1879
+ "ScoreAttributes":{
1880
+ "type":"structure",
1881
+ "members":{
1882
+ "ScoreConfidence":{"shape":"ScoreConfidence"}
1883
+ }
1884
+ },
1885
+ "ScoreConfidence":{
1886
+ "type":"string",
1887
+ "enum":[
1888
+ "VERY_HIGH",
1889
+ "HIGH",
1890
+ "MEDIUM"
1891
+ ]
1892
+ },
1878
1893
  "Search":{
1879
1894
  "type":"structure",
1880
1895
  "members":{
@@ -1060,6 +1060,14 @@
1060
1060
  "SuggestedPresentationDelaySeconds": {
1061
1061
  "locationName": "suggestedPresentationDelaySeconds",
1062
1062
  "shape": "__integer"
1063
+ },
1064
+ "UtcTiming": {
1065
+ "locationName": "utcTiming",
1066
+ "shape": "UtcTiming"
1067
+ },
1068
+ "UtcTimingUri": {
1069
+ "locationName": "utcTimingUri",
1070
+ "shape": "__string"
1063
1071
  }
1064
1072
  },
1065
1073
  "type": "structure"
@@ -2422,6 +2430,14 @@
2422
2430
  },
2423
2431
  "type": "structure"
2424
2432
  },
2433
+ "UtcTiming": {
2434
+ "enum": [
2435
+ "NONE",
2436
+ "HTTP-HEAD",
2437
+ "HTTP-ISO"
2438
+ ],
2439
+ "type": "string"
2440
+ },
2425
2441
  "__AdTriggersElement": {
2426
2442
  "enum": [
2427
2443
  "SPLICE_INSERT",
@@ -378,6 +378,7 @@
378
378
  "members":{
379
379
  "resource":{"shape":"Arn"},
380
380
  "input":{"shape":"SensitiveData"},
381
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
381
382
  "timeoutInSeconds":{
382
383
  "shape":"TimeoutInSeconds",
383
384
  "box":true
@@ -397,7 +398,8 @@
397
398
  "ActivitySucceededEventDetails":{
398
399
  "type":"structure",
399
400
  "members":{
400
- "output":{"shape":"SensitiveData"}
401
+ "output":{"shape":"SensitiveData"},
402
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
401
403
  }
402
404
  },
403
405
  "ActivityTimedOutEventDetails":{
@@ -419,6 +421,12 @@
419
421
  "max":256,
420
422
  "min":1
421
423
  },
424
+ "CloudWatchEventsExecutionDataDetails":{
425
+ "type":"structure",
426
+ "members":{
427
+ "included":{"shape":"included"}
428
+ }
429
+ },
422
430
  "CloudWatchLogsLogGroup":{
423
431
  "type":"structure",
424
432
  "members":{
@@ -427,7 +435,7 @@
427
435
  },
428
436
  "ConnectorParameters":{
429
437
  "type":"string",
430
- "max":32768,
438
+ "max":262144,
431
439
  "min":0,
432
440
  "sensitive":true
433
441
  },
@@ -540,8 +548,7 @@
540
548
  "executionArn",
541
549
  "stateMachineArn",
542
550
  "status",
543
- "startDate",
544
- "input"
551
+ "startDate"
545
552
  ],
546
553
  "members":{
547
554
  "executionArn":{"shape":"Arn"},
@@ -551,7 +558,9 @@
551
558
  "startDate":{"shape":"Timestamp"},
552
559
  "stopDate":{"shape":"Timestamp"},
553
560
  "input":{"shape":"SensitiveData"},
554
- "output":{"shape":"SensitiveData"}
561
+ "inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562
+ "output":{"shape":"SensitiveData"},
563
+ "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
555
564
  }
556
565
  },
557
566
  "DescribeStateMachineForExecutionInput":{
@@ -670,6 +679,7 @@
670
679
  "type":"structure",
671
680
  "members":{
672
681
  "input":{"shape":"SensitiveData"},
682
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
673
683
  "roleArn":{"shape":"Arn"}
674
684
  }
675
685
  },
@@ -686,7 +696,8 @@
686
696
  "ExecutionSucceededEventDetails":{
687
697
  "type":"structure",
688
698
  "members":{
689
- "output":{"shape":"SensitiveData"}
699
+ "output":{"shape":"SensitiveData"},
700
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
690
701
  }
691
702
  },
692
703
  "ExecutionTimedOutEventDetails":{
@@ -718,7 +729,8 @@
718
729
  "executionArn":{"shape":"Arn"},
719
730
  "maxResults":{"shape":"PageSize"},
720
731
  "reverseOrder":{"shape":"ReverseOrder"},
721
- "nextToken":{"shape":"PageToken"}
732
+ "nextToken":{"shape":"PageToken"},
733
+ "includeExecutionData":{"shape":"IncludeExecutionDataGetExecutionHistory"}
722
734
  }
723
735
  },
724
736
  "GetExecutionHistoryOutput":{
@@ -775,6 +787,12 @@
775
787
  "stateExitedEventDetails":{"shape":"StateExitedEventDetails"}
776
788
  }
777
789
  },
790
+ "HistoryEventExecutionDataDetails":{
791
+ "type":"structure",
792
+ "members":{
793
+ "truncated":{"shape":"truncated"}
794
+ }
795
+ },
778
796
  "HistoryEventList":{
779
797
  "type":"list",
780
798
  "member":{"shape":"HistoryEvent"}
@@ -844,6 +862,10 @@
844
862
  "max":256
845
863
  },
846
864
  "IncludeExecutionData":{"type":"boolean"},
865
+ "IncludeExecutionDataGetExecutionHistory":{
866
+ "type":"boolean",
867
+ "box":true
868
+ },
847
869
  "InvalidArn":{
848
870
  "type":"structure",
849
871
  "members":{
@@ -913,6 +935,7 @@
913
935
  "members":{
914
936
  "resource":{"shape":"Arn"},
915
937
  "input":{"shape":"SensitiveData"},
938
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
916
939
  "timeoutInSeconds":{
917
940
  "shape":"TimeoutInSeconds",
918
941
  "box":true
@@ -929,7 +952,8 @@
929
952
  "LambdaFunctionSucceededEventDetails":{
930
953
  "type":"structure",
931
954
  "members":{
932
- "output":{"shape":"SensitiveData"}
955
+ "output":{"shape":"SensitiveData"},
956
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
933
957
  }
934
958
  },
935
959
  "LambdaFunctionTimedOutEventDetails":{
@@ -1126,12 +1150,12 @@
1126
1150
  },
1127
1151
  "SensitiveData":{
1128
1152
  "type":"string",
1129
- "max":32768,
1153
+ "max":262144,
1130
1154
  "sensitive":true
1131
1155
  },
1132
1156
  "SensitiveDataJobInput":{
1133
1157
  "type":"string",
1134
- "max":65536,
1158
+ "max":262144,
1135
1159
  "sensitive":true
1136
1160
  },
1137
1161
  "SensitiveError":{
@@ -1165,7 +1189,8 @@
1165
1189
  "required":["name"],
1166
1190
  "members":{
1167
1191
  "name":{"shape":"Name"},
1168
- "input":{"shape":"SensitiveData"}
1192
+ "input":{"shape":"SensitiveData"},
1193
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1169
1194
  }
1170
1195
  },
1171
1196
  "StateExitedEventDetails":{
@@ -1173,7 +1198,8 @@
1173
1198
  "required":["name"],
1174
1199
  "members":{
1175
1200
  "name":{"shape":"Name"},
1176
- "output":{"shape":"SensitiveData"}
1201
+ "output":{"shape":"SensitiveData"},
1202
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1177
1203
  }
1178
1204
  },
1179
1205
  "StateMachineAlreadyExists":{
@@ -1337,6 +1363,10 @@
1337
1363
  "timeoutInSeconds":{
1338
1364
  "shape":"TimeoutInSeconds",
1339
1365
  "box":true
1366
+ },
1367
+ "heartbeatInSeconds":{
1368
+ "shape":"TimeoutInSeconds",
1369
+ "box":true
1340
1370
  }
1341
1371
  }
1342
1372
  },
@@ -1386,7 +1416,8 @@
1386
1416
  "members":{
1387
1417
  "resourceType":{"shape":"Name"},
1388
1418
  "resource":{"shape":"Name"},
1389
- "output":{"shape":"SensitiveData"}
1419
+ "output":{"shape":"SensitiveData"},
1420
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1390
1421
  }
1391
1422
  },
1392
1423
  "TaskSucceededEventDetails":{
@@ -1398,7 +1429,8 @@
1398
1429
  "members":{
1399
1430
  "resourceType":{"shape":"Name"},
1400
1431
  "resource":{"shape":"Name"},
1401
- "output":{"shape":"SensitiveData"}
1432
+ "output":{"shape":"SensitiveData"},
1433
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1402
1434
  }
1403
1435
  },
1404
1436
  "TaskTimedOut":{
@@ -1472,6 +1504,8 @@
1472
1504
  "members":{
1473
1505
  "updateDate":{"shape":"Timestamp"}
1474
1506
  }
1475
- }
1507
+ },
1508
+ "included":{"type":"boolean"},
1509
+ "truncated":{"type":"boolean"}
1476
1510
  }
1477
1511
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.578'
2
+ VERSION = '2.11.579'
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.578
4
+ version: 2.11.579
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-02 00:00:00.000000000 Z
11
+ date: 2020-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath