aws-sdk-core 2.11.533 → 2.11.538

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0145ac0032581e74b796398e963c56969e80f041ef4d6e986b3053340de7aad8
4
- data.tar.gz: 744cdefcefb788f4ce5f95d59adb802c69aafbbf30683df66c68797f0b0eb987
3
+ metadata.gz: df9c80f59728c3b28c6bbefc197be46460f95c3e6f84572c4ecd22a836dd8e89
4
+ data.tar.gz: 00eb81d3eb94afb761e9f0a8521166a65853d287461720c85a193d850734c8f2
5
5
  SHA512:
6
- metadata.gz: 12d33f31d94967cd17ae80b215db5234ff8e2dfb2db23ceaed3f6409864cca6be7b6fcacc97f2c68bb5ffc04e11cc86632cb15d58c60b7e742e1767bcaf44f18
7
- data.tar.gz: ad392d32725488cd468d717a092bbc6a5c4c00913cc40d25ae88c4959fa6940c89c3a4670d23ff117bb394d027d55c40d21683dd053f0ba7ee98d4f9969b2a70
6
+ metadata.gz: 1fd826cbe15c2187938c7990a7e88dca425f3494286807a8ee7088008c0a781a637f711e1ed94090afd289866da8b6d62c4675c72540828d95a6bfd96682d0ab
7
+ data.tar.gz: 617a1b00380317b98052645457cc89472fe86735895454d50b66d1646985fba8a847cc350b227d8d593f593a0b9ffa94123d9aea71c22e4ce72e8c47e7a6efcc
@@ -589,7 +589,8 @@
589
589
  "AccessToken":{
590
590
  "type":"string",
591
591
  "max":255,
592
- "min":1
592
+ "min":1,
593
+ "sensitive":true
593
594
  },
594
595
  "ActiveJobId":{
595
596
  "type":"string",
@@ -625,6 +626,7 @@
625
626
  "environmentVariables":{"shape":"EnvironmentVariables"},
626
627
  "defaultDomain":{"shape":"DefaultDomain"},
627
628
  "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
629
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
628
630
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
629
631
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
630
632
  "customRules":{"shape":"CustomRules"},
@@ -711,6 +713,20 @@
711
713
  "type":"list",
712
714
  "member":{"shape":"AutoBranchCreationPattern"}
713
715
  },
716
+ "AutoSubDomainCreationPattern":{
717
+ "type":"string",
718
+ "max":2048,
719
+ "min":1
720
+ },
721
+ "AutoSubDomainCreationPatterns":{
722
+ "type":"list",
723
+ "member":{"shape":"AutoSubDomainCreationPattern"}
724
+ },
725
+ "AutoSubDomainIAMRole":{
726
+ "type":"string",
727
+ "max":1000,
728
+ "pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
729
+ },
714
730
  "BackendEnvironment":{
715
731
  "type":"structure",
716
732
  "required":[
@@ -747,7 +763,8 @@
747
763
  },
748
764
  "BasicAuthCredentials":{
749
765
  "type":"string",
750
- "max":2000
766
+ "max":2000,
767
+ "sensitive":true
751
768
  },
752
769
  "Branch":{
753
770
  "type":"structure",
@@ -851,6 +868,7 @@
851
868
  "accessToken":{"shape":"AccessToken"},
852
869
  "environmentVariables":{"shape":"EnvironmentVariables"},
853
870
  "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
871
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
854
872
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
855
873
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
856
874
  "customRules":{"shape":"CustomRules"},
@@ -976,7 +994,9 @@
976
994
  },
977
995
  "domainName":{"shape":"DomainName"},
978
996
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
979
- "subDomainSettings":{"shape":"SubDomainSettings"}
997
+ "subDomainSettings":{"shape":"SubDomainSettings"},
998
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
999
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
980
1000
  }
981
1001
  },
982
1002
  "CreateDomainAssociationResult":{
@@ -1226,6 +1246,8 @@
1226
1246
  "domainAssociationArn":{"shape":"DomainAssociationArn"},
1227
1247
  "domainName":{"shape":"DomainName"},
1228
1248
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
1249
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
1250
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"},
1229
1251
  "domainStatus":{"shape":"DomainStatus"},
1230
1252
  "statusReason":{"shape":"StatusReason"},
1231
1253
  "certificateVerificationDNSRecord":{"shape":"CertificateVerificationDNSRecord"},
@@ -1267,6 +1289,7 @@
1267
1289
  "EnableAutoSubDomain":{"type":"boolean"},
1268
1290
  "EnableBasicAuth":{"type":"boolean"},
1269
1291
  "EnableBranchAutoBuild":{"type":"boolean"},
1292
+ "EnableBranchAutoDeletion":{"type":"boolean"},
1270
1293
  "EnableNotification":{"type":"boolean"},
1271
1294
  "EnablePullRequestPreview":{"type":"boolean"},
1272
1295
  "EndTime":{"type":"timestamp"},
@@ -1667,7 +1690,11 @@
1667
1690
  "location":"uri",
1668
1691
  "locationName":"appId"
1669
1692
  },
1670
- "environmentName":{"shape":"EnvironmentName"},
1693
+ "environmentName":{
1694
+ "shape":"EnvironmentName",
1695
+ "location":"querystring",
1696
+ "locationName":"environmentName"
1697
+ },
1671
1698
  "nextToken":{
1672
1699
  "shape":"NextToken",
1673
1700
  "location":"querystring",
@@ -1861,7 +1888,8 @@
1861
1888
  },
1862
1889
  "OauthToken":{
1863
1890
  "type":"string",
1864
- "max":100
1891
+ "max":100,
1892
+ "sensitive":true
1865
1893
  },
1866
1894
  "Platform":{
1867
1895
  "type":"string",
@@ -2219,6 +2247,7 @@
2219
2247
  "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
2220
2248
  "environmentVariables":{"shape":"EnvironmentVariables"},
2221
2249
  "enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
2250
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
2222
2251
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
2223
2252
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
2224
2253
  "customRules":{"shape":"CustomRules"},
@@ -2297,7 +2326,9 @@
2297
2326
  "locationName":"domainName"
2298
2327
  },
2299
2328
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
2300
- "subDomainSettings":{"shape":"SubDomainSettings"}
2329
+ "subDomainSettings":{"shape":"SubDomainSettings"},
2330
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
2331
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
2301
2332
  }
2302
2333
  },
2303
2334
  "UpdateDomainAssociationResult":{
@@ -58,6 +58,25 @@
58
58
  "title": "To attach a load balancer to an Auto Scaling group"
59
59
  }
60
60
  ],
61
+ "CancelInstanceRefresh": [
62
+ {
63
+ "input": {
64
+ "AutoScalingGroupName": "my-auto-scaling-group"
65
+ },
66
+ "output": {
67
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
68
+ },
69
+ "comments": {
70
+ "input": {
71
+ },
72
+ "output": {
73
+ }
74
+ },
75
+ "description": "This example cancels an instance refresh operation in progress.",
76
+ "id": "to-cancel-an-instance-refresh-1592960979817",
77
+ "title": "To cancel an instance refresh"
78
+ }
79
+ ],
61
80
  "CompleteLifecycleAction": [
62
81
  {
63
82
  "input": {
@@ -81,10 +100,14 @@
81
100
  {
82
101
  "input": {
83
102
  "AutoScalingGroupName": "my-auto-scaling-group",
84
- "LaunchConfigurationName": "my-launch-config",
103
+ "LaunchTemplate": {
104
+ "LaunchTemplateId": "lt-0a20c965061f64abc",
105
+ "Version": "$Latest"
106
+ },
107
+ "MaxInstanceLifetime": 2592000,
85
108
  "MaxSize": 3,
86
109
  "MinSize": 1,
87
- "VPCZoneIdentifier": "subnet-4176792c"
110
+ "VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE"
88
111
  },
89
112
  "comments": {
90
113
  "input": {
@@ -99,17 +122,15 @@
99
122
  {
100
123
  "input": {
101
124
  "AutoScalingGroupName": "my-auto-scaling-group",
102
- "AvailabilityZones": [
103
- "us-west-2c"
104
- ],
105
125
  "HealthCheckGracePeriod": 120,
106
126
  "HealthCheckType": "ELB",
107
127
  "LaunchConfigurationName": "my-launch-config",
108
- "LoadBalancerNames": [
109
- "my-load-balancer"
110
- ],
111
128
  "MaxSize": 3,
112
- "MinSize": 1
129
+ "MinSize": 1,
130
+ "TargetGroupARNs": [
131
+ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
132
+ ],
133
+ "VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE, subnet-610acd08EXAMPLE"
113
134
  },
114
135
  "comments": {
115
136
  "input": {
@@ -117,22 +138,24 @@
117
138
  "output": {
118
139
  }
119
140
  },
120
- "description": "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.",
141
+ "description": "This example creates an Auto Scaling group and attaches the specified target group.",
121
142
  "id": "autoscaling-create-auto-scaling-group-2",
122
- "title": "To create an Auto Scaling group with an attached load balancer"
143
+ "title": "To create an Auto Scaling group with an attached target group"
123
144
  },
124
145
  {
125
146
  "input": {
126
147
  "AutoScalingGroupName": "my-auto-scaling-group",
148
+ "AvailabilityZones": [
149
+ "us-west-2c"
150
+ ],
127
151
  "HealthCheckGracePeriod": 120,
128
152
  "HealthCheckType": "ELB",
129
153
  "LaunchConfigurationName": "my-launch-config",
130
- "MaxSize": 3,
131
- "MinSize": 1,
132
- "TargetGroupARNs": [
133
- "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
154
+ "LoadBalancerNames": [
155
+ "my-load-balancer"
134
156
  ],
135
- "VPCZoneIdentifier": "subnet-4176792c, subnet-65ea5f08"
157
+ "MaxSize": 3,
158
+ "MinSize": 1
136
159
  },
137
160
  "comments": {
138
161
  "input": {
@@ -140,9 +163,9 @@
140
163
  "output": {
141
164
  }
142
165
  },
143
- "description": "This example creates an Auto Scaling group and attaches the specified target group.",
166
+ "description": "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.",
144
167
  "id": "autoscaling-create-auto-scaling-group-3",
145
- "title": "To create an Auto Scaling group with an attached target group"
168
+ "title": "To create an Auto Scaling group with an attached load balancer"
146
169
  }
147
170
  ],
148
171
  "CreateLaunchConfiguration": [
@@ -283,7 +306,7 @@
283
306
  {
284
307
  "input": {
285
308
  "AutoScalingGroupName": "my-auto-scaling-group",
286
- "PolicyName": "ScaleIn"
309
+ "PolicyName": "my-step-scale-out-policy"
287
310
  },
288
311
  "comments": {
289
312
  "input": {
@@ -378,7 +401,7 @@
378
401
  },
379
402
  "description": "This example describes the available adjustment types.",
380
403
  "id": "autoscaling-describe-adjustment-types-1",
381
- "title": "To describe the Auto Scaling adjustment types"
404
+ "title": "To describe the Amazon EC2 Auto Scaling adjustment types"
382
405
  }
383
406
  ],
384
407
  "DescribeAutoScalingGroups": [
@@ -498,6 +521,43 @@
498
521
  "title": "To describe the Auto Scaling notification types"
499
522
  }
500
523
  ],
524
+ "DescribeInstanceRefreshes": [
525
+ {
526
+ "input": {
527
+ "AutoScalingGroupName": "my-auto-scaling-group"
528
+ },
529
+ "output": {
530
+ "InstanceRefreshes": [
531
+ {
532
+ "AutoScalingGroupName": "my-auto-scaling-group",
533
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b",
534
+ "InstancesToUpdate": 5,
535
+ "PercentageComplete": 0,
536
+ "StartTime": "2020-06-02T18:11:27Z",
537
+ "Status": "InProgress"
538
+ },
539
+ {
540
+ "AutoScalingGroupName": "my-auto-scaling-group",
541
+ "EndTime": "2020-06-02T16:53:37Z",
542
+ "InstanceRefreshId": "dd7728d0-5bc4-4575-96a3-1b2c52bf8bb1",
543
+ "InstancesToUpdate": 0,
544
+ "PercentageComplete": 100,
545
+ "StartTime": "2020-06-02T16:43:19Z",
546
+ "Status": "Successful"
547
+ }
548
+ ]
549
+ },
550
+ "comments": {
551
+ "input": {
552
+ },
553
+ "output": {
554
+ }
555
+ },
556
+ "description": "This example describes the instance refreshes for the specified Auto Scaling group.",
557
+ "id": "to-list-instance-refreshes-1592959593746",
558
+ "title": "To list instance refreshes"
559
+ }
560
+ ],
501
561
  "DescribeLaunchConfigurations": [
502
562
  {
503
563
  "input": {
@@ -752,7 +812,7 @@
752
812
  },
753
813
  "description": "This example describes the policies for the specified Auto Scaling group.",
754
814
  "id": "autoscaling-describe-policies-1",
755
- "title": "To describe Auto Scaling policies"
815
+ "title": "To describe scaling policies"
756
816
  }
757
817
  ],
758
818
  "DescribeScalingActivities": [
@@ -1067,8 +1127,9 @@
1067
1127
  {
1068
1128
  "input": {
1069
1129
  "AutoScalingGroupName": "my-auto-scaling-group",
1070
- "HonorCooldown": true,
1071
- "PolicyName": "ScaleIn"
1130
+ "BreachThreshold": 50.0,
1131
+ "MetricValue": 59.0,
1132
+ "PolicyName": "my-step-scale-out-policy"
1072
1133
  },
1073
1134
  "comments": {
1074
1135
  "input": {
@@ -1076,9 +1137,9 @@
1076
1137
  "output": {
1077
1138
  }
1078
1139
  },
1079
- "description": "This example executes the specified Auto Scaling policy for the specified Auto Scaling group.",
1140
+ "description": "This example executes the specified policy.",
1080
1141
  "id": "autoscaling-execute-policy-1",
1081
- "title": "To execute an Auto Scaling policy"
1142
+ "title": "To execute a scaling policy"
1082
1143
  }
1083
1144
  ],
1084
1145
  "ExitStandby": [
@@ -1157,13 +1218,29 @@
1157
1218
  "PutScalingPolicy": [
1158
1219
  {
1159
1220
  "input": {
1160
- "AdjustmentType": "ChangeInCapacity",
1161
1221
  "AutoScalingGroupName": "my-auto-scaling-group",
1162
- "PolicyName": "ScaleIn",
1163
- "ScalingAdjustment": -1
1222
+ "PolicyName": "alb1000-target-tracking-scaling-policy",
1223
+ "PolicyType": "TargetTrackingScaling",
1224
+ "TargetTrackingConfiguration": {
1225
+ "PredefinedMetricSpecification": {
1226
+ "PredefinedMetricType": "ALBRequestCountPerTarget",
1227
+ "ResourceLabel": "app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d"
1228
+ },
1229
+ "TargetValue": 1000.0
1230
+ }
1164
1231
  },
1165
1232
  "output": {
1166
- "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn"
1233
+ "Alarms": [
1234
+ {
1235
+ "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e",
1236
+ "AlarmName": "TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e"
1237
+ },
1238
+ {
1239
+ "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2",
1240
+ "AlarmName": "TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2"
1241
+ }
1242
+ ],
1243
+ "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:228f02c2-c665-4bfd-aaac-8b04080bea3c:autoScalingGroupName/my-auto-scaling-group:policyName/alb1000-target-tracking-scaling-policy"
1167
1244
  },
1168
1245
  "comments": {
1169
1246
  "input": {
@@ -1308,6 +1385,29 @@
1308
1385
  "title": "To disable instance protection for an instance"
1309
1386
  }
1310
1387
  ],
1388
+ "StartInstanceRefresh": [
1389
+ {
1390
+ "input": {
1391
+ "AutoScalingGroupName": "my-auto-scaling-group",
1392
+ "Preferences": {
1393
+ "InstanceWarmup": 400,
1394
+ "MinHealthyPercentage": 50
1395
+ }
1396
+ },
1397
+ "output": {
1398
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
1399
+ },
1400
+ "comments": {
1401
+ "input": {
1402
+ },
1403
+ "output": {
1404
+ }
1405
+ },
1406
+ "description": "This example starts an instance refresh for the specified Auto Scaling group.",
1407
+ "id": "to-start-an-instance-refresh-1592957271522",
1408
+ "title": "To start an instance refresh"
1409
+ }
1410
+ ],
1311
1411
  "SuspendProcesses": [
1312
1412
  {
1313
1413
  "input": {
@@ -410,7 +410,6 @@
410
410
  "output":{"shape":"ListBackupJobsOutput"},
411
411
  "errors":[
412
412
  {"shape":"InvalidParameterValueException"},
413
- {"shape":"InvalidRequestException"},
414
413
  {"shape":"ServiceUnavailableException"}
415
414
  ],
416
415
  "idempotent":true
@@ -759,6 +758,10 @@
759
758
  },
760
759
  "shapes":{
761
760
  "ARN":{"type":"string"},
761
+ "AccountId":{
762
+ "type":"string",
763
+ "pattern":"^[0-9]{12}$"
764
+ },
762
765
  "AlreadyExistsException":{
763
766
  "type":"structure",
764
767
  "members":{
@@ -774,6 +777,7 @@
774
777
  "BackupJob":{
775
778
  "type":"structure",
776
779
  "members":{
780
+ "AccountId":{"shape":"AccountId"},
777
781
  "BackupJobId":{"shape":"string"},
778
782
  "BackupVaultName":{"shape":"BackupVaultName"},
779
783
  "BackupVaultArn":{"shape":"ARN"},
@@ -1029,6 +1033,7 @@
1029
1033
  "CopyJob":{
1030
1034
  "type":"structure",
1031
1035
  "members":{
1036
+ "AccountId":{"shape":"AccountId"},
1032
1037
  "CopyJobId":{"shape":"string"},
1033
1038
  "SourceBackupVaultArn":{"shape":"ARN"},
1034
1039
  "SourceRecoveryPointArn":{"shape":"ARN"},
@@ -1239,6 +1244,7 @@
1239
1244
  "DescribeBackupJobOutput":{
1240
1245
  "type":"structure",
1241
1246
  "members":{
1247
+ "AccountId":{"shape":"AccountId"},
1242
1248
  "BackupJobId":{"shape":"string"},
1243
1249
  "BackupVaultName":{"shape":"BackupVaultName"},
1244
1250
  "BackupVaultArn":{"shape":"ARN"},
@@ -1382,6 +1388,7 @@
1382
1388
  "DescribeRestoreJobOutput":{
1383
1389
  "type":"structure",
1384
1390
  "members":{
1391
+ "AccountId":{"shape":"AccountId"},
1385
1392
  "RestoreJobId":{"shape":"string"},
1386
1393
  "RecoveryPointArn":{"shape":"ARN"},
1387
1394
  "CreationDate":{"shape":"timestamp"},
@@ -1392,7 +1399,8 @@
1392
1399
  "BackupSizeInBytes":{"shape":"Long"},
1393
1400
  "IamRoleArn":{"shape":"IAMRoleArn"},
1394
1401
  "ExpectedCompletionTimeMinutes":{"shape":"Long"},
1395
- "CreatedResourceArn":{"shape":"ARN"}
1402
+ "CreatedResourceArn":{"shape":"ARN"},
1403
+ "ResourceType":{"shape":"ResourceType"}
1396
1404
  }
1397
1405
  },
1398
1406
  "ExportBackupPlanTemplateInput":{
@@ -1654,6 +1662,11 @@
1654
1662
  "shape":"ResourceType",
1655
1663
  "location":"querystring",
1656
1664
  "locationName":"resourceType"
1665
+ },
1666
+ "ByAccountId":{
1667
+ "shape":"AccountId",
1668
+ "location":"querystring",
1669
+ "locationName":"accountId"
1657
1670
  }
1658
1671
  }
1659
1672
  },
@@ -1833,6 +1846,11 @@
1833
1846
  "shape":"string",
1834
1847
  "location":"querystring",
1835
1848
  "locationName":"destinationVaultArn"
1849
+ },
1850
+ "ByAccountId":{
1851
+ "shape":"AccountId",
1852
+ "location":"querystring",
1853
+ "locationName":"accountId"
1836
1854
  }
1837
1855
  }
1838
1856
  },
@@ -1962,6 +1980,26 @@
1962
1980
  "shape":"MaxResults",
1963
1981
  "location":"querystring",
1964
1982
  "locationName":"maxResults"
1983
+ },
1984
+ "ByAccountId":{
1985
+ "shape":"AccountId",
1986
+ "location":"querystring",
1987
+ "locationName":"accountId"
1988
+ },
1989
+ "ByCreatedBefore":{
1990
+ "shape":"timestamp",
1991
+ "location":"querystring",
1992
+ "locationName":"createdBefore"
1993
+ },
1994
+ "ByCreatedAfter":{
1995
+ "shape":"timestamp",
1996
+ "location":"querystring",
1997
+ "locationName":"createdAfter"
1998
+ },
1999
+ "ByStatus":{
2000
+ "shape":"RestoreJobStatus",
2001
+ "location":"querystring",
2002
+ "locationName":"status"
1965
2003
  }
1966
2004
  }
1967
2005
  },
@@ -2168,6 +2206,7 @@
2168
2206
  "RestoreJobsListMember":{
2169
2207
  "type":"structure",
2170
2208
  "members":{
2209
+ "AccountId":{"shape":"AccountId"},
2171
2210
  "RestoreJobId":{"shape":"string"},
2172
2211
  "RecoveryPointArn":{"shape":"ARN"},
2173
2212
  "CreationDate":{"shape":"timestamp"},
@@ -2178,7 +2217,8 @@
2178
2217
  "BackupSizeInBytes":{"shape":"Long"},
2179
2218
  "IamRoleArn":{"shape":"IAMRoleArn"},
2180
2219
  "ExpectedCompletionTimeMinutes":{"shape":"Long"},
2181
- "CreatedResourceArn":{"shape":"ARN"}
2220
+ "CreatedResourceArn":{"shape":"ARN"},
2221
+ "ResourceType":{"shape":"ResourceType"}
2182
2222
  }
2183
2223
  },
2184
2224
  "ServiceUnavailableException":{