aws-sdk-core 2.11.181 → 2.11.182

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
  SHA1:
3
- metadata.gz: 052d03edfed6ec935468f36d84b8447f4771c44c
4
- data.tar.gz: 259e710b7132b8a6d8556dc507a8b8a3aabe2c9c
3
+ metadata.gz: 4944e696b05db5d4eb68b2af4829efe7b545a2fd
4
+ data.tar.gz: b2db20aa0248444cbfe9ed4ad2c6a6b94d78c351
5
5
  SHA512:
6
- metadata.gz: 87e4d47150383f71a25004914e8795a2604f13bcbf95c18f4905df19a9abf6f8db1e3d504def5a79e47a8eeb962803309a3dc8f23a5c5b5c2759e0d4a56d0ff3
7
- data.tar.gz: 3e99797e5084b9ba5c7678e55d347c1c2e4eb96743d95a59f530ac16618a4fbaee4edfe8c40ce19d451e1e958890f9f93936fcd2e025cc4926241c3bf923c137
6
+ metadata.gz: e0befb93b61eb5ca6fa450f28a5b355c48b6cfd7fb9323f9eec51d26ef65fc741890553a1c2076e2e0ba3bea83343bac84911c7e1c9835ee4a6060047a7fdecc
7
+ data.tar.gz: 63b1d9cb76ae2f5587e1c36bbf2850e5a6f0347f950c1bfd84b85d7d47a897aa18d37d9369dca9fcb82b935e55ccde94cd7a13970d8e27db8cfa6544bd22aa55
@@ -26,7 +26,9 @@
26
26
  "errors":[
27
27
  {"shape":"ListenerNotFoundException"},
28
28
  {"shape":"TooManyCertificatesException"},
29
- {"shape":"CertificateNotFoundException"}
29
+ {"shape":"CertificateNotFoundException"},
30
+ {"shape":"UnsupportedCertificateException"},
31
+ {"shape":"UnsupportedProtocolException"}
30
32
  ]
31
33
  },
32
34
  "AddTags":{
@@ -72,6 +74,7 @@
72
74
  {"shape":"UnsupportedProtocolException"},
73
75
  {"shape":"TooManyRegistrationsForTargetIdException"},
74
76
  {"shape":"TooManyTargetsException"},
77
+ {"shape":"UnsupportedCertificateException"},
75
78
  {"shape":"TooManyActionsException"},
76
79
  {"shape":"InvalidLoadBalancerActionException"}
77
80
  ]
@@ -300,6 +303,21 @@
300
303
  {"shape":"LoadBalancerNotFoundException"}
301
304
  ]
302
305
  },
306
+ "DescribeProvisionedCapacity":{
307
+ "name":"DescribeProvisionedCapacity",
308
+ "http":{
309
+ "method":"POST",
310
+ "requestUri":"/"
311
+ },
312
+ "input":{"shape":"DescribeProvisionedCapacityInput"},
313
+ "output":{
314
+ "shape":"DescribeProvisionedCapacityOutput",
315
+ "resultWrapper":"DescribeProvisionedCapacityResult"
316
+ },
317
+ "errors":[
318
+ {"shape":"LoadBalancerNotFoundException"}
319
+ ]
320
+ },
303
321
  "DescribeRules":{
304
322
  "name":"DescribeRules",
305
323
  "http":{
@@ -423,6 +441,7 @@
423
441
  {"shape":"UnsupportedProtocolException"},
424
442
  {"shape":"TooManyRegistrationsForTargetIdException"},
425
443
  {"shape":"TooManyTargetsException"},
444
+ {"shape":"UnsupportedCertificateException"},
426
445
  {"shape":"TooManyActionsException"},
427
446
  {"shape":"InvalidLoadBalancerActionException"}
428
447
  ]
@@ -443,6 +462,25 @@
443
462
  {"shape":"InvalidConfigurationRequestException"}
444
463
  ]
445
464
  },
465
+ "ModifyProvisionedCapacity":{
466
+ "name":"ModifyProvisionedCapacity",
467
+ "http":{
468
+ "method":"POST",
469
+ "requestUri":"/"
470
+ },
471
+ "input":{"shape":"ModifyProvisionedCapacityInput"},
472
+ "output":{
473
+ "shape":"ModifyProvisionedCapacityOutput",
474
+ "resultWrapper":"ModifyProvisionedCapacityResult"
475
+ },
476
+ "errors":[
477
+ {"shape":"LoadBalancerNotFoundException"},
478
+ {"shape":"InvalidConfigurationRequestException"},
479
+ {"shape":"MinimumLBCapacityUnitsDecreaseThrottlingException"},
480
+ {"shape":"MinimumLBCapacityUnitsLimitExceededException"},
481
+ {"shape":"InsufficientCapacityException"}
482
+ ]
483
+ },
446
484
  "ModifyRule":{
447
485
  "name":"ModifyRule",
448
486
  "http":{
@@ -648,8 +686,8 @@
648
686
  "enum":[
649
687
  "forward",
650
688
  "authenticate-oidc",
651
- "authenticate-cognito",
652
689
  "redirect",
690
+ "authenticate-cognito",
653
691
  "fixed-response"
654
692
  ]
655
693
  },
@@ -766,8 +804,7 @@
766
804
  "AuthorizationEndpoint",
767
805
  "TokenEndpoint",
768
806
  "UserInfoEndpoint",
769
- "ClientId",
770
- "ClientSecret"
807
+ "ClientId"
771
808
  ],
772
809
  "members":{
773
810
  "Issuer":{"shape":"AuthenticateOidcActionIssuer"},
@@ -780,7 +817,8 @@
780
817
  "Scope":{"shape":"AuthenticateOidcActionScope"},
781
818
  "SessionTimeout":{"shape":"AuthenticateOidcActionSessionTimeout"},
782
819
  "AuthenticationRequestExtraParams":{"shape":"AuthenticateOidcActionAuthenticationRequestExtraParams"},
783
- "OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"}
820
+ "OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"},
821
+ "UseExistingClientSecret":{"shape":"AuthenticateOidcActionUseExistingClientSecret"}
784
822
  }
785
823
  },
786
824
  "AuthenticateOidcActionIssuer":{"type":"string"},
@@ -788,13 +826,15 @@
788
826
  "AuthenticateOidcActionSessionCookieName":{"type":"string"},
789
827
  "AuthenticateOidcActionSessionTimeout":{"type":"long"},
790
828
  "AuthenticateOidcActionTokenEndpoint":{"type":"string"},
829
+ "AuthenticateOidcActionUseExistingClientSecret":{"type":"boolean"},
791
830
  "AuthenticateOidcActionUserInfoEndpoint":{"type":"string"},
792
831
  "AvailabilityZone":{
793
832
  "type":"structure",
794
833
  "members":{
795
834
  "ZoneName":{"shape":"ZoneName"},
796
835
  "SubnetId":{"shape":"SubnetId"},
797
- "LoadBalancerAddresses":{"shape":"LoadBalancerAddresses"}
836
+ "LoadBalancerAddresses":{"shape":"LoadBalancerAddresses"},
837
+ "StaticIp":{"shape":"StaticIp"}
798
838
  }
799
839
  },
800
840
  "AvailabilityZoneNotSupportedException":{
@@ -919,12 +959,7 @@
919
959
  },
920
960
  "CreateTargetGroupInput":{
921
961
  "type":"structure",
922
- "required":[
923
- "Name",
924
- "Protocol",
925
- "Port",
926
- "VpcId"
927
- ],
962
+ "required":["Name"],
928
963
  "members":{
929
964
  "Name":{"shape":"TargetGroupName"},
930
965
  "Protocol":{"shape":"ProtocolEnum"},
@@ -932,6 +967,7 @@
932
967
  "VpcId":{"shape":"VpcId"},
933
968
  "HealthCheckProtocol":{"shape":"ProtocolEnum"},
934
969
  "HealthCheckPort":{"shape":"HealthCheckPort"},
970
+ "HealthCheckEnabled":{"shape":"HealthCheckEnabled"},
935
971
  "HealthCheckPath":{"shape":"Path"},
936
972
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
937
973
  "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
@@ -949,6 +985,7 @@
949
985
  },
950
986
  "CreatedTime":{"type":"timestamp"},
951
987
  "DNSName":{"type":"string"},
988
+ "DecreasesRemaining":{"type":"integer"},
952
989
  "Default":{"type":"boolean"},
953
990
  "DeleteListenerInput":{
954
991
  "type":"structure",
@@ -1089,6 +1126,19 @@
1089
1126
  "NextMarker":{"shape":"Marker"}
1090
1127
  }
1091
1128
  },
1129
+ "DescribeProvisionedCapacityInput":{
1130
+ "type":"structure",
1131
+ "required":["LoadBalancerArn"],
1132
+ "members":{
1133
+ "LoadBalancerArn":{"shape":"LoadBalancerArn"}
1134
+ }
1135
+ },
1136
+ "DescribeProvisionedCapacityOutput":{
1137
+ "type":"structure",
1138
+ "members":{
1139
+ "ProvisionedCapacity":{"shape":"ProvisionedCapacity"}
1140
+ }
1141
+ },
1092
1142
  "DescribeRulesInput":{
1093
1143
  "type":"structure",
1094
1144
  "members":{
@@ -1245,6 +1295,7 @@
1245
1295
  "type":"string",
1246
1296
  "pattern":"^(2|4|5)\\d\\d$"
1247
1297
  },
1298
+ "HealthCheckEnabled":{"type":"boolean"},
1248
1299
  "HealthCheckIntervalSeconds":{
1249
1300
  "type":"integer",
1250
1301
  "max":300,
@@ -1258,7 +1309,7 @@
1258
1309
  },
1259
1310
  "HealthCheckTimeoutSeconds":{
1260
1311
  "type":"integer",
1261
- "max":60,
1312
+ "max":120,
1262
1313
  "min":2
1263
1314
  },
1264
1315
  "HealthUnavailableException":{
@@ -1271,7 +1322,45 @@
1271
1322
  },
1272
1323
  "exception":true
1273
1324
  },
1325
+ "HostHeaderConditionConfig":{
1326
+ "type":"structure",
1327
+ "members":{
1328
+ "Values":{"shape":"ListOfString"}
1329
+ }
1330
+ },
1274
1331
  "HttpCode":{"type":"string"},
1332
+ "HttpHeaderConditionConfig":{
1333
+ "type":"structure",
1334
+ "members":{
1335
+ "HttpHeaderName":{"shape":"HttpHeaderConditionName"},
1336
+ "Values":{"shape":"ListOfString"}
1337
+ }
1338
+ },
1339
+ "HttpHeaderConditionName":{"type":"string"},
1340
+ "HttpRequestMethodConditionConfig":{
1341
+ "type":"structure",
1342
+ "members":{
1343
+ "Values":{"shape":"HttpRequestMethodList"}
1344
+ }
1345
+ },
1346
+ "HttpRequestMethodEnum":{
1347
+ "type":"string",
1348
+ "enum":[
1349
+ "GET",
1350
+ "HEAD",
1351
+ "POST",
1352
+ "PUT",
1353
+ "DELETE",
1354
+ "CONNECT",
1355
+ "OPTIONS",
1356
+ "TRACE",
1357
+ "PATCH"
1358
+ ]
1359
+ },
1360
+ "HttpRequestMethodList":{
1361
+ "type":"list",
1362
+ "member":{"shape":"HttpRequestMethodEnum"}
1363
+ },
1275
1364
  "IncompatibleProtocolsException":{
1276
1365
  "type":"structure",
1277
1366
  "members":{
@@ -1283,6 +1372,16 @@
1283
1372
  },
1284
1373
  "exception":true
1285
1374
  },
1375
+ "InsufficientCapacityException":{
1376
+ "type":"structure",
1377
+ "members":{
1378
+ },
1379
+ "error":{
1380
+ "code":"InsufficientCapacity",
1381
+ "httpStatusCode":500
1382
+ },
1383
+ "exception":true
1384
+ },
1286
1385
  "InvalidConfigurationRequestException":{
1287
1386
  "type":"structure",
1288
1387
  "members":{
@@ -1358,6 +1457,8 @@
1358
1457
  ]
1359
1458
  },
1360
1459
  "IsDefault":{"type":"boolean"},
1460
+ "LBCapacityUnits":{"type":"integer"},
1461
+ "LastModifiedTime":{"type":"timestamp"},
1361
1462
  "Limit":{
1362
1463
  "type":"structure",
1363
1464
  "members":{
@@ -1518,6 +1619,28 @@
1518
1619
  }
1519
1620
  },
1520
1621
  "Max":{"type":"string"},
1622
+ "MinimumLBCapacityUnitsDecreaseThrottlingException":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ },
1626
+ "error":{
1627
+ "code":"MinimumLBCapacityUnitsDecreaseThrottling",
1628
+ "httpStatusCode":400,
1629
+ "senderFault":true
1630
+ },
1631
+ "exception":true
1632
+ },
1633
+ "MinimumLBCapacityUnitsLimitExceededException":{
1634
+ "type":"structure",
1635
+ "members":{
1636
+ },
1637
+ "error":{
1638
+ "code":"MinimumLBCapacityUnitsLimitExceeded",
1639
+ "httpStatusCode":400,
1640
+ "senderFault":true
1641
+ },
1642
+ "exception":true
1643
+ },
1521
1644
  "ModifyListenerInput":{
1522
1645
  "type":"structure",
1523
1646
  "required":["ListenerArn"],
@@ -1553,6 +1676,23 @@
1553
1676
  "Attributes":{"shape":"LoadBalancerAttributes"}
1554
1677
  }
1555
1678
  },
1679
+ "ModifyProvisionedCapacityInput":{
1680
+ "type":"structure",
1681
+ "required":[
1682
+ "LoadBalancerArn",
1683
+ "MinimumLBCapacityUnits"
1684
+ ],
1685
+ "members":{
1686
+ "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1687
+ "MinimumLBCapacityUnits":{"shape":"LBCapacityUnits"}
1688
+ }
1689
+ },
1690
+ "ModifyProvisionedCapacityOutput":{
1691
+ "type":"structure",
1692
+ "members":{
1693
+ "ProvisionedCapacity":{"shape":"ProvisionedCapacity"}
1694
+ }
1695
+ },
1556
1696
  "ModifyRuleInput":{
1557
1697
  "type":"structure",
1558
1698
  "required":["RuleArn"],
@@ -1593,6 +1733,7 @@
1593
1733
  "HealthCheckProtocol":{"shape":"ProtocolEnum"},
1594
1734
  "HealthCheckPort":{"shape":"HealthCheckPort"},
1595
1735
  "HealthCheckPath":{"shape":"Path"},
1736
+ "HealthCheckEnabled":{"shape":"HealthCheckEnabled"},
1596
1737
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
1597
1738
  "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
1598
1739
  "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
@@ -1628,6 +1769,12 @@
1628
1769
  "max":1024,
1629
1770
  "min":1
1630
1771
  },
1772
+ "PathPatternConditionConfig":{
1773
+ "type":"structure",
1774
+ "members":{
1775
+ "Values":{"shape":"ListOfString"}
1776
+ }
1777
+ },
1631
1778
  "Port":{
1632
1779
  "type":"integer",
1633
1780
  "max":65535,
@@ -1649,9 +1796,35 @@
1649
1796
  "enum":[
1650
1797
  "HTTP",
1651
1798
  "HTTPS",
1652
- "TCP"
1799
+ "TCP",
1800
+ "TLS",
1801
+ "UDP"
1802
+ ]
1803
+ },
1804
+ "ProvisionedCapacity":{
1805
+ "type":"structure",
1806
+ "members":{
1807
+ "MinimumLBCapacityUnits":{"shape":"LBCapacityUnits"},
1808
+ "Status":{"shape":"ProvisionedCapacityStatus"},
1809
+ "DecreasesRemaining":{"shape":"DecreasesRemaining"},
1810
+ "LastModifiedTime":{"shape":"LastModifiedTime"}
1811
+ }
1812
+ },
1813
+ "ProvisionedCapacityStatus":{
1814
+ "type":"string",
1815
+ "enum":[
1816
+ "disabled",
1817
+ "pending",
1818
+ "provisioned",
1819
+ "pre-warmed"
1653
1820
  ]
1654
1821
  },
1822
+ "QueryStringConditionConfig":{
1823
+ "type":"structure",
1824
+ "members":{
1825
+ "Values":{"shape":"ListOfString"}
1826
+ }
1827
+ },
1655
1828
  "RedirectActionConfig":{
1656
1829
  "type":"structure",
1657
1830
  "required":["StatusCode"],
@@ -1774,7 +1947,12 @@
1774
1947
  "type":"structure",
1775
1948
  "members":{
1776
1949
  "Field":{"shape":"ConditionFieldName"},
1777
- "Values":{"shape":"ListOfString"}
1950
+ "Values":{"shape":"ListOfString"},
1951
+ "HostHeaderConfig":{"shape":"HostHeaderConditionConfig"},
1952
+ "PathPatternConfig":{"shape":"PathPatternConditionConfig"},
1953
+ "HttpHeaderConfig":{"shape":"HttpHeaderConditionConfig"},
1954
+ "QueryStringConfig":{"shape":"QueryStringConditionConfig"},
1955
+ "HttpRequestMethodConfig":{"shape":"HttpRequestMethodConditionConfig"}
1778
1956
  }
1779
1957
  },
1780
1958
  "RuleConditionList":{
@@ -1913,6 +2091,7 @@
1913
2091
  "member":{"shape":"SslProtocol"}
1914
2092
  },
1915
2093
  "StateReason":{"type":"string"},
2094
+ "StaticIp":{"type":"boolean"},
1916
2095
  "String":{"type":"string"},
1917
2096
  "StringValue":{"type":"string"},
1918
2097
  "SubnetId":{"type":"string"},
@@ -1920,7 +2099,8 @@
1920
2099
  "type":"structure",
1921
2100
  "members":{
1922
2101
  "SubnetId":{"shape":"SubnetId"},
1923
- "AllocationId":{"shape":"AllocationId"}
2102
+ "AllocationId":{"shape":"AllocationId"},
2103
+ "StaticIp":{"shape":"StaticIp"}
1924
2104
  }
1925
2105
  },
1926
2106
  "SubnetMappings":{
@@ -2005,6 +2185,7 @@
2005
2185
  "VpcId":{"shape":"VpcId"},
2006
2186
  "HealthCheckProtocol":{"shape":"ProtocolEnum"},
2007
2187
  "HealthCheckPort":{"shape":"HealthCheckPort"},
2188
+ "HealthCheckEnabled":{"shape":"HealthCheckEnabled"},
2008
2189
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
2009
2190
  "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
2010
2191
  "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
@@ -2101,6 +2282,7 @@
2101
2282
  "Target.DeregistrationInProgress",
2102
2283
  "Target.InvalidState",
2103
2284
  "Target.IpUnusable",
2285
+ "Target.HealthCheckDisabled",
2104
2286
  "Elb.InternalError"
2105
2287
  ]
2106
2288
  },
@@ -2120,7 +2302,8 @@
2120
2302
  "type":"string",
2121
2303
  "enum":[
2122
2304
  "instance",
2123
- "ip"
2305
+ "ip",
2306
+ "lambda"
2124
2307
  ]
2125
2308
  },
2126
2309
  "TooManyActionsException":{
@@ -2222,6 +2405,17 @@
2222
2405
  },
2223
2406
  "exception":true
2224
2407
  },
2408
+ "UnsupportedCertificateException":{
2409
+ "type":"structure",
2410
+ "members":{
2411
+ },
2412
+ "error":{
2413
+ "code":"UnsupportedCertificate",
2414
+ "httpStatusCode":400,
2415
+ "senderFault":true
2416
+ },
2417
+ "exception":true
2418
+ },
2225
2419
  "UnsupportedProtocolException":{
2226
2420
  "type":"structure",
2227
2421
  "members":{
@@ -21,6 +21,7 @@
21
21
  "input":{"shape":"DeleteRuleRequest"},
22
22
  "errors":[
23
23
  {"shape":"ConcurrentModificationException"},
24
+ {"shape":"ManagedRuleException"},
24
25
  {"shape":"InternalException"}
25
26
  ]
26
27
  },
@@ -60,6 +61,7 @@
60
61
  "errors":[
61
62
  {"shape":"ResourceNotFoundException"},
62
63
  {"shape":"ConcurrentModificationException"},
64
+ {"shape":"ManagedRuleException"},
63
65
  {"shape":"InternalException"}
64
66
  ]
65
67
  },
@@ -73,6 +75,7 @@
73
75
  "errors":[
74
76
  {"shape":"ResourceNotFoundException"},
75
77
  {"shape":"ConcurrentModificationException"},
78
+ {"shape":"ManagedRuleException"},
76
79
  {"shape":"InternalException"}
77
80
  ]
78
81
  },
@@ -151,6 +154,7 @@
151
154
  {"shape":"InvalidEventPatternException"},
152
155
  {"shape":"LimitExceededException"},
153
156
  {"shape":"ConcurrentModificationException"},
157
+ {"shape":"ManagedRuleException"},
154
158
  {"shape":"InternalException"}
155
159
  ]
156
160
  },
@@ -166,6 +170,7 @@
166
170
  {"shape":"ResourceNotFoundException"},
167
171
  {"shape":"ConcurrentModificationException"},
168
172
  {"shape":"LimitExceededException"},
173
+ {"shape":"ManagedRuleException"},
169
174
  {"shape":"InternalException"}
170
175
  ]
171
176
  },
@@ -193,6 +198,7 @@
193
198
  "errors":[
194
199
  {"shape":"ResourceNotFoundException"},
195
200
  {"shape":"ConcurrentModificationException"},
201
+ {"shape":"ManagedRuleException"},
196
202
  {"shape":"InternalException"}
197
203
  ]
198
204
  },
@@ -287,7 +293,8 @@
287
293
  "type":"structure",
288
294
  "required":["Name"],
289
295
  "members":{
290
- "Name":{"shape":"RuleName"}
296
+ "Name":{"shape":"RuleName"},
297
+ "Force":{"shape":"Boolean"}
291
298
  }
292
299
  },
293
300
  "DescribeEventBusRequest":{
@@ -319,7 +326,8 @@
319
326
  "ScheduleExpression":{"shape":"ScheduleExpression"},
320
327
  "State":{"shape":"RuleState"},
321
328
  "Description":{"shape":"RuleDescription"},
322
- "RoleArn":{"shape":"RoleArn"}
329
+ "RoleArn":{"shape":"RoleArn"},
330
+ "ManagedBy":{"shape":"ManagedBy"}
323
331
  }
324
332
  },
325
333
  "DisableRuleRequest":{
@@ -462,6 +470,17 @@
462
470
  "NextToken":{"shape":"NextToken"}
463
471
  }
464
472
  },
473
+ "ManagedBy":{
474
+ "type":"string",
475
+ "max":128,
476
+ "min":1
477
+ },
478
+ "ManagedRuleException":{
479
+ "type":"structure",
480
+ "members":{
481
+ },
482
+ "exception":true
483
+ },
465
484
  "MessageGroupId":{"type":"string"},
466
485
  "NetworkConfiguration":{
467
486
  "type":"structure",
@@ -605,7 +624,8 @@
605
624
  ],
606
625
  "members":{
607
626
  "Rule":{"shape":"RuleName"},
608
- "Ids":{"shape":"TargetIdList"}
627
+ "Ids":{"shape":"TargetIdList"},
628
+ "Force":{"shape":"Boolean"}
609
629
  }
610
630
  },
611
631
  "RemoveTargetsResponse":{
@@ -647,7 +667,8 @@
647
667
  "State":{"shape":"RuleState"},
648
668
  "Description":{"shape":"RuleDescription"},
649
669
  "ScheduleExpression":{"shape":"ScheduleExpression"},
650
- "RoleArn":{"shape":"RoleArn"}
670
+ "RoleArn":{"shape":"RoleArn"},
671
+ "ManagedBy":{"shape":"ManagedBy"}
651
672
  }
652
673
  },
653
674
  "RuleArn":{