aws-sdk-core 2.11.574 → 2.11.575

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
  SHA256:
3
- metadata.gz: 12232c859821aec3c099bbe01e5ca563c977883fda8965ca194241a7acc9ee80
4
- data.tar.gz: ae861de48165c7cec02a8c80a234680b373060b5dc0faba6458f96533ee7ced9
3
+ metadata.gz: 50bf43b036f230ce62c2d6d86416a589fc34b4760a1860a3062347128c07a62c
4
+ data.tar.gz: c18af3717f2a5639ba4135316631ce77bedff82c426e23595c00b2e779124f58
5
5
  SHA512:
6
- metadata.gz: 18c2d749aec94592535fdbcadc0ac5b5b2865ee8b04fa3b6b956b7c6d6d1d615aa6be18cc3ec8127ea1ffc56ae471b15189abf0e8c0deb4f07c86e05affd614a
7
- data.tar.gz: 18ac5fe8c5fd429a7008e4bd662aa1347617b3ca7a88684f9b5f5740980e3f9cc8ad659b6eda832e9597b39cb333a44c33c7686db5edad59091facb4e4cc3412
6
+ metadata.gz: 5838dc9511d2c615c69030f6e493e1aa92f86bc7ff36433ee14e8f6b0d208ece761aca681b75baec6445c237de60ee4990dab2ff3eefa5f02d5c806b889de2b9
7
+ data.tar.gz: c06f249cf82a4f915133c1c4385eead6587a8d6b2a59b7b638291c3338121422e0b12da06deaa6452e40cc24211bce27bbea63eb54ef665bd94f29df4f1e4542
@@ -231,6 +231,19 @@
231
231
  {"shape":"InconsistentQuantities"}
232
232
  ]
233
233
  },
234
+ "CreateMonitoringSubscription":{
235
+ "name":"CreateMonitoringSubscription2020_05_31",
236
+ "http":{
237
+ "method":"POST",
238
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
239
+ },
240
+ "input":{"shape":"CreateMonitoringSubscriptionRequest"},
241
+ "output":{"shape":"CreateMonitoringSubscriptionResult"},
242
+ "errors":[
243
+ {"shape":"AccessDenied"},
244
+ {"shape":"NoSuchDistribution"}
245
+ ]
246
+ },
234
247
  "CreateOriginRequestPolicy":{
235
248
  "name":"CreateOriginRequestPolicy2020_05_31",
236
249
  "http":{
@@ -396,6 +409,19 @@
396
409
  {"shape":"FieldLevelEncryptionProfileInUse"}
397
410
  ]
398
411
  },
412
+ "DeleteMonitoringSubscription":{
413
+ "name":"DeleteMonitoringSubscription2020_05_31",
414
+ "http":{
415
+ "method":"DELETE",
416
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
417
+ },
418
+ "input":{"shape":"DeleteMonitoringSubscriptionRequest"},
419
+ "output":{"shape":"DeleteMonitoringSubscriptionResult"},
420
+ "errors":[
421
+ {"shape":"AccessDenied"},
422
+ {"shape":"NoSuchDistribution"}
423
+ ]
424
+ },
399
425
  "DeleteOriginRequestPolicy":{
400
426
  "name":"DeleteOriginRequestPolicy2020_05_31",
401
427
  "http":{
@@ -589,6 +615,19 @@
589
615
  {"shape":"AccessDenied"}
590
616
  ]
591
617
  },
618
+ "GetMonitoringSubscription":{
619
+ "name":"GetMonitoringSubscription2020_05_31",
620
+ "http":{
621
+ "method":"GET",
622
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
623
+ },
624
+ "input":{"shape":"GetMonitoringSubscriptionRequest"},
625
+ "output":{"shape":"GetMonitoringSubscriptionResult"},
626
+ "errors":[
627
+ {"shape":"AccessDenied"},
628
+ {"shape":"NoSuchDistribution"}
629
+ ]
630
+ },
592
631
  "GetOriginRequestPolicy":{
593
632
  "name":"GetOriginRequestPolicy2020_05_31",
594
633
  "http":{
@@ -1718,6 +1757,33 @@
1718
1757
  },
1719
1758
  "payload":"Invalidation"
1720
1759
  },
1760
+ "CreateMonitoringSubscriptionRequest":{
1761
+ "type":"structure",
1762
+ "required":[
1763
+ "MonitoringSubscription",
1764
+ "DistributionId"
1765
+ ],
1766
+ "members":{
1767
+ "DistributionId":{
1768
+ "shape":"string",
1769
+ "location":"uri",
1770
+ "locationName":"DistributionId"
1771
+ },
1772
+ "MonitoringSubscription":{
1773
+ "shape":"MonitoringSubscription",
1774
+ "locationName":"MonitoringSubscription",
1775
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1776
+ }
1777
+ },
1778
+ "payload":"MonitoringSubscription"
1779
+ },
1780
+ "CreateMonitoringSubscriptionResult":{
1781
+ "type":"structure",
1782
+ "members":{
1783
+ "MonitoringSubscription":{"shape":"MonitoringSubscription"}
1784
+ },
1785
+ "payload":"MonitoringSubscription"
1786
+ },
1721
1787
  "CreateOriginRequestPolicyRequest":{
1722
1788
  "type":"structure",
1723
1789
  "required":["OriginRequestPolicyConfig"],
@@ -1999,6 +2065,22 @@
1999
2065
  }
2000
2066
  }
2001
2067
  },
2068
+ "DeleteMonitoringSubscriptionRequest":{
2069
+ "type":"structure",
2070
+ "required":["DistributionId"],
2071
+ "members":{
2072
+ "DistributionId":{
2073
+ "shape":"string",
2074
+ "location":"uri",
2075
+ "locationName":"DistributionId"
2076
+ }
2077
+ }
2078
+ },
2079
+ "DeleteMonitoringSubscriptionResult":{
2080
+ "type":"structure",
2081
+ "members":{
2082
+ }
2083
+ },
2002
2084
  "DeleteOriginRequestPolicyRequest":{
2003
2085
  "type":"structure",
2004
2086
  "required":["Id"],
@@ -2725,6 +2807,24 @@
2725
2807
  },
2726
2808
  "payload":"Invalidation"
2727
2809
  },
2810
+ "GetMonitoringSubscriptionRequest":{
2811
+ "type":"structure",
2812
+ "required":["DistributionId"],
2813
+ "members":{
2814
+ "DistributionId":{
2815
+ "shape":"string",
2816
+ "location":"uri",
2817
+ "locationName":"DistributionId"
2818
+ }
2819
+ }
2820
+ },
2821
+ "GetMonitoringSubscriptionResult":{
2822
+ "type":"structure",
2823
+ "members":{
2824
+ "MonitoringSubscription":{"shape":"MonitoringSubscription"}
2825
+ },
2826
+ "payload":"MonitoringSubscription"
2827
+ },
2728
2828
  "GetOriginRequestPolicyConfigRequest":{
2729
2829
  "type":"structure",
2730
2830
  "required":["Id"],
@@ -3600,6 +3700,12 @@
3600
3700
  "error":{"httpStatusCode":400},
3601
3701
  "exception":true
3602
3702
  },
3703
+ "MonitoringSubscription":{
3704
+ "type":"structure",
3705
+ "members":{
3706
+ "RealtimeMetricsSubscriptionConfig":{"shape":"RealtimeMetricsSubscriptionConfig"}
3707
+ }
3708
+ },
3603
3709
  "NoSuchCachePolicy":{
3604
3710
  "type":"structure",
3605
3711
  "members":{
@@ -4152,6 +4258,20 @@
4152
4258
  "locationName":"Name"
4153
4259
  }
4154
4260
  },
4261
+ "RealtimeMetricsSubscriptionConfig":{
4262
+ "type":"structure",
4263
+ "required":["RealtimeMetricsSubscriptionStatus"],
4264
+ "members":{
4265
+ "RealtimeMetricsSubscriptionStatus":{"shape":"RealtimeMetricsSubscriptionStatus"}
4266
+ }
4267
+ },
4268
+ "RealtimeMetricsSubscriptionStatus":{
4269
+ "type":"string",
4270
+ "enum":[
4271
+ "Enabled",
4272
+ "Disabled"
4273
+ ]
4274
+ },
4155
4275
  "ResourceARN":{
4156
4276
  "type":"string",
4157
4277
  "pattern":"arn:aws(-cn)?:cloudfront::[0-9]+:.*"
@@ -71,17 +71,29 @@
71
71
  "AWSRegion":{
72
72
  "type":"string",
73
73
  "enum":[
74
- "us-east-1",
75
- "us-west-1",
76
- "us-west-2",
77
- "eu-central-1",
78
- "eu-west-1",
74
+ "af-south-1",
75
+ "ap-east-1",
76
+ "ap-south-1",
79
77
  "ap-southeast-1",
80
78
  "ap-southeast-2",
81
79
  "ap-northeast-1",
82
- "eu-north-1",
80
+ "ap-northeast-2",
83
81
  "ap-northeast-3",
84
- "ap-east-1"
82
+ "ca-central-1",
83
+ "eu-central-1",
84
+ "eu-west-1",
85
+ "eu-west-2",
86
+ "eu-west-3",
87
+ "eu-north-1",
88
+ "eu-south-1",
89
+ "me-south-1",
90
+ "sa-east-1",
91
+ "us-east-1",
92
+ "us-east-2",
93
+ "us-west-1",
94
+ "us-west-2",
95
+ "cn-north-1",
96
+ "cn-northwest-1"
85
97
  ]
86
98
  },
87
99
  "AdditionalArtifact":{
@@ -139,7 +151,11 @@
139
151
  "exception":true
140
152
  },
141
153
  "ErrorMessage":{"type":"string"},
142
- "GenericString":{"type":"string"},
154
+ "GenericString":{
155
+ "type":"string",
156
+ "max":256,
157
+ "pattern":"[A-Za-z0-9_\\.\\-=]*"
158
+ },
143
159
  "InternalErrorException":{
144
160
  "type":"structure",
145
161
  "members":{
@@ -244,7 +260,8 @@
244
260
  },
245
261
  "S3Bucket":{
246
262
  "type":"string",
247
- "max":256
263
+ "max":256,
264
+ "pattern":"[A-Za-z0-9_\\.\\-]+"
248
265
  },
249
266
  "S3Prefix":{
250
267
  "type":"string",
@@ -263,7 +280,8 @@
263
280
  "type":"string",
264
281
  "enum":[
265
282
  "HOURLY",
266
- "DAILY"
283
+ "DAILY",
284
+ "MONTHLY"
267
285
  ]
268
286
  },
269
287
  "ValidationException":{
@@ -128,6 +128,19 @@
128
128
  ],
129
129
  "deprecated":true
130
130
  },
131
+ "DescribeNotebookExecution":{
132
+ "name":"DescribeNotebookExecution",
133
+ "http":{
134
+ "method":"POST",
135
+ "requestUri":"/"
136
+ },
137
+ "input":{"shape":"DescribeNotebookExecutionInput"},
138
+ "output":{"shape":"DescribeNotebookExecutionOutput"},
139
+ "errors":[
140
+ {"shape":"InternalServerError"},
141
+ {"shape":"InvalidRequestException"}
142
+ ]
143
+ },
131
144
  "DescribeSecurityConfiguration":{
132
145
  "name":"DescribeSecurityConfiguration",
133
146
  "http":{
@@ -241,6 +254,19 @@
241
254
  {"shape":"InvalidRequestException"}
242
255
  ]
243
256
  },
257
+ "ListNotebookExecutions":{
258
+ "name":"ListNotebookExecutions",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/"
262
+ },
263
+ "input":{"shape":"ListNotebookExecutionsInput"},
264
+ "output":{"shape":"ListNotebookExecutionsOutput"},
265
+ "errors":[
266
+ {"shape":"InternalServerError"},
267
+ {"shape":"InvalidRequestException"}
268
+ ]
269
+ },
244
270
  "ListSecurityConfigurations":{
245
271
  "name":"ListSecurityConfigurations",
246
272
  "http":{
@@ -399,6 +425,31 @@
399
425
  {"shape":"InternalServerError"}
400
426
  ]
401
427
  },
428
+ "StartNotebookExecution":{
429
+ "name":"StartNotebookExecution",
430
+ "http":{
431
+ "method":"POST",
432
+ "requestUri":"/"
433
+ },
434
+ "input":{"shape":"StartNotebookExecutionInput"},
435
+ "output":{"shape":"StartNotebookExecutionOutput"},
436
+ "errors":[
437
+ {"shape":"InternalServerException"},
438
+ {"shape":"InvalidRequestException"}
439
+ ]
440
+ },
441
+ "StopNotebookExecution":{
442
+ "name":"StopNotebookExecution",
443
+ "http":{
444
+ "method":"POST",
445
+ "requestUri":"/"
446
+ },
447
+ "input":{"shape":"StopNotebookExecutionInput"},
448
+ "errors":[
449
+ {"shape":"InternalServerError"},
450
+ {"shape":"InvalidRequestException"}
451
+ ]
452
+ },
402
453
  "TerminateJobFlows":{
403
454
  "name":"TerminateJobFlows",
404
455
  "http":{
@@ -894,6 +945,19 @@
894
945
  "JobFlows":{"shape":"JobFlowDetailList"}
895
946
  }
896
947
  },
948
+ "DescribeNotebookExecutionInput":{
949
+ "type":"structure",
950
+ "required":["NotebookExecutionId"],
951
+ "members":{
952
+ "NotebookExecutionId":{"shape":"XmlStringMaxLen256"}
953
+ }
954
+ },
955
+ "DescribeNotebookExecutionOutput":{
956
+ "type":"structure",
957
+ "members":{
958
+ "NotebookExecution":{"shape":"NotebookExecution"}
959
+ }
960
+ },
897
961
  "DescribeSecurityConfigurationInput":{
898
962
  "type":"structure",
899
963
  "required":["Name"],
@@ -997,6 +1061,19 @@
997
1061
  "min":1
998
1062
  },
999
1063
  "ErrorMessage":{"type":"string"},
1064
+ "ExecutionEngineConfig":{
1065
+ "type":"structure",
1066
+ "required":["Id"],
1067
+ "members":{
1068
+ "Id":{"shape":"XmlStringMaxLen256"},
1069
+ "Type":{"shape":"ExecutionEngineType"},
1070
+ "MasterInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"}
1071
+ }
1072
+ },
1073
+ "ExecutionEngineType":{
1074
+ "type":"string",
1075
+ "enum":["EMR"]
1076
+ },
1000
1077
  "FailureDetails":{
1001
1078
  "type":"structure",
1002
1079
  "members":{
@@ -1684,6 +1761,23 @@
1684
1761
  "Marker":{"shape":"Marker"}
1685
1762
  }
1686
1763
  },
1764
+ "ListNotebookExecutionsInput":{
1765
+ "type":"structure",
1766
+ "members":{
1767
+ "EditorId":{"shape":"XmlStringMaxLen256"},
1768
+ "Status":{"shape":"NotebookExecutionStatus"},
1769
+ "From":{"shape":"Date"},
1770
+ "To":{"shape":"Date"},
1771
+ "Marker":{"shape":"Marker"}
1772
+ }
1773
+ },
1774
+ "ListNotebookExecutionsOutput":{
1775
+ "type":"structure",
1776
+ "members":{
1777
+ "NotebookExecutions":{"shape":"NotebookExecutionSummaryList"},
1778
+ "Marker":{"shape":"Marker"}
1779
+ }
1780
+ },
1687
1781
  "ListSecurityConfigurationsInput":{
1688
1782
  "type":"structure",
1689
1783
  "members":{
@@ -1780,6 +1874,54 @@
1780
1874
  "type":"double",
1781
1875
  "min":0.0
1782
1876
  },
1877
+ "NotebookExecution":{
1878
+ "type":"structure",
1879
+ "members":{
1880
+ "NotebookExecutionId":{"shape":"XmlStringMaxLen256"},
1881
+ "EditorId":{"shape":"XmlStringMaxLen256"},
1882
+ "ExecutionEngine":{"shape":"ExecutionEngineConfig"},
1883
+ "NotebookExecutionName":{"shape":"XmlStringMaxLen256"},
1884
+ "NotebookParams":{"shape":"XmlString"},
1885
+ "Status":{"shape":"NotebookExecutionStatus"},
1886
+ "StartTime":{"shape":"Date"},
1887
+ "EndTime":{"shape":"Date"},
1888
+ "Arn":{"shape":"XmlStringMaxLen256"},
1889
+ "OutputNotebookURI":{"shape":"XmlString"},
1890
+ "LastStateChangeReason":{"shape":"XmlString"},
1891
+ "NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
1892
+ "Tags":{"shape":"TagList"}
1893
+ }
1894
+ },
1895
+ "NotebookExecutionStatus":{
1896
+ "type":"string",
1897
+ "enum":[
1898
+ "START_PENDING",
1899
+ "STARTING",
1900
+ "RUNNING",
1901
+ "FINISHING",
1902
+ "FINISHED",
1903
+ "FAILING",
1904
+ "FAILED",
1905
+ "STOP_PENDING",
1906
+ "STOPPING",
1907
+ "STOPPED"
1908
+ ]
1909
+ },
1910
+ "NotebookExecutionSummary":{
1911
+ "type":"structure",
1912
+ "members":{
1913
+ "NotebookExecutionId":{"shape":"XmlStringMaxLen256"},
1914
+ "EditorId":{"shape":"XmlStringMaxLen256"},
1915
+ "NotebookExecutionName":{"shape":"XmlStringMaxLen256"},
1916
+ "Status":{"shape":"NotebookExecutionStatus"},
1917
+ "StartTime":{"shape":"Date"},
1918
+ "EndTime":{"shape":"Date"}
1919
+ }
1920
+ },
1921
+ "NotebookExecutionSummaryList":{
1922
+ "type":"list",
1923
+ "member":{"shape":"NotebookExecutionSummary"}
1924
+ },
1783
1925
  "OnDemandProvisioningAllocationStrategy":{
1784
1926
  "type":"string",
1785
1927
  "enum":["lowest-price"]
@@ -1806,7 +1948,7 @@
1806
1948
  "Port":{
1807
1949
  "type":"integer",
1808
1950
  "max":65535,
1809
- "min":0
1951
+ "min":-1
1810
1952
  },
1811
1953
  "PortRange":{
1812
1954
  "type":"structure",
@@ -2100,6 +2242,31 @@
2100
2242
  "TERMINATE_CLUSTER"
2101
2243
  ]
2102
2244
  },
2245
+ "StartNotebookExecutionInput":{
2246
+ "type":"structure",
2247
+ "required":[
2248
+ "EditorId",
2249
+ "RelativePath",
2250
+ "ExecutionEngine",
2251
+ "ServiceRole"
2252
+ ],
2253
+ "members":{
2254
+ "EditorId":{"shape":"XmlStringMaxLen256"},
2255
+ "RelativePath":{"shape":"XmlString"},
2256
+ "NotebookExecutionName":{"shape":"XmlStringMaxLen256"},
2257
+ "NotebookParams":{"shape":"XmlString"},
2258
+ "ExecutionEngine":{"shape":"ExecutionEngineConfig"},
2259
+ "ServiceRole":{"shape":"XmlString"},
2260
+ "NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
2261
+ "Tags":{"shape":"TagList"}
2262
+ }
2263
+ },
2264
+ "StartNotebookExecutionOutput":{
2265
+ "type":"structure",
2266
+ "members":{
2267
+ "NotebookExecutionId":{"shape":"XmlStringMaxLen256"}
2268
+ }
2269
+ },
2103
2270
  "Statistic":{
2104
2271
  "type":"string",
2105
2272
  "enum":[
@@ -2247,6 +2414,13 @@
2247
2414
  "EndDateTime":{"shape":"Date"}
2248
2415
  }
2249
2416
  },
2417
+ "StopNotebookExecutionInput":{
2418
+ "type":"structure",
2419
+ "required":["NotebookExecutionId"],
2420
+ "members":{
2421
+ "NotebookExecutionId":{"shape":"XmlStringMaxLen256"}
2422
+ }
2423
+ },
2250
2424
  "String":{"type":"string"},
2251
2425
  "StringList":{
2252
2426
  "type":"list",
@@ -28,6 +28,11 @@
28
28
  "output_token": "Marker",
29
29
  "result_key": "Instances"
30
30
  },
31
+ "ListNotebookExecutions": {
32
+ "input_token": "Marker",
33
+ "output_token": "Marker",
34
+ "result_key": "NotebookExecutions"
35
+ },
31
36
  "ListSecurityConfigurations": {
32
37
  "input_token": "Marker",
33
38
  "output_token": "Marker",
@@ -3549,6 +3549,7 @@
3549
3549
  "ap-northeast-2" : { },
3550
3550
  "ap-southeast-1" : { },
3551
3551
  "eu-west-1" : { },
3552
+ "eu-west-2" : { },
3552
3553
  "us-east-1" : { }
3553
3554
  }
3554
3555
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.574'
2
+ VERSION = '2.11.575'
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.574
4
+ version: 2.11.575
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: 2020-08-27 00:00:00.000000000 Z
11
+ date: 2020-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath