aws-sdk-core 2.11.538 → 2.11.539

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: df9c80f59728c3b28c6bbefc197be46460f95c3e6f84572c4ecd22a836dd8e89
4
- data.tar.gz: 00eb81d3eb94afb761e9f0a8521166a65853d287461720c85a193d850734c8f2
3
+ metadata.gz: 94a8bdd7dffe266564ab097eac50ac59d674a34b8ef8f87f886ef0eb3c3de24d
4
+ data.tar.gz: 597f4db11081a6a08993910f5b834cee6ae051d4c64669119cff1cbdb17e398e
5
5
  SHA512:
6
- metadata.gz: 1fd826cbe15c2187938c7990a7e88dca425f3494286807a8ee7088008c0a781a637f711e1ed94090afd289866da8b6d62c4675c72540828d95a6bfd96682d0ab
7
- data.tar.gz: 617a1b00380317b98052645457cc89472fe86735895454d50b66d1646985fba8a847cc350b227d8d593f593a0b9ffa94123d9aea71c22e4ce72e8c47e7a6efcc
6
+ metadata.gz: 8435e1bc69843e9cf821190ba598156f5a5b3f204ababed1eb055f7968abc3a96b4db3a8a3e8f00ab7abdffc4bd67379a4c18a957fe17223576dcde5a43f10d2
7
+ data.tar.gz: d13d1cff974bc855f0994c835d2b8e5bb57a180b2e3bf5065712edc5217f27821b934db74398b081e450455bf7f1c1c9162702ba6d3166ff44a8009c3d7aba5f
@@ -617,7 +617,8 @@
617
617
  "enum":[
618
618
  "CodeCommit",
619
619
  "GitHub",
620
- "Bitbucket"
620
+ "Bitbucket",
621
+ "GitHubEnterpriseServer"
621
622
  ]
622
623
  },
623
624
  "ProviderTypes":{
@@ -714,7 +715,8 @@
714
715
  "type":"structure",
715
716
  "members":{
716
717
  "CodeCommit":{"shape":"CodeCommitRepository"},
717
- "Bitbucket":{"shape":"ThirdPartySourceRepository"}
718
+ "Bitbucket":{"shape":"ThirdPartySourceRepository"},
719
+ "GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
718
720
  }
719
721
  },
720
722
  "RepositoryAssociation":{
@@ -883,7 +883,8 @@
883
883
  "ACUITY",
884
884
  "TEST_VALUE",
885
885
  "TEST_UNITS",
886
- "DIRECTION"
886
+ "DIRECTION",
887
+ "SYSTEM_ORGAN_SITE"
887
888
  ]
888
889
  },
889
890
  "ResourceNotFoundException":{
@@ -6589,6 +6589,10 @@
6589
6589
  "shape":"NewDhcpConfigurationList",
6590
6590
  "locationName":"dhcpConfiguration"
6591
6591
  },
6592
+ "TagSpecifications":{
6593
+ "shape":"TagSpecificationList",
6594
+ "locationName":"TagSpecification"
6595
+ },
6592
6596
  "DryRun":{
6593
6597
  "shape":"Boolean",
6594
6598
  "locationName":"dryRun"
@@ -6610,7 +6614,11 @@
6610
6614
  "members":{
6611
6615
  "ClientToken":{"shape":"String"},
6612
6616
  "DryRun":{"shape":"Boolean"},
6613
- "VpcId":{"shape":"VpcId"}
6617
+ "VpcId":{"shape":"VpcId"},
6618
+ "TagSpecifications":{
6619
+ "shape":"TagSpecificationList",
6620
+ "locationName":"TagSpecification"
6621
+ }
6614
6622
  }
6615
6623
  },
6616
6624
  "CreateEgressOnlyInternetGatewayResult":{
@@ -6882,6 +6890,10 @@
6882
6890
  "CreateInternetGatewayRequest":{
6883
6891
  "type":"structure",
6884
6892
  "members":{
6893
+ "TagSpecifications":{
6894
+ "shape":"TagSpecificationList",
6895
+ "locationName":"TagSpecification"
6896
+ },
6885
6897
  "DryRun":{
6886
6898
  "shape":"Boolean",
6887
6899
  "locationName":"dryRun"
@@ -7148,6 +7160,10 @@
7148
7160
  "VpcId":{
7149
7161
  "shape":"VpcId",
7150
7162
  "locationName":"vpcId"
7163
+ },
7164
+ "TagSpecifications":{
7165
+ "shape":"TagSpecificationList",
7166
+ "locationName":"TagSpecification"
7151
7167
  }
7152
7168
  }
7153
7169
  },
@@ -7223,6 +7239,10 @@
7223
7239
  "SubnetId":{
7224
7240
  "shape":"SubnetId",
7225
7241
  "locationName":"subnetId"
7242
+ },
7243
+ "TagSpecifications":{
7244
+ "shape":"TagSpecificationList",
7245
+ "locationName":"TagSpecification"
7226
7246
  }
7227
7247
  }
7228
7248
  },
@@ -7396,6 +7416,10 @@
7396
7416
  },
7397
7417
  "GroupName":{"shape":"String"},
7398
7418
  "VpcId":{"shape":"VpcId"},
7419
+ "TagSpecifications":{
7420
+ "shape":"TagSpecificationList",
7421
+ "locationName":"TagSpecification"
7422
+ },
7399
7423
  "DryRun":{
7400
7424
  "shape":"Boolean",
7401
7425
  "locationName":"dryRun"
@@ -7408,6 +7432,10 @@
7408
7432
  "GroupId":{
7409
7433
  "shape":"String",
7410
7434
  "locationName":"groupId"
7435
+ },
7436
+ "Tags":{
7437
+ "shape":"TagList",
7438
+ "locationName":"tagSet"
7411
7439
  }
7412
7440
  }
7413
7441
  },
@@ -7484,6 +7512,10 @@
7484
7512
  "VpcId"
7485
7513
  ],
7486
7514
  "members":{
7515
+ "TagSpecifications":{
7516
+ "shape":"TagSpecificationList",
7517
+ "locationName":"TagSpecification"
7518
+ },
7487
7519
  "AvailabilityZone":{"shape":"String"},
7488
7520
  "AvailabilityZoneId":{"shape":"String"},
7489
7521
  "CidrBlock":{"shape":"String"},
@@ -8016,7 +8048,11 @@
8016
8048
  "shape":"Tenancy",
8017
8049
  "locationName":"instanceTenancy"
8018
8050
  },
8019
- "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"}
8051
+ "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"},
8052
+ "TagSpecifications":{
8053
+ "shape":"TagSpecificationList",
8054
+ "locationName":"TagSpecification"
8055
+ }
8020
8056
  }
8021
8057
  },
8022
8058
  "CreateVpcResult":{
@@ -314,7 +314,8 @@
314
314
  {"shape":"LayersNotFoundException"},
315
315
  {"shape":"ReferencedImagesNotFoundException"},
316
316
  {"shape":"LimitExceededException"},
317
- {"shape":"ImageTagAlreadyExistsException"}
317
+ {"shape":"ImageTagAlreadyExistsException"},
318
+ {"shape":"ImageDigestDoesNotMatchException"}
318
319
  ]
319
320
  },
320
321
  "PutImageScanningConfiguration":{
@@ -887,6 +888,13 @@
887
888
  "member":{"shape":"ImageDetail"}
888
889
  },
889
890
  "ImageDigest":{"type":"string"},
891
+ "ImageDigestDoesNotMatchException":{
892
+ "type":"structure",
893
+ "members":{
894
+ "message":{"shape":"ExceptionMessage"}
895
+ },
896
+ "exception":true
897
+ },
890
898
  "ImageFailure":{
891
899
  "type":"structure",
892
900
  "members":{
@@ -1289,7 +1297,8 @@
1289
1297
  "repositoryName":{"shape":"RepositoryName"},
1290
1298
  "imageManifest":{"shape":"ImageManifest"},
1291
1299
  "imageManifestMediaType":{"shape":"MediaType"},
1292
- "imageTag":{"shape":"ImageTag"}
1300
+ "imageTag":{"shape":"ImageTag"},
1301
+ "imageDigest":{"shape":"ImageDigest"}
1293
1302
  }
1294
1303
  },
1295
1304
  "PutImageResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.538'
2
+ VERSION = '2.11.539'
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.538
4
+ version: 2.11.539
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-06-29 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath