aws-sdk-core 2.11.411 → 2.11.412

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: 8336e7320f89190f28613da96da7f1c6f9c6954e
4
- data.tar.gz: 07b8bfe7fa00b4eb8b5ac8933f0b78edfa525fbf
3
+ metadata.gz: eb79579554a3f6d58641f192d03303e20b78958f
4
+ data.tar.gz: 502c548f1c07ec9242d26d865bdad25610656822
5
5
  SHA512:
6
- metadata.gz: 514006feb80dc2652dd48d4f9381b52aea9919616c8c142ad608bea46fa14729a1b0976fed8cd83f4c41ff32f84482fb2782123aeebe2c24080f376bf7d36ad4
7
- data.tar.gz: 7a1b0b65272348313a1848f8f3369aeb8ea600bc7b8393c94f7727d203049fe765b7365b992dae8884609d5c2a48885232a3565ca34ee90aa87368687b01dfae
6
+ metadata.gz: af0b778fcd0bd3a1e6b74eb26005ee4826709160aea1947db621103bf002c29ee6ca964f85d66cf3815ed9b5f27be57897694b66a8f093faa85f414b1a05e775
7
+ data.tar.gz: 063f81fa0cf1f49673bef0f442b2a50bd68c812e286d9e5884bf2602c850ddc62d8aa928350fea4e5e1349ec98e0c5201b06be98e5e6e60eade76669b73523e3
@@ -588,6 +588,31 @@
588
588
  "shape": "ServiceUnavailableException"
589
589
  }
590
590
  ]
591
+ },
592
+ "UpdateMonitoring" : {
593
+ "name" : "UpdateMonitoring",
594
+ "http" : {
595
+ "method" : "PUT",
596
+ "requestUri" : "/v1/clusters/{clusterArn}/monitoring",
597
+ "responseCode" : 200
598
+ },
599
+ "input" : {
600
+ "shape" : "UpdateMonitoringRequest"
601
+ },
602
+ "output" : {
603
+ "shape" : "UpdateMonitoringResponse"
604
+ },
605
+ "errors" : [ {
606
+ "shape" : "ServiceUnavailableException"
607
+ }, {
608
+ "shape" : "BadRequestException"
609
+ }, {
610
+ "shape" : "UnauthorizedException"
611
+ }, {
612
+ "shape" : "InternalServerErrorException"
613
+ }, {
614
+ "shape" : "ForbiddenException"
615
+ } ]
591
616
  }
592
617
  },
593
618
  "shapes": {
@@ -770,6 +795,10 @@
770
795
  "shape": "__integer",
771
796
  "locationName": "numberOfBrokerNodes"
772
797
  },
798
+ "OpenMonitoring" : {
799
+ "shape" : "OpenMonitoring",
800
+ "locationName" : "openMonitoring"
801
+ },
773
802
  "State": {
774
803
  "shape": "ClusterState",
775
804
  "locationName": "state"
@@ -966,6 +995,10 @@
966
995
  "shape": "__integerMin1Max15",
967
996
  "locationName": "numberOfBrokerNodes"
968
997
  },
998
+ "OpenMonitoring" : {
999
+ "shape" : "OpenMonitoringInfo",
1000
+ "locationName" : "openMonitoring"
1001
+ },
969
1002
  "Tags": {
970
1003
  "shape": "__mapOf__string",
971
1004
  "locationName": "tags"
@@ -1554,6 +1587,14 @@
1554
1587
  "NumberOfBrokerNodes": {
1555
1588
  "shape": "__integer",
1556
1589
  "locationName": "numberOfBrokerNodes"
1590
+ },
1591
+ "OpenMonitoring" : {
1592
+ "shape" : "OpenMonitoring",
1593
+ "locationName" : "openMonitoring"
1594
+ },
1595
+ "EnhancedMonitoring" : {
1596
+ "shape" : "EnhancedMonitoring",
1597
+ "locationName" : "enhancedMonitoring"
1557
1598
  }
1558
1599
  }
1559
1600
  },
@@ -1823,6 +1864,42 @@
1823
1864
  }
1824
1865
  }
1825
1866
  },
1867
+ "UpdateMonitoringRequest" : {
1868
+ "type" : "structure",
1869
+ "members" : {
1870
+ "ClusterArn" : {
1871
+ "shape" : "__string",
1872
+ "location" : "uri",
1873
+ "locationName" : "clusterArn"
1874
+ },
1875
+ "CurrentVersion" : {
1876
+ "shape" : "__string",
1877
+ "locationName" : "currentVersion"
1878
+ },
1879
+ "EnhancedMonitoring" : {
1880
+ "shape" : "EnhancedMonitoring",
1881
+ "locationName" : "enhancedMonitoring"
1882
+ },
1883
+ "OpenMonitoring" : {
1884
+ "shape" : "OpenMonitoringInfo",
1885
+ "locationName" : "openMonitoring"
1886
+ }
1887
+ },
1888
+ "required" : [ "ClusterArn", "CurrentVersion" ]
1889
+ },
1890
+ "UpdateMonitoringResponse" : {
1891
+ "type" : "structure",
1892
+ "members" : {
1893
+ "ClusterArn" : {
1894
+ "shape" : "__string",
1895
+ "locationName" : "clusterArn"
1896
+ },
1897
+ "ClusterOperationArn" : {
1898
+ "shape" : "__string",
1899
+ "locationName" : "clusterOperationArn"
1900
+ }
1901
+ }
1902
+ },
1826
1903
  "ZookeeperNodeInfo": {
1827
1904
  "type": "structure",
1828
1905
  "members": {
@@ -1848,6 +1925,92 @@
1848
1925
  }
1849
1926
  }
1850
1927
  },
1928
+ "OpenMonitoring" : {
1929
+ "type" : "structure",
1930
+ "members" : {
1931
+ "Prometheus" : {
1932
+ "shape" : "Prometheus",
1933
+ "locationName" : "prometheus"
1934
+ }
1935
+ },
1936
+ "required" : [ "Prometheus" ]
1937
+ },
1938
+ "OpenMonitoringInfo" : {
1939
+ "type" : "structure",
1940
+ "members" : {
1941
+ "Prometheus" : {
1942
+ "shape" : "PrometheusInfo",
1943
+ "locationName" : "prometheus"
1944
+ }
1945
+ },
1946
+ "required" : [ "Prometheus" ]
1947
+ },
1948
+ "Prometheus" : {
1949
+ "type" : "structure",
1950
+ "members" : {
1951
+ "JmxExporter" : {
1952
+ "shape" : "JmxExporter",
1953
+ "locationName" : "jmxExporter"
1954
+ },
1955
+ "NodeExporter" : {
1956
+ "shape" : "NodeExporter",
1957
+ "locationName" : "nodeExporter"
1958
+ }
1959
+ }
1960
+ },
1961
+ "PrometheusInfo" : {
1962
+ "type" : "structure",
1963
+ "members" : {
1964
+ "JmxExporter" : {
1965
+ "shape" : "JmxExporterInfo",
1966
+ "locationName" : "jmxExporter"
1967
+ },
1968
+ "NodeExporter" : {
1969
+ "shape" : "NodeExporterInfo",
1970
+ "locationName" : "nodeExporter"
1971
+ }
1972
+ }
1973
+ },
1974
+ "JmxExporter" : {
1975
+ "type" : "structure",
1976
+ "members" : {
1977
+ "EnabledInBroker" : {
1978
+ "shape" : "__boolean",
1979
+ "locationName" : "enabledInBroker"
1980
+ }
1981
+ },
1982
+ "required" : [ "EnabledInBroker" ]
1983
+ },
1984
+ "JmxExporterInfo" : {
1985
+ "type" : "structure",
1986
+ "members" : {
1987
+ "EnabledInBroker" : {
1988
+ "shape" : "__boolean",
1989
+ "locationName" : "enabledInBroker"
1990
+ }
1991
+ },
1992
+ "required" : [ "EnabledInBroker" ]
1993
+ },
1994
+ "NodeExporter" : {
1995
+ "type" : "structure",
1996
+ "members" : {
1997
+ "EnabledInBroker" : {
1998
+ "shape" : "__boolean",
1999
+ "locationName" : "enabledInBroker"
2000
+ }
2001
+ },
2002
+ "required" : [ "EnabledInBroker" ]
2003
+ },
2004
+ "NodeExporterInfo" : {
2005
+ "type" : "structure",
2006
+ "members" : {
2007
+ "EnabledInBroker" : {
2008
+ "shape" : "__boolean",
2009
+ "locationName" : "enabledInBroker"
2010
+ }
2011
+ },
2012
+ "required" : [ "EnabledInBroker" ]
2013
+ },
1851
2014
  "__boolean": {
1852
2015
  "type": "boolean"
1853
2016
  },
@@ -692,7 +692,8 @@
692
692
  {"shape":"DependencyTimeoutException"},
693
693
  {"shape":"InvalidKeyUsageException"},
694
694
  {"shape":"InvalidGrantTokenException"},
695
- {"shape":"KMSInternalException"}
695
+ {"shape":"KMSInternalException"},
696
+ {"shape":"KMSInvalidStateException"}
696
697
  ]
697
698
  },
698
699
  "TagResource":{
@@ -789,7 +790,9 @@
789
790
  {"shape":"DependencyTimeoutException"},
790
791
  {"shape":"InvalidKeyUsageException"},
791
792
  {"shape":"InvalidGrantTokenException"},
792
- {"shape":"KMSInternalException"}
793
+ {"shape":"KMSInternalException"},
794
+ {"shape":"KMSInvalidStateException"},
795
+ {"shape":"KMSInvalidSignatureException"}
793
796
  ]
794
797
  }
795
798
  },
@@ -1620,6 +1623,13 @@
1620
1623
  "exception":true,
1621
1624
  "fault":true
1622
1625
  },
1626
+ "KMSInvalidSignatureException":{
1627
+ "type":"structure",
1628
+ "members":{
1629
+ "message":{"shape":"ErrorMessageType"}
1630
+ },
1631
+ "exception":true
1632
+ },
1623
1633
  "KMSInvalidStateException":{
1624
1634
  "type":"structure",
1625
1635
  "members":{
@@ -817,6 +817,21 @@
817
817
  {"shape":"InternalServerError"}
818
818
  ]
819
819
  },
820
+ "GetCalendarState":{
821
+ "name":"GetCalendarState",
822
+ "http":{
823
+ "method":"POST",
824
+ "requestUri":"/"
825
+ },
826
+ "input":{"shape":"GetCalendarStateRequest"},
827
+ "output":{"shape":"GetCalendarStateResponse"},
828
+ "errors":[
829
+ {"shape":"InternalServerError"},
830
+ {"shape":"InvalidDocument"},
831
+ {"shape":"InvalidDocumentType"},
832
+ {"shape":"UnsupportedCalendarException"}
833
+ ]
834
+ },
820
835
  "GetCommandInvocation":{
821
836
  "name":"GetCommandInvocation",
822
837
  "http":{
@@ -2504,6 +2519,18 @@
2504
2519
  },
2505
2520
  "BatchErrorMessage":{"type":"string"},
2506
2521
  "Boolean":{"type":"boolean"},
2522
+ "CalendarNameOrARN":{"type":"string"},
2523
+ "CalendarNameOrARNList":{
2524
+ "type":"list",
2525
+ "member":{"shape":"CalendarNameOrARN"}
2526
+ },
2527
+ "CalendarState":{
2528
+ "type":"string",
2529
+ "enum":[
2530
+ "OPEN",
2531
+ "CLOSED"
2532
+ ]
2533
+ },
2507
2534
  "CancelCommandRequest":{
2508
2535
  "type":"structure",
2509
2536
  "required":["CommandId"],
@@ -2779,11 +2806,7 @@
2779
2806
  "max":10000,
2780
2807
  "min":0
2781
2808
  },
2782
- "ComplianceItemId":{
2783
- "type":"string",
2784
- "max":100,
2785
- "min":1
2786
- },
2809
+ "ComplianceItemId":{"type":"string"},
2787
2810
  "ComplianceItemList":{
2788
2811
  "type":"list",
2789
2812
  "member":{"shape":"ComplianceItem"}
@@ -4069,7 +4092,8 @@
4069
4092
  "type":"string",
4070
4093
  "enum":[
4071
4094
  "YAML",
4072
- "JSON"
4095
+ "JSON",
4096
+ "TEXT"
4073
4097
  ]
4074
4098
  },
4075
4099
  "DocumentHash":{
@@ -4215,7 +4239,8 @@
4215
4239
  "Package",
4216
4240
  "ApplicationConfiguration",
4217
4241
  "ApplicationConfigurationSchema",
4218
- "DeploymentStrategy"
4242
+ "DeploymentStrategy",
4243
+ "ChangeCalendar"
4219
4244
  ]
4220
4245
  },
4221
4246
  "DocumentVersion":{
@@ -4361,6 +4386,22 @@
4361
4386
  "AutomationExecution":{"shape":"AutomationExecution"}
4362
4387
  }
4363
4388
  },
4389
+ "GetCalendarStateRequest":{
4390
+ "type":"structure",
4391
+ "required":["CalendarNames"],
4392
+ "members":{
4393
+ "CalendarNames":{"shape":"CalendarNameOrARNList"},
4394
+ "AtTime":{"shape":"ISO8601String"}
4395
+ }
4396
+ },
4397
+ "GetCalendarStateResponse":{
4398
+ "type":"structure",
4399
+ "members":{
4400
+ "State":{"shape":"CalendarState"},
4401
+ "AtTime":{"shape":"ISO8601String"},
4402
+ "NextTransitionTime":{"shape":"ISO8601String"}
4403
+ }
4404
+ },
4364
4405
  "GetCommandInvocationRequest":{
4365
4406
  "type":"structure",
4366
4407
  "required":[
@@ -4851,6 +4892,7 @@
4851
4892
  "max":46,
4852
4893
  "min":1
4853
4894
  },
4895
+ "ISO8601String":{"type":"string"},
4854
4896
  "IamRole":{
4855
4897
  "type":"string",
4856
4898
  "max":64
@@ -5267,6 +5309,13 @@
5267
5309
  },
5268
5310
  "exception":true
5269
5311
  },
5312
+ "InvalidDocumentType":{
5313
+ "type":"structure",
5314
+ "members":{
5315
+ "Message":{"shape":"String"}
5316
+ },
5317
+ "exception":true
5318
+ },
5270
5319
  "InvalidDocumentVersion":{
5271
5320
  "type":"structure",
5272
5321
  "members":{
@@ -8762,6 +8811,13 @@
8762
8811
  },
8763
8812
  "exception":true
8764
8813
  },
8814
+ "UnsupportedCalendarException":{
8815
+ "type":"structure",
8816
+ "members":{
8817
+ "Message":{"shape":"String"}
8818
+ },
8819
+ "exception":true
8820
+ },
8765
8821
  "UnsupportedFeatureRequiredException":{
8766
8822
  "type":"structure",
8767
8823
  "members":{
@@ -110,6 +110,36 @@
110
110
  "eu-west-1" : { },
111
111
  "eu-west-2" : { },
112
112
  "eu-west-3" : { },
113
+ "fips-ca-central-1" : {
114
+ "credentialScope" : {
115
+ "region" : "ca-central-1"
116
+ },
117
+ "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
118
+ },
119
+ "fips-us-east-1" : {
120
+ "credentialScope" : {
121
+ "region" : "us-east-1"
122
+ },
123
+ "hostname" : "acm-pca-fips.us-east-1.amazonaws.com"
124
+ },
125
+ "fips-us-east-2" : {
126
+ "credentialScope" : {
127
+ "region" : "us-east-2"
128
+ },
129
+ "hostname" : "acm-pca-fips.us-east-2.amazonaws.com"
130
+ },
131
+ "fips-us-west-1" : {
132
+ "credentialScope" : {
133
+ "region" : "us-west-1"
134
+ },
135
+ "hostname" : "acm-pca-fips.us-west-1.amazonaws.com"
136
+ },
137
+ "fips-us-west-2" : {
138
+ "credentialScope" : {
139
+ "region" : "us-west-2"
140
+ },
141
+ "hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
142
+ },
113
143
  "me-south-1" : { },
114
144
  "sa-east-1" : { },
115
145
  "us-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.411'
2
+ VERSION = '2.11.412'
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.411
4
+ version: 2.11.412
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: 2019-12-05 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath