aws-sdk-core 2.10.34 → 2.10.35

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: a8998f254c5542014f63f8fccea4155a42496cef
4
- data.tar.gz: 6f46b3ddea7cac8f42d42f22e1c4d39c221f1702
3
+ metadata.gz: 23c12fead8e117eee2f04a65d9bce35807784397
4
+ data.tar.gz: 66aeb98fde3c0e66e909f748e3cc354804940cc0
5
5
  SHA512:
6
- metadata.gz: 3d037e2f4d893a1528aaf4bed39083490f1e01fd2df14842c266a088f07bc57f586cbd4d37bb5518c329b6149e46c7545664fa719277e9b42874009128f54ccd
7
- data.tar.gz: fb48febc40d59b150b962c93be4ea101de96344ded85e04177ceaeab28a51cb30b7c4f9d87a92c04f18f6664ce5bfdb992b1ee9bd276f4ec831493e60f472a6f
6
+ metadata.gz: 9b71d84d3685fbd8bf571803b36f97ff022d75e235764a3e971db92225bf19bab64f541bf4652549f49567fc6d6331c3ccf6f4c6e0be4a019976681ac96ae72d
7
+ data.tar.gz: 578e5af37efe1aff009ea002c608088b7e0646129bed246ee84a40a115dcf35095eb95e61ad6d68f2b6d973c503ba027873f566f2f7525ffa669aad865e70393
@@ -373,6 +373,11 @@
373
373
  "AllSupported":{"type":"boolean"},
374
374
  "AvailabilityZone":{"type":"string"},
375
375
  "AwsRegion":{"type":"string"},
376
+ "BaseResourceId":{
377
+ "type":"string",
378
+ "max":768,
379
+ "min":1
380
+ },
376
381
  "Boolean":{"type":"boolean"},
377
382
  "ChannelName":{
378
383
  "type":"string",
@@ -408,7 +413,7 @@
408
413
  "type":"structure",
409
414
  "members":{
410
415
  "ResourceType":{"shape":"StringWithCharLimit256"},
411
- "ResourceId":{"shape":"StringWithCharLimit256"},
416
+ "ResourceId":{"shape":"BaseResourceId"},
412
417
  "Compliance":{"shape":"Compliance"}
413
418
  }
414
419
  },
@@ -721,7 +726,7 @@
721
726
  "type":"structure",
722
727
  "members":{
723
728
  "ResourceType":{"shape":"StringWithCharLimit256"},
724
- "ResourceId":{"shape":"StringWithCharLimit256"},
729
+ "ResourceId":{"shape":"BaseResourceId"},
725
730
  "ComplianceTypes":{"shape":"ComplianceTypes"},
726
731
  "Limit":{"shape":"Limit"},
727
732
  "NextToken":{"shape":"NextToken"}
@@ -827,7 +832,7 @@
827
832
  ],
828
833
  "members":{
829
834
  "ComplianceResourceType":{"shape":"StringWithCharLimit256"},
830
- "ComplianceResourceId":{"shape":"StringWithCharLimit256"},
835
+ "ComplianceResourceId":{"shape":"BaseResourceId"},
831
836
  "ComplianceType":{"shape":"ComplianceType"},
832
837
  "Annotation":{"shape":"StringWithCharLimit256"},
833
838
  "OrderingTimestamp":{"shape":"OrderingTimestamp"}
@@ -856,7 +861,7 @@
856
861
  "members":{
857
862
  "ConfigRuleName":{"shape":"StringWithCharLimit64"},
858
863
  "ResourceType":{"shape":"StringWithCharLimit256"},
859
- "ResourceId":{"shape":"StringWithCharLimit256"}
864
+ "ResourceId":{"shape":"BaseResourceId"}
860
865
  }
861
866
  },
862
867
  "EvaluationResults":{
@@ -898,7 +903,7 @@
898
903
  ],
899
904
  "members":{
900
905
  "ResourceType":{"shape":"StringWithCharLimit256"},
901
- "ResourceId":{"shape":"StringWithCharLimit256"},
906
+ "ResourceId":{"shape":"BaseResourceId"},
902
907
  "ComplianceTypes":{"shape":"ComplianceTypes"},
903
908
  "NextToken":{"shape":"String"}
904
909
  }
@@ -1362,7 +1367,7 @@
1362
1367
  "ComplianceResourceTypes":{"shape":"ComplianceResourceTypes"},
1363
1368
  "TagKey":{"shape":"StringWithCharLimit128"},
1364
1369
  "TagValue":{"shape":"StringWithCharLimit256"},
1365
- "ComplianceResourceId":{"shape":"StringWithCharLimit256"}
1370
+ "ComplianceResourceId":{"shape":"BaseResourceId"}
1366
1371
  }
1367
1372
  },
1368
1373
  "Source":{
@@ -2529,6 +2529,7 @@
2529
2529
  "shape":"Boolean",
2530
2530
  "locationName":"amazonProvidedIpv6CidrBlock"
2531
2531
  },
2532
+ "CidrBlock":{"shape":"String"},
2532
2533
  "VpcId":{
2533
2534
  "shape":"String",
2534
2535
  "locationName":"vpcId"
@@ -2542,6 +2543,10 @@
2542
2543
  "shape":"VpcIpv6CidrBlockAssociation",
2543
2544
  "locationName":"ipv6CidrBlockAssociation"
2544
2545
  },
2546
+ "CidrBlockAssociation":{
2547
+ "shape":"VpcCidrBlockAssociation",
2548
+ "locationName":"cidrBlockAssociation"
2549
+ },
2545
2550
  "VpcId":{
2546
2551
  "shape":"String",
2547
2552
  "locationName":"vpcId"
@@ -3277,6 +3282,22 @@
3277
3282
  "locationName":"item"
3278
3283
  }
3279
3284
  },
3285
+ "CidrBlock":{
3286
+ "type":"structure",
3287
+ "members":{
3288
+ "CidrBlock":{
3289
+ "shape":"String",
3290
+ "locationName":"cidrBlock"
3291
+ }
3292
+ }
3293
+ },
3294
+ "CidrBlockSet":{
3295
+ "type":"list",
3296
+ "member":{
3297
+ "shape":"CidrBlock",
3298
+ "locationName":"item"
3299
+ }
3300
+ },
3280
3301
  "ClassicLinkDnsSupport":{
3281
3302
  "type":"structure",
3282
3303
  "members":{
@@ -7170,6 +7191,10 @@
7170
7191
  "shape":"VpcIpv6CidrBlockAssociation",
7171
7192
  "locationName":"ipv6CidrBlockAssociation"
7172
7193
  },
7194
+ "CidrBlockAssociation":{
7195
+ "shape":"VpcCidrBlockAssociation",
7196
+ "locationName":"cidrBlockAssociation"
7197
+ },
7173
7198
  "VpcId":{
7174
7199
  "shape":"String",
7175
7200
  "locationName":"vpcId"
@@ -15502,6 +15527,10 @@
15502
15527
  "shape":"VpcIpv6CidrBlockAssociationSet",
15503
15528
  "locationName":"ipv6CidrBlockAssociationSet"
15504
15529
  },
15530
+ "CidrBlockAssociationSet":{
15531
+ "shape":"VpcCidrBlockAssociationSet",
15532
+ "locationName":"cidrBlockAssociationSet"
15533
+ },
15505
15534
  "IsDefault":{
15506
15535
  "shape":"Boolean",
15507
15536
  "locationName":"isDefault"
@@ -15539,6 +15568,30 @@
15539
15568
  "enableDnsHostnames"
15540
15569
  ]
15541
15570
  },
15571
+ "VpcCidrBlockAssociation":{
15572
+ "type":"structure",
15573
+ "members":{
15574
+ "AssociationId":{
15575
+ "shape":"String",
15576
+ "locationName":"associationId"
15577
+ },
15578
+ "CidrBlock":{
15579
+ "shape":"String",
15580
+ "locationName":"cidrBlock"
15581
+ },
15582
+ "CidrBlockState":{
15583
+ "shape":"VpcCidrBlockState",
15584
+ "locationName":"cidrBlockState"
15585
+ }
15586
+ }
15587
+ },
15588
+ "VpcCidrBlockAssociationSet":{
15589
+ "type":"list",
15590
+ "member":{
15591
+ "shape":"VpcCidrBlockAssociation",
15592
+ "locationName":"item"
15593
+ }
15594
+ },
15542
15595
  "VpcCidrBlockState":{
15543
15596
  "type":"structure",
15544
15597
  "members":{
@@ -15763,6 +15816,10 @@
15763
15816
  "shape":"Ipv6CidrBlockSet",
15764
15817
  "locationName":"ipv6CidrBlockSet"
15765
15818
  },
15819
+ "CidrBlockSet":{
15820
+ "shape":"CidrBlockSet",
15821
+ "locationName":"cidrBlockSet"
15822
+ },
15766
15823
  "OwnerId":{
15767
15824
  "shape":"String",
15768
15825
  "locationName":"ownerId"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.34'
2
+ VERSION = '2.10.35'
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.34
4
+ version: 2.10.35
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-08-25 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath