aws-sdk-core 2.11.127 → 2.11.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4355d515b04c2238bb4bdbe7193c803cb9133a94
4
- data.tar.gz: c9f76134d64b7900d434cedab20d5a83062c79cf
3
+ metadata.gz: 212d283c316b46934d1d0138d477bf2105649357
4
+ data.tar.gz: 515ec7b147b06f3598ba6825b2ab4c0c33cadaa9
5
5
  SHA512:
6
- metadata.gz: 5d54e22c493c582abdb5a25e094eec19a2ba07f7077d0153729c3d1acd91f53ee83b563ffaf7f0adca5c76763dd1c7acaef5e72611ffc7e8a215b70ce8f0941d
7
- data.tar.gz: b2f9f287d2f7b6024cd086dbe23a722e0bc09783e6cd8ad33cdaa80242ac293af4dd84fe17ef72357a5288bfc4d8a4e3598e1647770d9a9372c43b5ee0f23a15
6
+ metadata.gz: 77bde1d06ef65ac8cf749e4eabc7137413071204c1f7c84c89441757c1bcdf45a3c0bfc2911ded1c6671171ee4dce0d9eb466c71059f70621c5d4e2412331c28
7
+ data.tar.gz: cf228ebfb07e8fd1971393a2d9bc87ecc4cc76d028744006f93c9bdfbf613f8540c36fbb22675b813e28c40f6c26fcc03837d941b0671976295c6a085242aa6a
@@ -712,6 +712,20 @@
712
712
  {"shape":"InternalServerError"}
713
713
  ]
714
714
  },
715
+ "DescribeSessions":{
716
+ "name":"DescribeSessions",
717
+ "http":{
718
+ "method":"POST",
719
+ "requestUri":"/"
720
+ },
721
+ "input":{"shape":"DescribeSessionsRequest"},
722
+ "output":{"shape":"DescribeSessionsResponse"},
723
+ "errors":[
724
+ {"shape":"InternalServerError"},
725
+ {"shape":"InvalidFilterKey"},
726
+ {"shape":"InvalidNextToken"}
727
+ ]
728
+ },
715
729
  "GetAutomationExecution":{
716
730
  "name":"GetAutomationExecution",
717
731
  "http":{
@@ -741,6 +755,18 @@
741
755
  {"shape":"InvocationDoesNotExist"}
742
756
  ]
743
757
  },
758
+ "GetConnectionStatus":{
759
+ "name":"GetConnectionStatus",
760
+ "http":{
761
+ "method":"POST",
762
+ "requestUri":"/"
763
+ },
764
+ "input":{"shape":"GetConnectionStatusRequest"},
765
+ "output":{"shape":"GetConnectionStatusResponse"},
766
+ "errors":[
767
+ {"shape":"InternalServerError"}
768
+ ]
769
+ },
744
770
  "GetDefaultPatchBaseline":{
745
771
  "name":"GetDefaultPatchBaseline",
746
772
  "http":{
@@ -1308,6 +1334,19 @@
1308
1334
  {"shape":"TooManyUpdates"}
1309
1335
  ]
1310
1336
  },
1337
+ "ResumeSession":{
1338
+ "name":"ResumeSession",
1339
+ "http":{
1340
+ "method":"POST",
1341
+ "requestUri":"/"
1342
+ },
1343
+ "input":{"shape":"ResumeSessionRequest"},
1344
+ "output":{"shape":"ResumeSessionResponse"},
1345
+ "errors":[
1346
+ {"shape":"DoesNotExistException"},
1347
+ {"shape":"InternalServerError"}
1348
+ ]
1349
+ },
1311
1350
  "SendAutomationSignal":{
1312
1351
  "name":"SendAutomationSignal",
1313
1352
  "http":{
@@ -1376,6 +1415,20 @@
1376
1415
  {"shape":"InternalServerError"}
1377
1416
  ]
1378
1417
  },
1418
+ "StartSession":{
1419
+ "name":"StartSession",
1420
+ "http":{
1421
+ "method":"POST",
1422
+ "requestUri":"/"
1423
+ },
1424
+ "input":{"shape":"StartSessionRequest"},
1425
+ "output":{"shape":"StartSessionResponse"},
1426
+ "errors":[
1427
+ {"shape":"InvalidDocument"},
1428
+ {"shape":"TargetNotConnected"},
1429
+ {"shape":"InternalServerError"}
1430
+ ]
1431
+ },
1379
1432
  "StopAutomationExecution":{
1380
1433
  "name":"StopAutomationExecution",
1381
1434
  "http":{
@@ -1390,6 +1443,19 @@
1390
1443
  {"shape":"InternalServerError"}
1391
1444
  ]
1392
1445
  },
1446
+ "TerminateSession":{
1447
+ "name":"TerminateSession",
1448
+ "http":{
1449
+ "method":"POST",
1450
+ "requestUri":"/"
1451
+ },
1452
+ "input":{"shape":"TerminateSessionRequest"},
1453
+ "output":{"shape":"TerminateSessionResponse"},
1454
+ "errors":[
1455
+ {"shape":"DoesNotExistException"},
1456
+ {"shape":"InternalServerError"}
1457
+ ]
1458
+ },
1393
1459
  "UpdateAssociation":{
1394
1460
  "name":"UpdateAssociation",
1395
1461
  "http":{
@@ -2506,6 +2572,13 @@
2506
2572
  "max":255,
2507
2573
  "min":1
2508
2574
  },
2575
+ "ConnectionStatus":{
2576
+ "type":"string",
2577
+ "enum":[
2578
+ "Connected",
2579
+ "NotConnected"
2580
+ ]
2581
+ },
2509
2582
  "CreateActivationRequest":{
2510
2583
  "type":"structure",
2511
2584
  "required":["IamRole"],
@@ -3417,6 +3490,26 @@
3417
3490
  "NextToken":{"shape":"NextToken"}
3418
3491
  }
3419
3492
  },
3493
+ "DescribeSessionsRequest":{
3494
+ "type":"structure",
3495
+ "required":["State"],
3496
+ "members":{
3497
+ "State":{"shape":"SessionState"},
3498
+ "MaxResults":{
3499
+ "shape":"SessionMaxResults",
3500
+ "box":true
3501
+ },
3502
+ "NextToken":{"shape":"NextToken"},
3503
+ "Filters":{"shape":"SessionFilterList"}
3504
+ }
3505
+ },
3506
+ "DescribeSessionsResponse":{
3507
+ "type":"structure",
3508
+ "members":{
3509
+ "Sessions":{"shape":"SessionList"},
3510
+ "NextToken":{"shape":"NextToken"}
3511
+ }
3512
+ },
3420
3513
  "DescriptionInDocument":{"type":"string"},
3421
3514
  "DocumentARN":{
3422
3515
  "type":"string",
@@ -3620,7 +3713,8 @@
3620
3713
  "enum":[
3621
3714
  "Command",
3622
3715
  "Policy",
3623
- "Automation"
3716
+ "Automation",
3717
+ "Session"
3624
3718
  ]
3625
3719
  },
3626
3720
  "DocumentVersion":{
@@ -3781,6 +3875,20 @@
3781
3875
  "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
3782
3876
  }
3783
3877
  },
3878
+ "GetConnectionStatusRequest":{
3879
+ "type":"structure",
3880
+ "required":["Target"],
3881
+ "members":{
3882
+ "Target":{"shape":"SessionTarget"}
3883
+ }
3884
+ },
3885
+ "GetConnectionStatusResponse":{
3886
+ "type":"structure",
3887
+ "members":{
3888
+ "Target":{"shape":"SessionTarget"},
3889
+ "Status":{"shape":"ConnectionStatus"}
3890
+ }
3891
+ },
3784
3892
  "GetDefaultPatchBaselineRequest":{
3785
3893
  "type":"structure",
3786
3894
  "members":{
@@ -6737,6 +6845,21 @@
6737
6845
  "max":1,
6738
6846
  "min":1
6739
6847
  },
6848
+ "ResumeSessionRequest":{
6849
+ "type":"structure",
6850
+ "required":["SessionId"],
6851
+ "members":{
6852
+ "SessionId":{"shape":"SessionId"}
6853
+ }
6854
+ },
6855
+ "ResumeSessionResponse":{
6856
+ "type":"structure",
6857
+ "members":{
6858
+ "SessionId":{"shape":"SessionId"},
6859
+ "TokenValue":{"shape":"TokenValue"},
6860
+ "StreamUrl":{"shape":"StreamUrl"}
6861
+ }
6862
+ },
6740
6863
  "S3BucketName":{
6741
6864
  "type":"string",
6742
6865
  "max":63,
@@ -6820,6 +6943,135 @@
6820
6943
  }
6821
6944
  },
6822
6945
  "ServiceRole":{"type":"string"},
6946
+ "Session":{
6947
+ "type":"structure",
6948
+ "members":{
6949
+ "SessionId":{"shape":"SessionId"},
6950
+ "Target":{"shape":"SessionTarget"},
6951
+ "Status":{"shape":"SessionStatus"},
6952
+ "StartDate":{"shape":"DateTime"},
6953
+ "EndDate":{"shape":"DateTime"},
6954
+ "DocumentName":{"shape":"DocumentName"},
6955
+ "Owner":{"shape":"SessionOwner"},
6956
+ "Details":{"shape":"SessionDetails"},
6957
+ "OutputUrl":{"shape":"SessionManagerOutputUrl"}
6958
+ }
6959
+ },
6960
+ "SessionDetails":{
6961
+ "type":"string",
6962
+ "max":1024,
6963
+ "min":1
6964
+ },
6965
+ "SessionFilter":{
6966
+ "type":"structure",
6967
+ "required":[
6968
+ "key",
6969
+ "value"
6970
+ ],
6971
+ "members":{
6972
+ "key":{"shape":"SessionFilterKey"},
6973
+ "value":{"shape":"SessionFilterValue"}
6974
+ }
6975
+ },
6976
+ "SessionFilterKey":{
6977
+ "type":"string",
6978
+ "enum":[
6979
+ "InvokedAfter",
6980
+ "InvokedBefore",
6981
+ "Target",
6982
+ "Owner",
6983
+ "Status"
6984
+ ]
6985
+ },
6986
+ "SessionFilterList":{
6987
+ "type":"list",
6988
+ "member":{"shape":"SessionFilter"},
6989
+ "max":5,
6990
+ "min":1
6991
+ },
6992
+ "SessionFilterValue":{
6993
+ "type":"string",
6994
+ "max":200,
6995
+ "min":1
6996
+ },
6997
+ "SessionId":{
6998
+ "type":"string",
6999
+ "max":96,
7000
+ "min":1
7001
+ },
7002
+ "SessionList":{
7003
+ "type":"list",
7004
+ "member":{"shape":"Session"}
7005
+ },
7006
+ "SessionManagerCloudWatchOutputUrl":{
7007
+ "type":"string",
7008
+ "max":2083,
7009
+ "min":1
7010
+ },
7011
+ "SessionManagerOutputUrl":{
7012
+ "type":"structure",
7013
+ "members":{
7014
+ "S3OutputUrl":{"shape":"SessionManagerS3OutputUrl"},
7015
+ "CloudWatchOutputUrl":{"shape":"SessionManagerCloudWatchOutputUrl"}
7016
+ }
7017
+ },
7018
+ "SessionManagerParameterName":{
7019
+ "type":"string",
7020
+ "max":255,
7021
+ "min":1
7022
+ },
7023
+ "SessionManagerParameterValue":{
7024
+ "type":"string",
7025
+ "max":65535,
7026
+ "min":1
7027
+ },
7028
+ "SessionManagerParameterValueList":{
7029
+ "type":"list",
7030
+ "member":{"shape":"SessionManagerParameterValue"}
7031
+ },
7032
+ "SessionManagerParameters":{
7033
+ "type":"map",
7034
+ "key":{"shape":"SessionManagerParameterName"},
7035
+ "value":{"shape":"SessionManagerParameterValueList"}
7036
+ },
7037
+ "SessionManagerS3OutputUrl":{
7038
+ "type":"string",
7039
+ "max":2083,
7040
+ "min":1
7041
+ },
7042
+ "SessionMaxResults":{
7043
+ "type":"integer",
7044
+ "max":200,
7045
+ "min":1
7046
+ },
7047
+ "SessionOwner":{
7048
+ "type":"string",
7049
+ "max":256,
7050
+ "min":1
7051
+ },
7052
+ "SessionState":{
7053
+ "type":"string",
7054
+ "enum":[
7055
+ "Active",
7056
+ "History"
7057
+ ]
7058
+ },
7059
+ "SessionStatus":{
7060
+ "type":"string",
7061
+ "enum":[
7062
+ "Connected",
7063
+ "Connecting",
7064
+ "Disconnected",
7065
+ "Terminated",
7066
+ "Terminating",
7067
+ "Failed"
7068
+ ]
7069
+ },
7070
+ "SessionTarget":{
7071
+ "type":"string",
7072
+ "max":50,
7073
+ "min":1
7074
+ },
6823
7075
  "SeveritySummary":{
6824
7076
  "type":"structure",
6825
7077
  "members":{
@@ -6893,6 +7145,23 @@
6893
7145
  "AutomationExecutionId":{"shape":"AutomationExecutionId"}
6894
7146
  }
6895
7147
  },
7148
+ "StartSessionRequest":{
7149
+ "type":"structure",
7150
+ "required":["Target"],
7151
+ "members":{
7152
+ "Target":{"shape":"SessionTarget"},
7153
+ "DocumentName":{"shape":"DocumentARN"},
7154
+ "Parameters":{"shape":"SessionManagerParameters"}
7155
+ }
7156
+ },
7157
+ "StartSessionResponse":{
7158
+ "type":"structure",
7159
+ "members":{
7160
+ "SessionId":{"shape":"SessionId"},
7161
+ "TokenValue":{"shape":"TokenValue"},
7162
+ "StreamUrl":{"shape":"StreamUrl"}
7163
+ }
7164
+ },
6896
7165
  "StatusAdditionalInfo":{
6897
7166
  "type":"string",
6898
7167
  "max":1024
@@ -7017,6 +7286,7 @@
7017
7286
  "Cancel"
7018
7287
  ]
7019
7288
  },
7289
+ "StreamUrl":{"type":"string"},
7020
7290
  "String":{"type":"string"},
7021
7291
  "StringDateTime":{
7022
7292
  "type":"string",
@@ -7110,6 +7380,13 @@
7110
7380
  "max":300,
7111
7381
  "min":0
7112
7382
  },
7383
+ "TargetNotConnected":{
7384
+ "type":"structure",
7385
+ "members":{
7386
+ "Message":{"shape":"String"}
7387
+ },
7388
+ "exception":true
7389
+ },
7113
7390
  "TargetParameterList":{
7114
7391
  "type":"list",
7115
7392
  "member":{"shape":"ParameterValue"}
@@ -7132,11 +7409,29 @@
7132
7409
  "max":5,
7133
7410
  "min":0
7134
7411
  },
7412
+ "TerminateSessionRequest":{
7413
+ "type":"structure",
7414
+ "required":["SessionId"],
7415
+ "members":{
7416
+ "SessionId":{"shape":"SessionId"}
7417
+ }
7418
+ },
7419
+ "TerminateSessionResponse":{
7420
+ "type":"structure",
7421
+ "members":{
7422
+ "SessionId":{"shape":"SessionId"}
7423
+ }
7424
+ },
7135
7425
  "TimeoutSeconds":{
7136
7426
  "type":"integer",
7137
7427
  "max":2592000,
7138
7428
  "min":30
7139
7429
  },
7430
+ "TokenValue":{
7431
+ "type":"string",
7432
+ "max":300,
7433
+ "min":0
7434
+ },
7140
7435
  "TooManyTagsError":{
7141
7436
  "type":"structure",
7142
7437
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.127'
2
+ VERSION = '2.11.128'
3
3
  end
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.11.127
4
+ version: 2.11.128
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: 2018-09-10 00:00:00.000000000 Z
11
+ date: 2018-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath