aws-sdk-core 2.11.559 → 2.11.564
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 +4 -4
- data/apis/appsync/2017-07-25/api-2.json +2 -6
- data/apis/ec2/2016-11-15/api-2.json +179 -5
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/glue/2017-03-31/api-2.json +13 -6
- data/apis/lambda/2015-03-31/api-2.json +17 -3
- data/apis/lambda/2015-03-31/examples-1.json +6 -6
- data/apis/lex-models/2017-04-19/api-2.json +12 -0
- data/apis/organizations/2016-11-28/api-2.json +3 -1
- data/apis/personalize-events/2018-03-22/api-2.json +22 -2
- data/apis/personalize-runtime/2018-05-22/api-2.json +5 -2
- data/apis/personalize/2018-05-22/api-2.json +24 -4
- data/apis/runtime.lex/2016-11-28/api-2.json +47 -1
- data/apis/s3/2006-03-01/api-2.json +21 -7
- data/apis/s3/2006-03-01/examples-1.json +117 -117
- data/apis/savingsplans/2019-06-28/api-2.json +1 -0
- data/apis/sms/2016-10-24/api-2.json +416 -7
- data/apis/transcribe/2017-10-26/api-2.json +212 -23
- data/apis/transcribe/2017-10-26/paginators-1.json +5 -0
- data/endpoints.json +51 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 486ebbdba6a64b9ec3e80aac8fff6bcd3bd6158b383f6c1383aa660b18dc38e7
|
|
4
|
+
data.tar.gz: 9e18c87fccc4310fbe9929141aec6861ede34b5119ceec4a51065954bfedc8f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a29704358d62be6a2dcc008e3a93d359b1ac0370ab4d0af16ed032dc0523502c4c4cca231b05fcd1b9a60817bfb9fb6a35801e71eae273b3a79b8985e2602b25
|
|
7
|
+
data.tar.gz: cd63db069981856bd11daee597ded2ef3a4bc3a4d13d78b923a99a9c0b521309e541d72e1147ab14bd9416895d0d9b062e338601b7ce16df33da632e127ceea9
|
|
@@ -933,7 +933,6 @@
|
|
|
933
933
|
"apiId",
|
|
934
934
|
"name",
|
|
935
935
|
"dataSourceName",
|
|
936
|
-
"requestMappingTemplate",
|
|
937
936
|
"functionVersion"
|
|
938
937
|
],
|
|
939
938
|
"members":{
|
|
@@ -984,8 +983,7 @@
|
|
|
984
983
|
"required":[
|
|
985
984
|
"apiId",
|
|
986
985
|
"typeName",
|
|
987
|
-
"fieldName"
|
|
988
|
-
"requestMappingTemplate"
|
|
986
|
+
"fieldName"
|
|
989
987
|
],
|
|
990
988
|
"members":{
|
|
991
989
|
"apiId":{
|
|
@@ -2156,7 +2154,6 @@
|
|
|
2156
2154
|
"name",
|
|
2157
2155
|
"functionId",
|
|
2158
2156
|
"dataSourceName",
|
|
2159
|
-
"requestMappingTemplate",
|
|
2160
2157
|
"functionVersion"
|
|
2161
2158
|
],
|
|
2162
2159
|
"members":{
|
|
@@ -2216,8 +2213,7 @@
|
|
|
2216
2213
|
"required":[
|
|
2217
2214
|
"apiId",
|
|
2218
2215
|
"typeName",
|
|
2219
|
-
"fieldName"
|
|
2220
|
-
"requestMappingTemplate"
|
|
2216
|
+
"fieldName"
|
|
2221
2217
|
],
|
|
2222
2218
|
"members":{
|
|
2223
2219
|
"apiId":{
|
|
@@ -384,6 +384,15 @@
|
|
|
384
384
|
"input":{"shape":"CreateCapacityReservationRequest"},
|
|
385
385
|
"output":{"shape":"CreateCapacityReservationResult"}
|
|
386
386
|
},
|
|
387
|
+
"CreateCarrierGateway":{
|
|
388
|
+
"name":"CreateCarrierGateway",
|
|
389
|
+
"http":{
|
|
390
|
+
"method":"POST",
|
|
391
|
+
"requestUri":"/"
|
|
392
|
+
},
|
|
393
|
+
"input":{"shape":"CreateCarrierGatewayRequest"},
|
|
394
|
+
"output":{"shape":"CreateCarrierGatewayResult"}
|
|
395
|
+
},
|
|
387
396
|
"CreateClientVpnEndpoint":{
|
|
388
397
|
"name":"CreateClientVpnEndpoint",
|
|
389
398
|
"http":{
|
|
@@ -858,6 +867,15 @@
|
|
|
858
867
|
"input":{"shape":"CreateVpnGatewayRequest"},
|
|
859
868
|
"output":{"shape":"CreateVpnGatewayResult"}
|
|
860
869
|
},
|
|
870
|
+
"DeleteCarrierGateway":{
|
|
871
|
+
"name":"DeleteCarrierGateway",
|
|
872
|
+
"http":{
|
|
873
|
+
"method":"POST",
|
|
874
|
+
"requestUri":"/"
|
|
875
|
+
},
|
|
876
|
+
"input":{"shape":"DeleteCarrierGatewayRequest"},
|
|
877
|
+
"output":{"shape":"DeleteCarrierGatewayResult"}
|
|
878
|
+
},
|
|
861
879
|
"DeleteClientVpnEndpoint":{
|
|
862
880
|
"name":"DeleteClientVpnEndpoint",
|
|
863
881
|
"http":{
|
|
@@ -1377,6 +1395,15 @@
|
|
|
1377
1395
|
"input":{"shape":"DescribeCapacityReservationsRequest"},
|
|
1378
1396
|
"output":{"shape":"DescribeCapacityReservationsResult"}
|
|
1379
1397
|
},
|
|
1398
|
+
"DescribeCarrierGateways":{
|
|
1399
|
+
"name":"DescribeCarrierGateways",
|
|
1400
|
+
"http":{
|
|
1401
|
+
"method":"POST",
|
|
1402
|
+
"requestUri":"/"
|
|
1403
|
+
},
|
|
1404
|
+
"input":{"shape":"DescribeCarrierGatewaysRequest"},
|
|
1405
|
+
"output":{"shape":"DescribeCarrierGatewaysResult"}
|
|
1406
|
+
},
|
|
1380
1407
|
"DescribeClassicLinkInstances":{
|
|
1381
1408
|
"name":"DescribeClassicLinkInstances",
|
|
1382
1409
|
"http":{
|
|
@@ -3912,6 +3939,10 @@
|
|
|
3912
3939
|
"CustomerOwnedIpv4Pool":{
|
|
3913
3940
|
"shape":"String",
|
|
3914
3941
|
"locationName":"customerOwnedIpv4Pool"
|
|
3942
|
+
},
|
|
3943
|
+
"CarrierIp":{
|
|
3944
|
+
"shape":"String",
|
|
3945
|
+
"locationName":"carrierIp"
|
|
3915
3946
|
}
|
|
3916
3947
|
}
|
|
3917
3948
|
},
|
|
@@ -3990,6 +4021,10 @@
|
|
|
3990
4021
|
"CustomerOwnedIpv4Pool":{
|
|
3991
4022
|
"shape":"String",
|
|
3992
4023
|
"locationName":"customerOwnedIpv4Pool"
|
|
4024
|
+
},
|
|
4025
|
+
"CarrierIp":{
|
|
4026
|
+
"shape":"String",
|
|
4027
|
+
"locationName":"carrierIp"
|
|
3993
4028
|
}
|
|
3994
4029
|
}
|
|
3995
4030
|
},
|
|
@@ -5515,8 +5550,7 @@
|
|
|
5515
5550
|
"Windows with SQL Server Web",
|
|
5516
5551
|
"Linux with SQL Server Standard",
|
|
5517
5552
|
"Linux with SQL Server Web",
|
|
5518
|
-
"Linux with SQL Server Enterprise"
|
|
5519
|
-
"Windows BYOL"
|
|
5553
|
+
"Linux with SQL Server Enterprise"
|
|
5520
5554
|
]
|
|
5521
5555
|
},
|
|
5522
5556
|
"CapacityReservationOptions":{
|
|
@@ -5605,6 +5639,57 @@
|
|
|
5605
5639
|
"dedicated"
|
|
5606
5640
|
]
|
|
5607
5641
|
},
|
|
5642
|
+
"CarrierGateway":{
|
|
5643
|
+
"type":"structure",
|
|
5644
|
+
"members":{
|
|
5645
|
+
"CarrierGatewayId":{
|
|
5646
|
+
"shape":"CarrierGatewayId",
|
|
5647
|
+
"locationName":"carrierGatewayId"
|
|
5648
|
+
},
|
|
5649
|
+
"VpcId":{
|
|
5650
|
+
"shape":"VpcId",
|
|
5651
|
+
"locationName":"vpcId"
|
|
5652
|
+
},
|
|
5653
|
+
"State":{
|
|
5654
|
+
"shape":"CarrierGatewayState",
|
|
5655
|
+
"locationName":"state"
|
|
5656
|
+
},
|
|
5657
|
+
"OwnerId":{
|
|
5658
|
+
"shape":"String",
|
|
5659
|
+
"locationName":"ownerId"
|
|
5660
|
+
},
|
|
5661
|
+
"Tags":{
|
|
5662
|
+
"shape":"TagList",
|
|
5663
|
+
"locationName":"tagSet"
|
|
5664
|
+
}
|
|
5665
|
+
}
|
|
5666
|
+
},
|
|
5667
|
+
"CarrierGatewayId":{"type":"string"},
|
|
5668
|
+
"CarrierGatewayIdSet":{
|
|
5669
|
+
"type":"list",
|
|
5670
|
+
"member":{"shape":"CarrierGatewayId"}
|
|
5671
|
+
},
|
|
5672
|
+
"CarrierGatewayMaxResults":{
|
|
5673
|
+
"type":"integer",
|
|
5674
|
+
"max":1000,
|
|
5675
|
+
"min":5
|
|
5676
|
+
},
|
|
5677
|
+
"CarrierGatewaySet":{
|
|
5678
|
+
"type":"list",
|
|
5679
|
+
"member":{
|
|
5680
|
+
"shape":"CarrierGateway",
|
|
5681
|
+
"locationName":"item"
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
"CarrierGatewayState":{
|
|
5685
|
+
"type":"string",
|
|
5686
|
+
"enum":[
|
|
5687
|
+
"pending",
|
|
5688
|
+
"available",
|
|
5689
|
+
"deleting",
|
|
5690
|
+
"deleted"
|
|
5691
|
+
]
|
|
5692
|
+
},
|
|
5608
5693
|
"CertificateAuthentication":{
|
|
5609
5694
|
"type":"structure",
|
|
5610
5695
|
"members":{
|
|
@@ -6495,6 +6580,31 @@
|
|
|
6495
6580
|
}
|
|
6496
6581
|
}
|
|
6497
6582
|
},
|
|
6583
|
+
"CreateCarrierGatewayRequest":{
|
|
6584
|
+
"type":"structure",
|
|
6585
|
+
"required":["VpcId"],
|
|
6586
|
+
"members":{
|
|
6587
|
+
"VpcId":{"shape":"VpcId"},
|
|
6588
|
+
"TagSpecifications":{
|
|
6589
|
+
"shape":"TagSpecificationList",
|
|
6590
|
+
"locationName":"TagSpecification"
|
|
6591
|
+
},
|
|
6592
|
+
"DryRun":{"shape":"Boolean"},
|
|
6593
|
+
"ClientToken":{
|
|
6594
|
+
"shape":"String",
|
|
6595
|
+
"idempotencyToken":true
|
|
6596
|
+
}
|
|
6597
|
+
}
|
|
6598
|
+
},
|
|
6599
|
+
"CreateCarrierGatewayResult":{
|
|
6600
|
+
"type":"structure",
|
|
6601
|
+
"members":{
|
|
6602
|
+
"CarrierGateway":{
|
|
6603
|
+
"shape":"CarrierGateway",
|
|
6604
|
+
"locationName":"carrierGateway"
|
|
6605
|
+
}
|
|
6606
|
+
}
|
|
6607
|
+
},
|
|
6498
6608
|
"CreateClientVpnEndpointRequest":{
|
|
6499
6609
|
"type":"structure",
|
|
6500
6610
|
"required":[
|
|
@@ -7419,6 +7529,7 @@
|
|
|
7419
7529
|
},
|
|
7420
7530
|
"TransitGatewayId":{"shape":"TransitGatewayId"},
|
|
7421
7531
|
"LocalGatewayId":{"shape":"LocalGatewayId"},
|
|
7532
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
7422
7533
|
"NetworkInterfaceId":{
|
|
7423
7534
|
"shape":"NetworkInterfaceId",
|
|
7424
7535
|
"locationName":"networkInterfaceId"
|
|
@@ -8320,6 +8431,23 @@
|
|
|
8320
8431
|
]
|
|
8321
8432
|
},
|
|
8322
8433
|
"DefaultingDhcpOptionsId":{"type":"string"},
|
|
8434
|
+
"DeleteCarrierGatewayRequest":{
|
|
8435
|
+
"type":"structure",
|
|
8436
|
+
"required":["CarrierGatewayId"],
|
|
8437
|
+
"members":{
|
|
8438
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
8439
|
+
"DryRun":{"shape":"Boolean"}
|
|
8440
|
+
}
|
|
8441
|
+
},
|
|
8442
|
+
"DeleteCarrierGatewayResult":{
|
|
8443
|
+
"type":"structure",
|
|
8444
|
+
"members":{
|
|
8445
|
+
"CarrierGateway":{
|
|
8446
|
+
"shape":"CarrierGateway",
|
|
8447
|
+
"locationName":"carrierGateway"
|
|
8448
|
+
}
|
|
8449
|
+
}
|
|
8450
|
+
},
|
|
8323
8451
|
"DeleteClientVpnEndpointRequest":{
|
|
8324
8452
|
"type":"structure",
|
|
8325
8453
|
"required":["ClientVpnEndpointId"],
|
|
@@ -9549,6 +9677,35 @@
|
|
|
9549
9677
|
}
|
|
9550
9678
|
}
|
|
9551
9679
|
},
|
|
9680
|
+
"DescribeCarrierGatewaysRequest":{
|
|
9681
|
+
"type":"structure",
|
|
9682
|
+
"members":{
|
|
9683
|
+
"CarrierGatewayIds":{
|
|
9684
|
+
"shape":"CarrierGatewayIdSet",
|
|
9685
|
+
"locationName":"CarrierGatewayId"
|
|
9686
|
+
},
|
|
9687
|
+
"Filters":{
|
|
9688
|
+
"shape":"FilterList",
|
|
9689
|
+
"locationName":"Filter"
|
|
9690
|
+
},
|
|
9691
|
+
"MaxResults":{"shape":"CarrierGatewayMaxResults"},
|
|
9692
|
+
"NextToken":{"shape":"String"},
|
|
9693
|
+
"DryRun":{"shape":"Boolean"}
|
|
9694
|
+
}
|
|
9695
|
+
},
|
|
9696
|
+
"DescribeCarrierGatewaysResult":{
|
|
9697
|
+
"type":"structure",
|
|
9698
|
+
"members":{
|
|
9699
|
+
"CarrierGateways":{
|
|
9700
|
+
"shape":"CarrierGatewaySet",
|
|
9701
|
+
"locationName":"carrierGatewaySet"
|
|
9702
|
+
},
|
|
9703
|
+
"NextToken":{
|
|
9704
|
+
"shape":"String",
|
|
9705
|
+
"locationName":"nextToken"
|
|
9706
|
+
}
|
|
9707
|
+
}
|
|
9708
|
+
},
|
|
9552
9709
|
"DescribeClassicLinkInstancesMaxResults":{
|
|
9553
9710
|
"type":"integer",
|
|
9554
9711
|
"max":1000,
|
|
@@ -17892,6 +18049,10 @@
|
|
|
17892
18049
|
"InstanceNetworkInterfaceAssociation":{
|
|
17893
18050
|
"type":"structure",
|
|
17894
18051
|
"members":{
|
|
18052
|
+
"CarrierIp":{
|
|
18053
|
+
"shape":"String",
|
|
18054
|
+
"locationName":"carrierIp"
|
|
18055
|
+
},
|
|
17895
18056
|
"IpOwnerId":{
|
|
17896
18057
|
"shape":"String",
|
|
17897
18058
|
"locationName":"ipOwnerId"
|
|
@@ -17991,6 +18152,7 @@
|
|
|
17991
18152
|
"shape":"String",
|
|
17992
18153
|
"locationName":"subnetId"
|
|
17993
18154
|
},
|
|
18155
|
+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
|
|
17994
18156
|
"InterfaceType":{"shape":"String"}
|
|
17995
18157
|
}
|
|
17996
18158
|
},
|
|
@@ -19518,6 +19680,10 @@
|
|
|
19518
19680
|
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
|
|
19519
19681
|
"type":"structure",
|
|
19520
19682
|
"members":{
|
|
19683
|
+
"AssociateCarrierIpAddress":{
|
|
19684
|
+
"shape":"Boolean",
|
|
19685
|
+
"locationName":"associateCarrierIpAddress"
|
|
19686
|
+
},
|
|
19521
19687
|
"AssociatePublicIpAddress":{
|
|
19522
19688
|
"shape":"Boolean",
|
|
19523
19689
|
"locationName":"associatePublicIpAddress"
|
|
@@ -19582,6 +19748,7 @@
|
|
|
19582
19748
|
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
|
|
19583
19749
|
"type":"structure",
|
|
19584
19750
|
"members":{
|
|
19751
|
+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
|
|
19585
19752
|
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
|
19586
19753
|
"DeleteOnTermination":{"shape":"Boolean"},
|
|
19587
19754
|
"Description":{"shape":"String"},
|
|
@@ -21013,9 +21180,7 @@
|
|
|
21013
21180
|
"SubnetId":{
|
|
21014
21181
|
"shape":"SubnetId",
|
|
21015
21182
|
"locationName":"subnetId"
|
|
21016
|
-
}
|
|
21017
|
-
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
|
|
21018
|
-
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
|
|
21183
|
+
}
|
|
21019
21184
|
}
|
|
21020
21185
|
},
|
|
21021
21186
|
"ModifyTrafficMirrorFilterNetworkServicesRequest":{
|
|
@@ -21895,6 +22060,10 @@
|
|
|
21895
22060
|
"PublicIp":{
|
|
21896
22061
|
"shape":"String",
|
|
21897
22062
|
"locationName":"publicIp"
|
|
22063
|
+
},
|
|
22064
|
+
"CarrierIp":{
|
|
22065
|
+
"shape":"String",
|
|
22066
|
+
"locationName":"carrierIp"
|
|
21898
22067
|
}
|
|
21899
22068
|
}
|
|
21900
22069
|
},
|
|
@@ -23762,6 +23931,7 @@
|
|
|
23762
23931
|
},
|
|
23763
23932
|
"TransitGatewayId":{"shape":"TransitGatewayId"},
|
|
23764
23933
|
"LocalGatewayId":{"shape":"LocalGatewayId"},
|
|
23934
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
23765
23935
|
"NetworkInterfaceId":{
|
|
23766
23936
|
"shape":"NetworkInterfaceId",
|
|
23767
23937
|
"locationName":"networkInterfaceId"
|
|
@@ -25092,6 +25262,10 @@
|
|
|
25092
25262
|
"shape":"String",
|
|
25093
25263
|
"locationName":"localGatewayId"
|
|
25094
25264
|
},
|
|
25265
|
+
"CarrierGatewayId":{
|
|
25266
|
+
"shape":"CarrierGatewayId",
|
|
25267
|
+
"locationName":"carrierGatewayId"
|
|
25268
|
+
},
|
|
25095
25269
|
"NetworkInterfaceId":{
|
|
25096
25270
|
"shape":"String",
|
|
25097
25271
|
"locationName":"networkInterfaceId"
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
"output_token": "NextToken",
|
|
25
25
|
"result_key": "CapacityReservations"
|
|
26
26
|
},
|
|
27
|
+
"DescribeCarrierGateways": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"limit_key": "MaxResults",
|
|
30
|
+
"output_token": "NextToken",
|
|
31
|
+
"result_key": "CarrierGateways"
|
|
32
|
+
},
|
|
27
33
|
"DescribeClassicLinkInstances": {
|
|
28
34
|
"input_token": "NextToken",
|
|
29
35
|
"limit_key": "MaxResults",
|
|
@@ -2772,7 +2772,8 @@
|
|
|
2772
2772
|
"JDBC",
|
|
2773
2773
|
"SFTP",
|
|
2774
2774
|
"MONGODB",
|
|
2775
|
-
"KAFKA"
|
|
2775
|
+
"KAFKA",
|
|
2776
|
+
"NETWORK"
|
|
2776
2777
|
]
|
|
2777
2778
|
},
|
|
2778
2779
|
"ConnectionsList":{
|
|
@@ -3244,7 +3245,8 @@
|
|
|
3244
3245
|
"Name":{"shape":"NameString"},
|
|
3245
3246
|
"Description":{"shape":"GenericString"},
|
|
3246
3247
|
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
|
|
3247
|
-
"Tags":{"shape":"TagsMap"}
|
|
3248
|
+
"Tags":{"shape":"TagsMap"},
|
|
3249
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
|
3248
3250
|
}
|
|
3249
3251
|
},
|
|
3250
3252
|
"CreateWorkflowResponse":{
|
|
@@ -5679,7 +5681,8 @@
|
|
|
5679
5681
|
"type":"structure",
|
|
5680
5682
|
"members":{
|
|
5681
5683
|
"Path":{"shape":"Path"},
|
|
5682
|
-
"Exclusions":{"shape":"PathList"}
|
|
5684
|
+
"Exclusions":{"shape":"PathList"},
|
|
5685
|
+
"ConnectionName":{"shape":"ConnectionName"}
|
|
5683
5686
|
}
|
|
5684
5687
|
},
|
|
5685
5688
|
"S3TargetList":{
|
|
@@ -6755,7 +6758,8 @@
|
|
|
6755
6758
|
"members":{
|
|
6756
6759
|
"Name":{"shape":"NameString"},
|
|
6757
6760
|
"Description":{"shape":"GenericString"},
|
|
6758
|
-
"DefaultRunProperties":{"shape":"WorkflowRunProperties"}
|
|
6761
|
+
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
|
|
6762
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
|
6759
6763
|
}
|
|
6760
6764
|
},
|
|
6761
6765
|
"UpdateWorkflowResponse":{
|
|
@@ -6851,7 +6855,8 @@
|
|
|
6851
6855
|
"CreatedOn":{"shape":"TimestampValue"},
|
|
6852
6856
|
"LastModifiedOn":{"shape":"TimestampValue"},
|
|
6853
6857
|
"LastRun":{"shape":"WorkflowRun"},
|
|
6854
|
-
"Graph":{"shape":"WorkflowGraph"}
|
|
6858
|
+
"Graph":{"shape":"WorkflowGraph"},
|
|
6859
|
+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
|
|
6855
6860
|
}
|
|
6856
6861
|
},
|
|
6857
6862
|
"WorkflowGraph":{
|
|
@@ -6877,6 +6882,7 @@
|
|
|
6877
6882
|
"StartedOn":{"shape":"TimestampValue"},
|
|
6878
6883
|
"CompletedOn":{"shape":"TimestampValue"},
|
|
6879
6884
|
"Status":{"shape":"WorkflowRunStatus"},
|
|
6885
|
+
"ErrorMessage":{"shape":"ErrorString"},
|
|
6880
6886
|
"Statistics":{"shape":"WorkflowRunStatistics"},
|
|
6881
6887
|
"Graph":{"shape":"WorkflowGraph"}
|
|
6882
6888
|
}
|
|
@@ -6903,7 +6909,8 @@
|
|
|
6903
6909
|
"RUNNING",
|
|
6904
6910
|
"COMPLETED",
|
|
6905
6911
|
"STOPPING",
|
|
6906
|
-
"STOPPED"
|
|
6912
|
+
"STOPPED",
|
|
6913
|
+
"ERROR"
|
|
6907
6914
|
]
|
|
6908
6915
|
},
|
|
6909
6916
|
"WorkflowRuns":{
|
|
@@ -1043,7 +1043,8 @@
|
|
|
1043
1043
|
"DestinationConfig":{"shape":"DestinationConfig"},
|
|
1044
1044
|
"MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
|
|
1045
1045
|
"BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
|
|
1046
|
-
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
|
|
1046
|
+
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
|
|
1047
|
+
"Topics":{"shape":"Topics"}
|
|
1047
1048
|
}
|
|
1048
1049
|
},
|
|
1049
1050
|
"CreateFunctionRequest":{
|
|
@@ -1334,6 +1335,7 @@
|
|
|
1334
1335
|
"State":{"shape":"String"},
|
|
1335
1336
|
"StateTransitionReason":{"shape":"String"},
|
|
1336
1337
|
"DestinationConfig":{"shape":"DestinationConfig"},
|
|
1338
|
+
"Topics":{"shape":"Topics"},
|
|
1337
1339
|
"MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
|
|
1338
1340
|
"BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
|
|
1339
1341
|
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
|
|
@@ -2310,7 +2312,7 @@
|
|
|
2310
2312
|
"MaximumRecordAgeInSeconds":{
|
|
2311
2313
|
"type":"integer",
|
|
2312
2314
|
"max":604800,
|
|
2313
|
-
"min"
|
|
2315
|
+
"min":-1
|
|
2314
2316
|
},
|
|
2315
2317
|
"MaximumRetryAttempts":{
|
|
2316
2318
|
"type":"integer",
|
|
@@ -2320,7 +2322,7 @@
|
|
|
2320
2322
|
"MaximumRetryAttemptsEventSourceMapping":{
|
|
2321
2323
|
"type":"integer",
|
|
2322
2324
|
"max":10000,
|
|
2323
|
-
"min"
|
|
2325
|
+
"min":-1
|
|
2324
2326
|
},
|
|
2325
2327
|
"MemorySize":{
|
|
2326
2328
|
"type":"integer",
|
|
@@ -2828,6 +2830,18 @@
|
|
|
2828
2830
|
"error":{"httpStatusCode":429},
|
|
2829
2831
|
"exception":true
|
|
2830
2832
|
},
|
|
2833
|
+
"Topic":{
|
|
2834
|
+
"type":"string",
|
|
2835
|
+
"max":249,
|
|
2836
|
+
"min":1,
|
|
2837
|
+
"pattern":"^[^.]([a-zA-Z0-9\\-_.]+)"
|
|
2838
|
+
},
|
|
2839
|
+
"Topics":{
|
|
2840
|
+
"type":"list",
|
|
2841
|
+
"member":{"shape":"Topic"},
|
|
2842
|
+
"max":1,
|
|
2843
|
+
"min":1
|
|
2844
|
+
},
|
|
2831
2845
|
"TracingConfig":{
|
|
2832
2846
|
"type":"structure",
|
|
2833
2847
|
"members":{
|