aws-sdk-core 2.11.558 → 2.11.563
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 +178 -3
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/glue/2017-03-31/api-2.json +13 -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/examples-1.json +104 -104
- 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 +117 -2
- 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: 5550fad50e37496b8d40bfd7b0796b3a64ed575a368473bd096e4e72649c9151
|
|
4
|
+
data.tar.gz: cdb4ccfb6d87684e10e4f485ce5083f4fe35881f9f9190eb42dd06c9e5f36d8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91f42ba6ff8488d5e1308ae2940504ec30cf0d2be26b6f63d830ff862057959265da9b40edd462225c8c8097545a7dc786839a59b15d4db8c1ad7fe1040affcd
|
|
7
|
+
data.tar.gz: 16a1d419eee318ea8ad93509bbd218d56d8c0de425dbd8aaf3cbf0b2380b859fd18efd955bc29d95cf3e2c28f7bce930035387c5c3cf42bc18e39f4a428fad5a
|
|
@@ -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
|
},
|
|
@@ -5605,6 +5640,57 @@
|
|
|
5605
5640
|
"dedicated"
|
|
5606
5641
|
]
|
|
5607
5642
|
},
|
|
5643
|
+
"CarrierGateway":{
|
|
5644
|
+
"type":"structure",
|
|
5645
|
+
"members":{
|
|
5646
|
+
"CarrierGatewayId":{
|
|
5647
|
+
"shape":"CarrierGatewayId",
|
|
5648
|
+
"locationName":"carrierGatewayId"
|
|
5649
|
+
},
|
|
5650
|
+
"VpcId":{
|
|
5651
|
+
"shape":"VpcId",
|
|
5652
|
+
"locationName":"vpcId"
|
|
5653
|
+
},
|
|
5654
|
+
"State":{
|
|
5655
|
+
"shape":"CarrierGatewayState",
|
|
5656
|
+
"locationName":"state"
|
|
5657
|
+
},
|
|
5658
|
+
"OwnerId":{
|
|
5659
|
+
"shape":"String",
|
|
5660
|
+
"locationName":"ownerId"
|
|
5661
|
+
},
|
|
5662
|
+
"Tags":{
|
|
5663
|
+
"shape":"TagList",
|
|
5664
|
+
"locationName":"tagSet"
|
|
5665
|
+
}
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
"CarrierGatewayId":{"type":"string"},
|
|
5669
|
+
"CarrierGatewayIdSet":{
|
|
5670
|
+
"type":"list",
|
|
5671
|
+
"member":{"shape":"CarrierGatewayId"}
|
|
5672
|
+
},
|
|
5673
|
+
"CarrierGatewayMaxResults":{
|
|
5674
|
+
"type":"integer",
|
|
5675
|
+
"max":1000,
|
|
5676
|
+
"min":5
|
|
5677
|
+
},
|
|
5678
|
+
"CarrierGatewaySet":{
|
|
5679
|
+
"type":"list",
|
|
5680
|
+
"member":{
|
|
5681
|
+
"shape":"CarrierGateway",
|
|
5682
|
+
"locationName":"item"
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
5685
|
+
"CarrierGatewayState":{
|
|
5686
|
+
"type":"string",
|
|
5687
|
+
"enum":[
|
|
5688
|
+
"pending",
|
|
5689
|
+
"available",
|
|
5690
|
+
"deleting",
|
|
5691
|
+
"deleted"
|
|
5692
|
+
]
|
|
5693
|
+
},
|
|
5608
5694
|
"CertificateAuthentication":{
|
|
5609
5695
|
"type":"structure",
|
|
5610
5696
|
"members":{
|
|
@@ -6495,6 +6581,31 @@
|
|
|
6495
6581
|
}
|
|
6496
6582
|
}
|
|
6497
6583
|
},
|
|
6584
|
+
"CreateCarrierGatewayRequest":{
|
|
6585
|
+
"type":"structure",
|
|
6586
|
+
"required":["VpcId"],
|
|
6587
|
+
"members":{
|
|
6588
|
+
"VpcId":{"shape":"VpcId"},
|
|
6589
|
+
"TagSpecifications":{
|
|
6590
|
+
"shape":"TagSpecificationList",
|
|
6591
|
+
"locationName":"TagSpecification"
|
|
6592
|
+
},
|
|
6593
|
+
"DryRun":{"shape":"Boolean"},
|
|
6594
|
+
"ClientToken":{
|
|
6595
|
+
"shape":"String",
|
|
6596
|
+
"idempotencyToken":true
|
|
6597
|
+
}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
6600
|
+
"CreateCarrierGatewayResult":{
|
|
6601
|
+
"type":"structure",
|
|
6602
|
+
"members":{
|
|
6603
|
+
"CarrierGateway":{
|
|
6604
|
+
"shape":"CarrierGateway",
|
|
6605
|
+
"locationName":"carrierGateway"
|
|
6606
|
+
}
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
6498
6609
|
"CreateClientVpnEndpointRequest":{
|
|
6499
6610
|
"type":"structure",
|
|
6500
6611
|
"required":[
|
|
@@ -7419,6 +7530,7 @@
|
|
|
7419
7530
|
},
|
|
7420
7531
|
"TransitGatewayId":{"shape":"TransitGatewayId"},
|
|
7421
7532
|
"LocalGatewayId":{"shape":"LocalGatewayId"},
|
|
7533
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
7422
7534
|
"NetworkInterfaceId":{
|
|
7423
7535
|
"shape":"NetworkInterfaceId",
|
|
7424
7536
|
"locationName":"networkInterfaceId"
|
|
@@ -8320,6 +8432,23 @@
|
|
|
8320
8432
|
]
|
|
8321
8433
|
},
|
|
8322
8434
|
"DefaultingDhcpOptionsId":{"type":"string"},
|
|
8435
|
+
"DeleteCarrierGatewayRequest":{
|
|
8436
|
+
"type":"structure",
|
|
8437
|
+
"required":["CarrierGatewayId"],
|
|
8438
|
+
"members":{
|
|
8439
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
8440
|
+
"DryRun":{"shape":"Boolean"}
|
|
8441
|
+
}
|
|
8442
|
+
},
|
|
8443
|
+
"DeleteCarrierGatewayResult":{
|
|
8444
|
+
"type":"structure",
|
|
8445
|
+
"members":{
|
|
8446
|
+
"CarrierGateway":{
|
|
8447
|
+
"shape":"CarrierGateway",
|
|
8448
|
+
"locationName":"carrierGateway"
|
|
8449
|
+
}
|
|
8450
|
+
}
|
|
8451
|
+
},
|
|
8323
8452
|
"DeleteClientVpnEndpointRequest":{
|
|
8324
8453
|
"type":"structure",
|
|
8325
8454
|
"required":["ClientVpnEndpointId"],
|
|
@@ -9549,6 +9678,35 @@
|
|
|
9549
9678
|
}
|
|
9550
9679
|
}
|
|
9551
9680
|
},
|
|
9681
|
+
"DescribeCarrierGatewaysRequest":{
|
|
9682
|
+
"type":"structure",
|
|
9683
|
+
"members":{
|
|
9684
|
+
"CarrierGatewayIds":{
|
|
9685
|
+
"shape":"CarrierGatewayIdSet",
|
|
9686
|
+
"locationName":"CarrierGatewayId"
|
|
9687
|
+
},
|
|
9688
|
+
"Filters":{
|
|
9689
|
+
"shape":"FilterList",
|
|
9690
|
+
"locationName":"Filter"
|
|
9691
|
+
},
|
|
9692
|
+
"MaxResults":{"shape":"CarrierGatewayMaxResults"},
|
|
9693
|
+
"NextToken":{"shape":"String"},
|
|
9694
|
+
"DryRun":{"shape":"Boolean"}
|
|
9695
|
+
}
|
|
9696
|
+
},
|
|
9697
|
+
"DescribeCarrierGatewaysResult":{
|
|
9698
|
+
"type":"structure",
|
|
9699
|
+
"members":{
|
|
9700
|
+
"CarrierGateways":{
|
|
9701
|
+
"shape":"CarrierGatewaySet",
|
|
9702
|
+
"locationName":"carrierGatewaySet"
|
|
9703
|
+
},
|
|
9704
|
+
"NextToken":{
|
|
9705
|
+
"shape":"String",
|
|
9706
|
+
"locationName":"nextToken"
|
|
9707
|
+
}
|
|
9708
|
+
}
|
|
9709
|
+
},
|
|
9552
9710
|
"DescribeClassicLinkInstancesMaxResults":{
|
|
9553
9711
|
"type":"integer",
|
|
9554
9712
|
"max":1000,
|
|
@@ -17892,6 +18050,10 @@
|
|
|
17892
18050
|
"InstanceNetworkInterfaceAssociation":{
|
|
17893
18051
|
"type":"structure",
|
|
17894
18052
|
"members":{
|
|
18053
|
+
"CarrierIp":{
|
|
18054
|
+
"shape":"String",
|
|
18055
|
+
"locationName":"carrierIp"
|
|
18056
|
+
},
|
|
17895
18057
|
"IpOwnerId":{
|
|
17896
18058
|
"shape":"String",
|
|
17897
18059
|
"locationName":"ipOwnerId"
|
|
@@ -17991,6 +18153,7 @@
|
|
|
17991
18153
|
"shape":"String",
|
|
17992
18154
|
"locationName":"subnetId"
|
|
17993
18155
|
},
|
|
18156
|
+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
|
|
17994
18157
|
"InterfaceType":{"shape":"String"}
|
|
17995
18158
|
}
|
|
17996
18159
|
},
|
|
@@ -19518,6 +19681,10 @@
|
|
|
19518
19681
|
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
|
|
19519
19682
|
"type":"structure",
|
|
19520
19683
|
"members":{
|
|
19684
|
+
"AssociateCarrierIpAddress":{
|
|
19685
|
+
"shape":"Boolean",
|
|
19686
|
+
"locationName":"associateCarrierIpAddress"
|
|
19687
|
+
},
|
|
19521
19688
|
"AssociatePublicIpAddress":{
|
|
19522
19689
|
"shape":"Boolean",
|
|
19523
19690
|
"locationName":"associatePublicIpAddress"
|
|
@@ -19582,6 +19749,7 @@
|
|
|
19582
19749
|
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
|
|
19583
19750
|
"type":"structure",
|
|
19584
19751
|
"members":{
|
|
19752
|
+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
|
|
19585
19753
|
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
|
19586
19754
|
"DeleteOnTermination":{"shape":"Boolean"},
|
|
19587
19755
|
"Description":{"shape":"String"},
|
|
@@ -21013,9 +21181,7 @@
|
|
|
21013
21181
|
"SubnetId":{
|
|
21014
21182
|
"shape":"SubnetId",
|
|
21015
21183
|
"locationName":"subnetId"
|
|
21016
|
-
}
|
|
21017
|
-
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
|
|
21018
|
-
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
|
|
21184
|
+
}
|
|
21019
21185
|
}
|
|
21020
21186
|
},
|
|
21021
21187
|
"ModifyTrafficMirrorFilterNetworkServicesRequest":{
|
|
@@ -21895,6 +22061,10 @@
|
|
|
21895
22061
|
"PublicIp":{
|
|
21896
22062
|
"shape":"String",
|
|
21897
22063
|
"locationName":"publicIp"
|
|
22064
|
+
},
|
|
22065
|
+
"CarrierIp":{
|
|
22066
|
+
"shape":"String",
|
|
22067
|
+
"locationName":"carrierIp"
|
|
21898
22068
|
}
|
|
21899
22069
|
}
|
|
21900
22070
|
},
|
|
@@ -23762,6 +23932,7 @@
|
|
|
23762
23932
|
},
|
|
23763
23933
|
"TransitGatewayId":{"shape":"TransitGatewayId"},
|
|
23764
23934
|
"LocalGatewayId":{"shape":"LocalGatewayId"},
|
|
23935
|
+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
|
|
23765
23936
|
"NetworkInterfaceId":{
|
|
23766
23937
|
"shape":"NetworkInterfaceId",
|
|
23767
23938
|
"locationName":"networkInterfaceId"
|
|
@@ -25092,6 +25263,10 @@
|
|
|
25092
25263
|
"shape":"String",
|
|
25093
25264
|
"locationName":"localGatewayId"
|
|
25094
25265
|
},
|
|
25266
|
+
"CarrierGatewayId":{
|
|
25267
|
+
"shape":"CarrierGatewayId",
|
|
25268
|
+
"locationName":"carrierGatewayId"
|
|
25269
|
+
},
|
|
25095
25270
|
"NetworkInterfaceId":{
|
|
25096
25271
|
"shape":"String",
|
|
25097
25272
|
"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":{
|
|
@@ -815,6 +815,11 @@
|
|
|
815
815
|
"messageVersion":{"shape":"MessageVersion"}
|
|
816
816
|
}
|
|
817
817
|
},
|
|
818
|
+
"ConfidenceThreshold":{
|
|
819
|
+
"type":"double",
|
|
820
|
+
"max":1,
|
|
821
|
+
"min":0
|
|
822
|
+
},
|
|
818
823
|
"ConflictException":{
|
|
819
824
|
"type":"structure",
|
|
820
825
|
"members":{
|
|
@@ -885,6 +890,7 @@
|
|
|
885
890
|
"version":{"shape":"Version"},
|
|
886
891
|
"locale":{"shape":"Locale"},
|
|
887
892
|
"childDirected":{"shape":"Boolean"},
|
|
893
|
+
"enableModelImprovements":{"shape":"Boolean"},
|
|
888
894
|
"detectSentiment":{"shape":"Boolean"}
|
|
889
895
|
}
|
|
890
896
|
},
|
|
@@ -1344,6 +1350,8 @@
|
|
|
1344
1350
|
"name":{"shape":"BotName"},
|
|
1345
1351
|
"description":{"shape":"Description"},
|
|
1346
1352
|
"intents":{"shape":"IntentList"},
|
|
1353
|
+
"enableModelImprovements":{"shape":"Boolean"},
|
|
1354
|
+
"nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
|
|
1347
1355
|
"clarificationPrompt":{"shape":"Prompt"},
|
|
1348
1356
|
"abortStatement":{"shape":"Statement"},
|
|
1349
1357
|
"status":{"shape":"Status"},
|
|
@@ -2123,6 +2131,8 @@
|
|
|
2123
2131
|
},
|
|
2124
2132
|
"description":{"shape":"Description"},
|
|
2125
2133
|
"intents":{"shape":"IntentList"},
|
|
2134
|
+
"enableModelImprovements":{"shape":"Boolean"},
|
|
2135
|
+
"nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
|
|
2126
2136
|
"clarificationPrompt":{"shape":"Prompt"},
|
|
2127
2137
|
"abortStatement":{"shape":"Statement"},
|
|
2128
2138
|
"idleSessionTTLInSeconds":{"shape":"SessionTTL"},
|
|
@@ -2142,6 +2152,8 @@
|
|
|
2142
2152
|
"name":{"shape":"BotName"},
|
|
2143
2153
|
"description":{"shape":"Description"},
|
|
2144
2154
|
"intents":{"shape":"IntentList"},
|
|
2155
|
+
"enableModelImprovements":{"shape":"Boolean"},
|
|
2156
|
+
"nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
|
|
2145
2157
|
"clarificationPrompt":{"shape":"Prompt"},
|
|
2146
2158
|
"abortStatement":{"shape":"Statement"},
|
|
2147
2159
|
"status":{"shape":"Status"},
|