aws-sdk-cloudfront 1.3.0 → 1.4.0
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 +4 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -20
- data/lib/aws-sdk-cloudfront/client_api.rb +0 -17
- data/lib/aws-sdk-cloudfront/types.rb +0 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5cf1482c06f00f06160b46b5e78acd8df5a6cc3
|
4
|
+
data.tar.gz: 61e83ce9f853b06d91fa5004de9b078316040e58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86da13d82a755bfd177055da1d93404b2ed4c16f044587f005ba9c2827fbba562817a5c5459871f7fa2347670e15b1c6a6ec6fdc47055b5cd466718d7f8138ff
|
7
|
+
data.tar.gz: 4dc814ae70bea522fe18d834e38ad13d8d25b52dcbca820b89e10f5ae828d62ab3ddf0f1a5819041ee1ede8007bc32a330f4ecccfac6065928c46c65ab5406c3
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
@@ -1476,25 +1476,6 @@ module Aws::CloudFront
|
|
1476
1476
|
req.send_request(options)
|
1477
1477
|
end
|
1478
1478
|
|
1479
|
-
# @option params [required, String] :role_name
|
1480
|
-
#
|
1481
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1482
|
-
#
|
1483
|
-
# @example Request syntax with placeholder values
|
1484
|
-
#
|
1485
|
-
# resp = client.delete_service_linked_role({
|
1486
|
-
# role_name: "string", # required
|
1487
|
-
# })
|
1488
|
-
#
|
1489
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2017-10-30/DeleteServiceLinkedRole2017_10_30 AWS API Documentation
|
1490
|
-
#
|
1491
|
-
# @overload delete_service_linked_role(params = {})
|
1492
|
-
# @param [Hash] params ({})
|
1493
|
-
def delete_service_linked_role(params = {}, options = {})
|
1494
|
-
req = build_request(:delete_service_linked_role, params)
|
1495
|
-
req.send_request(options)
|
1496
|
-
end
|
1497
|
-
|
1498
1479
|
# Delete a streaming distribution. To delete an RTMP distribution using
|
1499
1480
|
# the CloudFront API, perform the following steps.
|
1500
1481
|
#
|
@@ -3803,7 +3784,7 @@ module Aws::CloudFront
|
|
3803
3784
|
params: params,
|
3804
3785
|
config: config)
|
3805
3786
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
3806
|
-
context[:gem_version] = '1.
|
3787
|
+
context[:gem_version] = '1.4.0'
|
3807
3788
|
Seahorse::Client::Request.new(handlers, context)
|
3808
3789
|
end
|
3809
3790
|
|
@@ -68,7 +68,6 @@ module Aws::CloudFront
|
|
68
68
|
DeleteFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionConfigRequest')
|
69
69
|
DeleteFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionProfileRequest')
|
70
70
|
DeletePublicKeyRequest = Shapes::StructureShape.new(name: 'DeletePublicKeyRequest')
|
71
|
-
DeleteServiceLinkedRoleRequest = Shapes::StructureShape.new(name: 'DeleteServiceLinkedRoleRequest')
|
72
71
|
DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
|
73
72
|
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
74
73
|
DistributionAlreadyExists = Shapes::StructureShape.new(name: 'DistributionAlreadyExists')
|
@@ -229,7 +228,6 @@ module Aws::CloudFront
|
|
229
228
|
QueryStringCacheKeys = Shapes::StructureShape.new(name: 'QueryStringCacheKeys')
|
230
229
|
QueryStringCacheKeysList = Shapes::ListShape.new(name: 'QueryStringCacheKeysList')
|
231
230
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
232
|
-
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
233
231
|
Restrictions = Shapes::StructureShape.new(name: 'Restrictions')
|
234
232
|
S3Origin = Shapes::StructureShape.new(name: 'S3Origin')
|
235
233
|
S3OriginConfig = Shapes::StructureShape.new(name: 'S3OriginConfig')
|
@@ -560,9 +558,6 @@ module Aws::CloudFront
|
|
560
558
|
DeletePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
561
559
|
DeletePublicKeyRequest.struct_class = Types::DeletePublicKeyRequest
|
562
560
|
|
563
|
-
DeleteServiceLinkedRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "RoleName"))
|
564
|
-
DeleteServiceLinkedRoleRequest.struct_class = Types::DeleteServiceLinkedRoleRequest
|
565
|
-
|
566
561
|
DeleteStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
567
562
|
DeleteStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
568
563
|
DeleteStreamingDistributionRequest.struct_class = Types::DeleteStreamingDistributionRequest
|
@@ -1521,18 +1516,6 @@ module Aws::CloudFront
|
|
1521
1516
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1522
1517
|
end)
|
1523
1518
|
|
1524
|
-
api.add_operation(:delete_service_linked_role, Seahorse::Model::Operation.new.tap do |o|
|
1525
|
-
o.name = "DeleteServiceLinkedRole"
|
1526
|
-
o.http_method = "DELETE"
|
1527
|
-
o.http_request_uri = "/2017-10-30/service-linked-role/{RoleName}"
|
1528
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteServiceLinkedRoleRequest)
|
1529
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1530
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1531
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1532
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
1533
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1534
|
-
end)
|
1535
|
-
|
1536
1519
|
api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1537
1520
|
o.name = "DeleteStreamingDistribution"
|
1538
1521
|
o.http_method = "DELETE"
|
@@ -2496,23 +2496,6 @@ module Aws::CloudFront
|
|
2496
2496
|
include Aws::Structure
|
2497
2497
|
end
|
2498
2498
|
|
2499
|
-
# @note When making an API call, you may pass DeleteServiceLinkedRoleRequest
|
2500
|
-
# data as a hash:
|
2501
|
-
#
|
2502
|
-
# {
|
2503
|
-
# role_name: "string", # required
|
2504
|
-
# }
|
2505
|
-
#
|
2506
|
-
# @!attribute [rw] role_name
|
2507
|
-
# @return [String]
|
2508
|
-
#
|
2509
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2017-10-30/DeleteServiceLinkedRoleRequest AWS API Documentation
|
2510
|
-
#
|
2511
|
-
class DeleteServiceLinkedRoleRequest < Struct.new(
|
2512
|
-
:role_name)
|
2513
|
-
include Aws::Structure
|
2514
|
-
end
|
2515
|
-
|
2516
2499
|
# The request to delete a streaming distribution.
|
2517
2500
|
#
|
2518
2501
|
# @note When making an API call, you may pass DeleteStreamingDistributionRequest
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudfront
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
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-
|
11
|
+
date: 2018-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|