aws-sdk-core 2.11.132 → 2.11.133

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: e0fc97a558d4c2a87fa60be4d9820ffcc0771cca
4
- data.tar.gz: b8d157f08d29bd43b10eef61b6d7479cbe0a53be
3
+ metadata.gz: ba55ab866a1bae344d7c91c34f71f0af1b564497
4
+ data.tar.gz: 569b4519d272ba2cf186313deb126179e67c6e2b
5
5
  SHA512:
6
- metadata.gz: 1fd91c5f9203144b591db3f88f1e7a2c8a4480d20712e2ec92341ab689fd10405fb2b1f95353acc0b23ad6b1a9ec31c18b90a40ad3d4091e33dc60ba7e0f87ff
7
- data.tar.gz: 62d46fd81b5b18915fb35e7303febbf486872c44f4428008680669d2a4dbd8c90f566bac7ccf4a1d5cbe805050fa45c24bfbd4a6e0a7bc37e651563c7b25aa40
6
+ metadata.gz: f0c839b6393d3683cbe4b590a6fc60acb952f6ba6e6173e61f532c4bb772dd03f1a3e76bd9249468eab68822ff3ad8286965e3debdc532fa840c94f3eb8d0c88
7
+ data.tar.gz: 2f9103687a0d409a600efeacff54e54cd9a1ea42e1f40de9c7090b6e9b0699ef8810c0183d4f7b05bcaabe392958c1be3df95f0107bb9280432fc3422d7273a9
@@ -148,6 +148,18 @@
148
148
  {"shape":"InternalServiceFault"}
149
149
  ]
150
150
  },
151
+ "GetMetricWidgetImage":{
152
+ "name":"GetMetricWidgetImage",
153
+ "http":{
154
+ "method":"POST",
155
+ "requestUri":"/"
156
+ },
157
+ "input":{"shape":"GetMetricWidgetImageInput"},
158
+ "output":{
159
+ "shape":"GetMetricWidgetImageOutput",
160
+ "resultWrapper":"GetMetricWidgetImageResult"
161
+ }
162
+ },
151
163
  "ListDashboards":{
152
164
  "name":"ListDashboards",
153
165
  "http":{
@@ -620,6 +632,20 @@
620
632
  "Datapoints":{"shape":"Datapoints"}
621
633
  }
622
634
  },
635
+ "GetMetricWidgetImageInput":{
636
+ "type":"structure",
637
+ "required":["MetricWidget"],
638
+ "members":{
639
+ "MetricWidget":{"shape":"MetricWidget"},
640
+ "OutputFormat":{"shape":"OutputFormat"}
641
+ }
642
+ },
643
+ "GetMetricWidgetImageOutput":{
644
+ "type":"structure",
645
+ "members":{
646
+ "MetricWidgetImage":{"shape":"MetricWidgetImage"}
647
+ }
648
+ },
623
649
  "HistoryData":{
624
650
  "type":"string",
625
651
  "max":4095,
@@ -919,6 +945,8 @@
919
945
  "Unit":{"shape":"StandardUnit"}
920
946
  }
921
947
  },
948
+ "MetricWidget":{"type":"string"},
949
+ "MetricWidgetImage":{"type":"blob"},
922
950
  "Metrics":{
923
951
  "type":"list",
924
952
  "member":{"shape":"Metric"}
@@ -947,6 +975,7 @@
947
975
  "max":1024,
948
976
  "min":0
949
977
  },
978
+ "OutputFormat":{"type":"string"},
950
979
  "Period":{
951
980
  "type":"integer",
952
981
  "min":1
@@ -10,7 +10,6 @@
10
10
  "serviceId":"Organizations",
11
11
  "signatureVersion":"v4",
12
12
  "targetPrefix":"AWSOrganizationsV20161128",
13
- "timestampFormat":"unixTimestamp",
14
13
  "uid":"organizations-2016-11-28"
15
14
  },
16
15
  "operations":{
@@ -450,6 +449,7 @@
450
449
  "errors":[
451
450
  {"shape":"AccessDeniedException"},
452
451
  {"shape":"AWSOrganizationsNotInUseException"},
452
+ {"shape":"AccountOwnerNotVerifiedException"},
453
453
  {"shape":"ConcurrentModificationException"},
454
454
  {"shape":"HandshakeConstraintViolationException"},
455
455
  {"shape":"DuplicateHandshakeException"},
@@ -844,6 +844,7 @@
844
844
  "type":"string",
845
845
  "max":50,
846
846
  "min":1,
847
+ "pattern":"[\\u0020-\\u007E]+",
847
848
  "sensitive":true
848
849
  },
849
850
  "AccountNotFoundException":{
@@ -853,6 +854,13 @@
853
854
  },
854
855
  "exception":true
855
856
  },
857
+ "AccountOwnerNotVerifiedException":{
858
+ "type":"structure",
859
+ "members":{
860
+ "Message":{"shape":"ExceptionMessage"}
861
+ },
862
+ "exception":true
863
+ },
856
864
  "AccountStatus":{
857
865
  "type":"string",
858
866
  "enum":[
@@ -967,7 +975,9 @@
967
975
  "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
968
976
  "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
969
977
  "MASTER_ACCOUNT_MISSING_CONTACT_INFO",
970
- "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE"
978
+ "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
979
+ "EMAIL_VERIFICATION_CODE_EXPIRED",
980
+ "WAIT_PERIOD_ACTIVE"
971
981
  ]
972
982
  },
973
983
  "CreateAccountFailureReason":{
@@ -10,7 +10,6 @@
10
10
  "serviceFullName":"Amazon Simple Storage Service",
11
11
  "serviceId":"S3",
12
12
  "signatureVersion":"s3",
13
- "timestampFormat":"rfc822",
14
13
  "uid":"s3-2006-03-01"
15
14
  },
16
15
  "operations":{
@@ -1907,6 +1906,19 @@
1907
1906
  "LastModified":{"shape":"LastModified"}
1908
1907
  }
1909
1908
  },
1909
+ "DeleteMarkerReplication":{
1910
+ "type":"structure",
1911
+ "members":{
1912
+ "Status":{"shape":"DeleteMarkerReplicationStatus"}
1913
+ }
1914
+ },
1915
+ "DeleteMarkerReplicationStatus":{
1916
+ "type":"string",
1917
+ "enum":[
1918
+ "Enabled",
1919
+ "Disabled"
1920
+ ]
1921
+ },
1910
1922
  "DeleteMarkerVersionId":{"type":"string"},
1911
1923
  "DeleteMarkers":{
1912
1924
  "type":"list",
@@ -4189,6 +4201,7 @@
4189
4201
  },
4190
4202
  "Policy":{"type":"string"},
4191
4203
  "Prefix":{"type":"string"},
4204
+ "Priority":{"type":"integer"},
4192
4205
  "Progress":{
4193
4206
  "type":"structure",
4194
4207
  "members":{
@@ -5089,16 +5102,40 @@
5089
5102
  "ReplicationRule":{
5090
5103
  "type":"structure",
5091
5104
  "required":[
5092
- "Prefix",
5093
5105
  "Status",
5094
5106
  "Destination"
5095
5107
  ],
5096
5108
  "members":{
5097
5109
  "ID":{"shape":"ID"},
5098
- "Prefix":{"shape":"Prefix"},
5110
+ "Priority":{"shape":"Priority"},
5111
+ "Prefix":{
5112
+ "shape":"Prefix",
5113
+ "deprecated":true
5114
+ },
5115
+ "Filter":{"shape":"ReplicationRuleFilter"},
5099
5116
  "Status":{"shape":"ReplicationRuleStatus"},
5100
5117
  "SourceSelectionCriteria":{"shape":"SourceSelectionCriteria"},
5101
- "Destination":{"shape":"Destination"}
5118
+ "Destination":{"shape":"Destination"},
5119
+ "DeleteMarkerReplication":{"shape":"DeleteMarkerReplication"}
5120
+ }
5121
+ },
5122
+ "ReplicationRuleAndOperator":{
5123
+ "type":"structure",
5124
+ "members":{
5125
+ "Prefix":{"shape":"Prefix"},
5126
+ "Tags":{
5127
+ "shape":"TagSet",
5128
+ "flattened":true,
5129
+ "locationName":"Tag"
5130
+ }
5131
+ }
5132
+ },
5133
+ "ReplicationRuleFilter":{
5134
+ "type":"structure",
5135
+ "members":{
5136
+ "Prefix":{"shape":"Prefix"},
5137
+ "Tag":{"shape":"Tag"},
5138
+ "And":{"shape":"ReplicationRuleAndOperator"}
5102
5139
  }
5103
5140
  },
5104
5141
  "ReplicationRuleStatus":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.132'
2
+ VERSION = '2.11.133'
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.132
4
+ version: 2.11.133
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-18 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath