aws-sdk-core 2.6.12 → 2.6.13

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: 493a417f41fd131e52a6d50bd793861ccdf59c9b
4
- data.tar.gz: 96e26de9336f8b5256fb1714ae484e1b4b350301
3
+ metadata.gz: 50a0f42eabb3e5b607b8ccfcdfde5d969e81269e
4
+ data.tar.gz: ed8d00b38c15abb67850355cd24d97bf1c8a12e9
5
5
  SHA512:
6
- metadata.gz: 2f8579e0835ed95c69d00f8ebd786890d8fa9797d7dc350f695a8395476e7dd996d14b0c3df9fa17ce4edcef550f8027d39e151920b23924bf6337b685900c08
7
- data.tar.gz: d470a544031705454f3c4d78257b1b26d32f4ceaefa335d68099364cf2ad23291cd7d137ad53b48e1581904bf36144bf816074f3672a7be257378546fb353935
6
+ metadata.gz: e73d5891aab79977ce181165a3274f094fa67fcce7e78f579fec9bc961793906d39a9c443bd30d4f0cbea65e82afee8ad57969c940705bfcd1c30d2df7c629ba
7
+ data.tar.gz: cabbc76103013a1dc91e02f7df093056471728da011fc161f2687ede13a797ee81a270caed34730c8f1737d847e4c9c98ad2e343ccc1130d8d6db0aafae5413d
@@ -36,7 +36,8 @@
36
36
  "type": "Stack",
37
37
  "identifiers": [
38
38
  { "target": "Name", "source": "response", "path": "Stacks[].StackName" }
39
- ]
39
+ ],
40
+ "path": "Stacks[]"
40
41
  }
41
42
  }
42
43
  }
@@ -1813,7 +1813,7 @@
1813
1813
  "value": "db-instance-id"
1814
1814
  },
1815
1815
  {
1816
- "target": "Filters[0].Value",
1816
+ "target": "Filters[0].Values[]",
1817
1817
  "source": "identifier",
1818
1818
  "name": "Id"
1819
1819
  }
@@ -0,0 +1,611 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-10-24",
5
+ "endpointPrefix":"sms",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"SMS",
9
+ "serviceFullName":"AWS Server Migration Service",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"AWSServerMigrationService_V2016_10_24"
12
+ },
13
+ "operations":{
14
+ "CreateReplicationJob":{
15
+ "name":"CreateReplicationJob",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"CreateReplicationJobRequest"},
21
+ "output":{"shape":"CreateReplicationJobResponse"},
22
+ "errors":[
23
+ {"shape":"InvalidParameterException"},
24
+ {"shape":"MissingRequiredParameterException"},
25
+ {"shape":"UnauthorizedOperationException"},
26
+ {"shape":"OperationNotPermittedException"},
27
+ {"shape":"ServerCannotBeReplicatedException"},
28
+ {"shape":"ReplicationJobAlreadyExistsException"},
29
+ {"shape":"NoConnectorsAvailableException"},
30
+ {"shape":"InternalError"}
31
+ ]
32
+ },
33
+ "DeleteReplicationJob":{
34
+ "name":"DeleteReplicationJob",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"DeleteReplicationJobRequest"},
40
+ "output":{"shape":"DeleteReplicationJobResponse"},
41
+ "errors":[
42
+ {"shape":"InvalidParameterException"},
43
+ {"shape":"MissingRequiredParameterException"},
44
+ {"shape":"UnauthorizedOperationException"},
45
+ {"shape":"OperationNotPermittedException"},
46
+ {"shape":"ReplicationJobNotFoundException"}
47
+ ]
48
+ },
49
+ "DeleteServerCatalog":{
50
+ "name":"DeleteServerCatalog",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"DeleteServerCatalogRequest"},
56
+ "output":{"shape":"DeleteServerCatalogResponse"},
57
+ "errors":[
58
+ {"shape":"UnauthorizedOperationException"},
59
+ {"shape":"OperationNotPermittedException"},
60
+ {"shape":"InvalidParameterException"},
61
+ {"shape":"MissingRequiredParameterException"}
62
+ ]
63
+ },
64
+ "DisassociateConnector":{
65
+ "name":"DisassociateConnector",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"DisassociateConnectorRequest"},
71
+ "output":{"shape":"DisassociateConnectorResponse"},
72
+ "errors":[
73
+ {"shape":"MissingRequiredParameterException"},
74
+ {"shape":"UnauthorizedOperationException"},
75
+ {"shape":"OperationNotPermittedException"},
76
+ {"shape":"InvalidParameterException"}
77
+ ]
78
+ },
79
+ "GetConnectors":{
80
+ "name":"GetConnectors",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/"
84
+ },
85
+ "input":{"shape":"GetConnectorsRequest"},
86
+ "output":{"shape":"GetConnectorsResponse"},
87
+ "errors":[
88
+ {"shape":"UnauthorizedOperationException"}
89
+ ]
90
+ },
91
+ "GetReplicationJobs":{
92
+ "name":"GetReplicationJobs",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"GetReplicationJobsRequest"},
98
+ "output":{"shape":"GetReplicationJobsResponse"},
99
+ "errors":[
100
+ {"shape":"InvalidParameterException"},
101
+ {"shape":"MissingRequiredParameterException"},
102
+ {"shape":"UnauthorizedOperationException"}
103
+ ]
104
+ },
105
+ "GetReplicationRuns":{
106
+ "name":"GetReplicationRuns",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/"
110
+ },
111
+ "input":{"shape":"GetReplicationRunsRequest"},
112
+ "output":{"shape":"GetReplicationRunsResponse"},
113
+ "errors":[
114
+ {"shape":"InvalidParameterException"},
115
+ {"shape":"MissingRequiredParameterException"},
116
+ {"shape":"UnauthorizedOperationException"}
117
+ ]
118
+ },
119
+ "GetServers":{
120
+ "name":"GetServers",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"GetServersRequest"},
126
+ "output":{"shape":"GetServersResponse"},
127
+ "errors":[
128
+ {"shape":"UnauthorizedOperationException"}
129
+ ]
130
+ },
131
+ "ImportServerCatalog":{
132
+ "name":"ImportServerCatalog",
133
+ "http":{
134
+ "method":"POST",
135
+ "requestUri":"/"
136
+ },
137
+ "input":{"shape":"ImportServerCatalogRequest"},
138
+ "output":{"shape":"ImportServerCatalogResponse"},
139
+ "errors":[
140
+ {"shape":"UnauthorizedOperationException"},
141
+ {"shape":"OperationNotPermittedException"},
142
+ {"shape":"InvalidParameterException"},
143
+ {"shape":"MissingRequiredParameterException"},
144
+ {"shape":"NoConnectorsAvailableException"}
145
+ ]
146
+ },
147
+ "StartOnDemandReplicationRun":{
148
+ "name":"StartOnDemandReplicationRun",
149
+ "http":{
150
+ "method":"POST",
151
+ "requestUri":"/"
152
+ },
153
+ "input":{"shape":"StartOnDemandReplicationRunRequest"},
154
+ "output":{"shape":"StartOnDemandReplicationRunResponse"},
155
+ "errors":[
156
+ {"shape":"InvalidParameterException"},
157
+ {"shape":"MissingRequiredParameterException"},
158
+ {"shape":"UnauthorizedOperationException"},
159
+ {"shape":"OperationNotPermittedException"},
160
+ {"shape":"ReplicationRunLimitExceededException"}
161
+ ]
162
+ },
163
+ "UpdateReplicationJob":{
164
+ "name":"UpdateReplicationJob",
165
+ "http":{
166
+ "method":"POST",
167
+ "requestUri":"/"
168
+ },
169
+ "input":{"shape":"UpdateReplicationJobRequest"},
170
+ "output":{"shape":"UpdateReplicationJobResponse"},
171
+ "errors":[
172
+ {"shape":"InvalidParameterException"},
173
+ {"shape":"MissingRequiredParameterException"},
174
+ {"shape":"OperationNotPermittedException"},
175
+ {"shape":"UnauthorizedOperationException"},
176
+ {"shape":"ServerCannotBeReplicatedException"},
177
+ {"shape":"ReplicationJobNotFoundException"},
178
+ {"shape":"InternalError"}
179
+ ]
180
+ }
181
+ },
182
+ "shapes":{
183
+ "AmiId":{"type":"string"},
184
+ "Connector":{
185
+ "type":"structure",
186
+ "members":{
187
+ "connectorId":{"shape":"ConnectorId"},
188
+ "version":{"shape":"ConnectorVersion"},
189
+ "status":{"shape":"ConnectorStatus"},
190
+ "capabilityList":{"shape":"ConnectorCapabilityList"},
191
+ "vmManagerName":{"shape":"VmManagerName"},
192
+ "vmManagerType":{"shape":"VmManagerType"},
193
+ "vmManagerId":{"shape":"VmManagerId"},
194
+ "ipAddress":{"shape":"IpAddress"},
195
+ "macAddress":{"shape":"MacAddress"},
196
+ "associatedOn":{"shape":"Timestamp"}
197
+ }
198
+ },
199
+ "ConnectorCapability":{
200
+ "type":"string",
201
+ "enum":["VSPHERE"]
202
+ },
203
+ "ConnectorCapabilityList":{
204
+ "type":"list",
205
+ "member":{
206
+ "shape":"ConnectorCapability",
207
+ "locationName":"item"
208
+ }
209
+ },
210
+ "ConnectorId":{"type":"string"},
211
+ "ConnectorList":{
212
+ "type":"list",
213
+ "member":{
214
+ "shape":"Connector",
215
+ "locationName":"item"
216
+ }
217
+ },
218
+ "ConnectorStatus":{
219
+ "type":"string",
220
+ "enum":[
221
+ "HEALTHY",
222
+ "UNHEALTHY"
223
+ ]
224
+ },
225
+ "ConnectorVersion":{"type":"string"},
226
+ "CreateReplicationJobRequest":{
227
+ "type":"structure",
228
+ "required":[
229
+ "serverId",
230
+ "seedReplicationTime",
231
+ "frequency"
232
+ ],
233
+ "members":{
234
+ "serverId":{"shape":"ServerId"},
235
+ "seedReplicationTime":{"shape":"Timestamp"},
236
+ "frequency":{"shape":"Frequency"},
237
+ "licenseType":{"shape":"LicenseType"},
238
+ "roleName":{"shape":"RoleName"},
239
+ "description":{"shape":"Description"}
240
+ }
241
+ },
242
+ "CreateReplicationJobResponse":{
243
+ "type":"structure",
244
+ "members":{
245
+ "replicationJobId":{"shape":"ReplicationJobId"}
246
+ }
247
+ },
248
+ "DeleteReplicationJobRequest":{
249
+ "type":"structure",
250
+ "required":["replicationJobId"],
251
+ "members":{
252
+ "replicationJobId":{"shape":"ReplicationJobId"}
253
+ }
254
+ },
255
+ "DeleteReplicationJobResponse":{
256
+ "type":"structure",
257
+ "members":{
258
+ }
259
+ },
260
+ "DeleteServerCatalogRequest":{
261
+ "type":"structure",
262
+ "members":{
263
+ }
264
+ },
265
+ "DeleteServerCatalogResponse":{
266
+ "type":"structure",
267
+ "members":{
268
+ }
269
+ },
270
+ "Description":{"type":"string"},
271
+ "DisassociateConnectorRequest":{
272
+ "type":"structure",
273
+ "required":["connectorId"],
274
+ "members":{
275
+ "connectorId":{"shape":"ConnectorId"}
276
+ }
277
+ },
278
+ "DisassociateConnectorResponse":{
279
+ "type":"structure",
280
+ "members":{
281
+ }
282
+ },
283
+ "ErrorMessage":{"type":"string"},
284
+ "Frequency":{"type":"integer"},
285
+ "GetConnectorsRequest":{
286
+ "type":"structure",
287
+ "members":{
288
+ "nextToken":{"shape":"NextToken"},
289
+ "maxResults":{"shape":"MaxResults"}
290
+ }
291
+ },
292
+ "GetConnectorsResponse":{
293
+ "type":"structure",
294
+ "members":{
295
+ "connectorList":{"shape":"ConnectorList"},
296
+ "nextToken":{"shape":"NextToken"}
297
+ }
298
+ },
299
+ "GetReplicationJobsRequest":{
300
+ "type":"structure",
301
+ "members":{
302
+ "replicationJobId":{"shape":"ReplicationJobId"},
303
+ "nextToken":{"shape":"NextToken"},
304
+ "maxResults":{"shape":"MaxResults"}
305
+ }
306
+ },
307
+ "GetReplicationJobsResponse":{
308
+ "type":"structure",
309
+ "members":{
310
+ "replicationJobList":{"shape":"ReplicationJobList"},
311
+ "nextToken":{"shape":"NextToken"}
312
+ }
313
+ },
314
+ "GetReplicationRunsRequest":{
315
+ "type":"structure",
316
+ "required":["replicationJobId"],
317
+ "members":{
318
+ "replicationJobId":{"shape":"ReplicationJobId"},
319
+ "nextToken":{"shape":"NextToken"},
320
+ "maxResults":{"shape":"MaxResults"}
321
+ }
322
+ },
323
+ "GetReplicationRunsResponse":{
324
+ "type":"structure",
325
+ "members":{
326
+ "replicationJob":{"shape":"ReplicationJob"},
327
+ "replicationRunList":{"shape":"ReplicationRunList"},
328
+ "nextToken":{"shape":"NextToken"}
329
+ }
330
+ },
331
+ "GetServersRequest":{
332
+ "type":"structure",
333
+ "members":{
334
+ "nextToken":{"shape":"NextToken"},
335
+ "maxResults":{"shape":"MaxResults"}
336
+ }
337
+ },
338
+ "GetServersResponse":{
339
+ "type":"structure",
340
+ "members":{
341
+ "lastModifiedOn":{"shape":"Timestamp"},
342
+ "serverCatalogStatus":{"shape":"ServerCatalogStatus"},
343
+ "serverList":{"shape":"ServerList"},
344
+ "nextToken":{"shape":"NextToken"}
345
+ }
346
+ },
347
+ "ImportServerCatalogRequest":{
348
+ "type":"structure",
349
+ "members":{
350
+ }
351
+ },
352
+ "ImportServerCatalogResponse":{
353
+ "type":"structure",
354
+ "members":{
355
+ }
356
+ },
357
+ "InternalError":{
358
+ "type":"structure",
359
+ "members":{
360
+ "message":{"shape":"ErrorMessage"}
361
+ },
362
+ "exception":true,
363
+ "fault":true
364
+ },
365
+ "InvalidParameterException":{
366
+ "type":"structure",
367
+ "members":{
368
+ "message":{"shape":"ErrorMessage"}
369
+ },
370
+ "exception":true
371
+ },
372
+ "IpAddress":{"type":"string"},
373
+ "LicenseType":{
374
+ "type":"string",
375
+ "enum":[
376
+ "AWS",
377
+ "BYOL"
378
+ ]
379
+ },
380
+ "MacAddress":{"type":"string"},
381
+ "MaxResults":{"type":"integer"},
382
+ "MissingRequiredParameterException":{
383
+ "type":"structure",
384
+ "members":{
385
+ "message":{"shape":"ErrorMessage"}
386
+ },
387
+ "exception":true
388
+ },
389
+ "NextToken":{"type":"string"},
390
+ "NoConnectorsAvailableException":{
391
+ "type":"structure",
392
+ "members":{
393
+ "message":{"shape":"ErrorMessage"}
394
+ },
395
+ "exception":true
396
+ },
397
+ "OperationNotPermittedException":{
398
+ "type":"structure",
399
+ "members":{
400
+ "message":{"shape":"ErrorMessage"}
401
+ },
402
+ "exception":true
403
+ },
404
+ "ReplicationJob":{
405
+ "type":"structure",
406
+ "members":{
407
+ "replicationJobId":{"shape":"ReplicationJobId"},
408
+ "serverId":{"shape":"ServerId"},
409
+ "serverType":{"shape":"ServerType"},
410
+ "vmServer":{"shape":"VmServer"},
411
+ "seedReplicationTime":{"shape":"Timestamp"},
412
+ "frequency":{"shape":"Frequency"},
413
+ "nextReplicationRunStartTime":{"shape":"Timestamp"},
414
+ "licenseType":{"shape":"LicenseType"},
415
+ "roleName":{"shape":"RoleName"},
416
+ "latestAmiId":{"shape":"AmiId"},
417
+ "state":{"shape":"ReplicationJobState"},
418
+ "statusMessage":{"shape":"ReplicationJobStatusMessage"},
419
+ "description":{"shape":"Description"},
420
+ "replicationRunList":{"shape":"ReplicationRunList"}
421
+ }
422
+ },
423
+ "ReplicationJobAlreadyExistsException":{
424
+ "type":"structure",
425
+ "members":{
426
+ "message":{"shape":"ErrorMessage"}
427
+ },
428
+ "exception":true
429
+ },
430
+ "ReplicationJobId":{"type":"string"},
431
+ "ReplicationJobList":{
432
+ "type":"list",
433
+ "member":{
434
+ "shape":"ReplicationJob",
435
+ "locationName":"item"
436
+ }
437
+ },
438
+ "ReplicationJobNotFoundException":{
439
+ "type":"structure",
440
+ "members":{
441
+ "message":{"shape":"ErrorMessage"}
442
+ },
443
+ "exception":true
444
+ },
445
+ "ReplicationJobState":{
446
+ "type":"string",
447
+ "enum":[
448
+ "PENDING",
449
+ "ACTIVE",
450
+ "FAILED",
451
+ "DELETING",
452
+ "DELETED"
453
+ ]
454
+ },
455
+ "ReplicationJobStatusMessage":{"type":"string"},
456
+ "ReplicationJobTerminated":{"type":"boolean"},
457
+ "ReplicationRun":{
458
+ "type":"structure",
459
+ "members":{
460
+ "replicationRunId":{"shape":"ReplicationRunId"},
461
+ "state":{"shape":"ReplicationRunState"},
462
+ "type":{"shape":"ReplicationRunType"},
463
+ "statusMessage":{"shape":"ReplicationRunStatusMessage"},
464
+ "amiId":{"shape":"AmiId"},
465
+ "scheduledStartTime":{"shape":"Timestamp"},
466
+ "completedTime":{"shape":"Timestamp"},
467
+ "description":{"shape":"Description"}
468
+ }
469
+ },
470
+ "ReplicationRunId":{"type":"string"},
471
+ "ReplicationRunLimitExceededException":{
472
+ "type":"structure",
473
+ "members":{
474
+ "message":{"shape":"ErrorMessage"}
475
+ },
476
+ "exception":true
477
+ },
478
+ "ReplicationRunList":{
479
+ "type":"list",
480
+ "member":{
481
+ "shape":"ReplicationRun",
482
+ "locationName":"item"
483
+ }
484
+ },
485
+ "ReplicationRunState":{
486
+ "type":"string",
487
+ "enum":[
488
+ "PENDING",
489
+ "MISSED",
490
+ "ACTIVE",
491
+ "FAILED",
492
+ "COMPLETED",
493
+ "DELETING",
494
+ "DELETED"
495
+ ]
496
+ },
497
+ "ReplicationRunStatusMessage":{"type":"string"},
498
+ "ReplicationRunType":{
499
+ "type":"string",
500
+ "enum":[
501
+ "ON_DEMAND",
502
+ "AUTOMATIC"
503
+ ]
504
+ },
505
+ "RoleName":{"type":"string"},
506
+ "Server":{
507
+ "type":"structure",
508
+ "members":{
509
+ "serverId":{"shape":"ServerId"},
510
+ "serverType":{"shape":"ServerType"},
511
+ "vmServer":{"shape":"VmServer"},
512
+ "replicationJobId":{"shape":"ReplicationJobId"},
513
+ "replicationJobTerminated":{"shape":"ReplicationJobTerminated"}
514
+ }
515
+ },
516
+ "ServerCannotBeReplicatedException":{
517
+ "type":"structure",
518
+ "members":{
519
+ "message":{"shape":"ErrorMessage"}
520
+ },
521
+ "exception":true
522
+ },
523
+ "ServerCatalogStatus":{
524
+ "type":"string",
525
+ "enum":[
526
+ "NOT_IMPORTED",
527
+ "IMPORTING",
528
+ "AVAILABLE",
529
+ "DELETED",
530
+ "EXPIRED"
531
+ ]
532
+ },
533
+ "ServerId":{"type":"string"},
534
+ "ServerList":{
535
+ "type":"list",
536
+ "member":{
537
+ "shape":"Server",
538
+ "locationName":"item"
539
+ }
540
+ },
541
+ "ServerType":{
542
+ "type":"string",
543
+ "enum":["VIRTUAL_MACHINE"]
544
+ },
545
+ "StartOnDemandReplicationRunRequest":{
546
+ "type":"structure",
547
+ "required":["replicationJobId"],
548
+ "members":{
549
+ "replicationJobId":{"shape":"ReplicationJobId"},
550
+ "description":{"shape":"Description"}
551
+ }
552
+ },
553
+ "StartOnDemandReplicationRunResponse":{
554
+ "type":"structure",
555
+ "members":{
556
+ "replicationRunId":{"shape":"ReplicationRunId"}
557
+ }
558
+ },
559
+ "Timestamp":{"type":"timestamp"},
560
+ "UnauthorizedOperationException":{
561
+ "type":"structure",
562
+ "members":{
563
+ "message":{"shape":"ErrorMessage"}
564
+ },
565
+ "exception":true
566
+ },
567
+ "UpdateReplicationJobRequest":{
568
+ "type":"structure",
569
+ "required":["replicationJobId"],
570
+ "members":{
571
+ "replicationJobId":{"shape":"ReplicationJobId"},
572
+ "frequency":{"shape":"Frequency"},
573
+ "nextReplicationRunStartTime":{"shape":"Timestamp"},
574
+ "licenseType":{"shape":"LicenseType"},
575
+ "roleName":{"shape":"RoleName"},
576
+ "description":{"shape":"Description"}
577
+ }
578
+ },
579
+ "UpdateReplicationJobResponse":{
580
+ "type":"structure",
581
+ "members":{
582
+ }
583
+ },
584
+ "VmId":{"type":"string"},
585
+ "VmManagerId":{"type":"string"},
586
+ "VmManagerName":{"type":"string"},
587
+ "VmManagerType":{
588
+ "type":"string",
589
+ "enum":["VSPHERE"]
590
+ },
591
+ "VmName":{"type":"string"},
592
+ "VmPath":{"type":"string"},
593
+ "VmServer":{
594
+ "type":"structure",
595
+ "members":{
596
+ "vmServerAddress":{"shape":"VmServerAddress"},
597
+ "vmName":{"shape":"VmName"},
598
+ "vmManagerName":{"shape":"VmManagerName"},
599
+ "vmManagerType":{"shape":"VmManagerType"},
600
+ "vmPath":{"shape":"VmPath"}
601
+ }
602
+ },
603
+ "VmServerAddress":{
604
+ "type":"structure",
605
+ "members":{
606
+ "vmManagerId":{"shape":"VmManagerId"},
607
+ "vmId":{"shape":"VmId"}
608
+ }
609
+ }
610
+ }
611
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination":{
3
+ "GetReplicationJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "replicationJobList"
8
+ },
9
+ "GetReplicationRuns": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "replicationRunList"
14
+ },
15
+ "GetConnectors": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "connectorList"
20
+ },
21
+ "GetServers": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "serverList"
26
+ }
27
+ }
28
+ }
@@ -151,6 +151,8 @@
151
151
  }
152
152
  },
153
153
  "budgets": {
154
+ "partitionEndpoint": "aws-global",
155
+ "isRegionalized": false,
154
156
  "endpoints": {
155
157
  "aws-global": {
156
158
  "hostname": "budgets.amazonaws.com",
@@ -989,6 +991,13 @@
989
991
  "eu-west-1": {}
990
992
  }
991
993
  },
994
+ "sms": {
995
+ "endpoints": {
996
+ "us-east-1": {},
997
+ "eu-west-1": {},
998
+ "ap-southeast-2": {}
999
+ }
1000
+ },
992
1001
  "sns": {
993
1002
  "defaults": {
994
1003
  "protocols": [
@@ -84,6 +84,7 @@ module Aws
84
84
  ServiceCatalog
85
85
  SES
86
86
  SimpleDB
87
+ SMS
87
88
  SNS
88
89
  Snowball
89
90
  SQS
@@ -57,21 +57,9 @@ module Aws
57
57
  end
58
58
 
59
59
  def service_in_region?(svc, region_name)
60
- svc_endpoints_contains_region?(svc, region_name) ||
61
- svc_partition_endpoint_matches_region?(svc, region_name)
62
- end
63
-
64
- def svc_endpoints_contains_region?(svc, region_name)
65
60
  svc['endpoints'].key?(region_name)
66
61
  end
67
62
 
68
- def svc_partition_endpoint_matches_region?(svc, region_name)
69
- if pe = svc['partitionEndpoint']
70
- region = svc['endpoints'][pe].fetch('credentialScope', {})['region']
71
- region == region_name
72
- end
73
- end
74
-
75
63
  end
76
64
  end
77
65
  end
@@ -16,7 +16,6 @@ module Aws
16
16
  @regions = options[:regions]
17
17
  @regionalized = options[:regionalized]
18
18
  @partition_region = options[:partition_region]
19
- @regions << @partition_region if !@regionalized
20
19
  end
21
20
 
22
21
  # @return [String] The name of this service. The name is the module
@@ -66,16 +65,7 @@ module Aws
66
65
  end
67
66
 
68
67
  def partition_region(service)
69
- if service['partitionEndpoint']
70
- endpoint = service['endpoints'][service['partitionEndpoint']]
71
- if endpoint['credentialScope']
72
- endpoint['credentialScope']['region']
73
- elsif service['defaults'] && service['defaults']['credentialScope']
74
- service['defaults']['credentialScope']['region']
75
- else
76
- service['partitionEndpoint']
77
- end
78
- end
68
+ service['partitionEndpoint']
79
69
  end
80
70
 
81
71
  end
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SMS, {
2
+ api: "#{Aws::API_DIR}/sms/2016-10-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sms/2016-10-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sms/2016-10-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sms/2016-10-24/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.12'
2
+ VERSION = '2.6.13'
3
3
  end
@@ -258,6 +258,10 @@
258
258
  "models": "sdb/2009-04-15",
259
259
  "endpoint": "sdb"
260
260
  },
261
+ "SMS": {
262
+ "models": "sms/2016-10-24",
263
+ "endpoint": "sms"
264
+ },
261
265
  "SNS": {
262
266
  "models": "sns/2010-03-31",
263
267
  "endpoint": "sns"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.12
4
+ version: 2.6.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-20 00:00:00.000000000 Z
11
+ date: 2016-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -248,6 +248,9 @@ files:
248
248
  - apis/sdb/2009-04-15/paginators-1.json
249
249
  - apis/servicecatalog/2015-12-10/api-2.json
250
250
  - apis/servicecatalog/2015-12-10/examples-1.json
251
+ - apis/sms/2016-10-24/api-2.json
252
+ - apis/sms/2016-10-24/examples-1.json
253
+ - apis/sms/2016-10-24/paginators-1.json
251
254
  - apis/snowball/2016-06-30/api-2.json
252
255
  - apis/snowball/2016-06-30/examples-1.json
253
256
  - apis/snowball/2016-06-30/paginators-1.json
@@ -466,6 +469,7 @@ files:
466
469
  - lib/aws-sdk-core/signers/v3.rb
467
470
  - lib/aws-sdk-core/signers/v4.rb
468
471
  - lib/aws-sdk-core/simpledb.rb
472
+ - lib/aws-sdk-core/sms.rb
469
473
  - lib/aws-sdk-core/snowball.rb
470
474
  - lib/aws-sdk-core/sns.rb
471
475
  - lib/aws-sdk-core/sqs.rb