aws-sdk-core 2.11.145 → 2.11.146

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: da06df1b2a00239ceac010aff3fa868d94e08877
4
- data.tar.gz: 87da19024e5817bbf509e63b8b41c384d5a79f49
3
+ metadata.gz: 2da1b7ec54ed46c98432bed67bfb38dfcb7ff6e1
4
+ data.tar.gz: 4dbf3275c047c5b2e828213e9c06dc128e2209b9
5
5
  SHA512:
6
- metadata.gz: ee650d9240c71324ac5aeb67373a071b4c4664d52f6b52963ccb024bd659ac9195c4a7093c62b62c238b910f2ad49a03afae11651dc29788d8dcc4b628141b44
7
- data.tar.gz: e3d8c0b25ed7cdd67262df30f56a4c568c3303e79812d1bf3d8b4e9e818277512b04aed18b7dd3007819e62af3ee9f6f9c32a1babc748e03cdfce5240921dae0
6
+ metadata.gz: e499a2be086fd62fb723d5041f77f1e6619b63cefb497bed8e8794e8ffc8dcf2f6aebd47928a6c8a18a5bc89be7490c995303b23f03d515fc56ae96d5e03838b
7
+ data.tar.gz: 9a6c89fdd63ff6115707358e526c202992293765751e8233ff5fc813e578050942c58ef70a7c13eacfc69fdb27dffdfc0bfe158da7feef7b9109c064ddb82566
@@ -44,6 +44,19 @@
44
44
  {"shape":"DuplicateInstanceId"}
45
45
  ]
46
46
  },
47
+ "CancelMaintenanceWindowExecution":{
48
+ "name":"CancelMaintenanceWindowExecution",
49
+ "http":{
50
+ "method":"POST",
51
+ "requestUri":"/"
52
+ },
53
+ "input":{"shape":"CancelMaintenanceWindowExecutionRequest"},
54
+ "output":{"shape":"CancelMaintenanceWindowExecutionResult"},
55
+ "errors":[
56
+ {"shape":"InternalServerError"},
57
+ {"shape":"DoesNotExistException"}
58
+ ]
59
+ },
47
60
  "CreateActivation":{
48
61
  "name":"CreateActivation",
49
62
  "http":{
@@ -621,6 +634,19 @@
621
634
  {"shape":"InternalServerError"}
622
635
  ]
623
636
  },
637
+ "DescribeMaintenanceWindowSchedule":{
638
+ "name":"DescribeMaintenanceWindowSchedule",
639
+ "http":{
640
+ "method":"POST",
641
+ "requestUri":"/"
642
+ },
643
+ "input":{"shape":"DescribeMaintenanceWindowScheduleRequest"},
644
+ "output":{"shape":"DescribeMaintenanceWindowScheduleResult"},
645
+ "errors":[
646
+ {"shape":"InternalServerError"},
647
+ {"shape":"DoesNotExistException"}
648
+ ]
649
+ },
624
650
  "DescribeMaintenanceWindowTargets":{
625
651
  "name":"DescribeMaintenanceWindowTargets",
626
652
  "http":{
@@ -659,6 +685,18 @@
659
685
  {"shape":"InternalServerError"}
660
686
  ]
661
687
  },
688
+ "DescribeMaintenanceWindowsForTarget":{
689
+ "name":"DescribeMaintenanceWindowsForTarget",
690
+ "http":{
691
+ "method":"POST",
692
+ "requestUri":"/"
693
+ },
694
+ "input":{"shape":"DescribeMaintenanceWindowsForTargetRequest"},
695
+ "output":{"shape":"DescribeMaintenanceWindowsForTargetResult"},
696
+ "errors":[
697
+ {"shape":"InternalServerError"}
698
+ ]
699
+ },
662
700
  "DescribeParameters":{
663
701
  "name":"DescribeParameters",
664
702
  "http":{
@@ -2201,6 +2239,19 @@
2201
2239
  "members":{
2202
2240
  }
2203
2241
  },
2242
+ "CancelMaintenanceWindowExecutionRequest":{
2243
+ "type":"structure",
2244
+ "required":["WindowExecutionId"],
2245
+ "members":{
2246
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}
2247
+ }
2248
+ },
2249
+ "CancelMaintenanceWindowExecutionResult":{
2250
+ "type":"structure",
2251
+ "members":{
2252
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}
2253
+ }
2254
+ },
2204
2255
  "ClientToken":{
2205
2256
  "type":"string",
2206
2257
  "max":64,
@@ -2685,7 +2736,10 @@
2685
2736
  "members":{
2686
2737
  "Name":{"shape":"MaintenanceWindowName"},
2687
2738
  "Description":{"shape":"MaintenanceWindowDescription"},
2739
+ "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
2740
+ "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
2688
2741
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
2742
+ "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
2689
2743
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
2690
2744
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
2691
2745
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -3360,6 +3414,27 @@
3360
3414
  "NextToken":{"shape":"NextToken"}
3361
3415
  }
3362
3416
  },
3417
+ "DescribeMaintenanceWindowScheduleRequest":{
3418
+ "type":"structure",
3419
+ "members":{
3420
+ "WindowId":{"shape":"MaintenanceWindowId"},
3421
+ "Targets":{"shape":"Targets"},
3422
+ "ResourceType":{"shape":"MaintenanceWindowResourceType"},
3423
+ "Filters":{"shape":"PatchOrchestratorFilterList"},
3424
+ "MaxResults":{
3425
+ "shape":"MaintenanceWindowSearchMaxResults",
3426
+ "box":true
3427
+ },
3428
+ "NextToken":{"shape":"NextToken"}
3429
+ }
3430
+ },
3431
+ "DescribeMaintenanceWindowScheduleResult":{
3432
+ "type":"structure",
3433
+ "members":{
3434
+ "ScheduledWindowExecutions":{"shape":"ScheduledWindowExecutionList"},
3435
+ "NextToken":{"shape":"NextToken"}
3436
+ }
3437
+ },
3363
3438
  "DescribeMaintenanceWindowTargetsRequest":{
3364
3439
  "type":"structure",
3365
3440
  "required":["WindowId"],
@@ -3400,6 +3475,29 @@
3400
3475
  "NextToken":{"shape":"NextToken"}
3401
3476
  }
3402
3477
  },
3478
+ "DescribeMaintenanceWindowsForTargetRequest":{
3479
+ "type":"structure",
3480
+ "required":[
3481
+ "Targets",
3482
+ "ResourceType"
3483
+ ],
3484
+ "members":{
3485
+ "Targets":{"shape":"Targets"},
3486
+ "ResourceType":{"shape":"MaintenanceWindowResourceType"},
3487
+ "MaxResults":{
3488
+ "shape":"MaintenanceWindowSearchMaxResults",
3489
+ "box":true
3490
+ },
3491
+ "NextToken":{"shape":"NextToken"}
3492
+ }
3493
+ },
3494
+ "DescribeMaintenanceWindowsForTargetResult":{
3495
+ "type":"structure",
3496
+ "members":{
3497
+ "WindowIdentities":{"shape":"MaintenanceWindowsForTargetList"},
3498
+ "NextToken":{"shape":"NextToken"}
3499
+ }
3500
+ },
3403
3501
  "DescribeMaintenanceWindowsRequest":{
3404
3502
  "type":"structure",
3405
3503
  "members":{
@@ -4084,7 +4182,11 @@
4084
4182
  "WindowId":{"shape":"MaintenanceWindowId"},
4085
4183
  "Name":{"shape":"MaintenanceWindowName"},
4086
4184
  "Description":{"shape":"MaintenanceWindowDescription"},
4185
+ "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
4186
+ "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
4087
4187
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
4188
+ "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
4189
+ "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"},
4088
4190
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
4089
4191
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
4090
4192
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -5620,7 +5722,19 @@
5620
5722
  "Description":{"shape":"MaintenanceWindowDescription"},
5621
5723
  "Enabled":{"shape":"MaintenanceWindowEnabled"},
5622
5724
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
5623
- "Cutoff":{"shape":"MaintenanceWindowCutoff"}
5725
+ "Cutoff":{"shape":"MaintenanceWindowCutoff"},
5726
+ "Schedule":{"shape":"MaintenanceWindowSchedule"},
5727
+ "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
5728
+ "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
5729
+ "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
5730
+ "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}
5731
+ }
5732
+ },
5733
+ "MaintenanceWindowIdentityForTarget":{
5734
+ "type":"structure",
5735
+ "members":{
5736
+ "WindowId":{"shape":"MaintenanceWindowId"},
5737
+ "Name":{"shape":"MaintenanceWindowName"}
5624
5738
  }
5625
5739
  },
5626
5740
  "MaintenanceWindowIdentityList":{
@@ -5687,6 +5801,10 @@
5687
5801
  "max":256,
5688
5802
  "min":1
5689
5803
  },
5804
+ "MaintenanceWindowSearchMaxResults":{
5805
+ "type":"integer",
5806
+ "min":1
5807
+ },
5690
5808
  "MaintenanceWindowStepFunctionsInput":{
5691
5809
  "type":"string",
5692
5810
  "max":4096,
@@ -5704,6 +5822,7 @@
5704
5822
  "Name":{"shape":"MaintenanceWindowStepFunctionsName"}
5705
5823
  }
5706
5824
  },
5825
+ "MaintenanceWindowStringDateTime":{"type":"string"},
5707
5826
  "MaintenanceWindowTarget":{
5708
5827
  "type":"structure",
5709
5828
  "members":{
@@ -5819,6 +5938,11 @@
5819
5938
  "LAMBDA"
5820
5939
  ]
5821
5940
  },
5941
+ "MaintenanceWindowTimezone":{"type":"string"},
5942
+ "MaintenanceWindowsForTargetList":{
5943
+ "type":"list",
5944
+ "member":{"shape":"MaintenanceWindowIdentityForTarget"}
5945
+ },
5822
5946
  "ManagedInstanceId":{
5823
5947
  "type":"string",
5824
5948
  "pattern":"^mi-[0-9a-f]{17}$"
@@ -6920,6 +7044,18 @@
6920
7044
  "max":256,
6921
7045
  "min":1
6922
7046
  },
7047
+ "ScheduledWindowExecution":{
7048
+ "type":"structure",
7049
+ "members":{
7050
+ "WindowId":{"shape":"MaintenanceWindowId"},
7051
+ "Name":{"shape":"MaintenanceWindowName"},
7052
+ "ExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}
7053
+ }
7054
+ },
7055
+ "ScheduledWindowExecutionList":{
7056
+ "type":"list",
7057
+ "member":{"shape":"ScheduledWindowExecution"}
7058
+ },
6923
7059
  "SendAutomationSignalRequest":{
6924
7060
  "type":"structure",
6925
7061
  "required":[
@@ -7600,7 +7736,10 @@
7600
7736
  "WindowId":{"shape":"MaintenanceWindowId"},
7601
7737
  "Name":{"shape":"MaintenanceWindowName"},
7602
7738
  "Description":{"shape":"MaintenanceWindowDescription"},
7739
+ "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
7740
+ "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
7603
7741
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
7742
+ "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
7604
7743
  "Duration":{
7605
7744
  "shape":"MaintenanceWindowDurationHours",
7606
7745
  "box":true
@@ -7629,7 +7768,10 @@
7629
7768
  "WindowId":{"shape":"MaintenanceWindowId"},
7630
7769
  "Name":{"shape":"MaintenanceWindowName"},
7631
7770
  "Description":{"shape":"MaintenanceWindowDescription"},
7771
+ "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
7772
+ "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
7632
7773
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
7774
+ "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
7633
7775
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
7634
7776
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
7635
7777
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.145'
2
+ VERSION = '2.11.146'
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.145
4
+ version: 2.11.146
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-10-08 00:00:00.000000000 Z
11
+ date: 2018-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath