aws-sdk-core 2.11.408 → 2.11.409

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
  3. data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
  4. data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
  5. data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
  6. data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
  7. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
  9. data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
  10. data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
  11. data/apis/ec2/2016-11-15/api-2.json +1915 -119
  12. data/apis/ecs/2014-11-13/api-2.json +224 -4
  13. data/apis/ecs/2014-11-13/paginators-1.json +6 -0
  14. data/apis/eks/2017-11-01/api-2.json +218 -0
  15. data/apis/eks/2017-11-01/paginators-1.json +6 -0
  16. data/apis/es/2015-01-01/api-2.json +13 -1
  17. data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
  18. data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
  19. data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
  20. data/apis/kendra/2019-02-03/api-2.json +1737 -0
  21. data/apis/kendra/2019-02-03/examples-1.json +5 -0
  22. data/apis/kendra/2019-02-03/paginators-1.json +19 -0
  23. data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
  24. data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
  25. data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
  26. data/apis/outposts/2019-12-03/api-2.json +367 -0
  27. data/apis/outposts/2019-12-03/examples-1.json +5 -0
  28. data/apis/outposts/2019-12-03/paginators-1.json +14 -0
  29. data/apis/s3/2006-03-01/examples-1.json +89 -89
  30. data/apis/s3control/2018-08-20/api-2.json +333 -0
  31. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  32. data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
  33. data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
  34. data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
  35. data/apis/textract/2018-06-27/api-2.json +88 -7
  36. data/endpoints.json +10 -1
  37. data/lib/aws-sdk-core.rb +8 -0
  38. data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
  39. data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
  40. data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
  41. data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
  42. data/lib/aws-sdk-core/frauddetector.rb +6 -0
  43. data/lib/aws-sdk-core/kendra.rb +6 -0
  44. data/lib/aws-sdk-core/networkmanager.rb +6 -0
  45. data/lib/aws-sdk-core/outposts.rb +6 -0
  46. data/lib/aws-sdk-core/version.rb +1 -1
  47. data/service-models.json +32 -0
  48. metadata +34 -2
@@ -13,6 +13,21 @@
13
13
  "uid":"ecs-2014-11-13"
14
14
  },
15
15
  "operations":{
16
+ "CreateCapacityProvider":{
17
+ "name":"CreateCapacityProvider",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CreateCapacityProviderRequest"},
23
+ "output":{"shape":"CreateCapacityProviderResponse"},
24
+ "errors":[
25
+ {"shape":"ServerException"},
26
+ {"shape":"ClientException"},
27
+ {"shape":"InvalidParameterException"},
28
+ {"shape":"LimitExceededException"}
29
+ ]
30
+ },
16
31
  "CreateCluster":{
17
32
  "name":"CreateCluster",
18
33
  "http":{
@@ -110,7 +125,8 @@
110
125
  {"shape":"ClusterNotFoundException"},
111
126
  {"shape":"ClusterContainsContainerInstancesException"},
112
127
  {"shape":"ClusterContainsServicesException"},
113
- {"shape":"ClusterContainsTasksException"}
128
+ {"shape":"ClusterContainsTasksException"},
129
+ {"shape":"UpdateInProgressException"}
114
130
  ]
115
131
  },
116
132
  "DeleteService":{
@@ -178,6 +194,20 @@
178
194
  {"shape":"InvalidParameterException"}
179
195
  ]
180
196
  },
197
+ "DescribeCapacityProviders":{
198
+ "name":"DescribeCapacityProviders",
199
+ "http":{
200
+ "method":"POST",
201
+ "requestUri":"/"
202
+ },
203
+ "input":{"shape":"DescribeCapacityProvidersRequest"},
204
+ "output":{"shape":"DescribeCapacityProvidersResponse"},
205
+ "errors":[
206
+ {"shape":"ServerException"},
207
+ {"shape":"ClientException"},
208
+ {"shape":"InvalidParameterException"}
209
+ ]
210
+ },
181
211
  "DescribeClusters":{
182
212
  "name":"DescribeClusters",
183
213
  "http":{
@@ -456,6 +486,23 @@
456
486
  {"shape":"InvalidParameterException"}
457
487
  ]
458
488
  },
489
+ "PutClusterCapacityProviders":{
490
+ "name":"PutClusterCapacityProviders",
491
+ "http":{
492
+ "method":"POST",
493
+ "requestUri":"/"
494
+ },
495
+ "input":{"shape":"PutClusterCapacityProvidersRequest"},
496
+ "output":{"shape":"PutClusterCapacityProvidersResponse"},
497
+ "errors":[
498
+ {"shape":"ServerException"},
499
+ {"shape":"ClientException"},
500
+ {"shape":"InvalidParameterException"},
501
+ {"shape":"ClusterNotFoundException"},
502
+ {"shape":"ResourceInUseException"},
503
+ {"shape":"UpdateInProgressException"}
504
+ ]
505
+ },
459
506
  "RegisterContainerInstance":{
460
507
  "name":"RegisterContainerInstance",
461
508
  "http":{
@@ -692,7 +739,6 @@
692
739
  {"shape":"InvalidParameterException"},
693
740
  {"shape":"ClusterNotFoundException"},
694
741
  {"shape":"UnsupportedFeatureException"},
695
- {"shape":"AccessDeniedException"},
696
742
  {"shape":"ServiceNotFoundException"},
697
743
  {"shape":"ServiceNotActiveException"},
698
744
  {"shape":"TaskSetNotFoundException"},
@@ -797,6 +843,15 @@
797
843
  "type":"list",
798
844
  "member":{"shape":"Attribute"}
799
845
  },
846
+ "AutoScalingGroupProvider":{
847
+ "type":"structure",
848
+ "required":["autoScalingGroupArn"],
849
+ "members":{
850
+ "autoScalingGroupArn":{"shape":"String"},
851
+ "managedScaling":{"shape":"ManagedScaling"},
852
+ "managedTerminationProtection":{"shape":"ManagedTerminationProtection"}
853
+ }
854
+ },
800
855
  "AwsVpcConfiguration":{
801
856
  "type":"structure",
802
857
  "required":["subnets"],
@@ -821,6 +876,55 @@
821
876
  "type":"integer",
822
877
  "box":true
823
878
  },
879
+ "CapacityProvider":{
880
+ "type":"structure",
881
+ "members":{
882
+ "capacityProviderArn":{"shape":"String"},
883
+ "name":{"shape":"String"},
884
+ "status":{"shape":"CapacityProviderStatus"},
885
+ "autoScalingGroupProvider":{"shape":"AutoScalingGroupProvider"},
886
+ "tags":{"shape":"Tags"}
887
+ }
888
+ },
889
+ "CapacityProviderField":{
890
+ "type":"string",
891
+ "enum":["TAGS"]
892
+ },
893
+ "CapacityProviderFieldList":{
894
+ "type":"list",
895
+ "member":{"shape":"CapacityProviderField"}
896
+ },
897
+ "CapacityProviderStatus":{
898
+ "type":"string",
899
+ "enum":["ACTIVE"]
900
+ },
901
+ "CapacityProviderStrategy":{
902
+ "type":"list",
903
+ "member":{"shape":"CapacityProviderStrategyItem"}
904
+ },
905
+ "CapacityProviderStrategyItem":{
906
+ "type":"structure",
907
+ "required":["capacityProvider"],
908
+ "members":{
909
+ "capacityProvider":{"shape":"String"},
910
+ "weight":{"shape":"CapacityProviderStrategyItemWeight"},
911
+ "base":{"shape":"CapacityProviderStrategyItemBase"}
912
+ }
913
+ },
914
+ "CapacityProviderStrategyItemBase":{
915
+ "type":"integer",
916
+ "max":100000,
917
+ "min":0
918
+ },
919
+ "CapacityProviderStrategyItemWeight":{
920
+ "type":"integer",
921
+ "max":1000,
922
+ "min":0
923
+ },
924
+ "CapacityProviders":{
925
+ "type":"list",
926
+ "member":{"shape":"CapacityProvider"}
927
+ },
824
928
  "ClientException":{
825
929
  "type":"structure",
826
930
  "members":{
@@ -840,7 +944,11 @@
840
944
  "activeServicesCount":{"shape":"Integer"},
841
945
  "statistics":{"shape":"Statistics"},
842
946
  "tags":{"shape":"Tags"},
843
- "settings":{"shape":"ClusterSettings"}
947
+ "settings":{"shape":"ClusterSettings"},
948
+ "capacityProviders":{"shape":"StringList"},
949
+ "defaultCapacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
950
+ "attachments":{"shape":"Attachments"},
951
+ "attachmentsStatus":{"shape":"String"}
844
952
  }
845
953
  },
846
954
  "ClusterContainsContainerInstancesException":{
@@ -864,6 +972,8 @@
864
972
  "ClusterField":{
865
973
  "type":"string",
866
974
  "enum":[
975
+ "ATTACHMENTS",
976
+ "SETTINGS",
867
977
  "STATISTICS",
868
978
  "TAGS"
869
979
  ]
@@ -1012,6 +1122,7 @@
1012
1122
  "members":{
1013
1123
  "containerInstanceArn":{"shape":"String"},
1014
1124
  "ec2InstanceId":{"shape":"String"},
1125
+ "capacityProviderName":{"shape":"String"},
1015
1126
  "version":{"shape":"Long"},
1016
1127
  "versionInfo":{"shape":"VersionInfo"},
1017
1128
  "remainingResources":{"shape":"Resources"},
@@ -1086,12 +1197,32 @@
1086
1197
  "type":"list",
1087
1198
  "member":{"shape":"Container"}
1088
1199
  },
1200
+ "CreateCapacityProviderRequest":{
1201
+ "type":"structure",
1202
+ "required":[
1203
+ "name",
1204
+ "autoScalingGroupProvider"
1205
+ ],
1206
+ "members":{
1207
+ "name":{"shape":"String"},
1208
+ "autoScalingGroupProvider":{"shape":"AutoScalingGroupProvider"},
1209
+ "tags":{"shape":"Tags"}
1210
+ }
1211
+ },
1212
+ "CreateCapacityProviderResponse":{
1213
+ "type":"structure",
1214
+ "members":{
1215
+ "capacityProvider":{"shape":"CapacityProvider"}
1216
+ }
1217
+ },
1089
1218
  "CreateClusterRequest":{
1090
1219
  "type":"structure",
1091
1220
  "members":{
1092
1221
  "clusterName":{"shape":"String"},
1093
1222
  "tags":{"shape":"Tags"},
1094
- "settings":{"shape":"ClusterSettings"}
1223
+ "settings":{"shape":"ClusterSettings"},
1224
+ "capacityProviders":{"shape":"StringList"},
1225
+ "defaultCapacityProviderStrategy":{"shape":"CapacityProviderStrategy"}
1095
1226
  }
1096
1227
  },
1097
1228
  "CreateClusterResponse":{
@@ -1112,6 +1243,7 @@
1112
1243
  "desiredCount":{"shape":"BoxedInteger"},
1113
1244
  "clientToken":{"shape":"String"},
1114
1245
  "launchType":{"shape":"LaunchType"},
1246
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
1115
1247
  "platformVersion":{"shape":"String"},
1116
1248
  "role":{"shape":"String"},
1117
1249
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
@@ -1148,6 +1280,7 @@
1148
1280
  "loadBalancers":{"shape":"LoadBalancers"},
1149
1281
  "serviceRegistries":{"shape":"ServiceRegistries"},
1150
1282
  "launchType":{"shape":"LaunchType"},
1283
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
1151
1284
  "platformVersion":{"shape":"String"},
1152
1285
  "scale":{"shape":"Scale"},
1153
1286
  "clientToken":{"shape":"String"}
@@ -1246,6 +1379,7 @@
1246
1379
  "runningCount":{"shape":"Integer"},
1247
1380
  "createdAt":{"shape":"Timestamp"},
1248
1381
  "updatedAt":{"shape":"Timestamp"},
1382
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
1249
1383
  "launchType":{"shape":"LaunchType"},
1250
1384
  "platformVersion":{"shape":"String"},
1251
1385
  "networkConfiguration":{"shape":"NetworkConfiguration"}
@@ -1305,6 +1439,23 @@
1305
1439
  "taskDefinition":{"shape":"TaskDefinition"}
1306
1440
  }
1307
1441
  },
1442
+ "DescribeCapacityProvidersRequest":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "capacityProviders":{"shape":"StringList"},
1446
+ "include":{"shape":"CapacityProviderFieldList"},
1447
+ "maxResults":{"shape":"BoxedInteger"},
1448
+ "nextToken":{"shape":"String"}
1449
+ }
1450
+ },
1451
+ "DescribeCapacityProvidersResponse":{
1452
+ "type":"structure",
1453
+ "members":{
1454
+ "capacityProviders":{"shape":"CapacityProviders"},
1455
+ "failures":{"shape":"Failures"},
1456
+ "nextToken":{"shape":"String"}
1457
+ }
1458
+ },
1308
1459
  "DescribeClustersRequest":{
1309
1460
  "type":"structure",
1310
1461
  "members":{
@@ -1606,6 +1757,12 @@
1606
1757
  "FARGATE"
1607
1758
  ]
1608
1759
  },
1760
+ "LimitExceededException":{
1761
+ "type":"structure",
1762
+ "members":{
1763
+ },
1764
+ "exception":true
1765
+ },
1609
1766
  "LinuxParameters":{
1610
1767
  "type":"structure",
1611
1768
  "members":{
@@ -1811,6 +1968,39 @@
1811
1968
  ]
1812
1969
  },
1813
1970
  "Long":{"type":"long"},
1971
+ "ManagedScaling":{
1972
+ "type":"structure",
1973
+ "members":{
1974
+ "status":{"shape":"ManagedScalingStatus"},
1975
+ "targetCapacity":{"shape":"ManagedScalingTargetCapacity"},
1976
+ "minimumScalingStepSize":{"shape":"ManagedScalingStepSize"},
1977
+ "maximumScalingStepSize":{"shape":"ManagedScalingStepSize"}
1978
+ }
1979
+ },
1980
+ "ManagedScalingStatus":{
1981
+ "type":"string",
1982
+ "enum":[
1983
+ "ENABLED",
1984
+ "DISABLED"
1985
+ ]
1986
+ },
1987
+ "ManagedScalingStepSize":{
1988
+ "type":"integer",
1989
+ "max":10000,
1990
+ "min":1
1991
+ },
1992
+ "ManagedScalingTargetCapacity":{
1993
+ "type":"integer",
1994
+ "max":100,
1995
+ "min":1
1996
+ },
1997
+ "ManagedTerminationProtection":{
1998
+ "type":"string",
1999
+ "enum":[
2000
+ "ENABLED",
2001
+ "DISABLED"
2002
+ ]
2003
+ },
1814
2004
  "MissingVersionException":{
1815
2005
  "type":"structure",
1816
2006
  "members":{
@@ -2035,6 +2225,25 @@
2035
2225
  "attributes":{"shape":"Attributes"}
2036
2226
  }
2037
2227
  },
2228
+ "PutClusterCapacityProvidersRequest":{
2229
+ "type":"structure",
2230
+ "required":[
2231
+ "cluster",
2232
+ "capacityProviders",
2233
+ "defaultCapacityProviderStrategy"
2234
+ ],
2235
+ "members":{
2236
+ "cluster":{"shape":"String"},
2237
+ "capacityProviders":{"shape":"StringList"},
2238
+ "defaultCapacityProviderStrategy":{"shape":"CapacityProviderStrategy"}
2239
+ }
2240
+ },
2241
+ "PutClusterCapacityProvidersResponse":{
2242
+ "type":"structure",
2243
+ "members":{
2244
+ "cluster":{"shape":"Cluster"}
2245
+ }
2246
+ },
2038
2247
  "RegisterContainerInstanceRequest":{
2039
2248
  "type":"structure",
2040
2249
  "members":{
@@ -2108,6 +2317,12 @@
2108
2317
  "stringSetValue":{"shape":"StringList"}
2109
2318
  }
2110
2319
  },
2320
+ "ResourceInUseException":{
2321
+ "type":"structure",
2322
+ "members":{
2323
+ },
2324
+ "exception":true
2325
+ },
2111
2326
  "ResourceNotFoundException":{
2112
2327
  "type":"structure",
2113
2328
  "members":{
@@ -2144,6 +2359,7 @@
2144
2359
  "type":"structure",
2145
2360
  "required":["taskDefinition"],
2146
2361
  "members":{
2362
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
2147
2363
  "cluster":{"shape":"String"},
2148
2364
  "count":{"shape":"BoxedInteger"},
2149
2365
  "enableECSManagedTags":{"shape":"Boolean"},
@@ -2229,6 +2445,7 @@
2229
2445
  "runningCount":{"shape":"Integer"},
2230
2446
  "pendingCount":{"shape":"Integer"},
2231
2447
  "launchType":{"shape":"LaunchType"},
2448
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
2232
2449
  "platformVersion":{"shape":"String"},
2233
2450
  "taskDefinition":{"shape":"String"},
2234
2451
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
@@ -2515,6 +2732,7 @@
2515
2732
  "attachments":{"shape":"Attachments"},
2516
2733
  "attributes":{"shape":"Attributes"},
2517
2734
  "availabilityZone":{"shape":"String"},
2735
+ "capacityProviderName":{"shape":"String"},
2518
2736
  "clusterArn":{"shape":"String"},
2519
2737
  "connectivity":{"shape":"Connectivity"},
2520
2738
  "connectivityAt":{"shape":"Timestamp"},
@@ -2644,6 +2862,7 @@
2644
2862
  "createdAt":{"shape":"Timestamp"},
2645
2863
  "updatedAt":{"shape":"Timestamp"},
2646
2864
  "launchType":{"shape":"LaunchType"},
2865
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
2647
2866
  "platformVersion":{"shape":"String"},
2648
2867
  "networkConfiguration":{"shape":"NetworkConfiguration"},
2649
2868
  "loadBalancers":{"shape":"LoadBalancers"},
@@ -2841,6 +3060,7 @@
2841
3060
  "service":{"shape":"String"},
2842
3061
  "desiredCount":{"shape":"BoxedInteger"},
2843
3062
  "taskDefinition":{"shape":"String"},
3063
+ "capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
2844
3064
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
2845
3065
  "networkConfiguration":{"shape":"NetworkConfiguration"},
2846
3066
  "platformVersion":{"shape":"String"},
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListAttributes": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "attributes"
8
+ },
3
9
  "ListClusters": {
4
10
  "input_token": "nextToken",
5
11
  "limit_key": "maxResults",
@@ -31,6 +31,23 @@
31
31
  {"shape":"UnsupportedAvailabilityZoneException"}
32
32
  ]
33
33
  },
34
+ "CreateFargateProfile":{
35
+ "name":"CreateFargateProfile",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/clusters/{name}/fargate-profiles"
39
+ },
40
+ "input":{"shape":"CreateFargateProfileRequest"},
41
+ "output":{"shape":"CreateFargateProfileResponse"},
42
+ "errors":[
43
+ {"shape":"InvalidParameterException"},
44
+ {"shape":"InvalidRequestException"},
45
+ {"shape":"ClientException"},
46
+ {"shape":"ServerException"},
47
+ {"shape":"ResourceLimitExceededException"},
48
+ {"shape":"UnsupportedAvailabilityZoneException"}
49
+ ]
50
+ },
34
51
  "CreateNodegroup":{
35
52
  "name":"CreateNodegroup",
36
53
  "http":{
@@ -65,6 +82,21 @@
65
82
  {"shape":"ServiceUnavailableException"}
66
83
  ]
67
84
  },
85
+ "DeleteFargateProfile":{
86
+ "name":"DeleteFargateProfile",
87
+ "http":{
88
+ "method":"DELETE",
89
+ "requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"
90
+ },
91
+ "input":{"shape":"DeleteFargateProfileRequest"},
92
+ "output":{"shape":"DeleteFargateProfileResponse"},
93
+ "errors":[
94
+ {"shape":"InvalidParameterException"},
95
+ {"shape":"ClientException"},
96
+ {"shape":"ServerException"},
97
+ {"shape":"ResourceNotFoundException"}
98
+ ]
99
+ },
68
100
  "DeleteNodegroup":{
69
101
  "name":"DeleteNodegroup",
70
102
  "http":{
@@ -97,6 +129,21 @@
97
129
  {"shape":"ServiceUnavailableException"}
98
130
  ]
99
131
  },
132
+ "DescribeFargateProfile":{
133
+ "name":"DescribeFargateProfile",
134
+ "http":{
135
+ "method":"GET",
136
+ "requestUri":"/clusters/{name}/fargate-profiles/{fargateProfileName}"
137
+ },
138
+ "input":{"shape":"DescribeFargateProfileRequest"},
139
+ "output":{"shape":"DescribeFargateProfileResponse"},
140
+ "errors":[
141
+ {"shape":"InvalidParameterException"},
142
+ {"shape":"ClientException"},
143
+ {"shape":"ServerException"},
144
+ {"shape":"ResourceNotFoundException"}
145
+ ]
146
+ },
100
147
  "DescribeNodegroup":{
101
148
  "name":"DescribeNodegroup",
102
149
  "http":{
@@ -143,6 +190,21 @@
143
190
  {"shape":"ServiceUnavailableException"}
144
191
  ]
145
192
  },
193
+ "ListFargateProfiles":{
194
+ "name":"ListFargateProfiles",
195
+ "http":{
196
+ "method":"GET",
197
+ "requestUri":"/clusters/{name}/fargate-profiles"
198
+ },
199
+ "input":{"shape":"ListFargateProfilesRequest"},
200
+ "output":{"shape":"ListFargateProfilesResponse"},
201
+ "errors":[
202
+ {"shape":"InvalidParameterException"},
203
+ {"shape":"ResourceNotFoundException"},
204
+ {"shape":"ClientException"},
205
+ {"shape":"ServerException"}
206
+ ]
207
+ },
146
208
  "ListNodegroups":{
147
209
  "name":"ListNodegroups",
148
210
  "http":{
@@ -399,6 +461,36 @@
399
461
  "cluster":{"shape":"Cluster"}
400
462
  }
401
463
  },
464
+ "CreateFargateProfileRequest":{
465
+ "type":"structure",
466
+ "required":[
467
+ "fargateProfileName",
468
+ "clusterName",
469
+ "podExecutionRoleArn"
470
+ ],
471
+ "members":{
472
+ "fargateProfileName":{"shape":"String"},
473
+ "clusterName":{
474
+ "shape":"String",
475
+ "location":"uri",
476
+ "locationName":"name"
477
+ },
478
+ "podExecutionRoleArn":{"shape":"String"},
479
+ "subnets":{"shape":"StringList"},
480
+ "selectors":{"shape":"FargateProfileSelectors"},
481
+ "clientRequestToken":{
482
+ "shape":"String",
483
+ "idempotencyToken":true
484
+ },
485
+ "tags":{"shape":"TagMap"}
486
+ }
487
+ },
488
+ "CreateFargateProfileResponse":{
489
+ "type":"structure",
490
+ "members":{
491
+ "fargateProfile":{"shape":"FargateProfile"}
492
+ }
493
+ },
402
494
  "CreateNodegroupRequest":{
403
495
  "type":"structure",
404
496
  "required":[
@@ -454,6 +546,31 @@
454
546
  "cluster":{"shape":"Cluster"}
455
547
  }
456
548
  },
549
+ "DeleteFargateProfileRequest":{
550
+ "type":"structure",
551
+ "required":[
552
+ "clusterName",
553
+ "fargateProfileName"
554
+ ],
555
+ "members":{
556
+ "clusterName":{
557
+ "shape":"String",
558
+ "location":"uri",
559
+ "locationName":"name"
560
+ },
561
+ "fargateProfileName":{
562
+ "shape":"String",
563
+ "location":"uri",
564
+ "locationName":"fargateProfileName"
565
+ }
566
+ }
567
+ },
568
+ "DeleteFargateProfileResponse":{
569
+ "type":"structure",
570
+ "members":{
571
+ "fargateProfile":{"shape":"FargateProfile"}
572
+ }
573
+ },
457
574
  "DeleteNodegroupRequest":{
458
575
  "type":"structure",
459
576
  "required":[
@@ -496,6 +613,31 @@
496
613
  "cluster":{"shape":"Cluster"}
497
614
  }
498
615
  },
616
+ "DescribeFargateProfileRequest":{
617
+ "type":"structure",
618
+ "required":[
619
+ "clusterName",
620
+ "fargateProfileName"
621
+ ],
622
+ "members":{
623
+ "clusterName":{
624
+ "shape":"String",
625
+ "location":"uri",
626
+ "locationName":"name"
627
+ },
628
+ "fargateProfileName":{
629
+ "shape":"String",
630
+ "location":"uri",
631
+ "locationName":"fargateProfileName"
632
+ }
633
+ }
634
+ },
635
+ "DescribeFargateProfileResponse":{
636
+ "type":"structure",
637
+ "members":{
638
+ "fargateProfile":{"shape":"FargateProfile"}
639
+ }
640
+ },
499
641
  "DescribeNodegroupRequest":{
500
642
  "type":"structure",
501
643
  "required":[
@@ -579,6 +721,52 @@
579
721
  "type":"list",
580
722
  "member":{"shape":"ErrorDetail"}
581
723
  },
724
+ "FargateProfile":{
725
+ "type":"structure",
726
+ "members":{
727
+ "fargateProfileName":{"shape":"String"},
728
+ "fargateProfileArn":{"shape":"String"},
729
+ "clusterName":{"shape":"String"},
730
+ "createdAt":{"shape":"Timestamp"},
731
+ "podExecutionRoleArn":{"shape":"String"},
732
+ "subnets":{"shape":"StringList"},
733
+ "selectors":{"shape":"FargateProfileSelectors"},
734
+ "status":{"shape":"FargateProfileStatus"},
735
+ "tags":{"shape":"TagMap"}
736
+ }
737
+ },
738
+ "FargateProfileLabel":{
739
+ "type":"map",
740
+ "key":{"shape":"String"},
741
+ "value":{"shape":"String"}
742
+ },
743
+ "FargateProfileSelector":{
744
+ "type":"structure",
745
+ "members":{
746
+ "namespace":{"shape":"String"},
747
+ "labels":{"shape":"FargateProfileLabel"}
748
+ }
749
+ },
750
+ "FargateProfileSelectors":{
751
+ "type":"list",
752
+ "member":{"shape":"FargateProfileSelector"}
753
+ },
754
+ "FargateProfileStatus":{
755
+ "type":"string",
756
+ "enum":[
757
+ "CREATING",
758
+ "ACTIVE",
759
+ "DELETING",
760
+ "CREATE_FAILED",
761
+ "DELETE_FAILED"
762
+ ]
763
+ },
764
+ "FargateProfilesRequestMaxResults":{
765
+ "type":"integer",
766
+ "box":true,
767
+ "max":100,
768
+ "min":1
769
+ },
582
770
  "Identity":{
583
771
  "type":"structure",
584
772
  "members":{
@@ -590,6 +778,7 @@
590
778
  "members":{
591
779
  "clusterName":{"shape":"String"},
592
780
  "nodegroupName":{"shape":"String"},
781
+ "fargateProfileName":{"shape":"String"},
593
782
  "message":{"shape":"String"}
594
783
  },
595
784
  "error":{"httpStatusCode":400},
@@ -645,6 +834,34 @@
645
834
  "nextToken":{"shape":"String"}
646
835
  }
647
836
  },
837
+ "ListFargateProfilesRequest":{
838
+ "type":"structure",
839
+ "required":["clusterName"],
840
+ "members":{
841
+ "clusterName":{
842
+ "shape":"String",
843
+ "location":"uri",
844
+ "locationName":"name"
845
+ },
846
+ "maxResults":{
847
+ "shape":"FargateProfilesRequestMaxResults",
848
+ "location":"querystring",
849
+ "locationName":"maxResults"
850
+ },
851
+ "nextToken":{
852
+ "shape":"String",
853
+ "location":"querystring",
854
+ "locationName":"nextToken"
855
+ }
856
+ }
857
+ },
858
+ "ListFargateProfilesResponse":{
859
+ "type":"structure",
860
+ "members":{
861
+ "fargateProfileNames":{"shape":"StringList"},
862
+ "nextToken":{"shape":"String"}
863
+ }
864
+ },
648
865
  "ListNodegroupsRequest":{
649
866
  "type":"structure",
650
867
  "required":["clusterName"],
@@ -886,6 +1103,7 @@
886
1103
  "members":{
887
1104
  "clusterName":{"shape":"String"},
888
1105
  "nodegroupName":{"shape":"String"},
1106
+ "fargateProfileName":{"shape":"String"},
889
1107
  "message":{"shape":"String"}
890
1108
  },
891
1109
  "error":{"httpStatusCode":404},