aws-sdk-core 2.11.510 → 2.11.515

Sign up to get free protection for your applications and to get access to all the features.
@@ -737,7 +737,8 @@
737
737
  "members":{
738
738
  "name":{"shape":"ReportGroupName"},
739
739
  "type":{"shape":"ReportType"},
740
- "exportConfig":{"shape":"ReportExportConfig"}
740
+ "exportConfig":{"shape":"ReportExportConfig"},
741
+ "tags":{"shape":"TagList"}
741
742
  }
742
743
  },
743
744
  "CreateReportGroupOutput":{
@@ -1510,7 +1511,8 @@
1510
1511
  "type":{"shape":"ReportType"},
1511
1512
  "exportConfig":{"shape":"ReportExportConfig"},
1512
1513
  "created":{"shape":"Timestamp"},
1513
- "lastModified":{"shape":"Timestamp"}
1514
+ "lastModified":{"shape":"Timestamp"},
1515
+ "tags":{"shape":"TagList"}
1514
1516
  }
1515
1517
  },
1516
1518
  "ReportGroupArns":{
@@ -1831,7 +1833,8 @@
1831
1833
  "required":["arn"],
1832
1834
  "members":{
1833
1835
  "arn":{"shape":"NonEmptyString"},
1834
- "exportConfig":{"shape":"ReportExportConfig"}
1836
+ "exportConfig":{"shape":"ReportExportConfig"},
1837
+ "tags":{"shape":"TagList"}
1835
1838
  }
1836
1839
  },
1837
1840
  "UpdateReportGroupOutput":{
@@ -1859,7 +1862,7 @@
1859
1862
  "ValueInput":{
1860
1863
  "type":"string",
1861
1864
  "max":255,
1862
- "min":1,
1865
+ "min":0,
1863
1866
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
1864
1867
  },
1865
1868
  "VpcConfig":{
@@ -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":[
@@ -5639,6 +5642,10 @@
5639
5642
  "MutualAuthentication":{
5640
5643
  "shape":"CertificateAuthentication",
5641
5644
  "locationName":"mutualAuthentication"
5645
+ },
5646
+ "FederatedAuthentication":{
5647
+ "shape":"FederatedAuthentication",
5648
+ "locationName":"federatedAuthentication"
5642
5649
  }
5643
5650
  }
5644
5651
  },
@@ -5654,7 +5661,8 @@
5654
5661
  "members":{
5655
5662
  "Type":{"shape":"ClientVpnAuthenticationType"},
5656
5663
  "ActiveDirectory":{"shape":"DirectoryServiceAuthenticationRequest"},
5657
- "MutualAuthentication":{"shape":"CertificateAuthenticationRequest"}
5664
+ "MutualAuthentication":{"shape":"CertificateAuthenticationRequest"},
5665
+ "FederatedAuthentication":{"shape":"FederatedAuthenticationRequest"}
5658
5666
  }
5659
5667
  },
5660
5668
  "ClientVpnAuthenticationRequestList":{
@@ -5665,7 +5673,8 @@
5665
5673
  "type":"string",
5666
5674
  "enum":[
5667
5675
  "certificate-authentication",
5668
- "directory-service-authentication"
5676
+ "directory-service-authentication",
5677
+ "federated-authentication"
5669
5678
  ]
5670
5679
  },
5671
5680
  "ClientVpnAuthorizationRuleStatus":{
@@ -13501,6 +13510,10 @@
13501
13510
  "EncryptionSupport":{
13502
13511
  "shape":"EbsEncryptionSupport",
13503
13512
  "locationName":"encryptionSupport"
13513
+ },
13514
+ "EbsOptimizedInfo":{
13515
+ "shape":"EbsOptimizedInfo",
13516
+ "locationName":"ebsOptimizedInfo"
13504
13517
  }
13505
13518
  }
13506
13519
  },
@@ -13538,6 +13551,35 @@
13538
13551
  }
13539
13552
  }
13540
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
+ },
13541
13583
  "EbsOptimizedSupport":{
13542
13584
  "type":"string",
13543
13585
  "enum":[
@@ -13546,6 +13588,7 @@
13546
13588
  "default"
13547
13589
  ]
13548
13590
  },
13591
+ "EfaSupportedFlag":{"type":"boolean"},
13549
13592
  "EgressOnlyInternetGateway":{
13550
13593
  "type":"structure",
13551
13594
  "members":{
@@ -14409,6 +14452,21 @@
14409
14452
  "disabled"
14410
14453
  ]
14411
14454
  },
14455
+ "FederatedAuthentication":{
14456
+ "type":"structure",
14457
+ "members":{
14458
+ "SamlProviderArn":{
14459
+ "shape":"String",
14460
+ "locationName":"samlProviderArn"
14461
+ }
14462
+ }
14463
+ },
14464
+ "FederatedAuthenticationRequest":{
14465
+ "type":"structure",
14466
+ "members":{
14467
+ "SAMLProviderArn":{"shape":"String"}
14468
+ }
14469
+ },
14412
14470
  "Filter":{
14413
14471
  "type":"structure",
14414
14472
  "members":{
@@ -18090,6 +18148,10 @@
18090
18148
  "shape":"RootDeviceTypeList",
18091
18149
  "locationName":"supportedRootDeviceTypes"
18092
18150
  },
18151
+ "SupportedVirtualizationTypes":{
18152
+ "shape":"VirtualizationTypeList",
18153
+ "locationName":"supportedVirtualizationTypes"
18154
+ },
18093
18155
  "BareMetal":{
18094
18156
  "shape":"BareMetalFlag",
18095
18157
  "locationName":"bareMetal"
@@ -19803,6 +19865,9 @@
19803
19865
  "MaxIpv6AddrPerInterface":{"type":"integer"},
19804
19866
  "MaxNetworkInterfaces":{"type":"integer"},
19805
19867
  "MaxResults":{"type":"integer"},
19868
+ "MaximumBandwidthInMbps":{"type":"integer"},
19869
+ "MaximumIops":{"type":"integer"},
19870
+ "MaximumThroughputInMBps":{"type":"double"},
19806
19871
  "MembershipType":{
19807
19872
  "type":"string",
19808
19873
  "enum":[
@@ -21181,6 +21246,10 @@
21181
21246
  "EnaSupport":{
21182
21247
  "shape":"EnaSupport",
21183
21248
  "locationName":"enaSupport"
21249
+ },
21250
+ "EfaSupported":{
21251
+ "shape":"EfaSupportedFlag",
21252
+ "locationName":"efaSupported"
21184
21253
  }
21185
21254
  }
21186
21255
  },
@@ -22331,7 +22400,11 @@
22331
22400
  "CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"},
22332
22401
  "PubliclyAdvertisable":{"shape":"Boolean"},
22333
22402
  "Description":{"shape":"String"},
22334
- "DryRun":{"shape":"Boolean"}
22403
+ "DryRun":{"shape":"Boolean"},
22404
+ "PoolTagSpecifications":{
22405
+ "shape":"TagSpecificationList",
22406
+ "locationName":"PoolTagSpecification"
22407
+ }
22335
22408
  }
22336
22409
  },
22337
22410
  "ProvisionByoipCidrResult":{
@@ -22398,6 +22471,10 @@
22398
22471
  "shape":"Integer",
22399
22472
  "locationName":"totalAvailableAddressCount"
22400
22473
  },
22474
+ "NetworkBorderGroup":{
22475
+ "shape":"String",
22476
+ "locationName":"networkBorderGroup"
22477
+ },
22401
22478
  "Tags":{
22402
22479
  "shape":"TagList",
22403
22480
  "locationName":"tagSet"
@@ -28501,6 +28578,13 @@
28501
28578
  "paravirtual"
28502
28579
  ]
28503
28580
  },
28581
+ "VirtualizationTypeList":{
28582
+ "type":"list",
28583
+ "member":{
28584
+ "shape":"VirtualizationType",
28585
+ "locationName":"item"
28586
+ }
28587
+ },
28504
28588
  "Volume":{
28505
28589
  "type":"structure",
28506
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
  },