aws-sdk-core 2.11.511 → 2.11.516

Sign up to get free protection for your applications and to get access to all the features.
@@ -116,7 +116,8 @@
116
116
  {"shape":"DeploymentTargetIdRequiredException"},
117
117
  {"shape":"InvalidDeploymentTargetIdException"},
118
118
  {"shape":"DeploymentTargetDoesNotExistException"},
119
- {"shape":"DeploymentTargetListSizeExceededException"}
119
+ {"shape":"DeploymentTargetListSizeExceededException"},
120
+ {"shape":"InstanceDoesNotExistException"}
120
121
  ]
121
122
  },
122
123
  "BatchGetDeployments":{
@@ -213,7 +214,8 @@
213
214
  {"shape":"ThrottlingException"},
214
215
  {"shape":"InvalidUpdateOutdatedInstancesOnlyValueException"},
215
216
  {"shape":"InvalidIgnoreApplicationStopFailuresValueException"},
216
- {"shape":"InvalidGitHubAccountTokenException"}
217
+ {"shape":"InvalidGitHubAccountTokenException"},
218
+ {"shape":"InvalidTrafficRoutingConfigurationException"}
217
219
  ]
218
220
  },
219
221
  "CreateDeploymentConfig":{
@@ -274,7 +276,8 @@
274
276
  {"shape":"InvalidECSServiceException"},
275
277
  {"shape":"InvalidTargetGroupPairException"},
276
278
  {"shape":"ECSServiceMappingLimitExceededException"},
277
- {"shape":"InvalidTagsToAddException"}
279
+ {"shape":"InvalidTagsToAddException"},
280
+ {"shape":"InvalidTrafficRoutingConfigurationException"}
278
281
  ]
279
282
  },
280
283
  "DeleteApplication":{
@@ -336,6 +339,16 @@
336
339
  {"shape":"OperationNotSupportedException"}
337
340
  ]
338
341
  },
342
+ "DeleteResourcesByExternalId":{
343
+ "name":"DeleteResourcesByExternalId",
344
+ "http":{
345
+ "method":"POST",
346
+ "requestUri":"/"
347
+ },
348
+ "input":{"shape":"DeleteResourcesByExternalIdInput"},
349
+ "output":{"shape":"DeleteResourcesByExternalIdOutput"},
350
+ "errors":[]
351
+ },
339
352
  "DeregisterOnPremisesInstance":{
340
353
  "name":"DeregisterOnPremisesInstance",
341
354
  "http":{
@@ -598,7 +611,9 @@
598
611
  {"shape":"DeploymentGroupNameRequiredException"},
599
612
  {"shape":"InvalidTimeRangeException"},
600
613
  {"shape":"InvalidDeploymentStatusException"},
601
- {"shape":"InvalidNextTokenException"}
614
+ {"shape":"InvalidNextTokenException"},
615
+ {"shape":"InvalidExternalIdException"},
616
+ {"shape":"InvalidInputException"}
602
617
  ]
603
618
  },
604
619
  "ListGitHubAccountTokenNames":{
@@ -745,7 +760,8 @@
745
760
  {"shape":"DeploymentDoesNotExistException"},
746
761
  {"shape":"DeploymentGroupDoesNotExistException"},
747
762
  {"shape":"DeploymentAlreadyCompletedException"},
748
- {"shape":"InvalidDeploymentIdException"}
763
+ {"shape":"InvalidDeploymentIdException"},
764
+ {"shape":"UnsupportedActionForDeploymentTypeException"}
749
765
  ]
750
766
  },
751
767
  "TagResource":{
@@ -838,7 +854,8 @@
838
854
  {"shape":"ThrottlingException"},
839
855
  {"shape":"InvalidECSServiceException"},
840
856
  {"shape":"InvalidTargetGroupPairException"},
841
- {"shape":"ECSServiceMappingLimitExceededException"}
857
+ {"shape":"ECSServiceMappingLimitExceededException"},
858
+ {"shape":"InvalidTrafficRoutingConfigurationException"}
842
859
  ]
843
860
  }
844
861
  },
@@ -1140,6 +1157,19 @@
1140
1157
  "JSON"
1141
1158
  ]
1142
1159
  },
1160
+ "CloudFormationResourceType":{"type":"string"},
1161
+ "CloudFormationTarget":{
1162
+ "type":"structure",
1163
+ "members":{
1164
+ "deploymentId":{"shape":"DeploymentId"},
1165
+ "targetId":{"shape":"TargetId"},
1166
+ "lastUpdatedAt":{"shape":"Time"},
1167
+ "lifecycleEvents":{"shape":"LifecycleEventList"},
1168
+ "status":{"shape":"TargetStatus"},
1169
+ "resourceType":{"shape":"CloudFormationResourceType"},
1170
+ "targetVersionWeight":{"shape":"TrafficWeight"}
1171
+ }
1172
+ },
1143
1173
  "CommitId":{"type":"string"},
1144
1174
  "ComputePlatform":{
1145
1175
  "type":"string",
@@ -1285,6 +1315,17 @@
1285
1315
  "tokenName":{"shape":"GitHubAccountTokenName"}
1286
1316
  }
1287
1317
  },
1318
+ "DeleteResourcesByExternalIdInput":{
1319
+ "type":"structure",
1320
+ "members":{
1321
+ "externalId":{"shape":"ExternalId"}
1322
+ }
1323
+ },
1324
+ "DeleteResourcesByExternalIdOutput":{
1325
+ "type":"structure",
1326
+ "members":{
1327
+ }
1328
+ },
1288
1329
  "DeploymentAlreadyCompletedException":{
1289
1330
  "type":"structure",
1290
1331
  "members":{
@@ -1353,7 +1394,10 @@
1353
1394
  "enum":[
1354
1395
  "user",
1355
1396
  "autoscaling",
1356
- "codeDeployRollback"
1397
+ "codeDeployRollback",
1398
+ "CodeDeploy",
1399
+ "CloudFormation",
1400
+ "CloudFormationRollback"
1357
1401
  ]
1358
1402
  },
1359
1403
  "DeploymentDoesNotExistException":{
@@ -1462,7 +1506,8 @@
1462
1506
  "additionalDeploymentStatusInfo":{"shape":"AdditionalDeploymentStatusInfo"},
1463
1507
  "fileExistsBehavior":{"shape":"FileExistsBehavior"},
1464
1508
  "deploymentStatusMessages":{"shape":"DeploymentStatusMessageList"},
1465
- "computePlatform":{"shape":"ComputePlatform"}
1509
+ "computePlatform":{"shape":"ComputePlatform"},
1510
+ "externalId":{"shape":"ExternalId"}
1466
1511
  }
1467
1512
  },
1468
1513
  "DeploymentIsNotInReadyStateException":{
@@ -1521,6 +1566,7 @@
1521
1566
  "Created",
1522
1567
  "Queued",
1523
1568
  "InProgress",
1569
+ "Baking",
1524
1570
  "Succeeded",
1525
1571
  "Failed",
1526
1572
  "Stopped",
@@ -1548,7 +1594,8 @@
1548
1594
  "deploymentTargetType":{"shape":"DeploymentTargetType"},
1549
1595
  "instanceTarget":{"shape":"InstanceTarget"},
1550
1596
  "lambdaTarget":{"shape":"LambdaTarget"},
1551
- "ecsTarget":{"shape":"ECSTarget"}
1597
+ "ecsTarget":{"shape":"ECSTarget"},
1598
+ "cloudFormationTarget":{"shape":"CloudFormationTarget"}
1552
1599
  }
1553
1600
  },
1554
1601
  "DeploymentTargetDoesNotExistException":{
@@ -1578,7 +1625,8 @@
1578
1625
  "enum":[
1579
1626
  "InstanceTarget",
1580
1627
  "LambdaTarget",
1581
- "ECSTarget"
1628
+ "ECSTarget",
1629
+ "CloudFormationTarget"
1582
1630
  ]
1583
1631
  },
1584
1632
  "DeploymentType":{
@@ -1755,7 +1803,8 @@
1755
1803
  "RESOURCE_LIMIT_EXCEEDED",
1756
1804
  "REVISION_MISSING",
1757
1805
  "THROTTLED",
1758
- "TIMEOUT"
1806
+ "TIMEOUT",
1807
+ "CLOUDFORMATION_STACK_FAILURE"
1759
1808
  ]
1760
1809
  },
1761
1810
  "ErrorInformation":{
@@ -1766,6 +1815,7 @@
1766
1815
  }
1767
1816
  },
1768
1817
  "ErrorMessage":{"type":"string"},
1818
+ "ExternalId":{"type":"string"},
1769
1819
  "FileExistsBehavior":{
1770
1820
  "type":"string",
1771
1821
  "enum":[
@@ -2229,6 +2279,12 @@
2229
2279
  },
2230
2280
  "exception":true
2231
2281
  },
2282
+ "InvalidExternalIdException":{
2283
+ "type":"structure",
2284
+ "members":{
2285
+ },
2286
+ "exception":true
2287
+ },
2232
2288
  "InvalidFileExistsBehaviorException":{
2233
2289
  "type":"structure",
2234
2290
  "members":{
@@ -2623,6 +2679,7 @@
2623
2679
  "members":{
2624
2680
  "applicationName":{"shape":"ApplicationName"},
2625
2681
  "deploymentGroupName":{"shape":"DeploymentGroupName"},
2682
+ "externalId":{"shape":"ExternalId"},
2626
2683
  "includeOnlyStatuses":{"shape":"DeploymentStatusList"},
2627
2684
  "createTimeRange":{"shape":"TimeRange"},
2628
2685
  "nextToken":{"shape":"NextToken"}
@@ -178,16 +178,19 @@
178
178
  },
179
179
  "CreateRule":{
180
180
  "type":"structure",
181
- "required":[
182
- "Interval",
183
- "IntervalUnit"
184
- ],
185
181
  "members":{
186
182
  "Interval":{"shape":"Interval"},
187
183
  "IntervalUnit":{"shape":"IntervalUnitValues"},
188
- "Times":{"shape":"TimesList"}
184
+ "Times":{"shape":"TimesList"},
185
+ "CronExpression":{"shape":"CronExpression"}
189
186
  }
190
187
  },
188
+ "CronExpression":{
189
+ "type":"string",
190
+ "max":106,
191
+ "min":17,
192
+ "pattern":"cron\\([^\\n]{11,100}\\)"
193
+ },
191
194
  "CrossRegionCopyRetainRule":{
192
195
  "type":"structure",
193
196
  "members":{
@@ -4826,6 +4826,9 @@
4826
4826
  }
4827
4827
  },
4828
4828
  "BareMetalFlag":{"type":"boolean"},
4829
+ "BaselineBandwidthInMbps":{"type":"integer"},
4830
+ "BaselineIops":{"type":"integer"},
4831
+ "BaselineThroughputInMBps":{"type":"double"},
4829
4832
  "BatchState":{
4830
4833
  "type":"string",
4831
4834
  "enum":[
@@ -13507,6 +13510,10 @@
13507
13510
  "EncryptionSupport":{
13508
13511
  "shape":"EbsEncryptionSupport",
13509
13512
  "locationName":"encryptionSupport"
13513
+ },
13514
+ "EbsOptimizedInfo":{
13515
+ "shape":"EbsOptimizedInfo",
13516
+ "locationName":"ebsOptimizedInfo"
13510
13517
  }
13511
13518
  }
13512
13519
  },
@@ -13544,6 +13551,35 @@
13544
13551
  }
13545
13552
  }
13546
13553
  },
13554
+ "EbsOptimizedInfo":{
13555
+ "type":"structure",
13556
+ "members":{
13557
+ "BaselineBandwidthInMbps":{
13558
+ "shape":"BaselineBandwidthInMbps",
13559
+ "locationName":"baselineBandwidthInMbps"
13560
+ },
13561
+ "BaselineThroughputInMBps":{
13562
+ "shape":"BaselineThroughputInMBps",
13563
+ "locationName":"baselineThroughputInMBps"
13564
+ },
13565
+ "BaselineIops":{
13566
+ "shape":"BaselineIops",
13567
+ "locationName":"baselineIops"
13568
+ },
13569
+ "MaximumBandwidthInMbps":{
13570
+ "shape":"MaximumBandwidthInMbps",
13571
+ "locationName":"maximumBandwidthInMbps"
13572
+ },
13573
+ "MaximumThroughputInMBps":{
13574
+ "shape":"MaximumThroughputInMBps",
13575
+ "locationName":"maximumThroughputInMBps"
13576
+ },
13577
+ "MaximumIops":{
13578
+ "shape":"MaximumIops",
13579
+ "locationName":"maximumIops"
13580
+ }
13581
+ }
13582
+ },
13547
13583
  "EbsOptimizedSupport":{
13548
13584
  "type":"string",
13549
13585
  "enum":[
@@ -13552,6 +13588,7 @@
13552
13588
  "default"
13553
13589
  ]
13554
13590
  },
13591
+ "EfaSupportedFlag":{"type":"boolean"},
13555
13592
  "EgressOnlyInternetGateway":{
13556
13593
  "type":"structure",
13557
13594
  "members":{
@@ -18111,6 +18148,10 @@
18111
18148
  "shape":"RootDeviceTypeList",
18112
18149
  "locationName":"supportedRootDeviceTypes"
18113
18150
  },
18151
+ "SupportedVirtualizationTypes":{
18152
+ "shape":"VirtualizationTypeList",
18153
+ "locationName":"supportedVirtualizationTypes"
18154
+ },
18114
18155
  "BareMetal":{
18115
18156
  "shape":"BareMetalFlag",
18116
18157
  "locationName":"bareMetal"
@@ -19824,6 +19865,9 @@
19824
19865
  "MaxIpv6AddrPerInterface":{"type":"integer"},
19825
19866
  "MaxNetworkInterfaces":{"type":"integer"},
19826
19867
  "MaxResults":{"type":"integer"},
19868
+ "MaximumBandwidthInMbps":{"type":"integer"},
19869
+ "MaximumIops":{"type":"integer"},
19870
+ "MaximumThroughputInMBps":{"type":"double"},
19827
19871
  "MembershipType":{
19828
19872
  "type":"string",
19829
19873
  "enum":[
@@ -21202,6 +21246,10 @@
21202
21246
  "EnaSupport":{
21203
21247
  "shape":"EnaSupport",
21204
21248
  "locationName":"enaSupport"
21249
+ },
21250
+ "EfaSupported":{
21251
+ "shape":"EfaSupportedFlag",
21252
+ "locationName":"efaSupported"
21205
21253
  }
21206
21254
  }
21207
21255
  },
@@ -22352,7 +22400,11 @@
22352
22400
  "CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"},
22353
22401
  "PubliclyAdvertisable":{"shape":"Boolean"},
22354
22402
  "Description":{"shape":"String"},
22355
- "DryRun":{"shape":"Boolean"}
22403
+ "DryRun":{"shape":"Boolean"},
22404
+ "PoolTagSpecifications":{
22405
+ "shape":"TagSpecificationList",
22406
+ "locationName":"PoolTagSpecification"
22407
+ }
22356
22408
  }
22357
22409
  },
22358
22410
  "ProvisionByoipCidrResult":{
@@ -22419,6 +22471,10 @@
22419
22471
  "shape":"Integer",
22420
22472
  "locationName":"totalAvailableAddressCount"
22421
22473
  },
22474
+ "NetworkBorderGroup":{
22475
+ "shape":"String",
22476
+ "locationName":"networkBorderGroup"
22477
+ },
22422
22478
  "Tags":{
22423
22479
  "shape":"TagList",
22424
22480
  "locationName":"tagSet"
@@ -28522,6 +28578,13 @@
28522
28578
  "paravirtual"
28523
28579
  ]
28524
28580
  },
28581
+ "VirtualizationTypeList":{
28582
+ "type":"list",
28583
+ "member":{
28584
+ "shape":"VirtualizationType",
28585
+ "locationName":"item"
28586
+ }
28587
+ },
28525
28588
  "Volume":{
28526
28589
  "type":"structure",
28527
28590
  "members":{
@@ -1245,7 +1245,8 @@
1245
1245
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
1246
1246
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
1247
1247
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
1248
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
1248
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
1249
+ "ARN":{"shape":"String"}
1249
1250
  },
1250
1251
  "wrapper":true
1251
1252
  },
@@ -1401,7 +1402,8 @@
1401
1402
  "CacheParameterGroupName":{"shape":"String"},
1402
1403
  "CacheParameterGroupFamily":{"shape":"String"},
1403
1404
  "Description":{"shape":"String"},
1404
- "IsGlobal":{"shape":"Boolean"}
1405
+ "IsGlobal":{"shape":"Boolean"},
1406
+ "ARN":{"shape":"String"}
1405
1407
  },
1406
1408
  "wrapper":true
1407
1409
  },
@@ -1480,7 +1482,8 @@
1480
1482
  "OwnerId":{"shape":"String"},
1481
1483
  "CacheSecurityGroupName":{"shape":"String"},
1482
1484
  "Description":{"shape":"String"},
1483
- "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"}
1485
+ "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
1486
+ "ARN":{"shape":"String"}
1484
1487
  },
1485
1488
  "wrapper":true
1486
1489
  },
@@ -1558,7 +1561,8 @@
1558
1561
  "CacheSubnetGroupName":{"shape":"String"},
1559
1562
  "CacheSubnetGroupDescription":{"shape":"String"},
1560
1563
  "VpcId":{"shape":"String"},
1561
- "Subnets":{"shape":"SubnetList"}
1564
+ "Subnets":{"shape":"SubnetList"},
1565
+ "ARN":{"shape":"String"}
1562
1566
  },
1563
1567
  "wrapper":true
1564
1568
  },
@@ -2305,7 +2309,8 @@
2305
2309
  "GlobalNodeGroups":{"shape":"GlobalNodeGroupList"},
2306
2310
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
2307
2311
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
2308
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
2312
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
2313
+ "ARN":{"shape":"String"}
2309
2314
  },
2310
2315
  "wrapper":true
2311
2316
  },
@@ -3111,7 +3116,8 @@
3111
3116
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
3112
3117
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3113
3118
  "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
3114
- "KmsKeyId":{"shape":"String"}
3119
+ "KmsKeyId":{"shape":"String"},
3120
+ "ARN":{"shape":"String"}
3115
3121
  },
3116
3122
  "wrapper":true
3117
3123
  },
@@ -3478,7 +3484,8 @@
3478
3484
  "NumNodeGroups":{"shape":"IntegerOptional"},
3479
3485
  "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
3480
3486
  "NodeSnapshots":{"shape":"NodeSnapshotList"},
3481
- "KmsKeyId":{"shape":"String"}
3487
+ "KmsKeyId":{"shape":"String"},
3488
+ "ARN":{"shape":"String"}
3482
3489
  },
3483
3490
  "wrapper":true
3484
3491
  },
@@ -74,7 +74,8 @@
74
74
  {"shape":"TooManyTargetsException"},
75
75
  {"shape":"TooManyActionsException"},
76
76
  {"shape":"InvalidLoadBalancerActionException"},
77
- {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
77
+ {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
78
+ {"shape":"ALPNPolicyNotSupportedException"}
78
79
  ]
79
80
  },
80
81
  "CreateLoadBalancer":{
@@ -427,7 +428,8 @@
427
428
  {"shape":"TooManyTargetsException"},
428
429
  {"shape":"TooManyActionsException"},
429
430
  {"shape":"InvalidLoadBalancerActionException"},
430
- {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
431
+ {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
432
+ {"shape":"ALPNPolicyNotSupportedException"}
431
433
  ]
432
434
  },
433
435
  "ModifyLoadBalancerAttributes":{
@@ -629,6 +631,17 @@
629
631
  }
630
632
  },
631
633
  "shapes":{
634
+ "ALPNPolicyNotSupportedException":{
635
+ "type":"structure",
636
+ "members":{
637
+ },
638
+ "error":{
639
+ "code":"ALPNPolicyNotFound",
640
+ "httpStatusCode":400,
641
+ "senderFault":true
642
+ },
643
+ "exception":true
644
+ },
632
645
  "Action":{
633
646
  "type":"structure",
634
647
  "required":["Type"],
@@ -707,6 +720,11 @@
707
720
  },
708
721
  "exception":true
709
722
  },
723
+ "AlpnPolicyName":{
724
+ "type":"list",
725
+ "member":{"shape":"AlpnPolicyValue"}
726
+ },
727
+ "AlpnPolicyValue":{"type":"string"},
710
728
  "AuthenticateCognitoActionAuthenticationRequestExtraParams":{
711
729
  "type":"map",
712
730
  "key":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamName"},
@@ -873,7 +891,8 @@
873
891
  "Port":{"shape":"Port"},
874
892
  "SslPolicy":{"shape":"SslPolicyName"},
875
893
  "Certificates":{"shape":"CertificateList"},
876
- "DefaultActions":{"shape":"Actions"}
894
+ "DefaultActions":{"shape":"Actions"},
895
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
877
896
  }
878
897
  },
879
898
  "CreateListenerOutput":{
@@ -1412,7 +1431,8 @@
1412
1431
  "Protocol":{"shape":"ProtocolEnum"},
1413
1432
  "Certificates":{"shape":"CertificateList"},
1414
1433
  "SslPolicy":{"shape":"SslPolicyName"},
1415
- "DefaultActions":{"shape":"Actions"}
1434
+ "DefaultActions":{"shape":"Actions"},
1435
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
1416
1436
  }
1417
1437
  },
1418
1438
  "ListenerArn":{"type":"string"},
@@ -1558,7 +1578,8 @@
1558
1578
  "Protocol":{"shape":"ProtocolEnum"},
1559
1579
  "SslPolicy":{"shape":"SslPolicyName"},
1560
1580
  "Certificates":{"shape":"CertificateList"},
1561
- "DefaultActions":{"shape":"Actions"}
1581
+ "DefaultActions":{"shape":"Actions"},
1582
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
1562
1583
  }
1563
1584
  },
1564
1585
  "ModifyListenerOutput":{