aws-sdk-core 2.10.99 → 2.10.100

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: 733ca2affaa51bcaa017ce57f3bca00e11c3ebcd
4
- data.tar.gz: 41f53ac5e917938cbe52024b7b0f5424f3a257e2
3
+ metadata.gz: f52c94de7958742d4f66ca7d59f0d1ec63a51f61
4
+ data.tar.gz: 71743ee32940324477306b8b58b9d5c51a86a905
5
5
  SHA512:
6
- metadata.gz: 411adb0fc2f73235f9a39a257be0585e5bea7a743dbbf8a4e57c53c1145e1e30b05fea39ca653ce7af71b2a1f92b07de1a5f72c979c8ca1fca047ca1ef013847
7
- data.tar.gz: b6ba733bad7562b6659c1c9439f095dda71bf1f07304e9c5702963d996d81b329ba56b95c0a93156a703fc3b860f7629d46cc3aa65d9e78d84036654e088367a
6
+ metadata.gz: 5be103cf147d88932250d7c7737d71c143b460860bd44f8f3d9c21644e7e5d5e32a42da0f6ddd8fd7a0a1be1936cc5153160cc1c0d57fdad2c2d17907b1f5156
7
+ data.tar.gz: 2957bc09f0cf9cd12ed4f7440820f32e98cf18fc076134b6723858b10db35e106a79b3d317a7d1ef63a6d946661fc6208a2e6b2fcbc4314e2b9043c26b02bd83
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon AppStream",
9
+ "serviceId":"AppStream",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"appstream",
11
12
  "targetPrefix":"PhotonAdminProxyService",
@@ -333,7 +334,8 @@
333
334
  "errors":[
334
335
  {"shape":"ResourceNotAvailableException"},
335
336
  {"shape":"ResourceNotFoundException"},
336
- {"shape":"ConcurrentModificationException"}
337
+ {"shape":"ConcurrentModificationException"},
338
+ {"shape":"IncompatibleImageException"}
337
339
  ]
338
340
  },
339
341
  "StopFleet":{
@@ -443,6 +445,11 @@
443
445
  "type":"list",
444
446
  "member":{"shape":"Application"}
445
447
  },
448
+ "AppstreamAgentVersion":{
449
+ "type":"string",
450
+ "max":100,
451
+ "min":1
452
+ },
446
453
  "Arn":{
447
454
  "type":"string",
448
455
  "pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
@@ -560,7 +567,8 @@
560
567
  "DisplayName":{"shape":"DisplayName"},
561
568
  "VpcConfig":{"shape":"VpcConfig"},
562
569
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
563
- "DomainJoinInfo":{"shape":"DomainJoinInfo"}
570
+ "DomainJoinInfo":{"shape":"DomainJoinInfo"},
571
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
564
572
  }
565
573
  },
566
574
  "CreateImageBuilderResult":{
@@ -959,7 +967,8 @@
959
967
  "StateChangeReason":{"shape":"ImageStateChangeReason"},
960
968
  "Applications":{"shape":"Applications"},
961
969
  "CreatedTime":{"shape":"Timestamp"},
962
- "PublicBaseImageReleasedDate":{"shape":"Timestamp"}
970
+ "PublicBaseImageReleasedDate":{"shape":"Timestamp"},
971
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
963
972
  }
964
973
  },
965
974
  "ImageBuilder":{
@@ -979,7 +988,8 @@
979
988
  "CreatedTime":{"shape":"Timestamp"},
980
989
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
981
990
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
982
- "ImageBuilderErrors":{"shape":"ResourceErrors"}
991
+ "ImageBuilderErrors":{"shape":"ResourceErrors"},
992
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
983
993
  }
984
994
  },
985
995
  "ImageBuilderList":{
@@ -990,6 +1000,7 @@
990
1000
  "type":"string",
991
1001
  "enum":[
992
1002
  "PENDING",
1003
+ "UPDATING_AGENT",
993
1004
  "RUNNING",
994
1005
  "STOPPING",
995
1006
  "STOPPED",
@@ -1269,7 +1280,8 @@
1269
1280
  "type":"structure",
1270
1281
  "required":["Name"],
1271
1282
  "members":{
1272
- "Name":{"shape":"String"}
1283
+ "Name":{"shape":"String"},
1284
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1273
1285
  }
1274
1286
  },
1275
1287
  "StartImageBuilderResult":{
@@ -366,6 +366,10 @@
366
366
  "type":"list",
367
367
  "member":{"shape":"Datapoint"}
368
368
  },
369
+ "DatapointsToAlarm":{
370
+ "type":"integer",
371
+ "min":1
372
+ },
369
373
  "DeleteAlarmsInput":{
370
374
  "type":"structure",
371
375
  "required":["AlarmNames"],
@@ -375,6 +379,7 @@
375
379
  },
376
380
  "DeleteDashboardsInput":{
377
381
  "type":"structure",
382
+ "required":["DashboardNames"],
378
383
  "members":{
379
384
  "DashboardNames":{"shape":"DashboardNames"}
380
385
  }
@@ -526,6 +531,7 @@
526
531
  "FaultDescription":{"type":"string"},
527
532
  "GetDashboardInput":{
528
533
  "type":"structure",
534
+ "required":["DashboardName"],
529
535
  "members":{
530
536
  "DashboardName":{"shape":"DashboardName"}
531
537
  }
@@ -733,6 +739,7 @@
733
739
  "Period":{"shape":"Period"},
734
740
  "Unit":{"shape":"StandardUnit"},
735
741
  "EvaluationPeriods":{"shape":"EvaluationPeriods"},
742
+ "DatapointsToAlarm":{"shape":"DatapointsToAlarm"},
736
743
  "Threshold":{"shape":"Threshold"},
737
744
  "ComparisonOperator":{"shape":"ComparisonOperator"},
738
745
  "TreatMissingData":{"shape":"TreatMissingData"},
@@ -762,7 +769,8 @@
762
769
  "ComparisonOperator",
763
770
  "ExtendedStatistic",
764
771
  "TreatMissingData",
765
- "EvaluateLowSampleCountPercentile"
772
+ "EvaluateLowSampleCountPercentile",
773
+ "DatapointsToAlarm"
766
774
  ]
767
775
  },
768
776
  "MetricAlarms":{
@@ -825,6 +833,10 @@
825
833
  },
826
834
  "PutDashboardInput":{
827
835
  "type":"structure",
836
+ "required":[
837
+ "DashboardName",
838
+ "DashboardBody"
839
+ ],
828
840
  "members":{
829
841
  "DashboardName":{"shape":"DashboardName"},
830
842
  "DashboardBody":{"shape":"DashboardBody"}
@@ -862,6 +874,7 @@
862
874
  "Period":{"shape":"Period"},
863
875
  "Unit":{"shape":"StandardUnit"},
864
876
  "EvaluationPeriods":{"shape":"EvaluationPeriods"},
877
+ "DatapointsToAlarm":{"shape":"DatapointsToAlarm"},
865
878
  "Threshold":{"shape":"Threshold"},
866
879
  "ComparisonOperator":{"shape":"ComparisonOperator"},
867
880
  "TreatMissingData":{"shape":"TreatMissingData"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.99'
2
+ VERSION = '2.10.100'
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.10.99
4
+ version: 2.10.100
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: 2017-12-07 00:00:00.000000000 Z
11
+ date: 2017-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath