aws-sdk-core 2.11.170 → 2.11.171
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/autoscaling/2011-01-01/api-2.json +41 -0
- data/apis/ec2/2016-11-15/api-2.json +203 -4
- data/apis/mediatailor/2018-04-23/api-2.json +33 -2
- data/apis/resource-groups/2017-11-27/api-2.json +27 -3
- data/apis/sagemaker/2017-07-24/api-2.json +83 -11
- data/apis/servicecatalog/2015-12-10/api-2.json +69 -1
- data/apis/sns/2010-03-31/api-2.json +104 -7
- data/apis/sns/2010-03-31/smoke.json +19 -0
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2a823656997090f249a53ae65daba8c578fa6d2
|
4
|
+
data.tar.gz: 2f594a092083d751b02f473a1b7cc692f89b022d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '009694c60eaef98ec28115d8a6fc11438454f1297add5153aa75b271336fc24678046560e1d49c2326d6d0d3690b50841d319ec9b4509ece51272fc1aee44775'
|
7
|
+
data.tar.gz: 553d282fbc22a664bd67543d364b74e0a1022c84929ffef18255d2af718f5e2becb314084a01b41f73646b74b30681e112dfda3031fe7e07d56f2a23c1d5ae04
|
@@ -919,6 +919,7 @@
|
|
919
919
|
"AutoScalingGroupARN":{"shape":"ResourceName"},
|
920
920
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
921
921
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
922
|
+
"MixedInstancesPolicy":{"shape":"MixedInstancesPolicy"},
|
922
923
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
923
924
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
924
925
|
"DesiredCapacity":{"shape":"AutoScalingGroupDesiredCapacity"},
|
@@ -1110,6 +1111,7 @@
|
|
1110
1111
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1111
1112
|
"LaunchConfigurationName":{"shape":"ResourceName"},
|
1112
1113
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1114
|
+
"MixedInstancesPolicy":{"shape":"MixedInstancesPolicy"},
|
1113
1115
|
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1114
1116
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
1115
1117
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
@@ -1585,6 +1587,17 @@
|
|
1585
1587
|
"type":"list",
|
1586
1588
|
"member":{"shape":"Instance"}
|
1587
1589
|
},
|
1590
|
+
"InstancesDistribution":{
|
1591
|
+
"type":"structure",
|
1592
|
+
"members":{
|
1593
|
+
"OnDemandAllocationStrategy":{"shape":"XmlString"},
|
1594
|
+
"OnDemandBaseCapacity":{"shape":"OnDemandBaseCapacity"},
|
1595
|
+
"OnDemandPercentageAboveBaseCapacity":{"shape":"OnDemandPercentageAboveBaseCapacity"},
|
1596
|
+
"SpotAllocationStrategy":{"shape":"XmlString"},
|
1597
|
+
"SpotInstancePools":{"shape":"SpotInstancePools"},
|
1598
|
+
"SpotMaxPrice":{"shape":"SpotPrice"}
|
1599
|
+
}
|
1600
|
+
},
|
1588
1601
|
"InvalidNextToken":{
|
1589
1602
|
"type":"structure",
|
1590
1603
|
"members":{
|
@@ -1658,12 +1671,25 @@
|
|
1658
1671
|
"NextToken":{"shape":"XmlString"}
|
1659
1672
|
}
|
1660
1673
|
},
|
1674
|
+
"LaunchTemplate":{
|
1675
|
+
"type":"structure",
|
1676
|
+
"members":{
|
1677
|
+
"LaunchTemplateSpecification":{"shape":"LaunchTemplateSpecification"},
|
1678
|
+
"Overrides":{"shape":"Overrides"}
|
1679
|
+
}
|
1680
|
+
},
|
1661
1681
|
"LaunchTemplateName":{
|
1662
1682
|
"type":"string",
|
1663
1683
|
"max":128,
|
1664
1684
|
"min":3,
|
1665
1685
|
"pattern":"[a-zA-Z0-9\\(\\)\\.-/_]+"
|
1666
1686
|
},
|
1687
|
+
"LaunchTemplateOverrides":{
|
1688
|
+
"type":"structure",
|
1689
|
+
"members":{
|
1690
|
+
"InstanceType":{"shape":"XmlStringMaxLen255"}
|
1691
|
+
}
|
1692
|
+
},
|
1667
1693
|
"LaunchTemplateSpecification":{
|
1668
1694
|
"type":"structure",
|
1669
1695
|
"members":{
|
@@ -1850,6 +1876,13 @@
|
|
1850
1876
|
"type":"integer",
|
1851
1877
|
"deprecated":true
|
1852
1878
|
},
|
1879
|
+
"MixedInstancesPolicy":{
|
1880
|
+
"type":"structure",
|
1881
|
+
"members":{
|
1882
|
+
"LaunchTemplate":{"shape":"LaunchTemplate"},
|
1883
|
+
"InstancesDistribution":{"shape":"InstancesDistribution"}
|
1884
|
+
}
|
1885
|
+
},
|
1853
1886
|
"MonitoringEnabled":{"type":"boolean"},
|
1854
1887
|
"NoDevice":{"type":"boolean"},
|
1855
1888
|
"NotificationConfiguration":{
|
@@ -1872,6 +1905,12 @@
|
|
1872
1905
|
},
|
1873
1906
|
"NumberOfAutoScalingGroups":{"type":"integer"},
|
1874
1907
|
"NumberOfLaunchConfigurations":{"type":"integer"},
|
1908
|
+
"OnDemandBaseCapacity":{"type":"integer"},
|
1909
|
+
"OnDemandPercentageAboveBaseCapacity":{"type":"integer"},
|
1910
|
+
"Overrides":{
|
1911
|
+
"type":"list",
|
1912
|
+
"member":{"shape":"LaunchTemplateOverrides"}
|
1913
|
+
},
|
1875
1914
|
"PoliciesType":{
|
1876
1915
|
"type":"structure",
|
1877
1916
|
"members":{
|
@@ -2216,6 +2255,7 @@
|
|
2216
2255
|
},
|
2217
2256
|
"ShouldDecrementDesiredCapacity":{"type":"boolean"},
|
2218
2257
|
"ShouldRespectGracePeriod":{"type":"boolean"},
|
2258
|
+
"SpotInstancePools":{"type":"integer"},
|
2219
2259
|
"SpotPrice":{
|
2220
2260
|
"type":"string",
|
2221
2261
|
"max":255,
|
@@ -2330,6 +2370,7 @@
|
|
2330
2370
|
"AutoScalingGroupName":{"shape":"ResourceName"},
|
2331
2371
|
"LaunchConfigurationName":{"shape":"ResourceName"},
|
2332
2372
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
2373
|
+
"MixedInstancesPolicy":{"shape":"MixedInstancesPolicy"},
|
2333
2374
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
2334
2375
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
2335
2376
|
"DesiredCapacity":{"shape":"AutoScalingGroupDesiredCapacity"},
|
@@ -4533,6 +4533,66 @@
|
|
4533
4533
|
}
|
4534
4534
|
}
|
4535
4535
|
},
|
4536
|
+
"CreateFleetError":{
|
4537
|
+
"type":"structure",
|
4538
|
+
"members":{
|
4539
|
+
"LaunchTemplateAndOverrides":{
|
4540
|
+
"shape":"LaunchTemplateAndOverridesResponse",
|
4541
|
+
"locationName":"launchTemplateAndOverrides"
|
4542
|
+
},
|
4543
|
+
"Lifecycle":{
|
4544
|
+
"shape":"InstanceLifecycle",
|
4545
|
+
"locationName":"lifecycle"
|
4546
|
+
},
|
4547
|
+
"ErrorCode":{
|
4548
|
+
"shape":"String",
|
4549
|
+
"locationName":"errorCode"
|
4550
|
+
},
|
4551
|
+
"ErrorMessage":{
|
4552
|
+
"shape":"String",
|
4553
|
+
"locationName":"errorMessage"
|
4554
|
+
}
|
4555
|
+
}
|
4556
|
+
},
|
4557
|
+
"CreateFleetErrorsSet":{
|
4558
|
+
"type":"list",
|
4559
|
+
"member":{
|
4560
|
+
"shape":"CreateFleetError",
|
4561
|
+
"locationName":"item"
|
4562
|
+
}
|
4563
|
+
},
|
4564
|
+
"CreateFleetInstance":{
|
4565
|
+
"type":"structure",
|
4566
|
+
"members":{
|
4567
|
+
"LaunchTemplateAndOverrides":{
|
4568
|
+
"shape":"LaunchTemplateAndOverridesResponse",
|
4569
|
+
"locationName":"launchTemplateAndOverrides"
|
4570
|
+
},
|
4571
|
+
"Lifecycle":{
|
4572
|
+
"shape":"InstanceLifecycle",
|
4573
|
+
"locationName":"lifecycle"
|
4574
|
+
},
|
4575
|
+
"InstanceIds":{
|
4576
|
+
"shape":"InstanceIdsSet",
|
4577
|
+
"locationName":"instanceIds"
|
4578
|
+
},
|
4579
|
+
"InstanceType":{
|
4580
|
+
"shape":"InstanceType",
|
4581
|
+
"locationName":"instanceType"
|
4582
|
+
},
|
4583
|
+
"Platform":{
|
4584
|
+
"shape":"PlatformValues",
|
4585
|
+
"locationName":"platform"
|
4586
|
+
}
|
4587
|
+
}
|
4588
|
+
},
|
4589
|
+
"CreateFleetInstancesSet":{
|
4590
|
+
"type":"list",
|
4591
|
+
"member":{
|
4592
|
+
"shape":"CreateFleetInstance",
|
4593
|
+
"locationName":"item"
|
4594
|
+
}
|
4595
|
+
},
|
4536
4596
|
"CreateFleetRequest":{
|
4537
4597
|
"type":"structure",
|
4538
4598
|
"required":[
|
@@ -4564,6 +4624,14 @@
|
|
4564
4624
|
"FleetId":{
|
4565
4625
|
"shape":"FleetIdentifier",
|
4566
4626
|
"locationName":"fleetId"
|
4627
|
+
},
|
4628
|
+
"Errors":{
|
4629
|
+
"shape":"CreateFleetErrorsSet",
|
4630
|
+
"locationName":"errorSet"
|
4631
|
+
},
|
4632
|
+
"Instances":{
|
4633
|
+
"shape":"CreateFleetInstancesSet",
|
4634
|
+
"locationName":"fleetInstanceSet"
|
4567
4635
|
}
|
4568
4636
|
}
|
4569
4637
|
},
|
@@ -6574,6 +6642,27 @@
|
|
6574
6642
|
}
|
6575
6643
|
}
|
6576
6644
|
},
|
6645
|
+
"DescribeFleetError":{
|
6646
|
+
"type":"structure",
|
6647
|
+
"members":{
|
6648
|
+
"LaunchTemplateAndOverrides":{
|
6649
|
+
"shape":"LaunchTemplateAndOverridesResponse",
|
6650
|
+
"locationName":"launchTemplateAndOverrides"
|
6651
|
+
},
|
6652
|
+
"Lifecycle":{
|
6653
|
+
"shape":"InstanceLifecycle",
|
6654
|
+
"locationName":"lifecycle"
|
6655
|
+
},
|
6656
|
+
"ErrorCode":{
|
6657
|
+
"shape":"String",
|
6658
|
+
"locationName":"errorCode"
|
6659
|
+
},
|
6660
|
+
"ErrorMessage":{
|
6661
|
+
"shape":"String",
|
6662
|
+
"locationName":"errorMessage"
|
6663
|
+
}
|
6664
|
+
}
|
6665
|
+
},
|
6577
6666
|
"DescribeFleetHistoryRequest":{
|
6578
6667
|
"type":"structure",
|
6579
6668
|
"required":[
|
@@ -6645,6 +6734,45 @@
|
|
6645
6734
|
}
|
6646
6735
|
}
|
6647
6736
|
},
|
6737
|
+
"DescribeFleetsErrorSet":{
|
6738
|
+
"type":"list",
|
6739
|
+
"member":{
|
6740
|
+
"shape":"DescribeFleetError",
|
6741
|
+
"locationName":"item"
|
6742
|
+
}
|
6743
|
+
},
|
6744
|
+
"DescribeFleetsInstances":{
|
6745
|
+
"type":"structure",
|
6746
|
+
"members":{
|
6747
|
+
"LaunchTemplateAndOverrides":{
|
6748
|
+
"shape":"LaunchTemplateAndOverridesResponse",
|
6749
|
+
"locationName":"launchTemplateAndOverrides"
|
6750
|
+
},
|
6751
|
+
"Lifecycle":{
|
6752
|
+
"shape":"InstanceLifecycle",
|
6753
|
+
"locationName":"lifecycle"
|
6754
|
+
},
|
6755
|
+
"InstanceIds":{
|
6756
|
+
"shape":"InstanceIdsSet",
|
6757
|
+
"locationName":"instanceIds"
|
6758
|
+
},
|
6759
|
+
"InstanceType":{
|
6760
|
+
"shape":"InstanceType",
|
6761
|
+
"locationName":"instanceType"
|
6762
|
+
},
|
6763
|
+
"Platform":{
|
6764
|
+
"shape":"PlatformValues",
|
6765
|
+
"locationName":"platform"
|
6766
|
+
}
|
6767
|
+
}
|
6768
|
+
},
|
6769
|
+
"DescribeFleetsInstancesSet":{
|
6770
|
+
"type":"list",
|
6771
|
+
"member":{
|
6772
|
+
"shape":"DescribeFleetsInstances",
|
6773
|
+
"locationName":"item"
|
6774
|
+
}
|
6775
|
+
},
|
6648
6776
|
"DescribeFleetsRequest":{
|
6649
6777
|
"type":"structure",
|
6650
6778
|
"members":{
|
@@ -9686,6 +9814,14 @@
|
|
9686
9814
|
"Tags":{
|
9687
9815
|
"shape":"TagList",
|
9688
9816
|
"locationName":"tagSet"
|
9817
|
+
},
|
9818
|
+
"Errors":{
|
9819
|
+
"shape":"DescribeFleetsErrorSet",
|
9820
|
+
"locationName":"errorSet"
|
9821
|
+
},
|
9822
|
+
"Instances":{
|
9823
|
+
"shape":"DescribeFleetsInstancesSet",
|
9824
|
+
"locationName":"fleetInstanceSet"
|
9689
9825
|
}
|
9690
9826
|
}
|
9691
9827
|
},
|
@@ -9770,6 +9906,10 @@
|
|
9770
9906
|
"Priority":{
|
9771
9907
|
"shape":"Double",
|
9772
9908
|
"locationName":"priority"
|
9909
|
+
},
|
9910
|
+
"Placement":{
|
9911
|
+
"shape":"PlacementResponse",
|
9912
|
+
"locationName":"placement"
|
9773
9913
|
}
|
9774
9914
|
}
|
9775
9915
|
},
|
@@ -9796,7 +9936,8 @@
|
|
9796
9936
|
"SubnetId":{"shape":"String"},
|
9797
9937
|
"AvailabilityZone":{"shape":"String"},
|
9798
9938
|
"WeightedCapacity":{"shape":"Double"},
|
9799
|
-
"Priority":{"shape":"Double"}
|
9939
|
+
"Priority":{"shape":"Double"},
|
9940
|
+
"Placement":{"shape":"Placement"}
|
9800
9941
|
}
|
9801
9942
|
},
|
9802
9943
|
"FleetLaunchTemplateSpecification":{
|
@@ -9854,7 +9995,8 @@
|
|
9854
9995
|
"type":"string",
|
9855
9996
|
"enum":[
|
9856
9997
|
"request",
|
9857
|
-
"maintain"
|
9998
|
+
"maintain",
|
9999
|
+
"instant"
|
9858
10000
|
]
|
9859
10001
|
},
|
9860
10002
|
"Float":{"type":"float"},
|
@@ -11715,6 +11857,7 @@
|
|
11715
11857
|
"unhealthy"
|
11716
11858
|
]
|
11717
11859
|
},
|
11860
|
+
"InstanceId":{"type":"string"},
|
11718
11861
|
"InstanceIdSet":{
|
11719
11862
|
"type":"list",
|
11720
11863
|
"member":{
|
@@ -11729,6 +11872,13 @@
|
|
11729
11872
|
"locationName":"InstanceId"
|
11730
11873
|
}
|
11731
11874
|
},
|
11875
|
+
"InstanceIdsSet":{
|
11876
|
+
"type":"list",
|
11877
|
+
"member":{
|
11878
|
+
"shape":"InstanceId",
|
11879
|
+
"locationName":"item"
|
11880
|
+
}
|
11881
|
+
},
|
11732
11882
|
"InstanceInterruptionBehavior":{
|
11733
11883
|
"type":"string",
|
11734
11884
|
"enum":[
|
@@ -11766,6 +11916,13 @@
|
|
11766
11916
|
"Ipv6Address":{"shape":"String"}
|
11767
11917
|
}
|
11768
11918
|
},
|
11919
|
+
"InstanceLifecycle":{
|
11920
|
+
"type":"string",
|
11921
|
+
"enum":[
|
11922
|
+
"spot",
|
11923
|
+
"on-demand"
|
11924
|
+
]
|
11925
|
+
},
|
11769
11926
|
"InstanceLifecycleType":{
|
11770
11927
|
"type":"string",
|
11771
11928
|
"enum":[
|
@@ -12681,6 +12838,19 @@
|
|
12681
12838
|
}
|
12682
12839
|
}
|
12683
12840
|
},
|
12841
|
+
"LaunchTemplateAndOverridesResponse":{
|
12842
|
+
"type":"structure",
|
12843
|
+
"members":{
|
12844
|
+
"LaunchTemplateSpecification":{
|
12845
|
+
"shape":"FleetLaunchTemplateSpecification",
|
12846
|
+
"locationName":"launchTemplateSpecification"
|
12847
|
+
},
|
12848
|
+
"Overrides":{
|
12849
|
+
"shape":"FleetLaunchTemplateOverrides",
|
12850
|
+
"locationName":"overrides"
|
12851
|
+
}
|
12852
|
+
}
|
12853
|
+
},
|
12684
12854
|
"LaunchTemplateBlockDeviceMapping":{
|
12685
12855
|
"type":"structure",
|
12686
12856
|
"members":{
|
@@ -14608,13 +14778,23 @@
|
|
14608
14778
|
"AllocationStrategy":{
|
14609
14779
|
"shape":"FleetOnDemandAllocationStrategy",
|
14610
14780
|
"locationName":"allocationStrategy"
|
14781
|
+
},
|
14782
|
+
"SingleInstanceType":{
|
14783
|
+
"shape":"Boolean",
|
14784
|
+
"locationName":"singleInstanceType"
|
14785
|
+
},
|
14786
|
+
"MinTargetCapacity":{
|
14787
|
+
"shape":"Integer",
|
14788
|
+
"locationName":"minTargetCapacity"
|
14611
14789
|
}
|
14612
14790
|
}
|
14613
14791
|
},
|
14614
14792
|
"OnDemandOptionsRequest":{
|
14615
14793
|
"type":"structure",
|
14616
14794
|
"members":{
|
14617
|
-
"AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"}
|
14795
|
+
"AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"},
|
14796
|
+
"SingleInstanceType":{"shape":"Boolean"},
|
14797
|
+
"MinTargetCapacity":{"shape":"Integer"}
|
14618
14798
|
}
|
14619
14799
|
},
|
14620
14800
|
"OperationType":{
|
@@ -14743,6 +14923,15 @@
|
|
14743
14923
|
"type":"list",
|
14744
14924
|
"member":{"shape":"String"}
|
14745
14925
|
},
|
14926
|
+
"PlacementResponse":{
|
14927
|
+
"type":"structure",
|
14928
|
+
"members":{
|
14929
|
+
"GroupName":{
|
14930
|
+
"shape":"String",
|
14931
|
+
"locationName":"groupName"
|
14932
|
+
}
|
14933
|
+
}
|
14934
|
+
},
|
14746
14935
|
"PlacementStrategy":{
|
14747
14936
|
"type":"string",
|
14748
14937
|
"enum":[
|
@@ -18234,6 +18423,14 @@
|
|
18234
18423
|
"InstancePoolsToUseCount":{
|
18235
18424
|
"shape":"Integer",
|
18236
18425
|
"locationName":"instancePoolsToUseCount"
|
18426
|
+
},
|
18427
|
+
"SingleInstanceType":{
|
18428
|
+
"shape":"Boolean",
|
18429
|
+
"locationName":"singleInstanceType"
|
18430
|
+
},
|
18431
|
+
"MinTargetCapacity":{
|
18432
|
+
"shape":"Integer",
|
18433
|
+
"locationName":"minTargetCapacity"
|
18237
18434
|
}
|
18238
18435
|
}
|
18239
18436
|
},
|
@@ -18242,7 +18439,9 @@
|
|
18242
18439
|
"members":{
|
18243
18440
|
"AllocationStrategy":{"shape":"SpotAllocationStrategy"},
|
18244
18441
|
"InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
|
18245
|
-
"InstancePoolsToUseCount":{"shape":"Integer"}
|
18442
|
+
"InstancePoolsToUseCount":{"shape":"Integer"},
|
18443
|
+
"SingleInstanceType":{"shape":"Boolean"},
|
18444
|
+
"MinTargetCapacity":{"shape":"Integer"}
|
18246
18445
|
}
|
18247
18446
|
},
|
18248
18447
|
"SpotPlacement":{
|
@@ -82,7 +82,15 @@
|
|
82
82
|
}
|
83
83
|
}
|
84
84
|
},
|
85
|
-
"HlsConfiguration": {
|
85
|
+
"HlsConfiguration" : {
|
86
|
+
"type" : "structure",
|
87
|
+
"members" : {
|
88
|
+
"ManifestEndpointPrefix" : {
|
89
|
+
"shape" : "__string"
|
90
|
+
}
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"DashConfiguration" : {
|
86
94
|
"type" : "structure",
|
87
95
|
"members" : {
|
88
96
|
"ManifestEndpointPrefix" : {
|
@@ -121,6 +129,9 @@
|
|
121
129
|
"CdnConfiguration" : {
|
122
130
|
"shape" : "CdnConfiguration"
|
123
131
|
},
|
132
|
+
"DashConfiguration" : {
|
133
|
+
"shape" : "DashConfiguration"
|
134
|
+
},
|
124
135
|
"HlsConfiguration" : {
|
125
136
|
"shape" : "HlsConfiguration"
|
126
137
|
},
|
@@ -136,6 +147,9 @@
|
|
136
147
|
"SlateAdUrl" : {
|
137
148
|
"shape" : "__string"
|
138
149
|
},
|
150
|
+
"TranscodeProfileName" : {
|
151
|
+
"shape" : "__string"
|
152
|
+
},
|
139
153
|
"VideoContentSourceUrl" : {
|
140
154
|
"shape" : "__string"
|
141
155
|
}
|
@@ -202,6 +216,9 @@
|
|
202
216
|
"SlateAdUrl" : {
|
203
217
|
"shape" : "__string"
|
204
218
|
},
|
219
|
+
"TranscodeProfileName" : {
|
220
|
+
"shape" : "__string"
|
221
|
+
},
|
205
222
|
"VideoContentSourceUrl" : {
|
206
223
|
"shape" : "__string"
|
207
224
|
}
|
@@ -216,6 +233,9 @@
|
|
216
233
|
"CdnConfiguration" : {
|
217
234
|
"shape" : "CdnConfiguration"
|
218
235
|
},
|
236
|
+
"DashConfiguration" : {
|
237
|
+
"shape" : "DashConfiguration"
|
238
|
+
},
|
219
239
|
"HlsConfiguration" : {
|
220
240
|
"shape" : "HlsConfiguration"
|
221
241
|
},
|
@@ -231,6 +251,9 @@
|
|
231
251
|
"SlateAdUrl" : {
|
232
252
|
"shape" : "__string"
|
233
253
|
},
|
254
|
+
"TranscodeProfileName" : {
|
255
|
+
"shape" : "__string"
|
256
|
+
},
|
234
257
|
"VideoContentSourceUrl" : {
|
235
258
|
"shape" : "__string"
|
236
259
|
}
|
@@ -261,6 +284,14 @@
|
|
261
284
|
"type": "integer",
|
262
285
|
"min": 1,
|
263
286
|
"max": 100
|
287
|
+
},
|
288
|
+
"__timestampIso8601" : {
|
289
|
+
"type" : "timestamp",
|
290
|
+
"timestampFormat" : "iso8601"
|
291
|
+
},
|
292
|
+
"__timestampUnix" : {
|
293
|
+
"type" : "timestamp",
|
294
|
+
"timestampFormat" : "unixTimestamp"
|
264
295
|
}
|
265
296
|
}
|
266
|
-
}
|
297
|
+
}
|
@@ -445,7 +445,8 @@
|
|
445
445
|
"type":"structure",
|
446
446
|
"members":{
|
447
447
|
"ResourceIdentifiers":{"shape":"ResourceIdentifierList"},
|
448
|
-
"NextToken":{"shape":"NextToken"}
|
448
|
+
"NextToken":{"shape":"NextToken"},
|
449
|
+
"QueryErrors":{"shape":"QueryErrorList"}
|
449
450
|
}
|
450
451
|
},
|
451
452
|
"ListGroupsInput":{
|
@@ -502,9 +503,31 @@
|
|
502
503
|
"type":"string",
|
503
504
|
"max":2048
|
504
505
|
},
|
506
|
+
"QueryError":{
|
507
|
+
"type":"structure",
|
508
|
+
"members":{
|
509
|
+
"ErrorCode":{"shape":"QueryErrorCode"},
|
510
|
+
"Message":{"shape":"QueryErrorMessage"}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"QueryErrorCode":{
|
514
|
+
"type":"string",
|
515
|
+
"enum":[
|
516
|
+
"CLOUDFORMATION_STACK_INACTIVE",
|
517
|
+
"CLOUDFORMATION_STACK_NOT_EXISTING"
|
518
|
+
]
|
519
|
+
},
|
520
|
+
"QueryErrorList":{
|
521
|
+
"type":"list",
|
522
|
+
"member":{"shape":"QueryError"}
|
523
|
+
},
|
524
|
+
"QueryErrorMessage":{"type":"string"},
|
505
525
|
"QueryType":{
|
506
526
|
"type":"string",
|
507
|
-
"enum":[
|
527
|
+
"enum":[
|
528
|
+
"TAG_FILTERS_1_0",
|
529
|
+
"CLOUDFORMATION_STACK_1_0"
|
530
|
+
]
|
508
531
|
},
|
509
532
|
"ResourceArn":{
|
510
533
|
"type":"string",
|
@@ -580,7 +603,8 @@
|
|
580
603
|
"type":"structure",
|
581
604
|
"members":{
|
582
605
|
"ResourceIdentifiers":{"shape":"ResourceIdentifierList"},
|
583
|
-
"NextToken":{"shape":"NextToken"}
|
606
|
+
"NextToken":{"shape":"NextToken"},
|
607
|
+
"QueryErrors":{"shape":"QueryErrorList"}
|
584
608
|
}
|
585
609
|
},
|
586
610
|
"TagInput":{
|
@@ -483,13 +483,11 @@
|
|
483
483
|
},
|
484
484
|
"AlgorithmSpecification":{
|
485
485
|
"type":"structure",
|
486
|
-
"required":[
|
487
|
-
"TrainingImage",
|
488
|
-
"TrainingInputMode"
|
489
|
-
],
|
486
|
+
"required":["TrainingInputMode"],
|
490
487
|
"members":{
|
491
488
|
"TrainingImage":{"shape":"AlgorithmImage"},
|
492
|
-
"TrainingInputMode":{"shape":"TrainingInputMode"}
|
489
|
+
"TrainingInputMode":{"shape":"TrainingInputMode"},
|
490
|
+
"MetricDefinitions":{"shape":"MetricDefinitionList"}
|
493
491
|
}
|
494
492
|
},
|
495
493
|
"AssemblyType":{
|
@@ -639,6 +637,7 @@
|
|
639
637
|
"HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
|
640
638
|
"HyperParameterTuningJobConfig":{"shape":"HyperParameterTuningJobConfig"},
|
641
639
|
"TrainingJobDefinition":{"shape":"HyperParameterTrainingJobDefinition"},
|
640
|
+
"WarmStartConfig":{"shape":"HyperParameterTuningJobWarmStartConfig"},
|
642
641
|
"Tags":{"shape":"TagList"}
|
643
642
|
}
|
644
643
|
},
|
@@ -938,6 +937,8 @@
|
|
938
937
|
"TrainingJobStatusCounters":{"shape":"TrainingJobStatusCounters"},
|
939
938
|
"ObjectiveStatusCounters":{"shape":"ObjectiveStatusCounters"},
|
940
939
|
"BestTrainingJob":{"shape":"HyperParameterTrainingJobSummary"},
|
940
|
+
"OverallBestTrainingJob":{"shape":"HyperParameterTrainingJobSummary"},
|
941
|
+
"WarmStartConfig":{"shape":"HyperParameterTuningJobWarmStartConfig"},
|
941
942
|
"FailureReason":{"shape":"FailureReason"}
|
942
943
|
}
|
943
944
|
},
|
@@ -1052,7 +1053,8 @@
|
|
1052
1053
|
"TrainingStartTime":{"shape":"Timestamp"},
|
1053
1054
|
"TrainingEndTime":{"shape":"Timestamp"},
|
1054
1055
|
"LastModifiedTime":{"shape":"Timestamp"},
|
1055
|
-
"SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"}
|
1056
|
+
"SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
|
1057
|
+
"FinalMetricDataList":{"shape":"FinalMetricDataList"}
|
1056
1058
|
}
|
1057
1059
|
},
|
1058
1060
|
"DescribeTransformJobRequest":{
|
@@ -1130,6 +1132,7 @@
|
|
1130
1132
|
},
|
1131
1133
|
"EndpointConfigNameContains":{
|
1132
1134
|
"type":"string",
|
1135
|
+
"max":63,
|
1133
1136
|
"pattern":"[a-zA-Z0-9-]+"
|
1134
1137
|
},
|
1135
1138
|
"EndpointConfigSortKey":{
|
@@ -1163,6 +1166,7 @@
|
|
1163
1166
|
},
|
1164
1167
|
"EndpointNameContains":{
|
1165
1168
|
"type":"string",
|
1169
|
+
"max":63,
|
1166
1170
|
"pattern":"[a-zA-Z0-9-]+"
|
1167
1171
|
},
|
1168
1172
|
"EndpointSortKey":{
|
@@ -1238,12 +1242,16 @@
|
|
1238
1242
|
"Value":{"shape":"MetricValue"}
|
1239
1243
|
}
|
1240
1244
|
},
|
1245
|
+
"FinalMetricDataList":{
|
1246
|
+
"type":"list",
|
1247
|
+
"member":{"shape":"MetricData"},
|
1248
|
+
"max":20,
|
1249
|
+
"min":0
|
1250
|
+
},
|
1251
|
+
"Float":{"type":"float"},
|
1241
1252
|
"HyperParameterAlgorithmSpecification":{
|
1242
1253
|
"type":"structure",
|
1243
|
-
"required":[
|
1244
|
-
"TrainingImage",
|
1245
|
-
"TrainingInputMode"
|
1246
|
-
],
|
1254
|
+
"required":["TrainingInputMode"],
|
1247
1255
|
"members":{
|
1248
1256
|
"TrainingImage":{"shape":"AlgorithmImage"},
|
1249
1257
|
"TrainingInputMode":{"shape":"TrainingInputMode"},
|
@@ -1255,7 +1263,6 @@
|
|
1255
1263
|
"required":[
|
1256
1264
|
"AlgorithmSpecification",
|
1257
1265
|
"RoleArn",
|
1258
|
-
"InputDataConfig",
|
1259
1266
|
"OutputDataConfig",
|
1260
1267
|
"ResourceConfig",
|
1261
1268
|
"StoppingCondition"
|
@@ -1287,6 +1294,7 @@
|
|
1287
1294
|
"members":{
|
1288
1295
|
"TrainingJobName":{"shape":"TrainingJobName"},
|
1289
1296
|
"TrainingJobArn":{"shape":"TrainingJobArn"},
|
1297
|
+
"TuningJobName":{"shape":"HyperParameterTuningJobName"},
|
1290
1298
|
"CreationTime":{"shape":"Timestamp"},
|
1291
1299
|
"TrainingStartTime":{"shape":"Timestamp"},
|
1292
1300
|
"TrainingEndTime":{"shape":"Timestamp"},
|
@@ -1391,6 +1399,24 @@
|
|
1391
1399
|
"ResourceLimits":{"shape":"ResourceLimits"}
|
1392
1400
|
}
|
1393
1401
|
},
|
1402
|
+
"HyperParameterTuningJobWarmStartConfig":{
|
1403
|
+
"type":"structure",
|
1404
|
+
"required":[
|
1405
|
+
"ParentHyperParameterTuningJobs",
|
1406
|
+
"WarmStartType"
|
1407
|
+
],
|
1408
|
+
"members":{
|
1409
|
+
"ParentHyperParameterTuningJobs":{"shape":"ParentHyperParameterTuningJobs"},
|
1410
|
+
"WarmStartType":{"shape":"HyperParameterTuningJobWarmStartType"}
|
1411
|
+
}
|
1412
|
+
},
|
1413
|
+
"HyperParameterTuningJobWarmStartType":{
|
1414
|
+
"type":"string",
|
1415
|
+
"enum":[
|
1416
|
+
"IdenticalDataAndAlgorithm",
|
1417
|
+
"TransferLearning"
|
1418
|
+
]
|
1419
|
+
},
|
1394
1420
|
"HyperParameters":{
|
1395
1421
|
"type":"map",
|
1396
1422
|
"key":{"shape":"ParameterKey"},
|
@@ -1416,11 +1442,34 @@
|
|
1416
1442
|
"ml.t2.large",
|
1417
1443
|
"ml.t2.xlarge",
|
1418
1444
|
"ml.t2.2xlarge",
|
1445
|
+
"ml.t3.medium",
|
1446
|
+
"ml.t3.large",
|
1447
|
+
"ml.t3.xlarge",
|
1448
|
+
"ml.t3.2xlarge",
|
1419
1449
|
"ml.m4.xlarge",
|
1420
1450
|
"ml.m4.2xlarge",
|
1421
1451
|
"ml.m4.4xlarge",
|
1422
1452
|
"ml.m4.10xlarge",
|
1423
1453
|
"ml.m4.16xlarge",
|
1454
|
+
"ml.m5.xlarge",
|
1455
|
+
"ml.m5.2xlarge",
|
1456
|
+
"ml.m5.4xlarge",
|
1457
|
+
"ml.m5.12xlarge",
|
1458
|
+
"ml.m5.24xlarge",
|
1459
|
+
"ml.c4.xlarge",
|
1460
|
+
"ml.c4.2xlarge",
|
1461
|
+
"ml.c4.4xlarge",
|
1462
|
+
"ml.c4.8xlarge",
|
1463
|
+
"ml.c5.xlarge",
|
1464
|
+
"ml.c5.2xlarge",
|
1465
|
+
"ml.c5.4xlarge",
|
1466
|
+
"ml.c5.9xlarge",
|
1467
|
+
"ml.c5.18xlarge",
|
1468
|
+
"ml.c5d.xlarge",
|
1469
|
+
"ml.c5d.2xlarge",
|
1470
|
+
"ml.c5d.4xlarge",
|
1471
|
+
"ml.c5d.9xlarge",
|
1472
|
+
"ml.c5d.18xlarge",
|
1424
1473
|
"ml.p2.xlarge",
|
1425
1474
|
"ml.p2.8xlarge",
|
1426
1475
|
"ml.p2.16xlarge",
|
@@ -1703,6 +1752,14 @@
|
|
1703
1752
|
"type":"integer",
|
1704
1753
|
"min":1
|
1705
1754
|
},
|
1755
|
+
"MetricData":{
|
1756
|
+
"type":"structure",
|
1757
|
+
"members":{
|
1758
|
+
"MetricName":{"shape":"MetricName"},
|
1759
|
+
"Value":{"shape":"Float"},
|
1760
|
+
"Timestamp":{"shape":"Timestamp"}
|
1761
|
+
}
|
1762
|
+
},
|
1706
1763
|
"MetricDefinition":{
|
1707
1764
|
"type":"structure",
|
1708
1765
|
"required":[
|
@@ -1750,6 +1807,7 @@
|
|
1750
1807
|
},
|
1751
1808
|
"ModelNameContains":{
|
1752
1809
|
"type":"string",
|
1810
|
+
"max":63,
|
1753
1811
|
"pattern":"[a-zA-Z0-9-]+"
|
1754
1812
|
},
|
1755
1813
|
"ModelSortKey":{
|
@@ -1811,6 +1869,7 @@
|
|
1811
1869
|
},
|
1812
1870
|
"NotebookInstanceLifecycleConfigNameContains":{
|
1813
1871
|
"type":"string",
|
1872
|
+
"max":63,
|
1814
1873
|
"pattern":"[a-zA-Z0-9-]+"
|
1815
1874
|
},
|
1816
1875
|
"NotebookInstanceLifecycleConfigSortKey":{
|
@@ -1858,6 +1917,7 @@
|
|
1858
1917
|
},
|
1859
1918
|
"NotebookInstanceNameContains":{
|
1860
1919
|
"type":"string",
|
1920
|
+
"max":63,
|
1861
1921
|
"pattern":"[a-zA-Z0-9-]+"
|
1862
1922
|
},
|
1863
1923
|
"NotebookInstanceSortKey":{
|
@@ -1975,6 +2035,18 @@
|
|
1975
2035
|
"max":20,
|
1976
2036
|
"min":1
|
1977
2037
|
},
|
2038
|
+
"ParentHyperParameterTuningJob":{
|
2039
|
+
"type":"structure",
|
2040
|
+
"members":{
|
2041
|
+
"HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"}
|
2042
|
+
}
|
2043
|
+
},
|
2044
|
+
"ParentHyperParameterTuningJobs":{
|
2045
|
+
"type":"list",
|
2046
|
+
"member":{"shape":"ParentHyperParameterTuningJob"},
|
2047
|
+
"max":5,
|
2048
|
+
"min":1
|
2049
|
+
},
|
1978
2050
|
"ProductionVariant":{
|
1979
2051
|
"type":"structure",
|
1980
2052
|
"required":[
|
@@ -1801,7 +1801,8 @@
|
|
1801
1801
|
"ProvisioningArtifactParameters":{"shape":"ProvisioningArtifactParameters"},
|
1802
1802
|
"ConstraintSummaries":{"shape":"ConstraintSummaries"},
|
1803
1803
|
"UsageInstructions":{"shape":"UsageInstructions"},
|
1804
|
-
"TagOptions":{"shape":"TagOptionSummaries"}
|
1804
|
+
"TagOptions":{"shape":"TagOptionSummaries"},
|
1805
|
+
"ProvisioningArtifactPreferences":{"shape":"ProvisioningArtifactPreferences"}
|
1805
1806
|
}
|
1806
1807
|
},
|
1807
1808
|
"DescribeRecordInput":{
|
@@ -2623,6 +2624,7 @@
|
|
2623
2624
|
"PathId":{"shape":"Id"},
|
2624
2625
|
"ProvisionedProductName":{"shape":"ProvisionedProductName"},
|
2625
2626
|
"ProvisioningParameters":{"shape":"ProvisioningParameters"},
|
2627
|
+
"ProvisioningPreferences":{"shape":"ProvisioningPreferences"},
|
2626
2628
|
"Tags":{"shape":"Tags"},
|
2627
2629
|
"NotificationArns":{"shape":"NotificationArns"},
|
2628
2630
|
"ProvisionToken":{
|
@@ -2823,6 +2825,13 @@
|
|
2823
2825
|
"type":"list",
|
2824
2826
|
"member":{"shape":"ProvisioningArtifactParameter"}
|
2825
2827
|
},
|
2828
|
+
"ProvisioningArtifactPreferences":{
|
2829
|
+
"type":"structure",
|
2830
|
+
"members":{
|
2831
|
+
"StackSetAccounts":{"shape":"StackSetAccounts"},
|
2832
|
+
"StackSetRegions":{"shape":"StackSetRegions"}
|
2833
|
+
}
|
2834
|
+
},
|
2826
2835
|
"ProvisioningArtifactProperties":{
|
2827
2836
|
"type":"structure",
|
2828
2837
|
"required":["Info"],
|
@@ -2886,6 +2895,17 @@
|
|
2886
2895
|
"type":"list",
|
2887
2896
|
"member":{"shape":"ProvisioningParameter"}
|
2888
2897
|
},
|
2898
|
+
"ProvisioningPreferences":{
|
2899
|
+
"type":"structure",
|
2900
|
+
"members":{
|
2901
|
+
"StackSetAccounts":{"shape":"StackSetAccounts"},
|
2902
|
+
"StackSetRegions":{"shape":"StackSetRegions"},
|
2903
|
+
"StackSetFailureToleranceCount":{"shape":"StackSetFailureToleranceCount"},
|
2904
|
+
"StackSetFailureTolerancePercentage":{"shape":"StackSetFailureTolerancePercentage"},
|
2905
|
+
"StackSetMaxConcurrencyCount":{"shape":"StackSetMaxConcurrencyCount"},
|
2906
|
+
"StackSetMaxConcurrencyPercentage":{"shape":"StackSetMaxConcurrencyPercentage"}
|
2907
|
+
}
|
2908
|
+
},
|
2889
2909
|
"RecordDetail":{
|
2890
2910
|
"type":"structure",
|
2891
2911
|
"members":{
|
@@ -2966,6 +2986,7 @@
|
|
2966
2986
|
"max":50
|
2967
2987
|
},
|
2968
2988
|
"RecordType":{"type":"string"},
|
2989
|
+
"Region":{"type":"string"},
|
2969
2990
|
"RejectPortfolioShareInput":{
|
2970
2991
|
"type":"structure",
|
2971
2992
|
"required":["PortfolioId"],
|
@@ -3302,6 +3323,40 @@
|
|
3302
3323
|
"key":{"shape":"ProvisioningArtifactPropertyName"},
|
3303
3324
|
"value":{"shape":"ProvisioningArtifactPropertyValue"}
|
3304
3325
|
},
|
3326
|
+
"StackSetAccounts":{
|
3327
|
+
"type":"list",
|
3328
|
+
"member":{"shape":"AccountId"}
|
3329
|
+
},
|
3330
|
+
"StackSetFailureToleranceCount":{
|
3331
|
+
"type":"integer",
|
3332
|
+
"min":0
|
3333
|
+
},
|
3334
|
+
"StackSetFailureTolerancePercentage":{
|
3335
|
+
"type":"integer",
|
3336
|
+
"max":100,
|
3337
|
+
"min":0
|
3338
|
+
},
|
3339
|
+
"StackSetMaxConcurrencyCount":{
|
3340
|
+
"type":"integer",
|
3341
|
+
"min":1
|
3342
|
+
},
|
3343
|
+
"StackSetMaxConcurrencyPercentage":{
|
3344
|
+
"type":"integer",
|
3345
|
+
"max":100,
|
3346
|
+
"min":1
|
3347
|
+
},
|
3348
|
+
"StackSetOperationType":{
|
3349
|
+
"type":"string",
|
3350
|
+
"enum":[
|
3351
|
+
"CREATE",
|
3352
|
+
"UPDATE",
|
3353
|
+
"DELETE"
|
3354
|
+
]
|
3355
|
+
},
|
3356
|
+
"StackSetRegions":{
|
3357
|
+
"type":"list",
|
3358
|
+
"member":{"shape":"Region"}
|
3359
|
+
},
|
3305
3360
|
"Status":{
|
3306
3361
|
"type":"string",
|
3307
3362
|
"enum":[
|
@@ -3508,6 +3563,7 @@
|
|
3508
3563
|
"ProvisioningArtifactId":{"shape":"Id"},
|
3509
3564
|
"PathId":{"shape":"Id"},
|
3510
3565
|
"ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
|
3566
|
+
"ProvisioningPreferences":{"shape":"UpdateProvisioningPreferences"},
|
3511
3567
|
"UpdateToken":{
|
3512
3568
|
"shape":"IdempotencyToken",
|
3513
3569
|
"idempotencyToken":true
|
@@ -3555,6 +3611,18 @@
|
|
3555
3611
|
"type":"list",
|
3556
3612
|
"member":{"shape":"UpdateProvisioningParameter"}
|
3557
3613
|
},
|
3614
|
+
"UpdateProvisioningPreferences":{
|
3615
|
+
"type":"structure",
|
3616
|
+
"members":{
|
3617
|
+
"StackSetAccounts":{"shape":"StackSetAccounts"},
|
3618
|
+
"StackSetRegions":{"shape":"StackSetRegions"},
|
3619
|
+
"StackSetFailureToleranceCount":{"shape":"StackSetFailureToleranceCount"},
|
3620
|
+
"StackSetFailureTolerancePercentage":{"shape":"StackSetFailureTolerancePercentage"},
|
3621
|
+
"StackSetMaxConcurrencyCount":{"shape":"StackSetMaxConcurrencyCount"},
|
3622
|
+
"StackSetMaxConcurrencyPercentage":{"shape":"StackSetMaxConcurrencyPercentage"},
|
3623
|
+
"StackSetOperationType":{"shape":"StackSetOperationType"}
|
3624
|
+
}
|
3625
|
+
},
|
3558
3626
|
"UpdateServiceActionInput":{
|
3559
3627
|
"type":"structure",
|
3560
3628
|
"required":["Id"],
|
@@ -113,7 +113,8 @@
|
|
113
113
|
{"shape":"InvalidParameterException"},
|
114
114
|
{"shape":"TopicLimitExceededException"},
|
115
115
|
{"shape":"InternalErrorException"},
|
116
|
-
{"shape":"AuthorizationErrorException"}
|
116
|
+
{"shape":"AuthorizationErrorException"},
|
117
|
+
{"shape":"InvalidSecurityException"}
|
117
118
|
]
|
118
119
|
},
|
119
120
|
"DeleteEndpoint":{
|
@@ -243,7 +244,8 @@
|
|
243
244
|
{"shape":"InvalidParameterException"},
|
244
245
|
{"shape":"InternalErrorException"},
|
245
246
|
{"shape":"NotFoundException"},
|
246
|
-
{"shape":"AuthorizationErrorException"}
|
247
|
+
{"shape":"AuthorizationErrorException"},
|
248
|
+
{"shape":"InvalidSecurityException"}
|
247
249
|
]
|
248
250
|
},
|
249
251
|
"ListEndpointsByPlatformApplication":{
|
@@ -387,7 +389,14 @@
|
|
387
389
|
{"shape":"NotFoundException"},
|
388
390
|
{"shape":"EndpointDisabledException"},
|
389
391
|
{"shape":"PlatformApplicationDisabledException"},
|
390
|
-
{"shape":"AuthorizationErrorException"}
|
392
|
+
{"shape":"AuthorizationErrorException"},
|
393
|
+
{"shape":"KMSDisabledException"},
|
394
|
+
{"shape":"KMSInvalidStateException"},
|
395
|
+
{"shape":"KMSNotFoundException"},
|
396
|
+
{"shape":"KMSOptInRequired"},
|
397
|
+
{"shape":"KMSThrottlingException"},
|
398
|
+
{"shape":"KMSAccessDeniedException"},
|
399
|
+
{"shape":"InvalidSecurityException"}
|
391
400
|
]
|
392
401
|
},
|
393
402
|
"RemovePermission":{
|
@@ -476,7 +485,8 @@
|
|
476
485
|
{"shape":"InvalidParameterException"},
|
477
486
|
{"shape":"InternalErrorException"},
|
478
487
|
{"shape":"NotFoundException"},
|
479
|
-
{"shape":"AuthorizationErrorException"}
|
488
|
+
{"shape":"AuthorizationErrorException"},
|
489
|
+
{"shape":"InvalidSecurityException"}
|
480
490
|
]
|
481
491
|
},
|
482
492
|
"Subscribe":{
|
@@ -496,7 +506,8 @@
|
|
496
506
|
{"shape":"InvalidParameterException"},
|
497
507
|
{"shape":"InternalErrorException"},
|
498
508
|
{"shape":"NotFoundException"},
|
499
|
-
{"shape":"AuthorizationErrorException"}
|
509
|
+
{"shape":"AuthorizationErrorException"},
|
510
|
+
{"shape":"InvalidSecurityException"}
|
500
511
|
]
|
501
512
|
},
|
502
513
|
"Unsubscribe":{
|
@@ -510,7 +521,8 @@
|
|
510
521
|
{"shape":"InvalidParameterException"},
|
511
522
|
{"shape":"InternalErrorException"},
|
512
523
|
{"shape":"AuthorizationErrorException"},
|
513
|
-
{"shape":"NotFoundException"}
|
524
|
+
{"shape":"NotFoundException"},
|
525
|
+
{"shape":"InvalidSecurityException"}
|
514
526
|
]
|
515
527
|
}
|
516
528
|
},
|
@@ -620,7 +632,8 @@
|
|
620
632
|
"type":"structure",
|
621
633
|
"required":["Name"],
|
622
634
|
"members":{
|
623
|
-
"Name":{"shape":"topicName"}
|
635
|
+
"Name":{"shape":"topicName"},
|
636
|
+
"Attributes":{"shape":"TopicAttributesMap"}
|
624
637
|
}
|
625
638
|
},
|
626
639
|
"CreateTopicResponse":{
|
@@ -785,6 +798,90 @@
|
|
785
798
|
},
|
786
799
|
"exception":true
|
787
800
|
},
|
801
|
+
"InvalidSecurityException":{
|
802
|
+
"type":"structure",
|
803
|
+
"members":{
|
804
|
+
"message":{"shape":"string"}
|
805
|
+
},
|
806
|
+
"error":{
|
807
|
+
"code":"InvalidSecurity",
|
808
|
+
"httpStatusCode":403,
|
809
|
+
"senderFault":true
|
810
|
+
},
|
811
|
+
"exception":true
|
812
|
+
},
|
813
|
+
"KMSAccessDeniedException":{
|
814
|
+
"type":"structure",
|
815
|
+
"members":{
|
816
|
+
"message":{"shape":"string"}
|
817
|
+
},
|
818
|
+
"error":{
|
819
|
+
"code":"KMSAccessDenied",
|
820
|
+
"httpStatusCode":400,
|
821
|
+
"senderFault":true
|
822
|
+
},
|
823
|
+
"exception":true
|
824
|
+
},
|
825
|
+
"KMSDisabledException":{
|
826
|
+
"type":"structure",
|
827
|
+
"members":{
|
828
|
+
"message":{"shape":"string"}
|
829
|
+
},
|
830
|
+
"error":{
|
831
|
+
"code":"KMSDisabled",
|
832
|
+
"httpStatusCode":400,
|
833
|
+
"senderFault":true
|
834
|
+
},
|
835
|
+
"exception":true
|
836
|
+
},
|
837
|
+
"KMSInvalidStateException":{
|
838
|
+
"type":"structure",
|
839
|
+
"members":{
|
840
|
+
"message":{"shape":"string"}
|
841
|
+
},
|
842
|
+
"error":{
|
843
|
+
"code":"KMSInvalidState",
|
844
|
+
"httpStatusCode":400,
|
845
|
+
"senderFault":true
|
846
|
+
},
|
847
|
+
"exception":true
|
848
|
+
},
|
849
|
+
"KMSNotFoundException":{
|
850
|
+
"type":"structure",
|
851
|
+
"members":{
|
852
|
+
"message":{"shape":"string"}
|
853
|
+
},
|
854
|
+
"error":{
|
855
|
+
"code":"KMSNotFound",
|
856
|
+
"httpStatusCode":400,
|
857
|
+
"senderFault":true
|
858
|
+
},
|
859
|
+
"exception":true
|
860
|
+
},
|
861
|
+
"KMSOptInRequired":{
|
862
|
+
"type":"structure",
|
863
|
+
"members":{
|
864
|
+
"message":{"shape":"string"}
|
865
|
+
},
|
866
|
+
"error":{
|
867
|
+
"code":"KMSOptInRequired",
|
868
|
+
"httpStatusCode":403,
|
869
|
+
"senderFault":true
|
870
|
+
},
|
871
|
+
"exception":true
|
872
|
+
},
|
873
|
+
"KMSThrottlingException":{
|
874
|
+
"type":"structure",
|
875
|
+
"members":{
|
876
|
+
"message":{"shape":"string"}
|
877
|
+
},
|
878
|
+
"error":{
|
879
|
+
"code":"KMSThrottling",
|
880
|
+
"httpStatusCode":400,
|
881
|
+
"senderFault":true
|
882
|
+
},
|
883
|
+
"exception":true
|
884
|
+
},
|
788
885
|
"ListEndpointsByPlatformApplicationInput":{
|
789
886
|
"type":"structure",
|
790
887
|
"required":["PlatformApplicationArn"],
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListTopics",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "Publish",
|
12
|
+
"input": {
|
13
|
+
"Message": "hello",
|
14
|
+
"TopicArn": "fake_topic"
|
15
|
+
},
|
16
|
+
"errorExpectedFromService": true
|
17
|
+
}
|
18
|
+
]
|
19
|
+
}
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.171
|
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: 2018-11-
|
11
|
+
date: 2018-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -594,6 +594,7 @@ files:
|
|
594
594
|
- apis/sns/2010-03-31/examples-1.json
|
595
595
|
- apis/sns/2010-03-31/paginators-1.json
|
596
596
|
- apis/sns/2010-03-31/resources-1.json
|
597
|
+
- apis/sns/2010-03-31/smoke.json
|
597
598
|
- apis/sqs/2012-11-05/api-2.json
|
598
599
|
- apis/sqs/2012-11-05/examples-1.json
|
599
600
|
- apis/sqs/2012-11-05/paginators-1.json
|