aws-sdk-core 2.11.65 → 2.11.66

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: b218017ef74517dd058b7a2c5649f044e1993092
4
- data.tar.gz: fbb48aa252937d67fdfef162ff393833b935b0c1
3
+ metadata.gz: 2d1008823969d7a6ac243dcc373621090dc68061
4
+ data.tar.gz: 4a419b9f9a2da358de5182dfcc1298bd57f6dffd
5
5
  SHA512:
6
- metadata.gz: 62c886093a8112540b3ffa2867a6de1a9a34f48b9374a7945d5d2ba199648ab1e1c65cda5e61fb4a4e43dfc5c5d8a2804202cd1252f8a0dc7a8eeee13bdccfc7
7
- data.tar.gz: 8786d39802645e39797ad4000f739ae4cab70273fdadbd3833481fd8e5dea0df2ebf480b2775577877aa893512f6bf6535eb7ea852d00d799be7c2d32716c5fd
6
+ metadata.gz: 870a868f80e88bc5ddf193371c04e402b10747e15347c9286826998233ebc7deecb4bb462787e8ab1d7def6e2a9078252e2200d5dc2ddbdee22ceb2f7614942e
7
+ data.tar.gz: e33a1b7f59fe9e7465cea20598f76ed6295045354e78cb38886666b4928de1642162af5e0a38ebc0da6085a9ed279e2f2b04367ae165bdc65a75bfddf31aec6a
@@ -596,6 +596,27 @@
596
596
  {"shape":"FacetNotFoundException"}
597
597
  ]
598
598
  },
599
+ "GetLinkAttributes":{
600
+ "name":"GetLinkAttributes",
601
+ "http":{
602
+ "method":"POST",
603
+ "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/attributes/get",
604
+ "responseCode":200
605
+ },
606
+ "input":{"shape":"GetLinkAttributesRequest"},
607
+ "output":{"shape":"GetLinkAttributesResponse"},
608
+ "errors":[
609
+ {"shape":"InternalServiceException"},
610
+ {"shape":"InvalidArnException"},
611
+ {"shape":"RetryableConflictException"},
612
+ {"shape":"ValidationException"},
613
+ {"shape":"LimitExceededException"},
614
+ {"shape":"AccessDeniedException"},
615
+ {"shape":"DirectoryNotEnabledException"},
616
+ {"shape":"ResourceNotFoundException"},
617
+ {"shape":"FacetValidationException"}
618
+ ]
619
+ },
599
620
  "GetObjectAttributes":{
600
621
  "name":"GetObjectAttributes",
601
622
  "http":{
@@ -1220,6 +1241,27 @@
1220
1241
  {"shape":"InvalidRuleException"}
1221
1242
  ]
1222
1243
  },
1244
+ "UpdateLinkAttributes":{
1245
+ "name":"UpdateLinkAttributes",
1246
+ "http":{
1247
+ "method":"POST",
1248
+ "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/attributes/update",
1249
+ "responseCode":200
1250
+ },
1251
+ "input":{"shape":"UpdateLinkAttributesRequest"},
1252
+ "output":{"shape":"UpdateLinkAttributesResponse"},
1253
+ "errors":[
1254
+ {"shape":"InternalServiceException"},
1255
+ {"shape":"InvalidArnException"},
1256
+ {"shape":"RetryableConflictException"},
1257
+ {"shape":"ValidationException"},
1258
+ {"shape":"LimitExceededException"},
1259
+ {"shape":"AccessDeniedException"},
1260
+ {"shape":"DirectoryNotEnabledException"},
1261
+ {"shape":"ResourceNotFoundException"},
1262
+ {"shape":"FacetValidationException"}
1263
+ ]
1264
+ },
1223
1265
  "UpdateObjectAttributes":{
1224
1266
  "name":"UpdateObjectAttributes",
1225
1267
  "http":{
@@ -1238,6 +1280,7 @@
1238
1280
  {"shape":"AccessDeniedException"},
1239
1281
  {"shape":"DirectoryNotEnabledException"},
1240
1282
  {"shape":"ResourceNotFoundException"},
1283
+ {"shape":"LinkNameAlreadyInUseException"},
1241
1284
  {"shape":"FacetValidationException"}
1242
1285
  ]
1243
1286
  },
@@ -1744,6 +1787,23 @@
1744
1787
  "members":{
1745
1788
  }
1746
1789
  },
1790
+ "BatchGetLinkAttributes":{
1791
+ "type":"structure",
1792
+ "required":[
1793
+ "TypedLinkSpecifier",
1794
+ "AttributeNames"
1795
+ ],
1796
+ "members":{
1797
+ "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"},
1798
+ "AttributeNames":{"shape":"AttributeNameList"}
1799
+ }
1800
+ },
1801
+ "BatchGetLinkAttributesResponse":{
1802
+ "type":"structure",
1803
+ "members":{
1804
+ "Attributes":{"shape":"AttributeKeyAndValueList"}
1805
+ }
1806
+ },
1747
1807
  "BatchGetObjectAttributes":{
1748
1808
  "type":"structure",
1749
1809
  "required":[
@@ -1983,7 +2043,8 @@
1983
2043
  "LookupPolicy":{"shape":"BatchLookupPolicy"},
1984
2044
  "ListIndex":{"shape":"BatchListIndex"},
1985
2045
  "ListOutgoingTypedLinks":{"shape":"BatchListOutgoingTypedLinks"},
1986
- "ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinks"}
2046
+ "ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinks"},
2047
+ "GetLinkAttributes":{"shape":"BatchGetLinkAttributes"}
1987
2048
  }
1988
2049
  },
1989
2050
  "BatchReadOperationList":{
@@ -2041,7 +2102,8 @@
2041
2102
  "LookupPolicy":{"shape":"BatchLookupPolicyResponse"},
2042
2103
  "ListIndex":{"shape":"BatchListIndexResponse"},
2043
2104
  "ListOutgoingTypedLinks":{"shape":"BatchListOutgoingTypedLinksResponse"},
2044
- "ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinksResponse"}
2105
+ "ListIncomingTypedLinks":{"shape":"BatchListIncomingTypedLinksResponse"},
2106
+ "GetLinkAttributes":{"shape":"BatchGetLinkAttributesResponse"}
2045
2107
  }
2046
2108
  },
2047
2109
  "BatchReferenceName":{"type":"string"},
@@ -2061,6 +2123,22 @@
2061
2123
  "members":{
2062
2124
  }
2063
2125
  },
2126
+ "BatchUpdateLinkAttributes":{
2127
+ "type":"structure",
2128
+ "required":[
2129
+ "TypedLinkSpecifier",
2130
+ "AttributeUpdates"
2131
+ ],
2132
+ "members":{
2133
+ "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"},
2134
+ "AttributeUpdates":{"shape":"LinkAttributeUpdateList"}
2135
+ }
2136
+ },
2137
+ "BatchUpdateLinkAttributesResponse":{
2138
+ "type":"structure",
2139
+ "members":{
2140
+ }
2141
+ },
2064
2142
  "BatchUpdateObjectAttributes":{
2065
2143
  "type":"structure",
2066
2144
  "required":[
@@ -2126,7 +2204,8 @@
2126
2204
  "AttachToIndex":{"shape":"BatchAttachToIndex"},
2127
2205
  "DetachFromIndex":{"shape":"BatchDetachFromIndex"},
2128
2206
  "AttachTypedLink":{"shape":"BatchAttachTypedLink"},
2129
- "DetachTypedLink":{"shape":"BatchDetachTypedLink"}
2207
+ "DetachTypedLink":{"shape":"BatchDetachTypedLink"},
2208
+ "UpdateLinkAttributes":{"shape":"BatchUpdateLinkAttributes"}
2130
2209
  }
2131
2210
  },
2132
2211
  "BatchWriteOperationList":{
@@ -2149,7 +2228,8 @@
2149
2228
  "AttachToIndex":{"shape":"BatchAttachToIndexResponse"},
2150
2229
  "DetachFromIndex":{"shape":"BatchDetachFromIndexResponse"},
2151
2230
  "AttachTypedLink":{"shape":"BatchAttachTypedLinkResponse"},
2152
- "DetachTypedLink":{"shape":"BatchDetachTypedLinkResponse"}
2231
+ "DetachTypedLink":{"shape":"BatchDetachTypedLinkResponse"},
2232
+ "UpdateLinkAttributes":{"shape":"BatchUpdateLinkAttributesResponse"}
2153
2233
  }
2154
2234
  },
2155
2235
  "BatchWriteOperationResponseList":{
@@ -2764,6 +2844,30 @@
2764
2844
  "Facet":{"shape":"Facet"}
2765
2845
  }
2766
2846
  },
2847
+ "GetLinkAttributesRequest":{
2848
+ "type":"structure",
2849
+ "required":[
2850
+ "DirectoryArn",
2851
+ "TypedLinkSpecifier",
2852
+ "AttributeNames"
2853
+ ],
2854
+ "members":{
2855
+ "DirectoryArn":{
2856
+ "shape":"Arn",
2857
+ "location":"header",
2858
+ "locationName":"x-amz-data-partition"
2859
+ },
2860
+ "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"},
2861
+ "AttributeNames":{"shape":"AttributeNameList"},
2862
+ "ConsistencyLevel":{"shape":"ConsistencyLevel"}
2863
+ }
2864
+ },
2865
+ "GetLinkAttributesResponse":{
2866
+ "type":"structure",
2867
+ "members":{
2868
+ "Attributes":{"shape":"AttributeKeyAndValueList"}
2869
+ }
2870
+ },
2767
2871
  "GetObjectAttributesRequest":{
2768
2872
  "type":"structure",
2769
2873
  "required":[
@@ -2959,6 +3063,24 @@
2959
3063
  "error":{"httpStatusCode":400},
2960
3064
  "exception":true
2961
3065
  },
3066
+ "LinkAttributeAction":{
3067
+ "type":"structure",
3068
+ "members":{
3069
+ "AttributeActionType":{"shape":"UpdateActionType"},
3070
+ "AttributeUpdateValue":{"shape":"TypedAttributeValue"}
3071
+ }
3072
+ },
3073
+ "LinkAttributeUpdate":{
3074
+ "type":"structure",
3075
+ "members":{
3076
+ "AttributeKey":{"shape":"AttributeKey"},
3077
+ "AttributeAction":{"shape":"LinkAttributeAction"}
3078
+ }
3079
+ },
3080
+ "LinkAttributeUpdateList":{
3081
+ "type":"list",
3082
+ "member":{"shape":"LinkAttributeUpdate"}
3083
+ },
2962
3084
  "LinkName":{
2963
3085
  "type":"string",
2964
3086
  "max":64,
@@ -3975,6 +4097,28 @@
3975
4097
  "members":{
3976
4098
  }
3977
4099
  },
4100
+ "UpdateLinkAttributesRequest":{
4101
+ "type":"structure",
4102
+ "required":[
4103
+ "DirectoryArn",
4104
+ "TypedLinkSpecifier",
4105
+ "AttributeUpdates"
4106
+ ],
4107
+ "members":{
4108
+ "DirectoryArn":{
4109
+ "shape":"Arn",
4110
+ "location":"header",
4111
+ "locationName":"x-amz-data-partition"
4112
+ },
4113
+ "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"},
4114
+ "AttributeUpdates":{"shape":"LinkAttributeUpdateList"}
4115
+ }
4116
+ },
4117
+ "UpdateLinkAttributesResponse":{
4118
+ "type":"structure",
4119
+ "members":{
4120
+ }
4121
+ },
3978
4122
  "UpdateObjectAttributesRequest":{
3979
4123
  "type":"structure",
3980
4124
  "required":[
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDBEngineVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeDBInstances",
12
+ "input": {
13
+ "DBInstanceIdentifier": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDBEngineVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeDBInstances",
12
+ "input": {
13
+ "DBInstanceIdentifier": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDBEngineVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeDBInstances",
12
+ "input": {
13
+ "DBInstanceIdentifier": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDBEngineVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeDBInstances",
12
+ "input": {
13
+ "DBInstanceIdentifier": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDBEngineVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeDBInstances",
12
+ "input": {
13
+ "DBInstanceIdentifier": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -958,7 +958,8 @@
958
958
  "SourceSnapshotId":{"shape":"SnapshotId"},
959
959
  "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
960
960
  "CreatedDate":{"shape":"CreatedDate"},
961
- "VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"}
961
+ "VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"},
962
+ "KMSKey":{"shape":"KMSKey"}
962
963
  }
963
964
  },
964
965
  "CachediSCSIVolumes":{
@@ -1038,7 +1039,9 @@
1038
1039
  "TargetName":{"shape":"TargetName"},
1039
1040
  "SourceVolumeARN":{"shape":"VolumeARN"},
1040
1041
  "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1041
- "ClientToken":{"shape":"ClientToken"}
1042
+ "ClientToken":{"shape":"ClientToken"},
1043
+ "KMSEncrypted":{"shape":"Boolean"},
1044
+ "KMSKey":{"shape":"KMSKey"}
1042
1045
  }
1043
1046
  },
1044
1047
  "CreateCachediSCSIVolumeOutput":{
@@ -1152,7 +1155,9 @@
1152
1155
  "members":{
1153
1156
  "GatewayARN":{"shape":"GatewayARN"},
1154
1157
  "TapeSizeInBytes":{"shape":"TapeSize"},
1155
- "TapeBarcode":{"shape":"TapeBarcode"}
1158
+ "TapeBarcode":{"shape":"TapeBarcode"},
1159
+ "KMSEncrypted":{"shape":"Boolean"},
1160
+ "KMSKey":{"shape":"KMSKey"}
1156
1161
  }
1157
1162
  },
1158
1163
  "CreateTapeWithBarcodeOutput":{
@@ -1175,7 +1180,9 @@
1175
1180
  "TapeSizeInBytes":{"shape":"TapeSize"},
1176
1181
  "ClientToken":{"shape":"ClientToken"},
1177
1182
  "NumTapesToCreate":{"shape":"NumTapesToCreate"},
1178
- "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"}
1183
+ "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1184
+ "KMSEncrypted":{"shape":"Boolean"},
1185
+ "KMSKey":{"shape":"KMSKey"}
1179
1186
  }
1180
1187
  },
1181
1188
  "CreateTapesOutput":{
@@ -2305,14 +2312,15 @@
2305
2312
  "TapeStatus":{"shape":"TapeStatus"},
2306
2313
  "VTLDevice":{"shape":"VTLDeviceARN"},
2307
2314
  "Progress":{"shape":"DoubleObject"},
2308
- "TapeUsedInBytes":{"shape":"TapeUsage"}
2315
+ "TapeUsedInBytes":{"shape":"TapeUsage"},
2316
+ "KMSKey":{"shape":"KMSKey"}
2309
2317
  }
2310
2318
  },
2311
2319
  "TapeARN":{
2312
2320
  "type":"string",
2313
2321
  "max":500,
2314
2322
  "min":50,
2315
- "pattern":"^arn:(aws|aws-cn):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$"
2323
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$"
2316
2324
  },
2317
2325
  "TapeARNs":{
2318
2326
  "type":"list",
@@ -2328,7 +2336,8 @@
2328
2336
  "CompletionTime":{"shape":"Time"},
2329
2337
  "RetrievedTo":{"shape":"GatewayARN"},
2330
2338
  "TapeStatus":{"shape":"TapeArchiveStatus"},
2331
- "TapeUsedInBytes":{"shape":"TapeUsage"}
2339
+ "TapeUsedInBytes":{"shape":"TapeUsage"},
2340
+ "KMSKey":{"shape":"KMSKey"}
2332
2341
  }
2333
2342
  },
2334
2343
  "TapeArchiveStatus":{"type":"string"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.65'
2
+ VERSION = '2.11.66'
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.65
4
+ version: 2.11.66
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-06-08 00:00:00.000000000 Z
11
+ date: 2018-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -424,20 +424,25 @@ files:
424
424
  - apis/rds/2013-01-10/api-2.json
425
425
  - apis/rds/2013-01-10/examples-1.json
426
426
  - apis/rds/2013-01-10/paginators-1.json
427
+ - apis/rds/2013-01-10/smoke.json
427
428
  - apis/rds/2013-02-12/api-2.json
428
429
  - apis/rds/2013-02-12/examples-1.json
429
430
  - apis/rds/2013-02-12/paginators-1.json
431
+ - apis/rds/2013-02-12/smoke.json
430
432
  - apis/rds/2013-09-09/api-2.json
431
433
  - apis/rds/2013-09-09/examples-1.json
432
434
  - apis/rds/2013-09-09/paginators-1.json
435
+ - apis/rds/2013-09-09/smoke.json
433
436
  - apis/rds/2013-09-09/waiters-2.json
434
437
  - apis/rds/2014-09-01/api-2.json
435
438
  - apis/rds/2014-09-01/examples-1.json
436
439
  - apis/rds/2014-09-01/paginators-1.json
440
+ - apis/rds/2014-09-01/smoke.json
437
441
  - apis/rds/2014-10-31/api-2.json
438
442
  - apis/rds/2014-10-31/examples-1.json
439
443
  - apis/rds/2014-10-31/paginators-1.json
440
444
  - apis/rds/2014-10-31/resources-1.json
445
+ - apis/rds/2014-10-31/smoke.json
441
446
  - apis/rds/2014-10-31/waiters-2.json
442
447
  - apis/rds/2015-11-12/api-2.json
443
448
  - apis/rds/2015-11-12/examples-1.json