aws-sdk-core 2.11.304 → 2.11.305

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,24 @@
45
45
  {"shape":"AccessDeniedException"}
46
46
  ]
47
47
  },
48
+ "CopyWorkspaceImage":{
49
+ "name":"CopyWorkspaceImage",
50
+ "http":{
51
+ "method":"POST",
52
+ "requestUri":"/"
53
+ },
54
+ "input":{"shape":"CopyWorkspaceImageRequest"},
55
+ "output":{"shape":"CopyWorkspaceImageResult"},
56
+ "errors":[
57
+ {"shape":"ResourceLimitExceededException"},
58
+ {"shape":"ResourceAlreadyExistsException"},
59
+ {"shape":"ResourceNotFoundException"},
60
+ {"shape":"ResourceUnavailableException"},
61
+ {"shape":"OperationNotSupportedException"},
62
+ {"shape":"AccessDeniedException"},
63
+ {"shape":"InvalidParameterValuesException"}
64
+ ]
65
+ },
48
66
  "CreateIpGroup":{
49
67
  "name":"CreateIpGroup",
50
68
  "http":{
@@ -229,6 +247,20 @@
229
247
  {"shape":"AccessDeniedException"}
230
248
  ]
231
249
  },
250
+ "DescribeWorkspaceSnapshots":{
251
+ "name":"DescribeWorkspaceSnapshots",
252
+ "http":{
253
+ "method":"POST",
254
+ "requestUri":"/"
255
+ },
256
+ "input":{"shape":"DescribeWorkspaceSnapshotsRequest"},
257
+ "output":{"shape":"DescribeWorkspaceSnapshotsResult"},
258
+ "errors":[
259
+ {"shape":"InvalidParameterValuesException"},
260
+ {"shape":"ResourceNotFoundException"},
261
+ {"shape":"AccessDeniedException"}
262
+ ]
263
+ },
232
264
  "DescribeWorkspaces":{
233
265
  "name":"DescribeWorkspaces",
234
266
  "http":{
@@ -379,6 +411,20 @@
379
411
  "input":{"shape":"RebuildWorkspacesRequest"},
380
412
  "output":{"shape":"RebuildWorkspacesResult"}
381
413
  },
414
+ "RestoreWorkspace":{
415
+ "name":"RestoreWorkspace",
416
+ "http":{
417
+ "method":"POST",
418
+ "requestUri":"/"
419
+ },
420
+ "input":{"shape":"RestoreWorkspaceRequest"},
421
+ "output":{"shape":"RestoreWorkspaceResult"},
422
+ "errors":[
423
+ {"shape":"InvalidParameterValuesException"},
424
+ {"shape":"ResourceNotFoundException"},
425
+ {"shape":"AccessDeniedException"}
426
+ ]
427
+ },
382
428
  "RevokeIpRules":{
383
429
  "name":"RevokeIpRules",
384
430
  "http":{
@@ -559,6 +605,27 @@
559
605
  "UNKNOWN"
560
606
  ]
561
607
  },
608
+ "CopyWorkspaceImageRequest":{
609
+ "type":"structure",
610
+ "required":[
611
+ "Name",
612
+ "SourceImageId",
613
+ "SourceRegion"
614
+ ],
615
+ "members":{
616
+ "Name":{"shape":"WorkspaceImageName"},
617
+ "Description":{"shape":"WorkspaceImageDescription"},
618
+ "SourceImageId":{"shape":"WorkspaceImageId"},
619
+ "SourceRegion":{"shape":"Region"},
620
+ "Tags":{"shape":"TagList"}
621
+ }
622
+ },
623
+ "CopyWorkspaceImageResult":{
624
+ "type":"structure",
625
+ "members":{
626
+ "ImageId":{"shape":"WorkspaceImageId"}
627
+ }
628
+ },
562
629
  "CreateIpGroupRequest":{
563
630
  "type":"structure",
564
631
  "required":["GroupName"],
@@ -793,6 +860,20 @@
793
860
  "NextToken":{"shape":"PaginationToken"}
794
861
  }
795
862
  },
863
+ "DescribeWorkspaceSnapshotsRequest":{
864
+ "type":"structure",
865
+ "required":["WorkspaceId"],
866
+ "members":{
867
+ "WorkspaceId":{"shape":"WorkspaceId"}
868
+ }
869
+ },
870
+ "DescribeWorkspaceSnapshotsResult":{
871
+ "type":"structure",
872
+ "members":{
873
+ "RebuildSnapshots":{"shape":"SnapshotList"},
874
+ "RestoreSnapshots":{"shape":"SnapshotList"}
875
+ }
876
+ },
796
877
  "DescribeWorkspacesConnectionStatusRequest":{
797
878
  "type":"structure",
798
879
  "members":{
@@ -1183,6 +1264,12 @@
1183
1264
  "DISABLED"
1184
1265
  ]
1185
1266
  },
1267
+ "Region":{
1268
+ "type":"string",
1269
+ "max":31,
1270
+ "min":1,
1271
+ "pattern":"^[-0-9a-z]{1,31}$"
1272
+ },
1186
1273
  "RegistrationCode":{
1187
1274
  "type":"string",
1188
1275
  "max":20,
@@ -1238,6 +1325,19 @@
1238
1325
  },
1239
1326
  "exception":true
1240
1327
  },
1328
+ "RestoreWorkspaceRequest":{
1329
+ "type":"structure",
1330
+ "required":["WorkspaceId"],
1331
+ "members":{
1332
+ "WorkspaceId":{"shape":"WorkspaceId"},
1333
+ "SnapshotCurrentVolumes":{"shape":"BooleanObject"}
1334
+ }
1335
+ },
1336
+ "RestoreWorkspaceResult":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ }
1340
+ },
1241
1341
  "RevokeIpRulesRequest":{
1242
1342
  "type":"structure",
1243
1343
  "required":[
@@ -1273,6 +1373,16 @@
1273
1373
  "type":"string",
1274
1374
  "pattern":"^(sg-[0-9a-f]{8})$"
1275
1375
  },
1376
+ "Snapshot":{
1377
+ "type":"structure",
1378
+ "members":{
1379
+ "SnapshotTime":{"shape":"Timestamp"}
1380
+ }
1381
+ },
1382
+ "SnapshotList":{
1383
+ "type":"list",
1384
+ "member":{"shape":"Snapshot"}
1385
+ },
1276
1386
  "StartRequest":{
1277
1387
  "type":"structure",
1278
1388
  "members":{
@@ -1628,6 +1738,7 @@
1628
1738
  "REBOOTING",
1629
1739
  "STARTING",
1630
1740
  "REBUILDING",
1741
+ "RESTORING",
1631
1742
  "MAINTENANCE",
1632
1743
  "ADMIN_MAINTENANCE",
1633
1744
  "TERMINATING",
@@ -444,16 +444,23 @@
444
444
  },
445
445
  "backup" : {
446
446
  "endpoints" : {
447
+ "ap-northeast-1" : { },
448
+ "ap-northeast-2" : { },
449
+ "ap-southeast-1" : { },
447
450
  "ap-southeast-2" : { },
451
+ "ca-central-1" : { },
448
452
  "eu-central-1" : { },
449
453
  "eu-west-1" : { },
454
+ "eu-west-2" : { },
450
455
  "us-east-1" : { },
451
456
  "us-east-2" : { },
457
+ "us-west-1" : { },
452
458
  "us-west-2" : { }
453
459
  }
454
460
  },
455
461
  "batch" : {
456
462
  "endpoints" : {
463
+ "ap-east-1" : { },
457
464
  "ap-northeast-1" : { },
458
465
  "ap-northeast-2" : { },
459
466
  "ap-south-1" : { },
@@ -1433,6 +1440,7 @@
1433
1440
  "fsx" : {
1434
1441
  "endpoints" : {
1435
1442
  "ap-northeast-1" : { },
1443
+ "ap-southeast-1" : { },
1436
1444
  "ap-southeast-2" : { },
1437
1445
  "eu-central-1" : { },
1438
1446
  "eu-west-1" : { },
@@ -1493,6 +1501,7 @@
1493
1501
  "ap-southeast-2" : { },
1494
1502
  "ca-central-1" : { },
1495
1503
  "eu-central-1" : { },
1504
+ "eu-north-1" : { },
1496
1505
  "eu-west-1" : { },
1497
1506
  "eu-west-2" : { },
1498
1507
  "eu-west-3" : { },
@@ -3948,6 +3957,7 @@
3948
3957
  },
3949
3958
  "firehose" : {
3950
3959
  "endpoints" : {
3960
+ "us-gov-east-1" : { },
3951
3961
  "us-gov-west-1" : { }
3952
3962
  }
3953
3963
  },
@@ -3961,6 +3971,7 @@
3961
3971
  },
3962
3972
  "glue" : {
3963
3973
  "endpoints" : {
3974
+ "us-gov-east-1" : { },
3964
3975
  "us-gov-west-1" : { }
3965
3976
  }
3966
3977
  },
@@ -81,6 +81,7 @@ module Aws
81
81
  DynamoDB
82
82
  DynamoDBStreams
83
83
  EC2
84
+ EC2InstanceConnect
84
85
  ECR
85
86
  ECS
86
87
  EFS
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:EC2InstanceConnect, {
2
+ api: "#{Aws::API_DIR}/ec2-instance-connect/2018-04-02/api-2.json",
3
+ docs: "#{Aws::API_DIR}/ec2-instance-connect/2018-04-02/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ec2-instance-connect/2018-04-02/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/ec2-instance-connect/2018-04-02/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.304'
2
+ VERSION = '2.11.305'
3
3
  end
@@ -230,6 +230,10 @@
230
230
  "models": "ec2/2016-11-15",
231
231
  "endpoint": "ec2"
232
232
  },
233
+ "EC2InstanceConnect": {
234
+ "models": "ec2-instance-connect/2018-04-02",
235
+ "endpoint": "ec2-instance-connect"
236
+ },
233
237
  "ECR": {
234
238
  "models": "ecr/2015-09-21",
235
239
  "endpoint": "ecr"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.304
4
+ version: 2.11.305
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -293,6 +293,9 @@ files:
293
293
  - apis/dynamodb/2012-08-10/resources-1.json
294
294
  - apis/dynamodb/2012-08-10/smoke.json
295
295
  - apis/dynamodb/2012-08-10/waiters-2.json
296
+ - apis/ec2-instance-connect/2018-04-02/api-2.json
297
+ - apis/ec2-instance-connect/2018-04-02/examples-1.json
298
+ - apis/ec2-instance-connect/2018-04-02/paginators-1.json
296
299
  - apis/ec2/2015-10-01/api-2.json
297
300
  - apis/ec2/2015-10-01/examples-1.json
298
301
  - apis/ec2/2015-10-01/paginators-1.json
@@ -871,6 +874,7 @@ files:
871
874
  - lib/aws-sdk-core/dynamodbstreams.rb
872
875
  - lib/aws-sdk-core/eager_loader.rb
873
876
  - lib/aws-sdk-core/ec2.rb
877
+ - lib/aws-sdk-core/ec2instanceconnect.rb
874
878
  - lib/aws-sdk-core/ecr.rb
875
879
  - lib/aws-sdk-core/ecs.rb
876
880
  - lib/aws-sdk-core/ecs_credentials.rb