aws-sdk-core 2.6.35 → 2.6.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,8 @@
36
36
  {"shape":"ResourceAlreadyExistsFault"},
37
37
  {"shape":"ResourceQuotaExceededFault"},
38
38
  {"shape":"InvalidResourceStateFault"},
39
- {"shape":"ResourceNotFoundFault"}
39
+ {"shape":"ResourceNotFoundFault"},
40
+ {"shape":"AccessDeniedFault"}
40
41
  ]
41
42
  },
42
43
  "CreateReplicationInstance":{
@@ -370,6 +371,21 @@
370
371
  {"shape":"InvalidSubnet"}
371
372
  ]
372
373
  },
374
+ "ModifyReplicationTask":{
375
+ "name":"ModifyReplicationTask",
376
+ "http":{
377
+ "method":"POST",
378
+ "requestUri":"/"
379
+ },
380
+ "input":{"shape":"ModifyReplicationTaskMessage"},
381
+ "output":{"shape":"ModifyReplicationTaskResponse"},
382
+ "errors":[
383
+ {"shape":"InvalidResourceStateFault"},
384
+ {"shape":"ResourceNotFoundFault"},
385
+ {"shape":"ResourceAlreadyExistsFault"},
386
+ {"shape":"KMSKeyNotAccessibleFault"}
387
+ ]
388
+ },
373
389
  "RefreshSchemas":{
374
390
  "name":"RefreshSchemas",
375
391
  "http":{
@@ -492,6 +508,7 @@
492
508
  "CertificateIdentifier":{"shape":"String"},
493
509
  "CertificateCreationDate":{"shape":"TStamp"},
494
510
  "CertificatePem":{"shape":"String"},
511
+ "CertificateWallet":{"shape":"CertificateWallet"},
495
512
  "CertificateArn":{"shape":"String"},
496
513
  "CertificateOwner":{"shape":"String"},
497
514
  "ValidFromDate":{"shape":"TStamp"},
@@ -507,6 +524,7 @@
507
524
  "locationName":"Certificate"
508
525
  }
509
526
  },
527
+ "CertificateWallet":{"type":"blob"},
510
528
  "Connection":{
511
529
  "type":"structure",
512
530
  "members":{
@@ -530,11 +548,7 @@
530
548
  "required":[
531
549
  "EndpointIdentifier",
532
550
  "EndpointType",
533
- "EngineName",
534
- "Username",
535
- "Password",
536
- "ServerName",
537
- "Port"
551
+ "EngineName"
538
552
  ],
539
553
  "members":{
540
554
  "EndpointIdentifier":{"shape":"String"},
@@ -939,7 +953,8 @@
939
953
  "required":["CertificateIdentifier"],
940
954
  "members":{
941
955
  "CertificateIdentifier":{"shape":"String"},
942
- "CertificatePem":{"shape":"String"}
956
+ "CertificatePem":{"shape":"String"},
957
+ "CertificateWallet":{"shape":"CertificateWallet"}
943
958
  }
944
959
  },
945
960
  "ImportCertificateResponse":{
@@ -1076,6 +1091,24 @@
1076
1091
  "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"}
1077
1092
  }
1078
1093
  },
1094
+ "ModifyReplicationTaskMessage":{
1095
+ "type":"structure",
1096
+ "required":["ReplicationTaskArn"],
1097
+ "members":{
1098
+ "ReplicationTaskArn":{"shape":"String"},
1099
+ "ReplicationTaskIdentifier":{"shape":"String"},
1100
+ "MigrationType":{"shape":"MigrationTypeValue"},
1101
+ "TableMappings":{"shape":"String"},
1102
+ "ReplicationTaskSettings":{"shape":"String"},
1103
+ "CdcStartTime":{"shape":"TStamp"}
1104
+ }
1105
+ },
1106
+ "ModifyReplicationTaskResponse":{
1107
+ "type":"structure",
1108
+ "members":{
1109
+ "ReplicationTask":{"shape":"ReplicationTask"}
1110
+ }
1111
+ },
1079
1112
  "OrderableReplicationInstance":{
1080
1113
  "type":"structure",
1081
1114
  "members":{
@@ -1181,7 +1214,8 @@
1181
1214
  },
1182
1215
  "ReplicationInstancePublicIpAddresses":{"shape":"ReplicationInstancePublicIpAddressList"},
1183
1216
  "ReplicationInstancePrivateIpAddresses":{"shape":"ReplicationInstancePrivateIpAddressList"},
1184
- "PubliclyAccessible":{"shape":"Boolean"}
1217
+ "PubliclyAccessible":{"shape":"Boolean"},
1218
+ "SecondaryAvailabilityZone":{"shape":"String"}
1185
1219
  }
1186
1220
  },
1187
1221
  "ReplicationInstanceList":{
@@ -1244,6 +1278,7 @@
1244
1278
  "ReplicationTaskSettings":{"shape":"String"},
1245
1279
  "Status":{"shape":"String"},
1246
1280
  "LastFailureMessage":{"shape":"String"},
1281
+ "StopReason":{"shape":"String"},
1247
1282
  "ReplicationTaskCreationDate":{"shape":"TStamp"},
1248
1283
  "ReplicationTaskStartDate":{"shape":"TStamp"},
1249
1284
  "ReplicationTaskArn":{"shape":"String"},
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"logs-2014-03-28",
5
4
  "apiVersion":"2014-03-28",
6
5
  "endpointPrefix":"logs",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceFullName":"Amazon CloudWatch Logs",
10
9
  "signatureVersion":"v4",
11
- "targetPrefix":"Logs_20140328"
10
+ "targetPrefix":"Logs_20140328",
11
+ "uid":"logs-2014-03-28"
12
12
  },
13
13
  "operations":{
14
14
  "CancelExportTask":{
@@ -264,6 +264,19 @@
264
264
  {"shape":"ServiceUnavailableException"}
265
265
  ]
266
266
  },
267
+ "ListTagsLogGroup":{
268
+ "name":"ListTagsLogGroup",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/"
272
+ },
273
+ "input":{"shape":"ListTagsLogGroupRequest"},
274
+ "output":{"shape":"ListTagsLogGroupResponse"},
275
+ "errors":[
276
+ {"shape":"ResourceNotFoundException"},
277
+ {"shape":"ServiceUnavailableException"}
278
+ ]
279
+ },
267
280
  "PutDestination":{
268
281
  "name":"PutDestination",
269
282
  "http":{
@@ -351,6 +364,18 @@
351
364
  {"shape":"ServiceUnavailableException"}
352
365
  ]
353
366
  },
367
+ "TagLogGroup":{
368
+ "name":"TagLogGroup",
369
+ "http":{
370
+ "method":"POST",
371
+ "requestUri":"/"
372
+ },
373
+ "input":{"shape":"TagLogGroupRequest"},
374
+ "errors":[
375
+ {"shape":"ResourceNotFoundException"},
376
+ {"shape":"InvalidParameterException"}
377
+ ]
378
+ },
354
379
  "TestMetricFilter":{
355
380
  "name":"TestMetricFilter",
356
381
  "http":{
@@ -363,6 +388,17 @@
363
388
  {"shape":"InvalidParameterException"},
364
389
  {"shape":"ServiceUnavailableException"}
365
390
  ]
391
+ },
392
+ "UntagLogGroup":{
393
+ "name":"UntagLogGroup",
394
+ "http":{
395
+ "method":"POST",
396
+ "requestUri":"/"
397
+ },
398
+ "input":{"shape":"UntagLogGroupRequest"},
399
+ "errors":[
400
+ {"shape":"ResourceNotFoundException"}
401
+ ]
366
402
  }
367
403
  },
368
404
  "shapes":{
@@ -406,7 +442,8 @@
406
442
  "type":"structure",
407
443
  "required":["logGroupName"],
408
444
  "members":{
409
- "logGroupName":{"shape":"LogGroupName"}
445
+ "logGroupName":{"shape":"LogGroupName"},
446
+ "tags":{"shape":"Tags"}
410
447
  }
411
448
  },
412
449
  "CreateLogStreamRequest":{
@@ -614,6 +651,13 @@
614
651
  "type":"list",
615
652
  "member":{"shape":"Destination"}
616
653
  },
654
+ "Distribution":{
655
+ "type":"string",
656
+ "enum":[
657
+ "Random",
658
+ "ByLogStream"
659
+ ]
660
+ },
617
661
  "EventId":{"type":"string"},
618
662
  "EventMessage":{
619
663
  "type":"string",
@@ -811,6 +855,19 @@
811
855
  },
812
856
  "exception":true
813
857
  },
858
+ "ListTagsLogGroupRequest":{
859
+ "type":"structure",
860
+ "required":["logGroupName"],
861
+ "members":{
862
+ "logGroupName":{"shape":"LogGroupName"}
863
+ }
864
+ },
865
+ "ListTagsLogGroupResponse":{
866
+ "type":"structure",
867
+ "members":{
868
+ "tags":{"shape":"Tags"}
869
+ }
870
+ },
814
871
  "LogEventIndex":{"type":"integer"},
815
872
  "LogGroup":{
816
873
  "type":"structure",
@@ -1036,7 +1093,8 @@
1036
1093
  "filterName":{"shape":"FilterName"},
1037
1094
  "filterPattern":{"shape":"FilterPattern"},
1038
1095
  "destinationArn":{"shape":"DestinationArn"},
1039
- "roleArn":{"shape":"RoleArn"}
1096
+ "roleArn":{"shape":"RoleArn"},
1097
+ "distribution":{"shape":"Distribution"}
1040
1098
  }
1041
1099
  },
1042
1100
  "RejectedLogEventsInfo":{
@@ -1098,6 +1156,7 @@
1098
1156
  "filterPattern":{"shape":"FilterPattern"},
1099
1157
  "destinationArn":{"shape":"DestinationArn"},
1100
1158
  "roleArn":{"shape":"RoleArn"},
1159
+ "distribution":{"shape":"Distribution"},
1101
1160
  "creationTime":{"shape":"Timestamp"}
1102
1161
  }
1103
1162
  },
@@ -1105,6 +1164,40 @@
1105
1164
  "type":"list",
1106
1165
  "member":{"shape":"SubscriptionFilter"}
1107
1166
  },
1167
+ "TagKey":{
1168
+ "type":"string",
1169
+ "max":128,
1170
+ "min":1,
1171
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$"
1172
+ },
1173
+ "TagList":{
1174
+ "type":"list",
1175
+ "member":{"shape":"TagKey"},
1176
+ "min":1
1177
+ },
1178
+ "TagLogGroupRequest":{
1179
+ "type":"structure",
1180
+ "required":[
1181
+ "logGroupName",
1182
+ "tags"
1183
+ ],
1184
+ "members":{
1185
+ "logGroupName":{"shape":"LogGroupName"},
1186
+ "tags":{"shape":"Tags"}
1187
+ }
1188
+ },
1189
+ "TagValue":{
1190
+ "type":"string",
1191
+ "max":256,
1192
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1193
+ },
1194
+ "Tags":{
1195
+ "type":"map",
1196
+ "key":{"shape":"TagKey"},
1197
+ "value":{"shape":"TagValue"},
1198
+ "max":50,
1199
+ "min":1
1200
+ },
1108
1201
  "TargetArn":{
1109
1202
  "type":"string",
1110
1203
  "min":1
@@ -1137,6 +1230,17 @@
1137
1230
  "min":0
1138
1231
  },
1139
1232
  "Token":{"type":"string"},
1233
+ "UntagLogGroupRequest":{
1234
+ "type":"structure",
1235
+ "required":[
1236
+ "logGroupName",
1237
+ "tags"
1238
+ ],
1239
+ "members":{
1240
+ "logGroupName":{"shape":"LogGroupName"},
1241
+ "tags":{"shape":"TagList"}
1242
+ }
1243
+ },
1140
1244
  "Value":{"type":"string"}
1141
1245
  }
1142
1246
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"marketplacecommerceanalytics-2015-07-01",
5
4
  "apiVersion":"2015-07-01",
6
5
  "endpointPrefix":"marketplacecommerceanalytics",
7
6
  "jsonVersion":"1.1",
@@ -9,7 +8,8 @@
9
8
  "serviceFullName":"AWS Marketplace Commerce Analytics",
10
9
  "signatureVersion":"v4",
11
10
  "signingName":"marketplacecommerceanalytics",
12
- "targetPrefix":"MarketplaceCommerceAnalytics20150701"
11
+ "targetPrefix":"MarketplaceCommerceAnalytics20150701",
12
+ "uid":"marketplacecommerceanalytics-2015-07-01"
13
13
  },
14
14
  "operations":{
15
15
  "GenerateDataSet":{
@@ -67,7 +67,8 @@
67
67
  "disbursed_amount_by_age_of_disbursed_funds",
68
68
  "customer_profile_by_industry",
69
69
  "customer_profile_by_revenue",
70
- "customer_profile_by_geography"
70
+ "customer_profile_by_geography",
71
+ "sales_compensation_billed_revenue"
71
72
  ],
72
73
  "max":255,
73
74
  "min":1
@@ -39,6 +39,9 @@
39
39
  "eu-west-1": {
40
40
  "description": "EU (Ireland)"
41
41
  },
42
+ "eu-west-2": {
43
+ "description": "EU (London)"
44
+ },
42
45
  "sa-east-1": {
43
46
  "description": "South America (Sao Paulo)"
44
47
  },
@@ -66,6 +69,7 @@
66
69
  "ca-central-1": {},
67
70
  "eu-central-1": {},
68
71
  "eu-west-1": {},
72
+ "eu-west-2": {},
69
73
  "sa-east-1": {},
70
74
  "us-east-1": {},
71
75
  "us-east-2": {},
@@ -107,6 +111,7 @@
107
111
  "ca-central-1": {},
108
112
  "eu-central-1": {},
109
113
  "eu-west-1": {},
114
+ "eu-west-2": {},
110
115
  "sa-east-1": {},
111
116
  "us-east-1": {},
112
117
  "us-east-2": {},
@@ -152,6 +157,7 @@
152
157
  "ca-central-1": {},
153
158
  "eu-central-1": {},
154
159
  "eu-west-1": {},
160
+ "eu-west-2": {},
155
161
  "sa-east-1": {},
156
162
  "us-east-1": {},
157
163
  "us-east-2": {},
@@ -181,6 +187,7 @@
181
187
  "ca-central-1": {},
182
188
  "eu-central-1": {},
183
189
  "eu-west-1": {},
190
+ "eu-west-2": {},
184
191
  "sa-east-1": {},
185
192
  "us-east-1": {},
186
193
  "us-east-2": {},
@@ -242,6 +249,7 @@
242
249
  "ca-central-1": {},
243
250
  "eu-central-1": {},
244
251
  "eu-west-1": {},
252
+ "eu-west-2": {},
245
253
  "sa-east-1": {},
246
254
  "us-east-1": {},
247
255
  "us-east-2": {},
@@ -274,6 +282,7 @@
274
282
  "ca-central-1": {},
275
283
  "eu-central-1": {},
276
284
  "eu-west-1": {},
285
+ "eu-west-2": {},
277
286
  "sa-east-1": {},
278
287
  "us-east-1": {},
279
288
  "us-east-2": {},
@@ -283,10 +292,12 @@
283
292
  },
284
293
  "codepipeline": {
285
294
  "endpoints": {
295
+ "ap-northeast-1": {},
286
296
  "ap-southeast-1": {},
287
297
  "ap-southeast-2": {},
288
298
  "eu-central-1": {},
289
299
  "eu-west-1": {},
300
+ "sa-east-1": {},
290
301
  "us-east-1": {},
291
302
  "us-east-2": {},
292
303
  "us-west-2": {}
@@ -332,6 +343,7 @@
332
343
  "ca-central-1": {},
333
344
  "eu-central-1": {},
334
345
  "eu-west-1": {},
346
+ "eu-west-2": {},
335
347
  "sa-east-1": {},
336
348
  "us-east-1": {},
337
349
  "us-east-2": {},
@@ -383,6 +395,7 @@
383
395
  "ca-central-1": {},
384
396
  "eu-central-1": {},
385
397
  "eu-west-1": {},
398
+ "eu-west-2": {},
386
399
  "sa-east-1": {},
387
400
  "us-east-1": {},
388
401
  "us-east-2": {},
@@ -405,6 +418,7 @@
405
418
  "ca-central-1": {},
406
419
  "eu-central-1": {},
407
420
  "eu-west-1": {},
421
+ "eu-west-2": {},
408
422
  "sa-east-1": {},
409
423
  "us-east-1": {},
410
424
  "us-east-2": {},
@@ -439,6 +453,7 @@
439
453
  "ca-central-1": {},
440
454
  "eu-central-1": {},
441
455
  "eu-west-1": {},
456
+ "eu-west-2": {},
442
457
  "local": {
443
458
  "credentialScope": {
444
459
  "region": "us-east-1"
@@ -471,6 +486,7 @@
471
486
  "ca-central-1": {},
472
487
  "eu-central-1": {},
473
488
  "eu-west-1": {},
489
+ "eu-west-2": {},
474
490
  "sa-east-1": {},
475
491
  "us-east-1": {},
476
492
  "us-east-2": {},
@@ -486,6 +502,7 @@
486
502
  "ca-central-1": {},
487
503
  "eu-central-1": {},
488
504
  "eu-west-1": {},
505
+ "eu-west-2": {},
489
506
  "us-east-1": {},
490
507
  "us-east-2": {},
491
508
  "us-west-1": {},
@@ -500,6 +517,7 @@
500
517
  "ca-central-1": {},
501
518
  "eu-central-1": {},
502
519
  "eu-west-1": {},
520
+ "eu-west-2": {},
503
521
  "us-east-1": {},
504
522
  "us-east-2": {},
505
523
  "us-west-1": {},
@@ -516,6 +534,7 @@
516
534
  "ca-central-1": {},
517
535
  "eu-central-1": {},
518
536
  "eu-west-1": {},
537
+ "eu-west-2": {},
519
538
  "sa-east-1": {},
520
539
  "us-east-1": {},
521
540
  "us-east-2": {},
@@ -533,6 +552,7 @@
533
552
  "ca-central-1": {},
534
553
  "eu-central-1": {},
535
554
  "eu-west-1": {},
555
+ "eu-west-2": {},
536
556
  "sa-east-1": {},
537
557
  "us-east-1": {},
538
558
  "us-east-2": {},
@@ -564,6 +584,7 @@
564
584
  "ca-central-1": {},
565
585
  "eu-central-1": {},
566
586
  "eu-west-1": {},
587
+ "eu-west-2": {},
567
588
  "sa-east-1": {},
568
589
  "us-east-1": {},
569
590
  "us-east-2": {},
@@ -590,6 +611,7 @@
590
611
  "sslCommonName": "{service}.{region}.{dnsSuffix}"
591
612
  },
592
613
  "eu-west-1": {},
614
+ "eu-west-2": {},
593
615
  "sa-east-1": {},
594
616
  "us-east-1": {
595
617
  "sslCommonName": "{service}.{region}.{dnsSuffix}"
@@ -685,6 +707,7 @@
685
707
  "ca-central-1": {},
686
708
  "eu-central-1": {},
687
709
  "eu-west-1": {},
710
+ "eu-west-2": {},
688
711
  "us-east-1": {},
689
712
  "us-east-2": {},
690
713
  "us-west-1": {},
@@ -763,6 +786,7 @@
763
786
  "ca-central-1": {},
764
787
  "eu-central-1": {},
765
788
  "eu-west-1": {},
789
+ "eu-west-2": {},
766
790
  "sa-east-1": {},
767
791
  "us-east-1": {},
768
792
  "us-east-2": {},
@@ -787,6 +811,7 @@
787
811
  "ca-central-1": {},
788
812
  "eu-central-1": {},
789
813
  "eu-west-1": {},
814
+ "eu-west-2": {},
790
815
  "sa-east-1": {},
791
816
  "us-east-1": {},
792
817
  "us-east-2": {},
@@ -823,6 +848,7 @@
823
848
  "ca-central-1": {},
824
849
  "eu-central-1": {},
825
850
  "eu-west-1": {},
851
+ "eu-west-2": {},
826
852
  "sa-east-1": {},
827
853
  "us-east-1": {},
828
854
  "us-east-2": {},
@@ -868,6 +894,7 @@
868
894
  "ca-central-1": {},
869
895
  "eu-central-1": {},
870
896
  "eu-west-1": {},
897
+ "eu-west-2": {},
871
898
  "sa-east-1": {},
872
899
  "us-east-1": {},
873
900
  "us-east-2": {},
@@ -884,6 +911,7 @@
884
911
  "ap-southeast-2": {},
885
912
  "eu-central-1": {},
886
913
  "eu-west-1": {},
914
+ "eu-west-2": {},
887
915
  "sa-east-1": {},
888
916
  "us-east-1": {},
889
917
  "us-east-2": {},
@@ -926,6 +954,7 @@
926
954
  "ca-central-1": {},
927
955
  "eu-central-1": {},
928
956
  "eu-west-1": {},
957
+ "eu-west-2": {},
929
958
  "sa-east-1": {},
930
959
  "us-east-1": {
931
960
  "sslCommonName": "{service}.{dnsSuffix}"
@@ -945,6 +974,7 @@
945
974
  "ca-central-1": {},
946
975
  "eu-central-1": {},
947
976
  "eu-west-1": {},
977
+ "eu-west-2": {},
948
978
  "sa-east-1": {},
949
979
  "us-east-1": {},
950
980
  "us-east-2": {},
@@ -1019,6 +1049,7 @@
1019
1049
  "s3v4"
1020
1050
  ]
1021
1051
  },
1052
+ "eu-west-2": {},
1022
1053
  "s3-external-1": {
1023
1054
  "credentialScope": {
1024
1055
  "region": "us-east-1"
@@ -1123,6 +1154,7 @@
1123
1154
  "ca-central-1": {},
1124
1155
  "eu-central-1": {},
1125
1156
  "eu-west-1": {},
1157
+ "eu-west-2": {},
1126
1158
  "us-east-1": {},
1127
1159
  "us-east-2": {},
1128
1160
  "us-west-1": {},
@@ -1145,6 +1177,7 @@
1145
1177
  "ca-central-1": {},
1146
1178
  "eu-central-1": {},
1147
1179
  "eu-west-1": {},
1180
+ "eu-west-2": {},
1148
1181
  "sa-east-1": {},
1149
1182
  "us-east-1": {},
1150
1183
  "us-east-2": {},
@@ -1169,6 +1202,7 @@
1169
1202
  "ca-central-1": {},
1170
1203
  "eu-central-1": {},
1171
1204
  "eu-west-1": {},
1205
+ "eu-west-2": {},
1172
1206
  "sa-east-1": {},
1173
1207
  "us-east-1": {
1174
1208
  "sslCommonName": "queue.{dnsSuffix}"
@@ -1210,6 +1244,7 @@
1210
1244
  "ca-central-1": {},
1211
1245
  "eu-central-1": {},
1212
1246
  "eu-west-1": {},
1247
+ "eu-west-2": {},
1213
1248
  "sa-east-1": {},
1214
1249
  "us-east-1": {},
1215
1250
  "us-east-2": {},
@@ -1238,6 +1273,7 @@
1238
1273
  "ca-central-1": {},
1239
1274
  "eu-central-1": {},
1240
1275
  "eu-west-1": {},
1276
+ "eu-west-2": {},
1241
1277
  "local": {
1242
1278
  "credentialScope": {
1243
1279
  "region": "us-east-1"
@@ -1276,6 +1312,7 @@
1276
1312
  "ca-central-1": {},
1277
1313
  "eu-central-1": {},
1278
1314
  "eu-west-1": {},
1315
+ "eu-west-2": {},
1279
1316
  "sa-east-1": {},
1280
1317
  "us-east-1": {},
1281
1318
  "us-east-2": {},
@@ -1299,6 +1336,7 @@
1299
1336
  "ca-central-1": {},
1300
1337
  "eu-central-1": {},
1301
1338
  "eu-west-1": {},
1339
+ "eu-west-2": {},
1302
1340
  "sa-east-1": {},
1303
1341
  "us-east-1": {},
1304
1342
  "us-east-2": {},
@@ -1318,6 +1356,14 @@
1318
1356
  "isRegionalized": false,
1319
1357
  "partitionEndpoint": "aws-global"
1320
1358
  },
1359
+ "waf-regional": {
1360
+ "endpoints": {
1361
+ "ap-northeast-1": {},
1362
+ "eu-west-1": {},
1363
+ "us-east-1": {},
1364
+ "us-west-2": {}
1365
+ }
1366
+ },
1321
1367
  "workspaces": {
1322
1368
  "endpoints": {
1323
1369
  "ap-northeast-1": {},