aws-sdk-core 2.9.21 → 2.9.22

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: c782e54ba9727968033ff2d5210d33b081c09eb5
4
- data.tar.gz: e059d4014d11526c43d8498287ee6e51a726a12b
3
+ metadata.gz: fc1bb20503a66330a2b5df26a0908ef08ce0e1b5
4
+ data.tar.gz: 31f99b41b642d2089dc492f4961a7813403ecc2d
5
5
  SHA512:
6
- metadata.gz: ce2365ea1d74d3381abdd6ba21530204a54d8698a60a287cc94ded9a9834a5898160084d7d75d7fba50bdaa0bd3810543cb7ea576720165814bb33bcbe131b3d
7
- data.tar.gz: e20fc195bf3680d056ac107ee47b68802eb3f31fca09d393cafe76ebcb3536875d6f12d0022897318e9c741cb8ffc782b37e14844956ed5f8335182032405a5e
6
+ metadata.gz: bef7e4e00898d6d6e366018e578ab4c7ffa451f6e9c14d6d1f45083bc3ce269af88132a6703bfefd223226c6d1d1c267b30f95c182c24e353bed1b488bbd2369
7
+ data.tar.gz: 6bd00b63026a2bd5f1aa663990b751704e3e3e3c859717243651c369f42b7df8197cbf7a635bae432d51df4a2864c75f4a5d46680fb01aa4730259b7a7f6b057
@@ -119,10 +119,10 @@
119
119
  },
120
120
  "GetResourcesInput":{
121
121
  "type":"structure",
122
- "required":["TagsPerPage"],
123
122
  "members":{
124
123
  "PaginationToken":{"shape":"PaginationToken"},
125
124
  "TagFilters":{"shape":"TagFilterList"},
125
+ "ResourcesPerPage":{"shape":"ResourcesPerPage"},
126
126
  "TagsPerPage":{"shape":"TagsPerPage"},
127
127
  "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"}
128
128
  }
@@ -215,6 +215,7 @@
215
215
  "type":"list",
216
216
  "member":{"shape":"AmazonResourceType"}
217
217
  },
218
+ "ResourcesPerPage":{"type":"integer"},
218
219
  "StatusCode":{"type":"integer"},
219
220
  "Tag":{
220
221
  "type":"structure",
@@ -298,11 +299,7 @@
298
299
  "type":"list",
299
300
  "member":{"shape":"TagValue"}
300
301
  },
301
- "TagsPerPage":{
302
- "type":"integer",
303
- "max":500,
304
- "min":100
305
- },
302
+ "TagsPerPage":{"type":"integer"},
306
303
  "ThrottledException":{
307
304
  "type":"structure",
308
305
  "members":{
@@ -1,4 +1,20 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetResources": {
4
+ "input_token": "PaginationToken",
5
+ "limit_key": "ResourcesPerPage",
6
+ "output_token": "PaginationToken",
7
+ "result_key": "ResourceTagMappingList"
8
+ },
9
+ "GetTagKeys": {
10
+ "input_token": "PaginationToken",
11
+ "output_token": "PaginationToken",
12
+ "result_key": "TagKeys"
13
+ },
14
+ "GetTagValues": {
15
+ "input_token": "PaginationToken",
16
+ "output_token": "PaginationToken",
17
+ "result_key": "TagValues"
18
+ }
3
19
  }
4
- }
20
+ }
@@ -1,2006 +1,1886 @@
1
1
  {
2
- "partitions": [
3
- {
4
- "defaults": {
5
- "hostname": "{service}.{region}.{dnsSuffix}",
6
- "protocols": [
7
- "https"
8
- ],
9
- "signatureVersions": [
10
- "v4"
11
- ]
12
- },
13
- "dnsSuffix": "amazonaws.com",
14
- "partition": "aws",
15
- "partitionName": "AWS Standard",
16
- "regionRegex": "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
17
- "regions": {
18
- "ap-northeast-1": {
19
- "description": "Asia Pacific (Tokyo)"
20
- },
21
- "ap-northeast-2": {
22
- "description": "Asia Pacific (Seoul)"
23
- },
24
- "ap-south-1": {
25
- "description": "Asia Pacific (Mumbai)"
26
- },
27
- "ap-southeast-1": {
28
- "description": "Asia Pacific (Singapore)"
29
- },
30
- "ap-southeast-2": {
31
- "description": "Asia Pacific (Sydney)"
32
- },
33
- "ca-central-1": {
34
- "description": "Canada (Central)"
35
- },
36
- "eu-central-1": {
37
- "description": "EU (Frankfurt)"
38
- },
39
- "eu-west-1": {
40
- "description": "EU (Ireland)"
41
- },
42
- "eu-west-2": {
43
- "description": "EU (London)"
44
- },
45
- "sa-east-1": {
46
- "description": "South America (Sao Paulo)"
47
- },
48
- "us-east-1": {
49
- "description": "US East (N. Virginia)"
50
- },
51
- "us-east-2": {
52
- "description": "US East (Ohio)"
53
- },
54
- "us-west-1": {
55
- "description": "US West (N. California)"
56
- },
57
- "us-west-2": {
58
- "description": "US West (Oregon)"
59
- }
60
- },
61
- "services": {
62
- "acm": {
63
- "endpoints": {
64
- "ap-northeast-1": {},
65
- "ap-northeast-2": {},
66
- "ap-south-1": {},
67
- "ap-southeast-1": {},
68
- "ap-southeast-2": {},
69
- "ca-central-1": {},
70
- "eu-central-1": {},
71
- "eu-west-1": {},
72
- "eu-west-2": {},
73
- "sa-east-1": {},
74
- "us-east-1": {},
75
- "us-east-2": {},
76
- "us-west-1": {},
77
- "us-west-2": {}
78
- }
79
- },
80
- "apigateway": {
81
- "endpoints": {
82
- "ap-northeast-1": {},
83
- "ap-northeast-2": {},
84
- "ap-south-1": {},
85
- "ap-southeast-1": {},
86
- "ap-southeast-2": {},
87
- "eu-central-1": {},
88
- "eu-west-1": {},
89
- "eu-west-2": {},
90
- "us-east-1": {},
91
- "us-east-2": {},
92
- "us-west-1": {},
93
- "us-west-2": {}
94
- }
95
- },
96
- "application-autoscaling": {
97
- "defaults": {
98
- "credentialScope": {
99
- "service": "application-autoscaling"
100
- },
101
- "hostname": "autoscaling.{region}.amazonaws.com",
102
- "protocols": [
103
- "http",
104
- "https"
105
- ]
106
- },
107
- "endpoints": {
108
- "ap-northeast-1": {},
109
- "ap-northeast-2": {},
110
- "ap-south-1": {},
111
- "ap-southeast-1": {},
112
- "ap-southeast-2": {},
113
- "ca-central-1": {},
114
- "eu-central-1": {},
115
- "eu-west-1": {},
116
- "eu-west-2": {},
117
- "sa-east-1": {},
118
- "us-east-1": {},
119
- "us-east-2": {},
120
- "us-west-1": {},
121
- "us-west-2": {}
122
- }
123
- },
124
- "appstream2": {
125
- "defaults": {
126
- "credentialScope": {
127
- "service": "appstream"
128
- },
129
- "protocols": [
130
- "https"
131
- ]
132
- },
133
- "endpoints": {
134
- "ap-northeast-1": {},
135
- "eu-west-1": {},
136
- "us-east-1": {},
137
- "us-west-2": {}
138
- }
139
- },
140
- "autoscaling": {
141
- "defaults": {
142
- "protocols": [
143
- "http",
144
- "https"
145
- ]
146
- },
147
- "endpoints": {
148
- "ap-northeast-1": {},
149
- "ap-northeast-2": {},
150
- "ap-south-1": {},
151
- "ap-southeast-1": {},
152
- "ap-southeast-2": {},
153
- "ca-central-1": {},
154
- "eu-central-1": {},
155
- "eu-west-1": {},
156
- "eu-west-2": {},
157
- "sa-east-1": {},
158
- "us-east-1": {},
159
- "us-east-2": {},
160
- "us-west-1": {},
161
- "us-west-2": {}
162
- }
163
- },
164
- "batch": {
165
- "endpoints": {
166
- "us-east-1": {}
167
- }
168
- },
169
- "budgets": {
170
- "endpoints": {
171
- "aws-global": {
172
- "credentialScope": {
173
- "region": "us-east-1"
174
- },
175
- "hostname": "budgets.amazonaws.com"
176
- }
177
- },
178
- "isRegionalized": false,
179
- "partitionEndpoint": "aws-global"
180
- },
181
- "clouddirectory": {
182
- "endpoints": {
183
- "ap-southeast-1": {},
184
- "ap-southeast-2": {},
185
- "eu-west-1": {},
186
- "eu-west-2": {},
187
- "us-east-1": {},
188
- "us-east-2": {},
189
- "us-west-2": {}
190
- }
191
- },
192
- "cloudformation": {
193
- "endpoints": {
194
- "ap-northeast-1": {},
195
- "ap-northeast-2": {},
196
- "ap-south-1": {},
197
- "ap-southeast-1": {},
198
- "ap-southeast-2": {},
199
- "ca-central-1": {},
200
- "eu-central-1": {},
201
- "eu-west-1": {},
202
- "eu-west-2": {},
203
- "sa-east-1": {},
204
- "us-east-1": {},
205
- "us-east-2": {},
206
- "us-west-1": {},
207
- "us-west-2": {}
208
- }
209
- },
210
- "cloudfront": {
211
- "endpoints": {
212
- "aws-global": {
213
- "credentialScope": {
214
- "region": "us-east-1"
215
- },
216
- "hostname": "cloudfront.amazonaws.com",
217
- "protocols": [
218
- "http",
219
- "https"
220
- ]
221
- }
222
- },
223
- "isRegionalized": false,
224
- "partitionEndpoint": "aws-global"
225
- },
226
- "cloudhsm": {
227
- "endpoints": {
228
- "ap-northeast-1": {},
229
- "ap-southeast-1": {},
230
- "ap-southeast-2": {},
231
- "ca-central-1": {},
232
- "eu-central-1": {},
233
- "eu-west-1": {},
234
- "us-east-1": {},
235
- "us-east-2": {},
236
- "us-west-1": {},
237
- "us-west-2": {}
238
- }
239
- },
240
- "cloudsearch": {
241
- "endpoints": {
242
- "ap-northeast-1": {},
243
- "ap-northeast-2": {},
244
- "ap-southeast-1": {},
245
- "ap-southeast-2": {},
246
- "eu-central-1": {},
247
- "eu-west-1": {},
248
- "sa-east-1": {},
249
- "us-east-1": {},
250
- "us-west-1": {},
251
- "us-west-2": {}
252
- }
253
- },
254
- "cloudtrail": {
255
- "endpoints": {
256
- "ap-northeast-1": {},
257
- "ap-northeast-2": {},
258
- "ap-south-1": {},
259
- "ap-southeast-1": {},
260
- "ap-southeast-2": {},
261
- "ca-central-1": {},
262
- "eu-central-1": {},
263
- "eu-west-1": {},
264
- "eu-west-2": {},
265
- "sa-east-1": {},
266
- "us-east-1": {},
267
- "us-east-2": {},
268
- "us-west-1": {},
269
- "us-west-2": {}
270
- }
271
- },
272
- "codebuild": {
273
- "endpoints": {
274
- "ap-northeast-1": {},
275
- "ap-southeast-1": {},
276
- "ap-southeast-2": {},
277
- "eu-central-1": {},
278
- "eu-west-1": {},
279
- "us-east-1": {},
280
- "us-east-2": {},
281
- "us-west-2": {}
282
- }
283
- },
284
- "codecommit": {
285
- "endpoints": {
286
- "eu-west-1": {},
287
- "us-east-1": {},
288
- "us-east-2": {},
289
- "us-west-2": {}
290
- }
291
- },
292
- "codedeploy": {
293
- "endpoints": {
294
- "ap-northeast-1": {},
295
- "ap-northeast-2": {},
296
- "ap-south-1": {},
297
- "ap-southeast-1": {},
298
- "ap-southeast-2": {},
299
- "ca-central-1": {},
300
- "eu-central-1": {},
301
- "eu-west-1": {},
302
- "eu-west-2": {},
303
- "sa-east-1": {},
304
- "us-east-1": {},
305
- "us-east-2": {},
306
- "us-west-1": {},
307
- "us-west-2": {}
308
- }
309
- },
310
- "codepipeline": {
311
- "endpoints": {
312
- "ap-northeast-1": {},
313
- "ap-southeast-1": {},
314
- "ap-southeast-2": {},
315
- "eu-central-1": {},
316
- "eu-west-1": {},
317
- "sa-east-1": {},
318
- "us-east-1": {},
319
- "us-east-2": {},
320
- "us-west-2": {}
321
- }
322
- },
323
- "codestar": {
324
- "endpoints": {
325
- "eu-west-1": {},
326
- "us-east-1": {},
327
- "us-east-2": {},
328
- "us-west-2": {}
329
- }
330
- },
331
- "cognito-identity": {
332
- "endpoints": {
333
- "ap-northeast-1": {},
334
- "ap-northeast-2": {},
335
- "ap-south-1": {},
336
- "ap-southeast-2": {},
337
- "eu-central-1": {},
338
- "eu-west-1": {},
339
- "eu-west-2": {},
340
- "us-east-1": {},
341
- "us-east-2": {},
342
- "us-west-2": {}
343
- }
344
- },
345
- "cognito-idp": {
346
- "endpoints": {
347
- "ap-northeast-1": {},
348
- "ap-northeast-2": {},
349
- "ap-south-1": {},
350
- "ap-southeast-2": {},
351
- "eu-central-1": {},
352
- "eu-west-1": {},
353
- "eu-west-2": {},
354
- "us-east-1": {},
355
- "us-east-2": {},
356
- "us-west-2": {}
357
- }
358
- },
359
- "cognito-sync": {
360
- "endpoints": {
361
- "ap-northeast-1": {},
362
- "ap-northeast-2": {},
363
- "ap-south-1": {},
364
- "ap-southeast-2": {},
365
- "eu-central-1": {},
366
- "eu-west-1": {},
367
- "eu-west-2": {},
368
- "us-east-1": {},
369
- "us-east-2": {},
370
- "us-west-2": {}
371
- }
372
- },
373
- "config": {
374
- "endpoints": {
375
- "ap-northeast-1": {},
376
- "ap-northeast-2": {},
377
- "ap-south-1": {},
378
- "ap-southeast-1": {},
379
- "ap-southeast-2": {},
380
- "ca-central-1": {},
381
- "eu-central-1": {},
382
- "eu-west-1": {},
383
- "eu-west-2": {},
384
- "sa-east-1": {},
385
- "us-east-1": {},
386
- "us-east-2": {},
387
- "us-west-1": {},
388
- "us-west-2": {}
389
- }
390
- },
391
- "cur": {
392
- "endpoints": {
393
- "us-east-1": {}
394
- }
395
- },
396
- "data.iot": {
397
- "defaults": {
398
- "credentialScope": {
399
- "service": "iotdata"
400
- },
401
- "protocols": [
402
- "https"
403
- ]
404
- },
405
- "endpoints": {
406
- "ap-northeast-1": {},
407
- "ap-northeast-2": {},
408
- "ap-southeast-1": {},
409
- "ap-southeast-2": {},
410
- "eu-central-1": {},
411
- "eu-west-1": {},
412
- "us-east-1": {},
413
- "us-west-2": {}
414
- }
415
- },
416
- "datapipeline": {
417
- "endpoints": {
418
- "ap-northeast-1": {},
419
- "ap-southeast-2": {},
420
- "eu-west-1": {},
421
- "us-east-1": {},
422
- "us-west-2": {}
423
- }
424
- },
425
- "devicefarm": {
426
- "endpoints": {
427
- "us-west-2": {}
428
- }
429
- },
430
- "directconnect": {
431
- "endpoints": {
432
- "ap-northeast-1": {},
433
- "ap-northeast-2": {},
434
- "ap-south-1": {},
435
- "ap-southeast-1": {},
436
- "ap-southeast-2": {},
437
- "ca-central-1": {},
438
- "eu-central-1": {},
439
- "eu-west-1": {},
440
- "eu-west-2": {},
441
- "sa-east-1": {},
442
- "us-east-1": {},
443
- "us-east-2": {},
444
- "us-west-1": {},
445
- "us-west-2": {}
446
- }
447
- },
448
- "discovery": {
449
- "endpoints": {
450
- "us-west-2": {}
451
- }
452
- },
453
- "dms": {
454
- "endpoints": {
455
- "ap-northeast-1": {},
456
- "ap-northeast-2": {},
457
- "ap-south-1": {},
458
- "ap-southeast-1": {},
459
- "ap-southeast-2": {},
460
- "ca-central-1": {},
461
- "eu-central-1": {},
462
- "eu-west-1": {},
463
- "eu-west-2": {},
464
- "sa-east-1": {},
465
- "us-east-1": {},
466
- "us-east-2": {},
467
- "us-west-1": {},
468
- "us-west-2": {}
469
- }
470
- },
471
- "ds": {
472
- "endpoints": {
473
- "ap-northeast-1": {},
474
- "ap-southeast-1": {},
475
- "ap-southeast-2": {},
476
- "eu-central-1": {},
477
- "eu-west-1": {},
478
- "us-east-1": {},
479
- "us-west-2": {}
480
- }
481
- },
482
- "dynamodb": {
483
- "defaults": {
484
- "protocols": [
485
- "http",
486
- "https"
487
- ]
488
- },
489
- "endpoints": {
490
- "ap-northeast-1": {},
491
- "ap-northeast-2": {},
492
- "ap-south-1": {},
493
- "ap-southeast-1": {},
494
- "ap-southeast-2": {},
495
- "ca-central-1": {},
496
- "eu-central-1": {},
497
- "eu-west-1": {},
498
- "eu-west-2": {},
499
- "local": {
500
- "credentialScope": {
501
- "region": "us-east-1"
502
- },
503
- "hostname": "localhost:8000",
504
- "protocols": [
505
- "http"
506
- ]
507
- },
508
- "sa-east-1": {},
509
- "us-east-1": {},
510
- "us-east-2": {},
511
- "us-west-1": {},
512
- "us-west-2": {}
513
- }
514
- },
515
- "ec2": {
516
- "defaults": {
517
- "protocols": [
518
- "http",
519
- "https"
520
- ]
2
+ "partitions" : [ {
3
+ "defaults" : {
4
+ "hostname" : "{service}.{region}.{dnsSuffix}",
5
+ "protocols" : [ "https" ],
6
+ "signatureVersions" : [ "v4" ]
7
+ },
8
+ "dnsSuffix" : "amazonaws.com",
9
+ "partition" : "aws",
10
+ "partitionName" : "AWS Standard",
11
+ "regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
12
+ "regions" : {
13
+ "ap-northeast-1" : {
14
+ "description" : "Asia Pacific (Tokyo)"
15
+ },
16
+ "ap-northeast-2" : {
17
+ "description" : "Asia Pacific (Seoul)"
18
+ },
19
+ "ap-south-1" : {
20
+ "description" : "Asia Pacific (Mumbai)"
21
+ },
22
+ "ap-southeast-1" : {
23
+ "description" : "Asia Pacific (Singapore)"
24
+ },
25
+ "ap-southeast-2" : {
26
+ "description" : "Asia Pacific (Sydney)"
27
+ },
28
+ "ca-central-1" : {
29
+ "description" : "Canada (Central)"
30
+ },
31
+ "eu-central-1" : {
32
+ "description" : "EU (Frankfurt)"
33
+ },
34
+ "eu-west-1" : {
35
+ "description" : "EU (Ireland)"
36
+ },
37
+ "eu-west-2" : {
38
+ "description" : "EU (London)"
39
+ },
40
+ "sa-east-1" : {
41
+ "description" : "South America (Sao Paulo)"
42
+ },
43
+ "us-east-1" : {
44
+ "description" : "US East (N. Virginia)"
45
+ },
46
+ "us-east-2" : {
47
+ "description" : "US East (Ohio)"
48
+ },
49
+ "us-west-1" : {
50
+ "description" : "US West (N. California)"
51
+ },
52
+ "us-west-2" : {
53
+ "description" : "US West (Oregon)"
54
+ }
55
+ },
56
+ "services" : {
57
+ "acm" : {
58
+ "endpoints" : {
59
+ "ap-northeast-1" : { },
60
+ "ap-northeast-2" : { },
61
+ "ap-south-1" : { },
62
+ "ap-southeast-1" : { },
63
+ "ap-southeast-2" : { },
64
+ "ca-central-1" : { },
65
+ "eu-central-1" : { },
66
+ "eu-west-1" : { },
67
+ "eu-west-2" : { },
68
+ "sa-east-1" : { },
69
+ "us-east-1" : { },
70
+ "us-east-2" : { },
71
+ "us-west-1" : { },
72
+ "us-west-2" : { }
73
+ }
74
+ },
75
+ "apigateway" : {
76
+ "endpoints" : {
77
+ "ap-northeast-1" : { },
78
+ "ap-northeast-2" : { },
79
+ "ap-south-1" : { },
80
+ "ap-southeast-1" : { },
81
+ "ap-southeast-2" : { },
82
+ "eu-central-1" : { },
83
+ "eu-west-1" : { },
84
+ "eu-west-2" : { },
85
+ "us-east-1" : { },
86
+ "us-east-2" : { },
87
+ "us-west-1" : { },
88
+ "us-west-2" : { }
89
+ }
90
+ },
91
+ "application-autoscaling" : {
92
+ "defaults" : {
93
+ "credentialScope" : {
94
+ "service" : "application-autoscaling"
521
95
  },
522
- "endpoints": {
523
- "ap-northeast-1": {},
524
- "ap-northeast-2": {},
525
- "ap-south-1": {},
526
- "ap-southeast-1": {},
527
- "ap-southeast-2": {},
528
- "ca-central-1": {},
529
- "eu-central-1": {},
530
- "eu-west-1": {},
531
- "eu-west-2": {},
532
- "sa-east-1": {},
533
- "us-east-1": {},
534
- "us-east-2": {},
535
- "us-west-1": {},
536
- "us-west-2": {}
537
- }
538
- },
539
- "ecr": {
540
- "endpoints": {
541
- "ap-northeast-1": {},
542
- "ap-southeast-1": {},
543
- "ap-southeast-2": {},
544
- "ca-central-1": {},
545
- "eu-central-1": {},
546
- "eu-west-1": {},
547
- "eu-west-2": {},
548
- "us-east-1": {},
549
- "us-east-2": {},
550
- "us-west-1": {},
551
- "us-west-2": {}
552
- }
553
- },
554
- "ecs": {
555
- "endpoints": {
556
- "ap-northeast-1": {},
557
- "ap-southeast-1": {},
558
- "ap-southeast-2": {},
559
- "ca-central-1": {},
560
- "eu-central-1": {},
561
- "eu-west-1": {},
562
- "eu-west-2": {},
563
- "us-east-1": {},
564
- "us-east-2": {},
565
- "us-west-1": {},
566
- "us-west-2": {}
567
- }
568
- },
569
- "elasticache": {
570
- "endpoints": {
571
- "ap-northeast-1": {},
572
- "ap-northeast-2": {},
573
- "ap-south-1": {},
574
- "ap-southeast-1": {},
575
- "ap-southeast-2": {},
576
- "ca-central-1": {},
577
- "eu-central-1": {},
578
- "eu-west-1": {},
579
- "eu-west-2": {},
580
- "sa-east-1": {},
581
- "us-east-1": {},
582
- "us-east-2": {},
583
- "us-west-1": {},
584
- "us-west-2": {}
585
- }
586
- },
587
- "elasticbeanstalk": {
588
- "endpoints": {
589
- "ap-northeast-1": {},
590
- "ap-northeast-2": {},
591
- "ap-south-1": {},
592
- "ap-southeast-1": {},
593
- "ap-southeast-2": {},
594
- "ca-central-1": {},
595
- "eu-central-1": {},
596
- "eu-west-1": {},
597
- "eu-west-2": {},
598
- "sa-east-1": {},
599
- "us-east-1": {},
600
- "us-east-2": {},
601
- "us-west-1": {},
602
- "us-west-2": {}
603
- }
604
- },
605
- "elasticfilesystem": {
606
- "endpoints": {
607
- "ap-southeast-2": {},
608
- "eu-west-1": {},
609
- "us-east-1": {},
610
- "us-east-2": {},
611
- "us-west-2": {}
612
- }
613
- },
614
- "elasticloadbalancing": {
615
- "defaults": {
616
- "protocols": [
617
- "http",
618
- "https"
619
- ]
96
+ "hostname" : "autoscaling.{region}.amazonaws.com",
97
+ "protocols" : [ "http", "https" ]
98
+ },
99
+ "endpoints" : {
100
+ "ap-northeast-1" : { },
101
+ "ap-northeast-2" : { },
102
+ "ap-south-1" : { },
103
+ "ap-southeast-1" : { },
104
+ "ap-southeast-2" : { },
105
+ "ca-central-1" : { },
106
+ "eu-central-1" : { },
107
+ "eu-west-1" : { },
108
+ "eu-west-2" : { },
109
+ "sa-east-1" : { },
110
+ "us-east-1" : { },
111
+ "us-east-2" : { },
112
+ "us-west-1" : { },
113
+ "us-west-2" : { }
114
+ }
115
+ },
116
+ "appstream2" : {
117
+ "defaults" : {
118
+ "credentialScope" : {
119
+ "service" : "appstream"
620
120
  },
621
- "endpoints": {
622
- "ap-northeast-1": {},
623
- "ap-northeast-2": {},
624
- "ap-south-1": {},
625
- "ap-southeast-1": {},
626
- "ap-southeast-2": {},
627
- "ca-central-1": {},
628
- "eu-central-1": {},
629
- "eu-west-1": {},
630
- "eu-west-2": {},
631
- "sa-east-1": {},
632
- "us-east-1": {},
633
- "us-east-2": {},
634
- "us-west-1": {},
635
- "us-west-2": {}
636
- }
121
+ "protocols" : [ "https" ]
637
122
  },
638
- "elasticmapreduce": {
639
- "defaults": {
640
- "protocols": [
641
- "http",
642
- "https"
643
- ],
644
- "sslCommonName": "{region}.{service}.{dnsSuffix}"
645
- },
646
- "endpoints": {
647
- "ap-northeast-1": {},
648
- "ap-northeast-2": {},
649
- "ap-south-1": {},
650
- "ap-southeast-1": {},
651
- "ap-southeast-2": {},
652
- "ca-central-1": {},
653
- "eu-central-1": {
654
- "sslCommonName": "{service}.{region}.{dnsSuffix}"
655
- },
656
- "eu-west-1": {},
657
- "eu-west-2": {},
658
- "sa-east-1": {},
659
- "us-east-1": {
660
- "sslCommonName": "{service}.{region}.{dnsSuffix}"
123
+ "endpoints" : {
124
+ "ap-northeast-1" : { },
125
+ "eu-west-1" : { },
126
+ "us-east-1" : { },
127
+ "us-west-2" : { }
128
+ }
129
+ },
130
+ "autoscaling" : {
131
+ "defaults" : {
132
+ "protocols" : [ "http", "https" ]
133
+ },
134
+ "endpoints" : {
135
+ "ap-northeast-1" : { },
136
+ "ap-northeast-2" : { },
137
+ "ap-south-1" : { },
138
+ "ap-southeast-1" : { },
139
+ "ap-southeast-2" : { },
140
+ "ca-central-1" : { },
141
+ "eu-central-1" : { },
142
+ "eu-west-1" : { },
143
+ "eu-west-2" : { },
144
+ "sa-east-1" : { },
145
+ "us-east-1" : { },
146
+ "us-east-2" : { },
147
+ "us-west-1" : { },
148
+ "us-west-2" : { }
149
+ }
150
+ },
151
+ "batch" : {
152
+ "endpoints" : {
153
+ "us-east-1" : { }
154
+ }
155
+ },
156
+ "budgets" : {
157
+ "endpoints" : {
158
+ "aws-global" : {
159
+ "credentialScope" : {
160
+ "region" : "us-east-1"
661
161
  },
662
- "us-east-2": {},
663
- "us-west-1": {},
664
- "us-west-2": {}
665
- }
666
- },
667
- "elastictranscoder": {
668
- "endpoints": {
669
- "ap-northeast-1": {},
670
- "ap-south-1": {},
671
- "ap-southeast-1": {},
672
- "ap-southeast-2": {},
673
- "eu-west-1": {},
674
- "us-east-1": {},
675
- "us-west-1": {},
676
- "us-west-2": {}
677
- }
678
- },
679
- "email": {
680
- "endpoints": {
681
- "eu-west-1": {},
682
- "us-east-1": {},
683
- "us-west-2": {}
684
- }
685
- },
686
- "entitlement.marketplace": {
687
- "defaults": {
688
- "credentialScope": {
689
- "service": "aws-marketplace"
690
- }
691
- },
692
- "endpoints": {
693
- "us-east-1": {}
694
- }
695
- },
696
- "es": {
697
- "endpoints": {
698
- "ap-northeast-1": {},
699
- "ap-northeast-2": {},
700
- "ap-south-1": {},
701
- "ap-southeast-1": {},
702
- "ap-southeast-2": {},
703
- "ca-central-1": {},
704
- "eu-central-1": {},
705
- "eu-west-1": {},
706
- "eu-west-2": {},
707
- "sa-east-1": {},
708
- "us-east-1": {},
709
- "us-east-2": {},
710
- "us-west-1": {},
711
- "us-west-2": {}
712
- }
713
- },
714
- "events": {
715
- "endpoints": {
716
- "ap-northeast-1": {},
717
- "ap-northeast-2": {},
718
- "ap-south-1": {},
719
- "ap-southeast-1": {},
720
- "ap-southeast-2": {},
721
- "ca-central-1": {},
722
- "eu-central-1": {},
723
- "eu-west-1": {},
724
- "eu-west-2": {},
725
- "sa-east-1": {},
726
- "us-east-1": {},
727
- "us-east-2": {},
728
- "us-west-1": {},
729
- "us-west-2": {}
730
- }
731
- },
732
- "firehose": {
733
- "endpoints": {
734
- "eu-west-1": {},
735
- "us-east-1": {},
736
- "us-west-2": {}
162
+ "hostname" : "budgets.amazonaws.com"
737
163
  }
738
164
  },
739
- "gamelift": {
740
- "endpoints": {
741
- "ap-northeast-1": {},
742
- "ap-northeast-2": {},
743
- "ap-south-1": {},
744
- "ap-southeast-1": {},
745
- "eu-central-1": {},
746
- "eu-west-1": {},
747
- "sa-east-1": {},
748
- "us-east-1": {},
749
- "us-west-2": {}
750
- }
751
- },
752
- "glacier": {
753
- "defaults": {
754
- "protocols": [
755
- "http",
756
- "https"
757
- ]
758
- },
759
- "endpoints": {
760
- "ap-northeast-1": {},
761
- "ap-northeast-2": {},
762
- "ap-south-1": {},
763
- "ap-southeast-2": {},
764
- "ca-central-1": {},
765
- "eu-central-1": {},
766
- "eu-west-1": {},
767
- "eu-west-2": {},
768
- "us-east-1": {},
769
- "us-east-2": {},
770
- "us-west-1": {},
771
- "us-west-2": {}
772
- }
773
- },
774
- "health": {
775
- "endpoints": {
776
- "us-east-1": {}
777
- }
778
- },
779
- "iam": {
780
- "endpoints": {
781
- "aws-global": {
782
- "credentialScope": {
783
- "region": "us-east-1"
784
- },
785
- "hostname": "iam.amazonaws.com"
786
- }
787
- },
788
- "isRegionalized": false,
789
- "partitionEndpoint": "aws-global"
790
- },
791
- "importexport": {
792
- "endpoints": {
793
- "aws-global": {
794
- "credentialScope": {
795
- "region": "us-east-1",
796
- "service": "IngestionService"
797
- },
798
- "hostname": "importexport.amazonaws.com",
799
- "signatureVersions": [
800
- "v2",
801
- "v4"
802
- ]
803
- }
804
- },
805
- "isRegionalized": false,
806
- "partitionEndpoint": "aws-global"
807
- },
808
- "inspector": {
809
- "endpoints": {
810
- "ap-northeast-1": {},
811
- "ap-northeast-2": {},
812
- "ap-south-1": {},
813
- "ap-southeast-2": {},
814
- "eu-west-1": {},
815
- "us-east-1": {},
816
- "us-west-2": {}
817
- }
818
- },
819
- "iot": {
820
- "defaults": {
821
- "credentialScope": {
822
- "service": "execute-api"
823
- }
824
- },
825
- "endpoints": {
826
- "ap-northeast-1": {},
827
- "ap-northeast-2": {},
828
- "ap-southeast-1": {},
829
- "ap-southeast-2": {},
830
- "eu-central-1": {},
831
- "eu-west-1": {},
832
- "eu-west-2": {},
833
- "us-east-1": {},
834
- "us-east-2": {},
835
- "us-west-2": {}
836
- }
837
- },
838
- "kinesis": {
839
- "endpoints": {
840
- "ap-northeast-1": {},
841
- "ap-northeast-2": {},
842
- "ap-south-1": {},
843
- "ap-southeast-1": {},
844
- "ap-southeast-2": {},
845
- "ca-central-1": {},
846
- "eu-central-1": {},
847
- "eu-west-1": {},
848
- "eu-west-2": {},
849
- "sa-east-1": {},
850
- "us-east-1": {},
851
- "us-east-2": {},
852
- "us-west-1": {},
853
- "us-west-2": {}
854
- }
855
- },
856
- "kinesisanalytics": {
857
- "endpoints": {
858
- "eu-west-1": {},
859
- "us-east-1": {},
860
- "us-west-2": {}
861
- }
862
- },
863
- "kms": {
864
- "endpoints": {
865
- "ap-northeast-1": {},
866
- "ap-northeast-2": {},
867
- "ap-south-1": {},
868
- "ap-southeast-1": {},
869
- "ap-southeast-2": {},
870
- "ca-central-1": {},
871
- "eu-central-1": {},
872
- "eu-west-1": {},
873
- "eu-west-2": {},
874
- "sa-east-1": {},
875
- "us-east-1": {},
876
- "us-east-2": {},
877
- "us-west-1": {},
878
- "us-west-2": {}
879
- }
880
- },
881
- "lambda": {
882
- "endpoints": {
883
- "ap-northeast-1": {},
884
- "ap-northeast-2": {},
885
- "ap-south-1": {},
886
- "ap-southeast-1": {},
887
- "ap-southeast-2": {},
888
- "eu-central-1": {},
889
- "eu-west-1": {},
890
- "eu-west-2": {},
891
- "us-east-1": {},
892
- "us-east-2": {},
893
- "us-west-1": {},
894
- "us-west-2": {}
895
- }
896
- },
897
- "lightsail": {
898
- "endpoints": {
899
- "us-east-1": {}
900
- }
901
- },
902
- "logs": {
903
- "endpoints": {
904
- "ap-northeast-1": {},
905
- "ap-northeast-2": {},
906
- "ap-south-1": {},
907
- "ap-southeast-1": {},
908
- "ap-southeast-2": {},
909
- "ca-central-1": {},
910
- "eu-central-1": {},
911
- "eu-west-1": {},
912
- "eu-west-2": {},
913
- "sa-east-1": {},
914
- "us-east-1": {},
915
- "us-east-2": {},
916
- "us-west-1": {},
917
- "us-west-2": {}
918
- }
919
- },
920
- "machinelearning": {
921
- "endpoints": {
922
- "eu-west-1": {},
923
- "us-east-1": {}
924
- }
925
- },
926
- "marketplacecommerceanalytics": {
927
- "endpoints": {
928
- "us-east-1": {}
929
- }
930
- },
931
- "metering.marketplace": {
932
- "defaults": {
933
- "credentialScope": {
934
- "service": "aws-marketplace"
935
- }
936
- },
937
- "endpoints": {
938
- "ap-northeast-1": {},
939
- "ap-northeast-2": {},
940
- "ap-south-1": {},
941
- "ap-southeast-1": {},
942
- "ap-southeast-2": {},
943
- "ca-central-1": {},
944
- "eu-central-1": {},
945
- "eu-west-1": {},
946
- "eu-west-2": {},
947
- "sa-east-1": {},
948
- "us-east-1": {},
949
- "us-east-2": {},
950
- "us-west-1": {},
951
- "us-west-2": {}
952
- }
953
- },
954
- "mobileanalytics": {
955
- "endpoints": {
956
- "us-east-1": {}
957
- }
958
- },
959
- "models.lex": {
960
- "defaults": {
961
- "credentialScope": {
962
- "service": "lex"
963
- }
964
- },
965
- "endpoints": {
966
- "us-east-1": {}
967
- }
968
- },
969
- "monitoring": {
970
- "defaults": {
971
- "protocols": [
972
- "http",
973
- "https"
974
- ]
975
- },
976
- "endpoints": {
977
- "ap-northeast-1": {},
978
- "ap-northeast-2": {},
979
- "ap-south-1": {},
980
- "ap-southeast-1": {},
981
- "ap-southeast-2": {},
982
- "ca-central-1": {},
983
- "eu-central-1": {},
984
- "eu-west-1": {},
985
- "eu-west-2": {},
986
- "sa-east-1": {},
987
- "us-east-1": {},
988
- "us-east-2": {},
989
- "us-west-1": {},
990
- "us-west-2": {}
991
- }
992
- },
993
- "mturk-requester": {
994
- "endpoints": {
995
- "sandbox": {
996
- "hostname": "mturk-requester-sandbox.us-east-1.amazonaws.com"
997
- },
998
- "us-east-1": {}
999
- },
1000
- "isRegionalized": false
1001
- },
1002
- "opsworks": {
1003
- "endpoints": {
1004
- "ap-northeast-1": {},
1005
- "ap-northeast-2": {},
1006
- "ap-south-1": {},
1007
- "ap-southeast-1": {},
1008
- "ap-southeast-2": {},
1009
- "eu-central-1": {},
1010
- "eu-west-1": {},
1011
- "eu-west-2": {},
1012
- "sa-east-1": {},
1013
- "us-east-1": {},
1014
- "us-east-2": {},
1015
- "us-west-1": {},
1016
- "us-west-2": {}
1017
- }
1018
- },
1019
- "opsworks-cm": {
1020
- "endpoints": {
1021
- "eu-west-1": {},
1022
- "us-east-1": {},
1023
- "us-west-2": {}
1024
- }
1025
- },
1026
- "organizations": {
1027
- "endpoints": {
1028
- "aws-global": {
1029
- "credentialScope": {
1030
- "region": "us-east-1"
1031
- },
1032
- "hostname": "organizations.us-east-1.amazonaws.com"
1033
- }
1034
- },
1035
- "isRegionalized": false,
1036
- "partitionEndpoint": "aws-global"
1037
- },
1038
- "pinpoint": {
1039
- "defaults": {
1040
- "credentialScope": {
1041
- "service": "mobiletargeting"
1042
- }
1043
- },
1044
- "endpoints": {
1045
- "us-east-1": {}
1046
- }
1047
- },
1048
- "polly": {
1049
- "endpoints": {
1050
- "eu-west-1": {},
1051
- "us-east-1": {},
1052
- "us-east-2": {},
1053
- "us-west-2": {}
1054
- }
1055
- },
1056
- "rds": {
1057
- "endpoints": {
1058
- "ap-northeast-1": {},
1059
- "ap-northeast-2": {},
1060
- "ap-south-1": {},
1061
- "ap-southeast-1": {},
1062
- "ap-southeast-2": {},
1063
- "ca-central-1": {},
1064
- "eu-central-1": {},
1065
- "eu-west-1": {},
1066
- "eu-west-2": {},
1067
- "sa-east-1": {},
1068
- "us-east-1": {
1069
- "sslCommonName": "{service}.{dnsSuffix}"
165
+ "isRegionalized" : false,
166
+ "partitionEndpoint" : "aws-global"
167
+ },
168
+ "clouddirectory" : {
169
+ "endpoints" : {
170
+ "ap-southeast-1" : { },
171
+ "ap-southeast-2" : { },
172
+ "eu-west-1" : { },
173
+ "eu-west-2" : { },
174
+ "us-east-1" : { },
175
+ "us-east-2" : { },
176
+ "us-west-2" : { }
177
+ }
178
+ },
179
+ "cloudformation" : {
180
+ "endpoints" : {
181
+ "ap-northeast-1" : { },
182
+ "ap-northeast-2" : { },
183
+ "ap-south-1" : { },
184
+ "ap-southeast-1" : { },
185
+ "ap-southeast-2" : { },
186
+ "ca-central-1" : { },
187
+ "eu-central-1" : { },
188
+ "eu-west-1" : { },
189
+ "eu-west-2" : { },
190
+ "sa-east-1" : { },
191
+ "us-east-1" : { },
192
+ "us-east-2" : { },
193
+ "us-west-1" : { },
194
+ "us-west-2" : { }
195
+ }
196
+ },
197
+ "cloudfront" : {
198
+ "endpoints" : {
199
+ "aws-global" : {
200
+ "credentialScope" : {
201
+ "region" : "us-east-1"
1070
202
  },
1071
- "us-east-2": {},
1072
- "us-west-1": {},
1073
- "us-west-2": {}
1074
- }
1075
- },
1076
- "redshift": {
1077
- "endpoints": {
1078
- "ap-northeast-1": {},
1079
- "ap-northeast-2": {},
1080
- "ap-south-1": {},
1081
- "ap-southeast-1": {},
1082
- "ap-southeast-2": {},
1083
- "ca-central-1": {},
1084
- "eu-central-1": {},
1085
- "eu-west-1": {},
1086
- "eu-west-2": {},
1087
- "sa-east-1": {},
1088
- "us-east-1": {},
1089
- "us-east-2": {},
1090
- "us-west-1": {},
1091
- "us-west-2": {}
1092
- }
1093
- },
1094
- "rekognition": {
1095
- "endpoints": {
1096
- "eu-west-1": {},
1097
- "us-east-1": {},
1098
- "us-west-2": {}
1099
- }
1100
- },
1101
- "route53": {
1102
- "endpoints": {
1103
- "aws-global": {
1104
- "credentialScope": {
1105
- "region": "us-east-1"
1106
- },
1107
- "hostname": "route53.amazonaws.com"
1108
- }
1109
- },
1110
- "isRegionalized": false,
1111
- "partitionEndpoint": "aws-global"
1112
- },
1113
- "route53domains": {
1114
- "endpoints": {
1115
- "us-east-1": {}
203
+ "hostname" : "cloudfront.amazonaws.com",
204
+ "protocols" : [ "http", "https" ]
1116
205
  }
1117
206
  },
1118
- "runtime.lex": {
1119
- "defaults": {
1120
- "credentialScope": {
1121
- "service": "lex"
1122
- }
1123
- },
1124
- "endpoints": {
1125
- "us-east-1": {}
1126
- }
1127
- },
1128
- "s3": {
1129
- "defaults": {
1130
- "protocols": [
1131
- "http",
1132
- "https"
1133
- ],
1134
- "signatureVersions": [
1135
- "s3v4"
1136
- ]
1137
- },
1138
- "endpoints": {
1139
- "ap-northeast-1": {
1140
- "hostname": "s3-ap-northeast-1.amazonaws.com",
1141
- "signatureVersions": [
1142
- "s3",
1143
- "s3v4"
1144
- ]
1145
- },
1146
- "ap-northeast-2": {},
1147
- "ap-south-1": {},
1148
- "ap-southeast-1": {
1149
- "hostname": "s3-ap-southeast-1.amazonaws.com",
1150
- "signatureVersions": [
1151
- "s3",
1152
- "s3v4"
1153
- ]
1154
- },
1155
- "ap-southeast-2": {
1156
- "hostname": "s3-ap-southeast-2.amazonaws.com",
1157
- "signatureVersions": [
1158
- "s3",
1159
- "s3v4"
1160
- ]
1161
- },
1162
- "ca-central-1": {},
1163
- "eu-central-1": {},
1164
- "eu-west-1": {
1165
- "hostname": "s3-eu-west-1.amazonaws.com",
1166
- "signatureVersions": [
1167
- "s3",
1168
- "s3v4"
1169
- ]
1170
- },
1171
- "eu-west-2": {},
1172
- "s3-external-1": {
1173
- "credentialScope": {
1174
- "region": "us-east-1"
1175
- },
1176
- "hostname": "s3-external-1.amazonaws.com",
1177
- "signatureVersions": [
1178
- "s3",
1179
- "s3v4"
1180
- ]
1181
- },
1182
- "sa-east-1": {
1183
- "hostname": "s3-sa-east-1.amazonaws.com",
1184
- "signatureVersions": [
1185
- "s3",
1186
- "s3v4"
1187
- ]
1188
- },
1189
- "us-east-1": {
1190
- "hostname": "s3.amazonaws.com",
1191
- "signatureVersions": [
1192
- "s3",
1193
- "s3v4"
1194
- ]
1195
- },
1196
- "us-east-2": {},
1197
- "us-west-1": {
1198
- "hostname": "s3-us-west-1.amazonaws.com",
1199
- "signatureVersions": [
1200
- "s3",
1201
- "s3v4"
1202
- ]
1203
- },
1204
- "us-west-2": {
1205
- "hostname": "s3-us-west-2.amazonaws.com",
1206
- "signatureVersions": [
1207
- "s3",
1208
- "s3v4"
1209
- ]
1210
- }
1211
- },
1212
- "isRegionalized": true,
1213
- "partitionEndpoint": "us-east-1"
1214
- },
1215
- "sdb": {
1216
- "defaults": {
1217
- "protocols": [
1218
- "http",
1219
- "https"
1220
- ],
1221
- "signatureVersions": [
1222
- "v2"
1223
- ]
207
+ "isRegionalized" : false,
208
+ "partitionEndpoint" : "aws-global"
209
+ },
210
+ "cloudhsm" : {
211
+ "endpoints" : {
212
+ "ap-northeast-1" : { },
213
+ "ap-southeast-1" : { },
214
+ "ap-southeast-2" : { },
215
+ "ca-central-1" : { },
216
+ "eu-central-1" : { },
217
+ "eu-west-1" : { },
218
+ "us-east-1" : { },
219
+ "us-east-2" : { },
220
+ "us-west-1" : { },
221
+ "us-west-2" : { }
222
+ }
223
+ },
224
+ "cloudsearch" : {
225
+ "endpoints" : {
226
+ "ap-northeast-1" : { },
227
+ "ap-northeast-2" : { },
228
+ "ap-southeast-1" : { },
229
+ "ap-southeast-2" : { },
230
+ "eu-central-1" : { },
231
+ "eu-west-1" : { },
232
+ "sa-east-1" : { },
233
+ "us-east-1" : { },
234
+ "us-west-1" : { },
235
+ "us-west-2" : { }
236
+ }
237
+ },
238
+ "cloudtrail" : {
239
+ "endpoints" : {
240
+ "ap-northeast-1" : { },
241
+ "ap-northeast-2" : { },
242
+ "ap-south-1" : { },
243
+ "ap-southeast-1" : { },
244
+ "ap-southeast-2" : { },
245
+ "ca-central-1" : { },
246
+ "eu-central-1" : { },
247
+ "eu-west-1" : { },
248
+ "eu-west-2" : { },
249
+ "sa-east-1" : { },
250
+ "us-east-1" : { },
251
+ "us-east-2" : { },
252
+ "us-west-1" : { },
253
+ "us-west-2" : { }
254
+ }
255
+ },
256
+ "codebuild" : {
257
+ "endpoints" : {
258
+ "ap-northeast-1" : { },
259
+ "ap-southeast-1" : { },
260
+ "ap-southeast-2" : { },
261
+ "eu-central-1" : { },
262
+ "eu-west-1" : { },
263
+ "us-east-1" : { },
264
+ "us-east-2" : { },
265
+ "us-west-2" : { }
266
+ }
267
+ },
268
+ "codecommit" : {
269
+ "endpoints" : {
270
+ "eu-west-1" : { },
271
+ "us-east-1" : { },
272
+ "us-east-2" : { },
273
+ "us-west-2" : { }
274
+ }
275
+ },
276
+ "codedeploy" : {
277
+ "endpoints" : {
278
+ "ap-northeast-1" : { },
279
+ "ap-northeast-2" : { },
280
+ "ap-south-1" : { },
281
+ "ap-southeast-1" : { },
282
+ "ap-southeast-2" : { },
283
+ "ca-central-1" : { },
284
+ "eu-central-1" : { },
285
+ "eu-west-1" : { },
286
+ "eu-west-2" : { },
287
+ "sa-east-1" : { },
288
+ "us-east-1" : { },
289
+ "us-east-2" : { },
290
+ "us-west-1" : { },
291
+ "us-west-2" : { }
292
+ }
293
+ },
294
+ "codepipeline" : {
295
+ "endpoints" : {
296
+ "ap-northeast-1" : { },
297
+ "ap-southeast-1" : { },
298
+ "ap-southeast-2" : { },
299
+ "eu-central-1" : { },
300
+ "eu-west-1" : { },
301
+ "sa-east-1" : { },
302
+ "us-east-1" : { },
303
+ "us-east-2" : { },
304
+ "us-west-2" : { }
305
+ }
306
+ },
307
+ "codestar" : {
308
+ "endpoints" : {
309
+ "eu-west-1" : { },
310
+ "us-east-1" : { },
311
+ "us-east-2" : { },
312
+ "us-west-2" : { }
313
+ }
314
+ },
315
+ "cognito-identity" : {
316
+ "endpoints" : {
317
+ "ap-northeast-1" : { },
318
+ "ap-northeast-2" : { },
319
+ "ap-south-1" : { },
320
+ "ap-southeast-2" : { },
321
+ "eu-central-1" : { },
322
+ "eu-west-1" : { },
323
+ "eu-west-2" : { },
324
+ "us-east-1" : { },
325
+ "us-east-2" : { },
326
+ "us-west-2" : { }
327
+ }
328
+ },
329
+ "cognito-idp" : {
330
+ "endpoints" : {
331
+ "ap-northeast-1" : { },
332
+ "ap-northeast-2" : { },
333
+ "ap-south-1" : { },
334
+ "ap-southeast-2" : { },
335
+ "eu-central-1" : { },
336
+ "eu-west-1" : { },
337
+ "eu-west-2" : { },
338
+ "us-east-1" : { },
339
+ "us-east-2" : { },
340
+ "us-west-2" : { }
341
+ }
342
+ },
343
+ "cognito-sync" : {
344
+ "endpoints" : {
345
+ "ap-northeast-1" : { },
346
+ "ap-northeast-2" : { },
347
+ "ap-south-1" : { },
348
+ "ap-southeast-2" : { },
349
+ "eu-central-1" : { },
350
+ "eu-west-1" : { },
351
+ "eu-west-2" : { },
352
+ "us-east-1" : { },
353
+ "us-east-2" : { },
354
+ "us-west-2" : { }
355
+ }
356
+ },
357
+ "config" : {
358
+ "endpoints" : {
359
+ "ap-northeast-1" : { },
360
+ "ap-northeast-2" : { },
361
+ "ap-south-1" : { },
362
+ "ap-southeast-1" : { },
363
+ "ap-southeast-2" : { },
364
+ "ca-central-1" : { },
365
+ "eu-central-1" : { },
366
+ "eu-west-1" : { },
367
+ "eu-west-2" : { },
368
+ "sa-east-1" : { },
369
+ "us-east-1" : { },
370
+ "us-east-2" : { },
371
+ "us-west-1" : { },
372
+ "us-west-2" : { }
373
+ }
374
+ },
375
+ "cur" : {
376
+ "endpoints" : {
377
+ "us-east-1" : { }
378
+ }
379
+ },
380
+ "data.iot" : {
381
+ "defaults" : {
382
+ "credentialScope" : {
383
+ "service" : "iotdata"
1224
384
  },
1225
- "endpoints": {
1226
- "ap-northeast-1": {},
1227
- "ap-southeast-1": {},
1228
- "ap-southeast-2": {},
1229
- "eu-west-1": {},
1230
- "sa-east-1": {},
1231
- "us-east-1": {
1232
- "hostname": "sdb.amazonaws.com"
385
+ "protocols" : [ "https" ]
386
+ },
387
+ "endpoints" : {
388
+ "ap-northeast-1" : { },
389
+ "ap-northeast-2" : { },
390
+ "ap-southeast-1" : { },
391
+ "ap-southeast-2" : { },
392
+ "eu-central-1" : { },
393
+ "eu-west-1" : { },
394
+ "us-east-1" : { },
395
+ "us-west-2" : { }
396
+ }
397
+ },
398
+ "datapipeline" : {
399
+ "endpoints" : {
400
+ "ap-northeast-1" : { },
401
+ "ap-southeast-2" : { },
402
+ "eu-west-1" : { },
403
+ "us-east-1" : { },
404
+ "us-west-2" : { }
405
+ }
406
+ },
407
+ "devicefarm" : {
408
+ "endpoints" : {
409
+ "us-west-2" : { }
410
+ }
411
+ },
412
+ "directconnect" : {
413
+ "endpoints" : {
414
+ "ap-northeast-1" : { },
415
+ "ap-northeast-2" : { },
416
+ "ap-south-1" : { },
417
+ "ap-southeast-1" : { },
418
+ "ap-southeast-2" : { },
419
+ "ca-central-1" : { },
420
+ "eu-central-1" : { },
421
+ "eu-west-1" : { },
422
+ "eu-west-2" : { },
423
+ "sa-east-1" : { },
424
+ "us-east-1" : { },
425
+ "us-east-2" : { },
426
+ "us-west-1" : { },
427
+ "us-west-2" : { }
428
+ }
429
+ },
430
+ "discovery" : {
431
+ "endpoints" : {
432
+ "us-west-2" : { }
433
+ }
434
+ },
435
+ "dms" : {
436
+ "endpoints" : {
437
+ "ap-northeast-1" : { },
438
+ "ap-northeast-2" : { },
439
+ "ap-south-1" : { },
440
+ "ap-southeast-1" : { },
441
+ "ap-southeast-2" : { },
442
+ "ca-central-1" : { },
443
+ "eu-central-1" : { },
444
+ "eu-west-1" : { },
445
+ "eu-west-2" : { },
446
+ "sa-east-1" : { },
447
+ "us-east-1" : { },
448
+ "us-east-2" : { },
449
+ "us-west-1" : { },
450
+ "us-west-2" : { }
451
+ }
452
+ },
453
+ "ds" : {
454
+ "endpoints" : {
455
+ "ap-northeast-1" : { },
456
+ "ap-northeast-2" : { },
457
+ "ap-southeast-1" : { },
458
+ "ap-southeast-2" : { },
459
+ "ca-central-1" : { },
460
+ "eu-central-1" : { },
461
+ "eu-west-1" : { },
462
+ "eu-west-2" : { },
463
+ "us-east-1" : { },
464
+ "us-east-2" : { },
465
+ "us-west-2" : { }
466
+ }
467
+ },
468
+ "dynamodb" : {
469
+ "defaults" : {
470
+ "protocols" : [ "http", "https" ]
471
+ },
472
+ "endpoints" : {
473
+ "ap-northeast-1" : { },
474
+ "ap-northeast-2" : { },
475
+ "ap-south-1" : { },
476
+ "ap-southeast-1" : { },
477
+ "ap-southeast-2" : { },
478
+ "ca-central-1" : { },
479
+ "eu-central-1" : { },
480
+ "eu-west-1" : { },
481
+ "eu-west-2" : { },
482
+ "local" : {
483
+ "credentialScope" : {
484
+ "region" : "us-east-1"
1233
485
  },
1234
- "us-west-1": {},
1235
- "us-west-2": {}
1236
- }
1237
- },
1238
- "servicecatalog": {
1239
- "endpoints": {
1240
- "ap-northeast-1": {},
1241
- "ap-southeast-1": {},
1242
- "ap-southeast-2": {},
1243
- "ca-central-1": {},
1244
- "eu-central-1": {},
1245
- "eu-west-1": {},
1246
- "eu-west-2": {},
1247
- "us-east-1": {},
1248
- "us-east-2": {},
1249
- "us-west-2": {}
1250
- }
1251
- },
1252
- "shield": {
1253
- "defaults": {
1254
- "protocols": [
1255
- "https"
1256
- ],
1257
- "sslCommonName": "Shield.us-east-1.amazonaws.com"
1258
- },
1259
- "endpoints": {
1260
- "us-east-1": {}
486
+ "hostname" : "localhost:8000",
487
+ "protocols" : [ "http" ]
1261
488
  },
1262
- "isRegionalized": false
1263
- },
1264
- "sms": {
1265
- "endpoints": {
1266
- "ap-southeast-2": {},
1267
- "eu-west-1": {},
1268
- "us-east-1": {}
1269
- }
1270
- },
1271
- "snowball": {
1272
- "endpoints": {
1273
- "ap-south-1": {},
1274
- "ap-southeast-2": {},
1275
- "eu-central-1": {},
1276
- "eu-west-1": {},
1277
- "eu-west-2": {},
1278
- "us-east-1": {},
1279
- "us-east-2": {},
1280
- "us-west-1": {},
1281
- "us-west-2": {}
1282
- }
1283
- },
1284
- "sns": {
1285
- "defaults": {
1286
- "protocols": [
1287
- "http",
1288
- "https"
1289
- ]
489
+ "sa-east-1" : { },
490
+ "us-east-1" : { },
491
+ "us-east-2" : { },
492
+ "us-west-1" : { },
493
+ "us-west-2" : { }
494
+ }
495
+ },
496
+ "ec2" : {
497
+ "defaults" : {
498
+ "protocols" : [ "http", "https" ]
499
+ },
500
+ "endpoints" : {
501
+ "ap-northeast-1" : { },
502
+ "ap-northeast-2" : { },
503
+ "ap-south-1" : { },
504
+ "ap-southeast-1" : { },
505
+ "ap-southeast-2" : { },
506
+ "ca-central-1" : { },
507
+ "eu-central-1" : { },
508
+ "eu-west-1" : { },
509
+ "eu-west-2" : { },
510
+ "sa-east-1" : { },
511
+ "us-east-1" : { },
512
+ "us-east-2" : { },
513
+ "us-west-1" : { },
514
+ "us-west-2" : { }
515
+ }
516
+ },
517
+ "ecr" : {
518
+ "endpoints" : {
519
+ "ap-northeast-1" : { },
520
+ "ap-southeast-1" : { },
521
+ "ap-southeast-2" : { },
522
+ "ca-central-1" : { },
523
+ "eu-central-1" : { },
524
+ "eu-west-1" : { },
525
+ "eu-west-2" : { },
526
+ "us-east-1" : { },
527
+ "us-east-2" : { },
528
+ "us-west-1" : { },
529
+ "us-west-2" : { }
530
+ }
531
+ },
532
+ "ecs" : {
533
+ "endpoints" : {
534
+ "ap-northeast-1" : { },
535
+ "ap-southeast-1" : { },
536
+ "ap-southeast-2" : { },
537
+ "ca-central-1" : { },
538
+ "eu-central-1" : { },
539
+ "eu-west-1" : { },
540
+ "eu-west-2" : { },
541
+ "us-east-1" : { },
542
+ "us-east-2" : { },
543
+ "us-west-1" : { },
544
+ "us-west-2" : { }
545
+ }
546
+ },
547
+ "elasticache" : {
548
+ "endpoints" : {
549
+ "ap-northeast-1" : { },
550
+ "ap-northeast-2" : { },
551
+ "ap-south-1" : { },
552
+ "ap-southeast-1" : { },
553
+ "ap-southeast-2" : { },
554
+ "ca-central-1" : { },
555
+ "eu-central-1" : { },
556
+ "eu-west-1" : { },
557
+ "eu-west-2" : { },
558
+ "sa-east-1" : { },
559
+ "us-east-1" : { },
560
+ "us-east-2" : { },
561
+ "us-west-1" : { },
562
+ "us-west-2" : { }
563
+ }
564
+ },
565
+ "elasticbeanstalk" : {
566
+ "endpoints" : {
567
+ "ap-northeast-1" : { },
568
+ "ap-northeast-2" : { },
569
+ "ap-south-1" : { },
570
+ "ap-southeast-1" : { },
571
+ "ap-southeast-2" : { },
572
+ "ca-central-1" : { },
573
+ "eu-central-1" : { },
574
+ "eu-west-1" : { },
575
+ "eu-west-2" : { },
576
+ "sa-east-1" : { },
577
+ "us-east-1" : { },
578
+ "us-east-2" : { },
579
+ "us-west-1" : { },
580
+ "us-west-2" : { }
581
+ }
582
+ },
583
+ "elasticfilesystem" : {
584
+ "endpoints" : {
585
+ "ap-southeast-2" : { },
586
+ "eu-west-1" : { },
587
+ "us-east-1" : { },
588
+ "us-east-2" : { },
589
+ "us-west-2" : { }
590
+ }
591
+ },
592
+ "elasticloadbalancing" : {
593
+ "defaults" : {
594
+ "protocols" : [ "http", "https" ]
595
+ },
596
+ "endpoints" : {
597
+ "ap-northeast-1" : { },
598
+ "ap-northeast-2" : { },
599
+ "ap-south-1" : { },
600
+ "ap-southeast-1" : { },
601
+ "ap-southeast-2" : { },
602
+ "ca-central-1" : { },
603
+ "eu-central-1" : { },
604
+ "eu-west-1" : { },
605
+ "eu-west-2" : { },
606
+ "sa-east-1" : { },
607
+ "us-east-1" : { },
608
+ "us-east-2" : { },
609
+ "us-west-1" : { },
610
+ "us-west-2" : { }
611
+ }
612
+ },
613
+ "elasticmapreduce" : {
614
+ "defaults" : {
615
+ "protocols" : [ "http", "https" ],
616
+ "sslCommonName" : "{region}.{service}.{dnsSuffix}"
617
+ },
618
+ "endpoints" : {
619
+ "ap-northeast-1" : { },
620
+ "ap-northeast-2" : { },
621
+ "ap-south-1" : { },
622
+ "ap-southeast-1" : { },
623
+ "ap-southeast-2" : { },
624
+ "ca-central-1" : { },
625
+ "eu-central-1" : {
626
+ "sslCommonName" : "{service}.{region}.{dnsSuffix}"
1290
627
  },
1291
- "endpoints": {
1292
- "ap-northeast-1": {},
1293
- "ap-northeast-2": {},
1294
- "ap-south-1": {},
1295
- "ap-southeast-1": {},
1296
- "ap-southeast-2": {},
1297
- "ca-central-1": {},
1298
- "eu-central-1": {},
1299
- "eu-west-1": {},
1300
- "eu-west-2": {},
1301
- "sa-east-1": {},
1302
- "us-east-1": {},
1303
- "us-east-2": {},
1304
- "us-west-1": {},
1305
- "us-west-2": {}
1306
- }
1307
- },
1308
- "sqs": {
1309
- "defaults": {
1310
- "protocols": [
1311
- "http",
1312
- "https"
1313
- ],
1314
- "sslCommonName": "{region}.queue.{dnsSuffix}"
628
+ "eu-west-1" : { },
629
+ "eu-west-2" : { },
630
+ "sa-east-1" : { },
631
+ "us-east-1" : {
632
+ "sslCommonName" : "{service}.{region}.{dnsSuffix}"
1315
633
  },
1316
- "endpoints": {
1317
- "ap-northeast-1": {},
1318
- "ap-northeast-2": {},
1319
- "ap-south-1": {},
1320
- "ap-southeast-1": {},
1321
- "ap-southeast-2": {},
1322
- "ca-central-1": {},
1323
- "eu-central-1": {},
1324
- "eu-west-1": {},
1325
- "eu-west-2": {},
1326
- "sa-east-1": {},
1327
- "us-east-1": {
1328
- "sslCommonName": "queue.{dnsSuffix}"
1329
- },
1330
- "us-east-2": {},
1331
- "us-west-1": {},
1332
- "us-west-2": {}
1333
- }
1334
- },
1335
- "ssm": {
1336
- "endpoints": {
1337
- "ap-northeast-1": {},
1338
- "ap-northeast-2": {},
1339
- "ap-southeast-1": {},
1340
- "ap-southeast-2": {},
1341
- "eu-central-1": {},
1342
- "eu-west-1": {},
1343
- "sa-east-1": {},
1344
- "us-east-1": {},
1345
- "us-east-2": {},
1346
- "us-west-1": {},
1347
- "us-west-2": {}
1348
- }
1349
- },
1350
- "states": {
1351
- "endpoints": {
1352
- "ap-northeast-1": {},
1353
- "eu-central-1": {},
1354
- "eu-west-1": {},
1355
- "us-east-1": {},
1356
- "us-east-2": {},
1357
- "us-west-2": {}
1358
- }
1359
- },
1360
- "storagegateway": {
1361
- "endpoints": {
1362
- "ap-northeast-1": {},
1363
- "ap-northeast-2": {},
1364
- "ap-south-1": {},
1365
- "ap-southeast-1": {},
1366
- "ap-southeast-2": {},
1367
- "ca-central-1": {},
1368
- "eu-central-1": {},
1369
- "eu-west-1": {},
1370
- "eu-west-2": {},
1371
- "sa-east-1": {},
1372
- "us-east-1": {},
1373
- "us-east-2": {},
1374
- "us-west-1": {},
1375
- "us-west-2": {}
634
+ "us-east-2" : { },
635
+ "us-west-1" : { },
636
+ "us-west-2" : { }
637
+ }
638
+ },
639
+ "elastictranscoder" : {
640
+ "endpoints" : {
641
+ "ap-northeast-1" : { },
642
+ "ap-south-1" : { },
643
+ "ap-southeast-1" : { },
644
+ "ap-southeast-2" : { },
645
+ "eu-west-1" : { },
646
+ "us-east-1" : { },
647
+ "us-west-1" : { },
648
+ "us-west-2" : { }
649
+ }
650
+ },
651
+ "email" : {
652
+ "endpoints" : {
653
+ "eu-west-1" : { },
654
+ "us-east-1" : { },
655
+ "us-west-2" : { }
656
+ }
657
+ },
658
+ "entitlement.marketplace" : {
659
+ "defaults" : {
660
+ "credentialScope" : {
661
+ "service" : "aws-marketplace"
1376
662
  }
1377
663
  },
1378
- "streams.dynamodb": {
1379
- "defaults": {
1380
- "credentialScope": {
1381
- "service": "dynamodb"
1382
- },
1383
- "protocols": [
1384
- "http",
1385
- "http",
1386
- "https",
1387
- "https"
1388
- ]
1389
- },
1390
- "endpoints": {
1391
- "ap-northeast-1": {},
1392
- "ap-northeast-2": {},
1393
- "ap-south-1": {},
1394
- "ap-southeast-1": {},
1395
- "ap-southeast-2": {},
1396
- "ca-central-1": {},
1397
- "eu-central-1": {},
1398
- "eu-west-1": {},
1399
- "eu-west-2": {},
1400
- "local": {
1401
- "credentialScope": {
1402
- "region": "us-east-1"
1403
- },
1404
- "hostname": "localhost:8000",
1405
- "protocols": [
1406
- "http"
1407
- ]
664
+ "endpoints" : {
665
+ "us-east-1" : { }
666
+ }
667
+ },
668
+ "es" : {
669
+ "endpoints" : {
670
+ "ap-northeast-1" : { },
671
+ "ap-northeast-2" : { },
672
+ "ap-south-1" : { },
673
+ "ap-southeast-1" : { },
674
+ "ap-southeast-2" : { },
675
+ "ca-central-1" : { },
676
+ "eu-central-1" : { },
677
+ "eu-west-1" : { },
678
+ "eu-west-2" : { },
679
+ "sa-east-1" : { },
680
+ "us-east-1" : { },
681
+ "us-east-2" : { },
682
+ "us-west-1" : { },
683
+ "us-west-2" : { }
684
+ }
685
+ },
686
+ "events" : {
687
+ "endpoints" : {
688
+ "ap-northeast-1" : { },
689
+ "ap-northeast-2" : { },
690
+ "ap-south-1" : { },
691
+ "ap-southeast-1" : { },
692
+ "ap-southeast-2" : { },
693
+ "ca-central-1" : { },
694
+ "eu-central-1" : { },
695
+ "eu-west-1" : { },
696
+ "eu-west-2" : { },
697
+ "sa-east-1" : { },
698
+ "us-east-1" : { },
699
+ "us-east-2" : { },
700
+ "us-west-1" : { },
701
+ "us-west-2" : { }
702
+ }
703
+ },
704
+ "firehose" : {
705
+ "endpoints" : {
706
+ "eu-west-1" : { },
707
+ "us-east-1" : { },
708
+ "us-west-2" : { }
709
+ }
710
+ },
711
+ "gamelift" : {
712
+ "endpoints" : {
713
+ "ap-northeast-1" : { },
714
+ "ap-northeast-2" : { },
715
+ "ap-south-1" : { },
716
+ "ap-southeast-1" : { },
717
+ "eu-central-1" : { },
718
+ "eu-west-1" : { },
719
+ "sa-east-1" : { },
720
+ "us-east-1" : { },
721
+ "us-west-2" : { }
722
+ }
723
+ },
724
+ "glacier" : {
725
+ "defaults" : {
726
+ "protocols" : [ "http", "https" ]
727
+ },
728
+ "endpoints" : {
729
+ "ap-northeast-1" : { },
730
+ "ap-northeast-2" : { },
731
+ "ap-south-1" : { },
732
+ "ap-southeast-2" : { },
733
+ "ca-central-1" : { },
734
+ "eu-central-1" : { },
735
+ "eu-west-1" : { },
736
+ "eu-west-2" : { },
737
+ "us-east-1" : { },
738
+ "us-east-2" : { },
739
+ "us-west-1" : { },
740
+ "us-west-2" : { }
741
+ }
742
+ },
743
+ "health" : {
744
+ "endpoints" : {
745
+ "us-east-1" : { }
746
+ }
747
+ },
748
+ "iam" : {
749
+ "endpoints" : {
750
+ "aws-global" : {
751
+ "credentialScope" : {
752
+ "region" : "us-east-1"
1408
753
  },
1409
- "sa-east-1": {},
1410
- "us-east-1": {},
1411
- "us-east-2": {},
1412
- "us-west-1": {},
1413
- "us-west-2": {}
754
+ "hostname" : "iam.amazonaws.com"
1414
755
  }
1415
756
  },
1416
- "sts": {
1417
- "defaults": {
1418
- "credentialScope": {
1419
- "region": "us-east-1"
1420
- },
1421
- "hostname": "sts.amazonaws.com"
1422
- },
1423
- "endpoints": {
1424
- "ap-northeast-1": {},
1425
- "ap-northeast-2": {
1426
- "credentialScope": {
1427
- "region": "ap-northeast-2"
1428
- },
1429
- "hostname": "sts.ap-northeast-2.amazonaws.com"
757
+ "isRegionalized" : false,
758
+ "partitionEndpoint" : "aws-global"
759
+ },
760
+ "importexport" : {
761
+ "endpoints" : {
762
+ "aws-global" : {
763
+ "credentialScope" : {
764
+ "region" : "us-east-1",
765
+ "service" : "IngestionService"
1430
766
  },
1431
- "ap-south-1": {},
1432
- "ap-southeast-1": {},
1433
- "ap-southeast-2": {},
1434
- "aws-global": {},
1435
- "ca-central-1": {},
1436
- "eu-central-1": {},
1437
- "eu-west-1": {},
1438
- "eu-west-2": {},
1439
- "sa-east-1": {},
1440
- "us-east-1": {},
1441
- "us-east-2": {},
1442
- "us-west-1": {},
1443
- "us-west-2": {}
1444
- },
1445
- "partitionEndpoint": "aws-global"
1446
- },
1447
- "support": {
1448
- "endpoints": {
1449
- "us-east-1": {}
1450
- }
1451
- },
1452
- "swf": {
1453
- "endpoints": {
1454
- "ap-northeast-1": {},
1455
- "ap-northeast-2": {},
1456
- "ap-south-1": {},
1457
- "ap-southeast-1": {},
1458
- "ap-southeast-2": {},
1459
- "ca-central-1": {},
1460
- "eu-central-1": {},
1461
- "eu-west-1": {},
1462
- "eu-west-2": {},
1463
- "sa-east-1": {},
1464
- "us-east-1": {},
1465
- "us-east-2": {},
1466
- "us-west-1": {},
1467
- "us-west-2": {}
1468
- }
1469
- },
1470
- "tagging": {
1471
- "endpoints": {
1472
- "ap-northeast-1": {},
1473
- "ap-northeast-2": {},
1474
- "ap-south-1": {},
1475
- "ap-southeast-1": {},
1476
- "ap-southeast-2": {},
1477
- "ca-central-1": {},
1478
- "eu-central-1": {},
1479
- "eu-west-1": {},
1480
- "eu-west-2": {},
1481
- "sa-east-1": {},
1482
- "us-east-1": {},
1483
- "us-east-2": {},
1484
- "us-west-1": {},
1485
- "us-west-2": {}
1486
- }
1487
- },
1488
- "waf": {
1489
- "endpoints": {
1490
- "aws-global": {
1491
- "credentialScope": {
1492
- "region": "us-east-1"
1493
- },
1494
- "hostname": "waf.amazonaws.com"
1495
- }
1496
- },
1497
- "isRegionalized": false,
1498
- "partitionEndpoint": "aws-global"
1499
- },
1500
- "waf-regional": {
1501
- "endpoints": {
1502
- "ap-northeast-1": {},
1503
- "eu-west-1": {},
1504
- "us-east-1": {},
1505
- "us-west-2": {}
1506
- }
1507
- },
1508
- "workdocs": {
1509
- "endpoints": {
1510
- "ap-northeast-1": {},
1511
- "ap-southeast-1": {},
1512
- "ap-southeast-2": {},
1513
- "eu-west-1": {},
1514
- "us-east-1": {},
1515
- "us-west-2": {}
767
+ "hostname" : "importexport.amazonaws.com",
768
+ "signatureVersions" : [ "v2", "v4" ]
1516
769
  }
1517
770
  },
1518
- "workspaces": {
1519
- "endpoints": {
1520
- "ap-northeast-1": {},
1521
- "ap-southeast-1": {},
1522
- "ap-southeast-2": {},
1523
- "eu-central-1": {},
1524
- "eu-west-1": {},
1525
- "us-east-1": {},
1526
- "us-west-2": {}
1527
- }
1528
- },
1529
- "xray": {
1530
- "endpoints": {
1531
- "ap-northeast-1": {},
1532
- "ap-northeast-2": {},
1533
- "ap-south-1": {},
1534
- "ap-southeast-1": {},
1535
- "ap-southeast-2": {},
1536
- "eu-central-1": {},
1537
- "eu-west-1": {},
1538
- "sa-east-1": {},
1539
- "us-east-1": {},
1540
- "us-east-2": {},
1541
- "us-west-1": {},
1542
- "us-west-2": {}
1543
- }
771
+ "isRegionalized" : false,
772
+ "partitionEndpoint" : "aws-global"
773
+ },
774
+ "inspector" : {
775
+ "endpoints" : {
776
+ "ap-northeast-1" : { },
777
+ "ap-northeast-2" : { },
778
+ "ap-south-1" : { },
779
+ "ap-southeast-2" : { },
780
+ "eu-west-1" : { },
781
+ "us-east-1" : { },
782
+ "us-west-2" : { }
1544
783
  }
1545
- }
1546
- },
1547
- {
1548
- "defaults": {
1549
- "hostname": "{service}.{region}.{dnsSuffix}",
1550
- "protocols": [
1551
- "https"
1552
- ],
1553
- "signatureVersions": [
1554
- "v4"
1555
- ]
1556
- },
1557
- "dnsSuffix": "amazonaws.com.cn",
1558
- "partition": "aws-cn",
1559
- "partitionName": "AWS China",
1560
- "regionRegex": "^cn\\-\\w+\\-\\d+$",
1561
- "regions": {
1562
- "cn-north-1": {
1563
- "description": "China (Beijing)"
1564
- }
1565
- },
1566
- "services": {
1567
- "autoscaling": {
1568
- "defaults": {
1569
- "protocols": [
1570
- "http",
1571
- "https"
1572
- ]
1573
- },
1574
- "endpoints": {
1575
- "cn-north-1": {}
1576
- }
1577
- },
1578
- "cloudformation": {
1579
- "endpoints": {
1580
- "cn-north-1": {}
1581
- }
1582
- },
1583
- "cloudtrail": {
1584
- "endpoints": {
1585
- "cn-north-1": {}
1586
- }
1587
- },
1588
- "codedeploy": {
1589
- "endpoints": {
1590
- "cn-north-1": {}
784
+ },
785
+ "iot" : {
786
+ "defaults" : {
787
+ "credentialScope" : {
788
+ "service" : "execute-api"
789
+ }
790
+ },
791
+ "endpoints" : {
792
+ "ap-northeast-1" : { },
793
+ "ap-northeast-2" : { },
794
+ "ap-southeast-1" : { },
795
+ "ap-southeast-2" : { },
796
+ "eu-central-1" : { },
797
+ "eu-west-1" : { },
798
+ "eu-west-2" : { },
799
+ "us-east-1" : { },
800
+ "us-east-2" : { },
801
+ "us-west-2" : { }
802
+ }
803
+ },
804
+ "kinesis" : {
805
+ "endpoints" : {
806
+ "ap-northeast-1" : { },
807
+ "ap-northeast-2" : { },
808
+ "ap-south-1" : { },
809
+ "ap-southeast-1" : { },
810
+ "ap-southeast-2" : { },
811
+ "ca-central-1" : { },
812
+ "eu-central-1" : { },
813
+ "eu-west-1" : { },
814
+ "eu-west-2" : { },
815
+ "sa-east-1" : { },
816
+ "us-east-1" : { },
817
+ "us-east-2" : { },
818
+ "us-west-1" : { },
819
+ "us-west-2" : { }
820
+ }
821
+ },
822
+ "kinesisanalytics" : {
823
+ "endpoints" : {
824
+ "eu-west-1" : { },
825
+ "us-east-1" : { },
826
+ "us-west-2" : { }
827
+ }
828
+ },
829
+ "kms" : {
830
+ "endpoints" : {
831
+ "ap-northeast-1" : { },
832
+ "ap-northeast-2" : { },
833
+ "ap-south-1" : { },
834
+ "ap-southeast-1" : { },
835
+ "ap-southeast-2" : { },
836
+ "ca-central-1" : { },
837
+ "eu-central-1" : { },
838
+ "eu-west-1" : { },
839
+ "eu-west-2" : { },
840
+ "sa-east-1" : { },
841
+ "us-east-1" : { },
842
+ "us-east-2" : { },
843
+ "us-west-1" : { },
844
+ "us-west-2" : { }
845
+ }
846
+ },
847
+ "lambda" : {
848
+ "endpoints" : {
849
+ "ap-northeast-1" : { },
850
+ "ap-northeast-2" : { },
851
+ "ap-south-1" : { },
852
+ "ap-southeast-1" : { },
853
+ "ap-southeast-2" : { },
854
+ "eu-central-1" : { },
855
+ "eu-west-1" : { },
856
+ "eu-west-2" : { },
857
+ "us-east-1" : { },
858
+ "us-east-2" : { },
859
+ "us-west-1" : { },
860
+ "us-west-2" : { }
861
+ }
862
+ },
863
+ "lightsail" : {
864
+ "endpoints" : {
865
+ "eu-central-1" : { },
866
+ "eu-west-1" : { },
867
+ "eu-west-2" : { },
868
+ "us-east-1" : { },
869
+ "us-east-2" : { },
870
+ "us-west-2" : { }
871
+ }
872
+ },
873
+ "logs" : {
874
+ "endpoints" : {
875
+ "ap-northeast-1" : { },
876
+ "ap-northeast-2" : { },
877
+ "ap-south-1" : { },
878
+ "ap-southeast-1" : { },
879
+ "ap-southeast-2" : { },
880
+ "ca-central-1" : { },
881
+ "eu-central-1" : { },
882
+ "eu-west-1" : { },
883
+ "eu-west-2" : { },
884
+ "sa-east-1" : { },
885
+ "us-east-1" : { },
886
+ "us-east-2" : { },
887
+ "us-west-1" : { },
888
+ "us-west-2" : { }
889
+ }
890
+ },
891
+ "machinelearning" : {
892
+ "endpoints" : {
893
+ "eu-west-1" : { },
894
+ "us-east-1" : { }
895
+ }
896
+ },
897
+ "marketplacecommerceanalytics" : {
898
+ "endpoints" : {
899
+ "us-east-1" : { }
900
+ }
901
+ },
902
+ "metering.marketplace" : {
903
+ "defaults" : {
904
+ "credentialScope" : {
905
+ "service" : "aws-marketplace"
906
+ }
907
+ },
908
+ "endpoints" : {
909
+ "ap-northeast-1" : { },
910
+ "ap-northeast-2" : { },
911
+ "ap-south-1" : { },
912
+ "ap-southeast-1" : { },
913
+ "ap-southeast-2" : { },
914
+ "ca-central-1" : { },
915
+ "eu-central-1" : { },
916
+ "eu-west-1" : { },
917
+ "eu-west-2" : { },
918
+ "sa-east-1" : { },
919
+ "us-east-1" : { },
920
+ "us-east-2" : { },
921
+ "us-west-1" : { },
922
+ "us-west-2" : { }
923
+ }
924
+ },
925
+ "mobileanalytics" : {
926
+ "endpoints" : {
927
+ "us-east-1" : { }
928
+ }
929
+ },
930
+ "models.lex" : {
931
+ "defaults" : {
932
+ "credentialScope" : {
933
+ "service" : "lex"
1591
934
  }
1592
935
  },
1593
- "config": {
1594
- "endpoints": {
1595
- "cn-north-1": {}
1596
- }
936
+ "endpoints" : {
937
+ "us-east-1" : { }
938
+ }
939
+ },
940
+ "monitoring" : {
941
+ "defaults" : {
942
+ "protocols" : [ "http", "https" ]
943
+ },
944
+ "endpoints" : {
945
+ "ap-northeast-1" : { },
946
+ "ap-northeast-2" : { },
947
+ "ap-south-1" : { },
948
+ "ap-southeast-1" : { },
949
+ "ap-southeast-2" : { },
950
+ "ca-central-1" : { },
951
+ "eu-central-1" : { },
952
+ "eu-west-1" : { },
953
+ "eu-west-2" : { },
954
+ "sa-east-1" : { },
955
+ "us-east-1" : { },
956
+ "us-east-2" : { },
957
+ "us-west-1" : { },
958
+ "us-west-2" : { }
959
+ }
960
+ },
961
+ "mturk-requester" : {
962
+ "endpoints" : {
963
+ "sandbox" : {
964
+ "hostname" : "mturk-requester-sandbox.us-east-1.amazonaws.com"
965
+ },
966
+ "us-east-1" : { }
1597
967
  },
1598
- "directconnect": {
1599
- "endpoints": {
1600
- "cn-north-1": {}
968
+ "isRegionalized" : false
969
+ },
970
+ "opsworks" : {
971
+ "endpoints" : {
972
+ "ap-northeast-1" : { },
973
+ "ap-northeast-2" : { },
974
+ "ap-south-1" : { },
975
+ "ap-southeast-1" : { },
976
+ "ap-southeast-2" : { },
977
+ "eu-central-1" : { },
978
+ "eu-west-1" : { },
979
+ "eu-west-2" : { },
980
+ "sa-east-1" : { },
981
+ "us-east-1" : { },
982
+ "us-east-2" : { },
983
+ "us-west-1" : { },
984
+ "us-west-2" : { }
985
+ }
986
+ },
987
+ "opsworks-cm" : {
988
+ "endpoints" : {
989
+ "eu-west-1" : { },
990
+ "us-east-1" : { },
991
+ "us-west-2" : { }
992
+ }
993
+ },
994
+ "organizations" : {
995
+ "endpoints" : {
996
+ "aws-global" : {
997
+ "credentialScope" : {
998
+ "region" : "us-east-1"
999
+ },
1000
+ "hostname" : "organizations.us-east-1.amazonaws.com"
1601
1001
  }
1602
1002
  },
1603
- "dynamodb": {
1604
- "defaults": {
1605
- "protocols": [
1606
- "http",
1607
- "https"
1608
- ]
1609
- },
1610
- "endpoints": {
1611
- "cn-north-1": {}
1003
+ "isRegionalized" : false,
1004
+ "partitionEndpoint" : "aws-global"
1005
+ },
1006
+ "pinpoint" : {
1007
+ "defaults" : {
1008
+ "credentialScope" : {
1009
+ "service" : "mobiletargeting"
1612
1010
  }
1613
1011
  },
1614
- "ec2": {
1615
- "defaults": {
1616
- "protocols": [
1617
- "http",
1618
- "https"
1619
- ]
1012
+ "endpoints" : {
1013
+ "us-east-1" : { }
1014
+ }
1015
+ },
1016
+ "polly" : {
1017
+ "endpoints" : {
1018
+ "eu-west-1" : { },
1019
+ "us-east-1" : { },
1020
+ "us-east-2" : { },
1021
+ "us-west-2" : { }
1022
+ }
1023
+ },
1024
+ "rds" : {
1025
+ "endpoints" : {
1026
+ "ap-northeast-1" : { },
1027
+ "ap-northeast-2" : { },
1028
+ "ap-south-1" : { },
1029
+ "ap-southeast-1" : { },
1030
+ "ap-southeast-2" : { },
1031
+ "ca-central-1" : { },
1032
+ "eu-central-1" : { },
1033
+ "eu-west-1" : { },
1034
+ "eu-west-2" : { },
1035
+ "sa-east-1" : { },
1036
+ "us-east-1" : {
1037
+ "sslCommonName" : "{service}.{dnsSuffix}"
1620
1038
  },
1621
- "endpoints": {
1622
- "cn-north-1": {}
1623
- }
1624
- },
1625
- "elasticache": {
1626
- "endpoints": {
1627
- "cn-north-1": {}
1039
+ "us-east-2" : { },
1040
+ "us-west-1" : { },
1041
+ "us-west-2" : { }
1042
+ }
1043
+ },
1044
+ "redshift" : {
1045
+ "endpoints" : {
1046
+ "ap-northeast-1" : { },
1047
+ "ap-northeast-2" : { },
1048
+ "ap-south-1" : { },
1049
+ "ap-southeast-1" : { },
1050
+ "ap-southeast-2" : { },
1051
+ "ca-central-1" : { },
1052
+ "eu-central-1" : { },
1053
+ "eu-west-1" : { },
1054
+ "eu-west-2" : { },
1055
+ "sa-east-1" : { },
1056
+ "us-east-1" : { },
1057
+ "us-east-2" : { },
1058
+ "us-west-1" : { },
1059
+ "us-west-2" : { }
1060
+ }
1061
+ },
1062
+ "rekognition" : {
1063
+ "endpoints" : {
1064
+ "eu-west-1" : { },
1065
+ "us-east-1" : { },
1066
+ "us-west-2" : { }
1067
+ }
1068
+ },
1069
+ "route53" : {
1070
+ "endpoints" : {
1071
+ "aws-global" : {
1072
+ "credentialScope" : {
1073
+ "region" : "us-east-1"
1074
+ },
1075
+ "hostname" : "route53.amazonaws.com"
1628
1076
  }
1629
1077
  },
1630
- "elasticbeanstalk": {
1631
- "endpoints": {
1632
- "cn-north-1": {}
1078
+ "isRegionalized" : false,
1079
+ "partitionEndpoint" : "aws-global"
1080
+ },
1081
+ "route53domains" : {
1082
+ "endpoints" : {
1083
+ "us-east-1" : { }
1084
+ }
1085
+ },
1086
+ "runtime.lex" : {
1087
+ "defaults" : {
1088
+ "credentialScope" : {
1089
+ "service" : "lex"
1633
1090
  }
1634
1091
  },
1635
- "elasticloadbalancing": {
1636
- "defaults": {
1637
- "protocols": [
1638
- "http",
1639
- "https"
1640
- ]
1092
+ "endpoints" : {
1093
+ "us-east-1" : { }
1094
+ }
1095
+ },
1096
+ "s3" : {
1097
+ "defaults" : {
1098
+ "protocols" : [ "http", "https" ],
1099
+ "signatureVersions" : [ "s3v4" ]
1100
+ },
1101
+ "endpoints" : {
1102
+ "ap-northeast-1" : {
1103
+ "hostname" : "s3-ap-northeast-1.amazonaws.com",
1104
+ "signatureVersions" : [ "s3", "s3v4" ]
1641
1105
  },
1642
- "endpoints": {
1643
- "cn-north-1": {}
1644
- }
1645
- },
1646
- "elasticmapreduce": {
1647
- "defaults": {
1648
- "protocols": [
1649
- "http",
1650
- "https"
1651
- ]
1106
+ "ap-northeast-2" : { },
1107
+ "ap-south-1" : { },
1108
+ "ap-southeast-1" : {
1109
+ "hostname" : "s3-ap-southeast-1.amazonaws.com",
1110
+ "signatureVersions" : [ "s3", "s3v4" ]
1652
1111
  },
1653
- "endpoints": {
1654
- "cn-north-1": {}
1655
- }
1656
- },
1657
- "events": {
1658
- "endpoints": {
1659
- "cn-north-1": {}
1660
- }
1661
- },
1662
- "glacier": {
1663
- "defaults": {
1664
- "protocols": [
1665
- "http",
1666
- "https"
1667
- ]
1112
+ "ap-southeast-2" : {
1113
+ "hostname" : "s3-ap-southeast-2.amazonaws.com",
1114
+ "signatureVersions" : [ "s3", "s3v4" ]
1668
1115
  },
1669
- "endpoints": {
1670
- "cn-north-1": {}
1671
- }
1672
- },
1673
- "iam": {
1674
- "endpoints": {
1675
- "aws-cn-global": {
1676
- "credentialScope": {
1677
- "region": "cn-north-1"
1678
- },
1679
- "hostname": "iam.cn-north-1.amazonaws.com.cn"
1680
- }
1116
+ "ca-central-1" : { },
1117
+ "eu-central-1" : { },
1118
+ "eu-west-1" : {
1119
+ "hostname" : "s3-eu-west-1.amazonaws.com",
1120
+ "signatureVersions" : [ "s3", "s3v4" ]
1681
1121
  },
1682
- "isRegionalized": false,
1683
- "partitionEndpoint": "aws-cn-global"
1684
- },
1685
- "kinesis": {
1686
- "endpoints": {
1687
- "cn-north-1": {}
1688
- }
1689
- },
1690
- "logs": {
1691
- "endpoints": {
1692
- "cn-north-1": {}
1693
- }
1694
- },
1695
- "monitoring": {
1696
- "defaults": {
1697
- "protocols": [
1698
- "http",
1699
- "https"
1700
- ]
1122
+ "eu-west-2" : { },
1123
+ "s3-external-1" : {
1124
+ "credentialScope" : {
1125
+ "region" : "us-east-1"
1126
+ },
1127
+ "hostname" : "s3-external-1.amazonaws.com",
1128
+ "signatureVersions" : [ "s3", "s3v4" ]
1701
1129
  },
1702
- "endpoints": {
1703
- "cn-north-1": {}
1704
- }
1705
- },
1706
- "rds": {
1707
- "endpoints": {
1708
- "cn-north-1": {}
1709
- }
1710
- },
1711
- "redshift": {
1712
- "endpoints": {
1713
- "cn-north-1": {}
1714
- }
1715
- },
1716
- "s3": {
1717
- "defaults": {
1718
- "protocols": [
1719
- "http",
1720
- "https"
1721
- ],
1722
- "signatureVersions": [
1723
- "s3v4"
1724
- ]
1130
+ "sa-east-1" : {
1131
+ "hostname" : "s3-sa-east-1.amazonaws.com",
1132
+ "signatureVersions" : [ "s3", "s3v4" ]
1725
1133
  },
1726
- "endpoints": {
1727
- "cn-north-1": {}
1728
- }
1729
- },
1730
- "sns": {
1731
- "defaults": {
1732
- "protocols": [
1733
- "http",
1734
- "https"
1735
- ]
1134
+ "us-east-1" : {
1135
+ "hostname" : "s3.amazonaws.com",
1136
+ "signatureVersions" : [ "s3", "s3v4" ]
1736
1137
  },
1737
- "endpoints": {
1738
- "cn-north-1": {}
1138
+ "us-east-2" : { },
1139
+ "us-west-1" : {
1140
+ "hostname" : "s3-us-west-1.amazonaws.com",
1141
+ "signatureVersions" : [ "s3", "s3v4" ]
1142
+ },
1143
+ "us-west-2" : {
1144
+ "hostname" : "s3-us-west-2.amazonaws.com",
1145
+ "signatureVersions" : [ "s3", "s3v4" ]
1739
1146
  }
1740
1147
  },
1741
- "sqs": {
1742
- "defaults": {
1743
- "protocols": [
1744
- "http",
1745
- "https"
1746
- ],
1747
- "sslCommonName": "{region}.queue.{dnsSuffix}"
1148
+ "isRegionalized" : true,
1149
+ "partitionEndpoint" : "us-east-1"
1150
+ },
1151
+ "sdb" : {
1152
+ "defaults" : {
1153
+ "protocols" : [ "http", "https" ],
1154
+ "signatureVersions" : [ "v2" ]
1155
+ },
1156
+ "endpoints" : {
1157
+ "ap-northeast-1" : { },
1158
+ "ap-southeast-1" : { },
1159
+ "ap-southeast-2" : { },
1160
+ "eu-west-1" : { },
1161
+ "sa-east-1" : { },
1162
+ "us-east-1" : {
1163
+ "hostname" : "sdb.amazonaws.com"
1748
1164
  },
1749
- "endpoints": {
1750
- "cn-north-1": {}
1751
- }
1165
+ "us-west-1" : { },
1166
+ "us-west-2" : { }
1167
+ }
1168
+ },
1169
+ "servicecatalog" : {
1170
+ "endpoints" : {
1171
+ "ap-northeast-1" : { },
1172
+ "ap-southeast-1" : { },
1173
+ "ap-southeast-2" : { },
1174
+ "ca-central-1" : { },
1175
+ "eu-central-1" : { },
1176
+ "eu-west-1" : { },
1177
+ "eu-west-2" : { },
1178
+ "us-east-1" : { },
1179
+ "us-east-2" : { },
1180
+ "us-west-2" : { }
1181
+ }
1182
+ },
1183
+ "shield" : {
1184
+ "defaults" : {
1185
+ "protocols" : [ "https" ],
1186
+ "sslCommonName" : "Shield.us-east-1.amazonaws.com"
1752
1187
  },
1753
- "storagegateway": {
1754
- "endpoints": {
1755
- "cn-north-1": {}
1756
- }
1188
+ "endpoints" : {
1189
+ "us-east-1" : { }
1757
1190
  },
1758
- "streams.dynamodb": {
1759
- "defaults": {
1760
- "credentialScope": {
1761
- "service": "dynamodb"
1191
+ "isRegionalized" : false
1192
+ },
1193
+ "sms" : {
1194
+ "endpoints" : {
1195
+ "ap-southeast-2" : { },
1196
+ "eu-west-1" : { },
1197
+ "us-east-1" : { }
1198
+ }
1199
+ },
1200
+ "snowball" : {
1201
+ "endpoints" : {
1202
+ "ap-south-1" : { },
1203
+ "ap-southeast-2" : { },
1204
+ "eu-central-1" : { },
1205
+ "eu-west-1" : { },
1206
+ "eu-west-2" : { },
1207
+ "us-east-1" : { },
1208
+ "us-east-2" : { },
1209
+ "us-west-1" : { },
1210
+ "us-west-2" : { }
1211
+ }
1212
+ },
1213
+ "sns" : {
1214
+ "defaults" : {
1215
+ "protocols" : [ "http", "https" ]
1216
+ },
1217
+ "endpoints" : {
1218
+ "ap-northeast-1" : { },
1219
+ "ap-northeast-2" : { },
1220
+ "ap-south-1" : { },
1221
+ "ap-southeast-1" : { },
1222
+ "ap-southeast-2" : { },
1223
+ "ca-central-1" : { },
1224
+ "eu-central-1" : { },
1225
+ "eu-west-1" : { },
1226
+ "eu-west-2" : { },
1227
+ "sa-east-1" : { },
1228
+ "us-east-1" : { },
1229
+ "us-east-2" : { },
1230
+ "us-west-1" : { },
1231
+ "us-west-2" : { }
1232
+ }
1233
+ },
1234
+ "sqs" : {
1235
+ "defaults" : {
1236
+ "protocols" : [ "http", "https" ],
1237
+ "sslCommonName" : "{region}.queue.{dnsSuffix}"
1238
+ },
1239
+ "endpoints" : {
1240
+ "ap-northeast-1" : { },
1241
+ "ap-northeast-2" : { },
1242
+ "ap-south-1" : { },
1243
+ "ap-southeast-1" : { },
1244
+ "ap-southeast-2" : { },
1245
+ "ca-central-1" : { },
1246
+ "eu-central-1" : { },
1247
+ "eu-west-1" : { },
1248
+ "eu-west-2" : { },
1249
+ "sa-east-1" : { },
1250
+ "us-east-1" : {
1251
+ "sslCommonName" : "queue.{dnsSuffix}"
1252
+ },
1253
+ "us-east-2" : { },
1254
+ "us-west-1" : { },
1255
+ "us-west-2" : { }
1256
+ }
1257
+ },
1258
+ "ssm" : {
1259
+ "endpoints" : {
1260
+ "ap-northeast-1" : { },
1261
+ "ap-northeast-2" : { },
1262
+ "ap-southeast-1" : { },
1263
+ "ap-southeast-2" : { },
1264
+ "eu-central-1" : { },
1265
+ "eu-west-1" : { },
1266
+ "sa-east-1" : { },
1267
+ "us-east-1" : { },
1268
+ "us-east-2" : { },
1269
+ "us-west-1" : { },
1270
+ "us-west-2" : { }
1271
+ }
1272
+ },
1273
+ "states" : {
1274
+ "endpoints" : {
1275
+ "ap-northeast-1" : { },
1276
+ "eu-central-1" : { },
1277
+ "eu-west-1" : { },
1278
+ "us-east-1" : { },
1279
+ "us-east-2" : { },
1280
+ "us-west-2" : { }
1281
+ }
1282
+ },
1283
+ "storagegateway" : {
1284
+ "endpoints" : {
1285
+ "ap-northeast-1" : { },
1286
+ "ap-northeast-2" : { },
1287
+ "ap-south-1" : { },
1288
+ "ap-southeast-1" : { },
1289
+ "ap-southeast-2" : { },
1290
+ "ca-central-1" : { },
1291
+ "eu-central-1" : { },
1292
+ "eu-west-1" : { },
1293
+ "eu-west-2" : { },
1294
+ "sa-east-1" : { },
1295
+ "us-east-1" : { },
1296
+ "us-east-2" : { },
1297
+ "us-west-1" : { },
1298
+ "us-west-2" : { }
1299
+ }
1300
+ },
1301
+ "streams.dynamodb" : {
1302
+ "defaults" : {
1303
+ "credentialScope" : {
1304
+ "service" : "dynamodb"
1305
+ },
1306
+ "protocols" : [ "http", "https" ]
1307
+ },
1308
+ "endpoints" : {
1309
+ "ap-northeast-1" : { },
1310
+ "ap-northeast-2" : { },
1311
+ "ap-south-1" : { },
1312
+ "ap-southeast-1" : { },
1313
+ "ap-southeast-2" : { },
1314
+ "ca-central-1" : { },
1315
+ "eu-central-1" : { },
1316
+ "eu-west-1" : { },
1317
+ "eu-west-2" : { },
1318
+ "local" : {
1319
+ "credentialScope" : {
1320
+ "region" : "us-east-1"
1762
1321
  },
1763
- "protocols": [
1764
- "http",
1765
- "http",
1766
- "https",
1767
- "https"
1768
- ]
1322
+ "hostname" : "localhost:8000",
1323
+ "protocols" : [ "http" ]
1769
1324
  },
1770
- "endpoints": {
1771
- "cn-north-1": {}
1772
- }
1325
+ "sa-east-1" : { },
1326
+ "us-east-1" : { },
1327
+ "us-east-2" : { },
1328
+ "us-west-1" : { },
1329
+ "us-west-2" : { }
1330
+ }
1331
+ },
1332
+ "sts" : {
1333
+ "defaults" : {
1334
+ "credentialScope" : {
1335
+ "region" : "us-east-1"
1336
+ },
1337
+ "hostname" : "sts.amazonaws.com"
1773
1338
  },
1774
- "sts": {
1775
- "endpoints": {
1776
- "cn-north-1": {}
1339
+ "endpoints" : {
1340
+ "ap-northeast-1" : { },
1341
+ "ap-northeast-2" : {
1342
+ "credentialScope" : {
1343
+ "region" : "ap-northeast-2"
1344
+ },
1345
+ "hostname" : "sts.ap-northeast-2.amazonaws.com"
1346
+ },
1347
+ "ap-south-1" : { },
1348
+ "ap-southeast-1" : { },
1349
+ "ap-southeast-2" : { },
1350
+ "aws-global" : { },
1351
+ "ca-central-1" : { },
1352
+ "eu-central-1" : { },
1353
+ "eu-west-1" : { },
1354
+ "eu-west-2" : { },
1355
+ "sa-east-1" : { },
1356
+ "us-east-1" : { },
1357
+ "us-east-1-fips" : {
1358
+ "credentialScope" : {
1359
+ "region" : "us-east-1"
1360
+ },
1361
+ "hostname" : "sts-fips.us-east-1.amazonaws.com"
1362
+ },
1363
+ "us-east-2" : { },
1364
+ "us-east-2-fips" : {
1365
+ "credentialScope" : {
1366
+ "region" : "us-east-2"
1367
+ },
1368
+ "hostname" : "sts-fips.us-east-2.amazonaws.com"
1369
+ },
1370
+ "us-west-1" : { },
1371
+ "us-west-1-fips" : {
1372
+ "credentialScope" : {
1373
+ "region" : "us-west-1"
1374
+ },
1375
+ "hostname" : "sts-fips.us-west-1.amazonaws.com"
1376
+ },
1377
+ "us-west-2" : { },
1378
+ "us-west-2-fips" : {
1379
+ "credentialScope" : {
1380
+ "region" : "us-west-2"
1381
+ },
1382
+ "hostname" : "sts-fips.us-west-2.amazonaws.com"
1777
1383
  }
1778
1384
  },
1779
- "swf": {
1780
- "endpoints": {
1781
- "cn-north-1": {}
1385
+ "partitionEndpoint" : "aws-global"
1386
+ },
1387
+ "support" : {
1388
+ "endpoints" : {
1389
+ "us-east-1" : { }
1390
+ }
1391
+ },
1392
+ "swf" : {
1393
+ "endpoints" : {
1394
+ "ap-northeast-1" : { },
1395
+ "ap-northeast-2" : { },
1396
+ "ap-south-1" : { },
1397
+ "ap-southeast-1" : { },
1398
+ "ap-southeast-2" : { },
1399
+ "ca-central-1" : { },
1400
+ "eu-central-1" : { },
1401
+ "eu-west-1" : { },
1402
+ "eu-west-2" : { },
1403
+ "sa-east-1" : { },
1404
+ "us-east-1" : { },
1405
+ "us-east-2" : { },
1406
+ "us-west-1" : { },
1407
+ "us-west-2" : { }
1408
+ }
1409
+ },
1410
+ "tagging" : {
1411
+ "endpoints" : {
1412
+ "ap-northeast-1" : { },
1413
+ "ap-northeast-2" : { },
1414
+ "ap-south-1" : { },
1415
+ "ap-southeast-1" : { },
1416
+ "ap-southeast-2" : { },
1417
+ "ca-central-1" : { },
1418
+ "eu-central-1" : { },
1419
+ "eu-west-1" : { },
1420
+ "eu-west-2" : { },
1421
+ "sa-east-1" : { },
1422
+ "us-east-1" : { },
1423
+ "us-east-2" : { },
1424
+ "us-west-1" : { },
1425
+ "us-west-2" : { }
1426
+ }
1427
+ },
1428
+ "waf" : {
1429
+ "endpoints" : {
1430
+ "aws-global" : {
1431
+ "credentialScope" : {
1432
+ "region" : "us-east-1"
1433
+ },
1434
+ "hostname" : "waf.amazonaws.com"
1782
1435
  }
1783
1436
  },
1784
- "tagging": {
1785
- "endpoints": {
1786
- "cn-north-1": {}
1787
- }
1437
+ "isRegionalized" : false,
1438
+ "partitionEndpoint" : "aws-global"
1439
+ },
1440
+ "waf-regional" : {
1441
+ "endpoints" : {
1442
+ "ap-northeast-1" : { },
1443
+ "eu-west-1" : { },
1444
+ "us-east-1" : { },
1445
+ "us-west-2" : { }
1446
+ }
1447
+ },
1448
+ "workdocs" : {
1449
+ "endpoints" : {
1450
+ "ap-northeast-1" : { },
1451
+ "ap-southeast-1" : { },
1452
+ "ap-southeast-2" : { },
1453
+ "eu-west-1" : { },
1454
+ "us-east-1" : { },
1455
+ "us-west-2" : { }
1456
+ }
1457
+ },
1458
+ "workspaces" : {
1459
+ "endpoints" : {
1460
+ "ap-northeast-1" : { },
1461
+ "ap-southeast-1" : { },
1462
+ "ap-southeast-2" : { },
1463
+ "eu-central-1" : { },
1464
+ "eu-west-1" : { },
1465
+ "us-east-1" : { },
1466
+ "us-west-2" : { }
1467
+ }
1468
+ },
1469
+ "xray" : {
1470
+ "endpoints" : {
1471
+ "ap-northeast-1" : { },
1472
+ "ap-northeast-2" : { },
1473
+ "ap-south-1" : { },
1474
+ "ap-southeast-1" : { },
1475
+ "ap-southeast-2" : { },
1476
+ "ca-central-1" : { },
1477
+ "eu-central-1" : { },
1478
+ "eu-west-1" : { },
1479
+ "eu-west-2" : { },
1480
+ "sa-east-1" : { },
1481
+ "us-east-1" : { },
1482
+ "us-east-2" : { },
1483
+ "us-west-1" : { },
1484
+ "us-west-2" : { }
1788
1485
  }
1789
1486
  }
1487
+ }
1488
+ }, {
1489
+ "defaults" : {
1490
+ "hostname" : "{service}.{region}.{dnsSuffix}",
1491
+ "protocols" : [ "https" ],
1492
+ "signatureVersions" : [ "v4" ]
1790
1493
  },
1791
- {
1792
- "defaults": {
1793
- "hostname": "{service}.{region}.{dnsSuffix}",
1794
- "protocols": [
1795
- "https"
1796
- ],
1797
- "signatureVersions": [
1798
- "v4"
1799
- ]
1800
- },
1801
- "dnsSuffix": "amazonaws.com",
1802
- "partition": "aws-us-gov",
1803
- "partitionName": "AWS GovCloud (US)",
1804
- "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
1805
- "regions": {
1806
- "us-gov-west-1": {
1807
- "description": "AWS GovCloud (US)"
1808
- }
1809
- },
1810
- "services": {
1811
- "autoscaling": {
1812
- "endpoints": {
1813
- "us-gov-west-1": {
1814
- "protocols": [
1815
- "http",
1816
- "https"
1817
- ]
1818
- }
1819
- }
1820
- },
1821
- "cloudformation": {
1822
- "endpoints": {
1823
- "us-gov-west-1": {}
1824
- }
1494
+ "dnsSuffix" : "amazonaws.com.cn",
1495
+ "partition" : "aws-cn",
1496
+ "partitionName" : "AWS China",
1497
+ "regionRegex" : "^cn\\-\\w+\\-\\d+$",
1498
+ "regions" : {
1499
+ "cn-north-1" : {
1500
+ "description" : "China (Beijing)"
1501
+ }
1502
+ },
1503
+ "services" : {
1504
+ "autoscaling" : {
1505
+ "defaults" : {
1506
+ "protocols" : [ "http", "https" ]
1825
1507
  },
1826
- "cloudhsm": {
1827
- "endpoints": {
1828
- "us-gov-west-1": {}
1829
- }
1508
+ "endpoints" : {
1509
+ "cn-north-1" : { }
1510
+ }
1511
+ },
1512
+ "cloudformation" : {
1513
+ "endpoints" : {
1514
+ "cn-north-1" : { }
1515
+ }
1516
+ },
1517
+ "cloudtrail" : {
1518
+ "endpoints" : {
1519
+ "cn-north-1" : { }
1520
+ }
1521
+ },
1522
+ "codedeploy" : {
1523
+ "endpoints" : {
1524
+ "cn-north-1" : { }
1525
+ }
1526
+ },
1527
+ "config" : {
1528
+ "endpoints" : {
1529
+ "cn-north-1" : { }
1530
+ }
1531
+ },
1532
+ "directconnect" : {
1533
+ "endpoints" : {
1534
+ "cn-north-1" : { }
1535
+ }
1536
+ },
1537
+ "dynamodb" : {
1538
+ "defaults" : {
1539
+ "protocols" : [ "http", "https" ]
1830
1540
  },
1831
- "cloudtrail": {
1832
- "endpoints": {
1833
- "us-gov-west-1": {}
1834
- }
1541
+ "endpoints" : {
1542
+ "cn-north-1" : { }
1543
+ }
1544
+ },
1545
+ "ec2" : {
1546
+ "defaults" : {
1547
+ "protocols" : [ "http", "https" ]
1835
1548
  },
1836
- "config": {
1837
- "endpoints": {
1838
- "us-gov-west-1": {}
1839
- }
1549
+ "endpoints" : {
1550
+ "cn-north-1" : { }
1551
+ }
1552
+ },
1553
+ "elasticache" : {
1554
+ "endpoints" : {
1555
+ "cn-north-1" : { }
1556
+ }
1557
+ },
1558
+ "elasticbeanstalk" : {
1559
+ "endpoints" : {
1560
+ "cn-north-1" : { }
1561
+ }
1562
+ },
1563
+ "elasticloadbalancing" : {
1564
+ "defaults" : {
1565
+ "protocols" : [ "http", "https" ]
1840
1566
  },
1841
- "directconnect": {
1842
- "endpoints": {
1843
- "us-gov-west-1": {}
1844
- }
1567
+ "endpoints" : {
1568
+ "cn-north-1" : { }
1569
+ }
1570
+ },
1571
+ "elasticmapreduce" : {
1572
+ "defaults" : {
1573
+ "protocols" : [ "http", "https" ]
1845
1574
  },
1846
- "dynamodb": {
1847
- "endpoints": {
1848
- "us-gov-west-1": {}
1849
- }
1575
+ "endpoints" : {
1576
+ "cn-north-1" : { }
1577
+ }
1578
+ },
1579
+ "events" : {
1580
+ "endpoints" : {
1581
+ "cn-north-1" : { }
1582
+ }
1583
+ },
1584
+ "glacier" : {
1585
+ "defaults" : {
1586
+ "protocols" : [ "http", "https" ]
1850
1587
  },
1851
- "ec2": {
1852
- "endpoints": {
1853
- "us-gov-west-1": {}
1588
+ "endpoints" : {
1589
+ "cn-north-1" : { }
1590
+ }
1591
+ },
1592
+ "iam" : {
1593
+ "endpoints" : {
1594
+ "aws-cn-global" : {
1595
+ "credentialScope" : {
1596
+ "region" : "cn-north-1"
1597
+ },
1598
+ "hostname" : "iam.cn-north-1.amazonaws.com.cn"
1854
1599
  }
1855
1600
  },
1856
- "elasticache": {
1857
- "endpoints": {
1858
- "us-gov-west-1": {}
1859
- }
1601
+ "isRegionalized" : false,
1602
+ "partitionEndpoint" : "aws-cn-global"
1603
+ },
1604
+ "kinesis" : {
1605
+ "endpoints" : {
1606
+ "cn-north-1" : { }
1607
+ }
1608
+ },
1609
+ "logs" : {
1610
+ "endpoints" : {
1611
+ "cn-north-1" : { }
1612
+ }
1613
+ },
1614
+ "monitoring" : {
1615
+ "defaults" : {
1616
+ "protocols" : [ "http", "https" ]
1860
1617
  },
1861
- "elasticloadbalancing": {
1862
- "endpoints": {
1863
- "us-gov-west-1": {
1864
- "protocols": [
1865
- "http",
1866
- "https"
1867
- ]
1868
- }
1869
- }
1618
+ "endpoints" : {
1619
+ "cn-north-1" : { }
1620
+ }
1621
+ },
1622
+ "rds" : {
1623
+ "endpoints" : {
1624
+ "cn-north-1" : { }
1625
+ }
1626
+ },
1627
+ "redshift" : {
1628
+ "endpoints" : {
1629
+ "cn-north-1" : { }
1630
+ }
1631
+ },
1632
+ "s3" : {
1633
+ "defaults" : {
1634
+ "protocols" : [ "http", "https" ],
1635
+ "signatureVersions" : [ "s3v4" ]
1870
1636
  },
1871
- "elasticmapreduce": {
1872
- "endpoints": {
1873
- "us-gov-west-1": {
1874
- "protocols": [
1875
- "http",
1876
- "https"
1877
- ]
1878
- }
1879
- }
1637
+ "endpoints" : {
1638
+ "cn-north-1" : { }
1639
+ }
1640
+ },
1641
+ "sns" : {
1642
+ "defaults" : {
1643
+ "protocols" : [ "http", "https" ]
1880
1644
  },
1881
- "glacier": {
1882
- "endpoints": {
1883
- "us-gov-west-1": {
1884
- "protocols": [
1885
- "http",
1886
- "https"
1887
- ]
1888
- }
1889
- }
1645
+ "endpoints" : {
1646
+ "cn-north-1" : { }
1647
+ }
1648
+ },
1649
+ "sqs" : {
1650
+ "defaults" : {
1651
+ "protocols" : [ "http", "https" ],
1652
+ "sslCommonName" : "{region}.queue.{dnsSuffix}"
1890
1653
  },
1891
- "iam": {
1892
- "endpoints": {
1893
- "aws-us-gov-global": {
1894
- "credentialScope": {
1895
- "region": "us-gov-west-1"
1896
- },
1897
- "hostname": "iam.us-gov.amazonaws.com"
1898
- }
1654
+ "endpoints" : {
1655
+ "cn-north-1" : { }
1656
+ }
1657
+ },
1658
+ "storagegateway" : {
1659
+ "endpoints" : {
1660
+ "cn-north-1" : { }
1661
+ }
1662
+ },
1663
+ "streams.dynamodb" : {
1664
+ "defaults" : {
1665
+ "credentialScope" : {
1666
+ "service" : "dynamodb"
1899
1667
  },
1900
- "isRegionalized": false,
1901
- "partitionEndpoint": "aws-us-gov-global"
1902
- },
1903
- "kinesis": {
1904
- "endpoints": {
1905
- "us-gov-west-1": {}
1906
- }
1907
- },
1908
- "kms": {
1909
- "endpoints": {
1910
- "us-gov-west-1": {}
1911
- }
1668
+ "protocols" : [ "http", "https" ]
1912
1669
  },
1913
- "logs": {
1914
- "endpoints": {
1915
- "us-gov-west-1": {}
1670
+ "endpoints" : {
1671
+ "cn-north-1" : { }
1672
+ }
1673
+ },
1674
+ "sts" : {
1675
+ "endpoints" : {
1676
+ "cn-north-1" : { }
1677
+ }
1678
+ },
1679
+ "swf" : {
1680
+ "endpoints" : {
1681
+ "cn-north-1" : { }
1682
+ }
1683
+ },
1684
+ "tagging" : {
1685
+ "endpoints" : {
1686
+ "cn-north-1" : { }
1687
+ }
1688
+ }
1689
+ }
1690
+ }, {
1691
+ "defaults" : {
1692
+ "hostname" : "{service}.{region}.{dnsSuffix}",
1693
+ "protocols" : [ "https" ],
1694
+ "signatureVersions" : [ "v4" ]
1695
+ },
1696
+ "dnsSuffix" : "amazonaws.com",
1697
+ "partition" : "aws-us-gov",
1698
+ "partitionName" : "AWS GovCloud (US)",
1699
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
1700
+ "regions" : {
1701
+ "us-gov-west-1" : {
1702
+ "description" : "AWS GovCloud (US)"
1703
+ }
1704
+ },
1705
+ "services" : {
1706
+ "autoscaling" : {
1707
+ "endpoints" : {
1708
+ "us-gov-west-1" : {
1709
+ "protocols" : [ "http", "https" ]
1916
1710
  }
1917
- },
1918
- "monitoring": {
1919
- "endpoints": {
1920
- "us-gov-west-1": {}
1711
+ }
1712
+ },
1713
+ "cloudformation" : {
1714
+ "endpoints" : {
1715
+ "us-gov-west-1" : { }
1716
+ }
1717
+ },
1718
+ "cloudhsm" : {
1719
+ "endpoints" : {
1720
+ "us-gov-west-1" : { }
1721
+ }
1722
+ },
1723
+ "cloudtrail" : {
1724
+ "endpoints" : {
1725
+ "us-gov-west-1" : { }
1726
+ }
1727
+ },
1728
+ "config" : {
1729
+ "endpoints" : {
1730
+ "us-gov-west-1" : { }
1731
+ }
1732
+ },
1733
+ "directconnect" : {
1734
+ "endpoints" : {
1735
+ "us-gov-west-1" : { }
1736
+ }
1737
+ },
1738
+ "dynamodb" : {
1739
+ "endpoints" : {
1740
+ "us-gov-west-1" : { }
1741
+ }
1742
+ },
1743
+ "ec2" : {
1744
+ "endpoints" : {
1745
+ "us-gov-west-1" : { }
1746
+ }
1747
+ },
1748
+ "elasticache" : {
1749
+ "endpoints" : {
1750
+ "us-gov-west-1" : { }
1751
+ }
1752
+ },
1753
+ "elasticloadbalancing" : {
1754
+ "endpoints" : {
1755
+ "us-gov-west-1" : {
1756
+ "protocols" : [ "http", "https" ]
1921
1757
  }
1922
- },
1923
- "rds": {
1924
- "endpoints": {
1925
- "us-gov-west-1": {}
1758
+ }
1759
+ },
1760
+ "elasticmapreduce" : {
1761
+ "endpoints" : {
1762
+ "us-gov-west-1" : {
1763
+ "protocols" : [ "http", "https" ]
1926
1764
  }
1927
- },
1928
- "redshift": {
1929
- "endpoints": {
1930
- "us-gov-west-1": {}
1765
+ }
1766
+ },
1767
+ "events" : {
1768
+ "endpoints" : {
1769
+ "us-gov-west-1" : { }
1770
+ }
1771
+ },
1772
+ "glacier" : {
1773
+ "endpoints" : {
1774
+ "us-gov-west-1" : {
1775
+ "protocols" : [ "http", "https" ]
1931
1776
  }
1932
- },
1933
- "s3": {
1934
- "defaults": {
1935
- "signatureVersions": [
1936
- "s3",
1937
- "s3v4"
1938
- ]
1939
- },
1940
- "endpoints": {
1941
- "fips-us-gov-west-1": {
1942
- "credentialScope": {
1943
- "region": "us-gov-west-1"
1944
- },
1945
- "hostname": "s3-fips-us-gov-west-1.amazonaws.com"
1777
+ }
1778
+ },
1779
+ "iam" : {
1780
+ "endpoints" : {
1781
+ "aws-us-gov-global" : {
1782
+ "credentialScope" : {
1783
+ "region" : "us-gov-west-1"
1946
1784
  },
1947
- "us-gov-west-1": {
1948
- "hostname": "s3-us-gov-west-1.amazonaws.com",
1949
- "protocols": [
1950
- "http",
1951
- "https"
1952
- ]
1953
- }
1785
+ "hostname" : "iam.us-gov.amazonaws.com"
1954
1786
  }
1955
1787
  },
1956
- "snowball": {
1957
- "endpoints": {
1958
- "us-gov-west-1": {}
1959
- }
1960
- },
1961
- "sns": {
1962
- "endpoints": {
1963
- "us-gov-west-1": {
1964
- "protocols": [
1965
- "http",
1966
- "https"
1967
- ]
1968
- }
1788
+ "isRegionalized" : false,
1789
+ "partitionEndpoint" : "aws-us-gov-global"
1790
+ },
1791
+ "kinesis" : {
1792
+ "endpoints" : {
1793
+ "us-gov-west-1" : { }
1794
+ }
1795
+ },
1796
+ "kms" : {
1797
+ "endpoints" : {
1798
+ "us-gov-west-1" : { }
1799
+ }
1800
+ },
1801
+ "lambda" : {
1802
+ "endpoints" : {
1803
+ "us-gov-west-1" : { }
1804
+ }
1805
+ },
1806
+ "logs" : {
1807
+ "endpoints" : {
1808
+ "us-gov-west-1" : { }
1809
+ }
1810
+ },
1811
+ "monitoring" : {
1812
+ "endpoints" : {
1813
+ "us-gov-west-1" : { }
1814
+ }
1815
+ },
1816
+ "rds" : {
1817
+ "endpoints" : {
1818
+ "us-gov-west-1" : { }
1819
+ }
1820
+ },
1821
+ "redshift" : {
1822
+ "endpoints" : {
1823
+ "us-gov-west-1" : { }
1824
+ }
1825
+ },
1826
+ "s3" : {
1827
+ "defaults" : {
1828
+ "signatureVersions" : [ "s3", "s3v4" ]
1829
+ },
1830
+ "endpoints" : {
1831
+ "fips-us-gov-west-1" : {
1832
+ "credentialScope" : {
1833
+ "region" : "us-gov-west-1"
1834
+ },
1835
+ "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
1836
+ },
1837
+ "us-gov-west-1" : {
1838
+ "hostname" : "s3-us-gov-west-1.amazonaws.com",
1839
+ "protocols" : [ "http", "https" ]
1969
1840
  }
1970
- },
1971
- "sqs": {
1972
- "endpoints": {
1973
- "us-gov-west-1": {
1974
- "protocols": [
1975
- "http",
1976
- "https"
1977
- ],
1978
- "sslCommonName": "{region}.queue.{dnsSuffix}"
1979
- }
1841
+ }
1842
+ },
1843
+ "snowball" : {
1844
+ "endpoints" : {
1845
+ "us-gov-west-1" : { }
1846
+ }
1847
+ },
1848
+ "sns" : {
1849
+ "endpoints" : {
1850
+ "us-gov-west-1" : {
1851
+ "protocols" : [ "http", "https" ]
1980
1852
  }
1981
- },
1982
- "streams.dynamodb": {
1983
- "defaults": {
1984
- "credentialScope": {
1985
- "service": "dynamodb"
1986
- }
1987
- },
1988
- "endpoints": {
1989
- "us-gov-west-1": {}
1853
+ }
1854
+ },
1855
+ "sqs" : {
1856
+ "endpoints" : {
1857
+ "us-gov-west-1" : {
1858
+ "protocols" : [ "http", "https" ],
1859
+ "sslCommonName" : "{region}.queue.{dnsSuffix}"
1990
1860
  }
1991
- },
1992
- "sts": {
1993
- "endpoints": {
1994
- "us-gov-west-1": {}
1861
+ }
1862
+ },
1863
+ "streams.dynamodb" : {
1864
+ "defaults" : {
1865
+ "credentialScope" : {
1866
+ "service" : "dynamodb"
1995
1867
  }
1996
1868
  },
1997
- "swf": {
1998
- "endpoints": {
1999
- "us-gov-west-1": {}
2000
- }
1869
+ "endpoints" : {
1870
+ "us-gov-west-1" : { }
1871
+ }
1872
+ },
1873
+ "sts" : {
1874
+ "endpoints" : {
1875
+ "us-gov-west-1" : { }
1876
+ }
1877
+ },
1878
+ "swf" : {
1879
+ "endpoints" : {
1880
+ "us-gov-west-1" : { }
2001
1881
  }
2002
1882
  }
2003
1883
  }
2004
- ],
2005
- "version": 3
2006
- }
1884
+ } ],
1885
+ "version" : 3
1886
+ }