aws-sdk-mediaconnect 1.24.0 → 1.25.0

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
  SHA256:
3
- metadata.gz: 1b1e91334a4312c16bbb12b28c1cd615d1aa490949dda4a0ad28edba79cd0989
4
- data.tar.gz: a5ea55840e83998f6187cbd7bfbe07c70029168be36ba51ccf80dc8a8423d3fa
3
+ metadata.gz: d619007b749cfe1c6855ba163eba8ebfb59ea94b3255b4fa4fa48c00a9fef8c8
4
+ data.tar.gz: 81a90dd515e4efeafdd8322179011ee58c7eec2c3728ba6e8555b95b51101346
5
5
  SHA512:
6
- metadata.gz: 6ae90e9f3cedf07a53920c0f53b6da0b4281a020d5825fa245138939f9c8281b9d2c6126a91360b7a9528cf63b55017bdb68511ab6252e971313beb03c5fdb31
7
- data.tar.gz: d12e8f150795bfb567fb640f6c87335c294745778a4d52b8a125edca22d8a5e0bbe01af9925352e12b770a05f85ad4a99cbb96ec9aa65849f5ce06c74e5adabc
6
+ metadata.gz: 0ae9bbe91830bd73af057d1781a3a46e20d1411ebe2321f9c452183c40d0b5c18767ca5a84eec823b6478151993481aa859f967023bbe303386809ad54108189
7
+ data.tar.gz: 4b3e0c9f000c768592409e3726b2b1312830d7726eb1085b0c047b7665a08ec6f6a25fb3f8ad65350327c12d72e33e4f228ffe04a6d403032202d6fe3a166f40
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
47
47
  # @service
48
48
  module Aws::MediaConnect
49
49
 
50
- GEM_VERSION = '1.24.0'
50
+ GEM_VERSION = '1.25.0'
51
51
 
52
52
  end
@@ -580,6 +580,7 @@ module Aws::MediaConnect
580
580
  # secret_arn: "__string",
581
581
  # url: "__string",
582
582
  # },
583
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
583
584
  # name: "__string",
584
585
  # subscribers: ["__string"], # required
585
586
  # },
@@ -693,6 +694,7 @@ module Aws::MediaConnect
693
694
  # resp.flow.entitlements[0].encryption.secret_arn #=> String
694
695
  # resp.flow.entitlements[0].encryption.url #=> String
695
696
  # resp.flow.entitlements[0].entitlement_arn #=> String
697
+ # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED"
696
698
  # resp.flow.entitlements[0].name #=> String
697
699
  # resp.flow.entitlements[0].subscribers #=> Array
698
700
  # resp.flow.entitlements[0].subscribers[0] #=> String
@@ -863,6 +865,7 @@ module Aws::MediaConnect
863
865
  # resp.flow.entitlements[0].encryption.secret_arn #=> String
864
866
  # resp.flow.entitlements[0].encryption.url #=> String
865
867
  # resp.flow.entitlements[0].entitlement_arn #=> String
868
+ # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED"
866
869
  # resp.flow.entitlements[0].name #=> String
867
870
  # resp.flow.entitlements[0].subscribers #=> Array
868
871
  # resp.flow.entitlements[0].subscribers[0] #=> String
@@ -1001,6 +1004,7 @@ module Aws::MediaConnect
1001
1004
  # secret_arn: "__string",
1002
1005
  # url: "__string",
1003
1006
  # },
1007
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
1004
1008
  # name: "__string",
1005
1009
  # subscribers: ["__string"], # required
1006
1010
  # },
@@ -1023,6 +1027,7 @@ module Aws::MediaConnect
1023
1027
  # resp.entitlements[0].encryption.secret_arn #=> String
1024
1028
  # resp.entitlements[0].encryption.url #=> String
1025
1029
  # resp.entitlements[0].entitlement_arn #=> String
1030
+ # resp.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED"
1026
1031
  # resp.entitlements[0].name #=> String
1027
1032
  # resp.entitlements[0].subscribers #=> Array
1028
1033
  # resp.entitlements[0].subscribers[0] #=> String
@@ -1439,6 +1444,7 @@ module Aws::MediaConnect
1439
1444
  # resp.flow.entitlements[0].encryption.secret_arn #=> String
1440
1445
  # resp.flow.entitlements[0].encryption.url #=> String
1441
1446
  # resp.flow.entitlements[0].entitlement_arn #=> String
1447
+ # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED"
1442
1448
  # resp.flow.entitlements[0].name #=> String
1443
1449
  # resp.flow.entitlements[0].subscribers #=> Array
1444
1450
  # resp.flow.entitlements[0].subscribers[0] #=> String
@@ -1560,6 +1566,12 @@ module Aws::MediaConnect
1560
1566
  #
1561
1567
  # @option params [required, String] :entitlement_arn
1562
1568
  #
1569
+ # @option params [String] :entitlement_status
1570
+ # An indication of whether you want to enable the entitlement to allow
1571
+ # access, or disable it to stop streaming content to the subscriber’s
1572
+ # flow temporarily. If you don’t specify the entitlementStatus field in
1573
+ # your request, MediaConnect leaves the value unchanged.
1574
+ #
1563
1575
  # @option params [required, String] :flow_arn
1564
1576
  #
1565
1577
  # @option params [Array<String>] :subscribers
@@ -1588,6 +1600,7 @@ module Aws::MediaConnect
1588
1600
  # url: "__string",
1589
1601
  # },
1590
1602
  # entitlement_arn: "__string", # required
1603
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
1591
1604
  # flow_arn: "__string", # required
1592
1605
  # subscribers: ["__string"],
1593
1606
  # })
@@ -1606,6 +1619,7 @@ module Aws::MediaConnect
1606
1619
  # resp.entitlement.encryption.secret_arn #=> String
1607
1620
  # resp.entitlement.encryption.url #=> String
1608
1621
  # resp.entitlement.entitlement_arn #=> String
1622
+ # resp.entitlement.entitlement_status #=> String, one of "ENABLED", "DISABLED"
1609
1623
  # resp.entitlement.name #=> String
1610
1624
  # resp.entitlement.subscribers #=> Array
1611
1625
  # resp.entitlement.subscribers[0] #=> String
@@ -1866,7 +1880,7 @@ module Aws::MediaConnect
1866
1880
  params: params,
1867
1881
  config: config)
1868
1882
  context[:gem_name] = 'aws-sdk-mediaconnect'
1869
- context[:gem_version] = '1.24.0'
1883
+ context[:gem_version] = '1.25.0'
1870
1884
  Seahorse::Client::Request.new(handlers, context)
1871
1885
  end
1872
1886
 
@@ -32,6 +32,7 @@ module Aws::MediaConnect
32
32
  DescribeFlowResponse = Shapes::StructureShape.new(name: 'DescribeFlowResponse')
33
33
  Encryption = Shapes::StructureShape.new(name: 'Encryption')
34
34
  Entitlement = Shapes::StructureShape.new(name: 'Entitlement')
35
+ EntitlementStatus = Shapes::StringShape.new(name: 'EntitlementStatus')
35
36
  FailoverConfig = Shapes::StructureShape.new(name: 'FailoverConfig')
36
37
  Flow = Shapes::StructureShape.new(name: 'Flow')
37
38
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
@@ -200,6 +201,7 @@ module Aws::MediaConnect
200
201
  Entitlement.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
201
202
  Entitlement.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "encryption"))
202
203
  Entitlement.add_member(:entitlement_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "entitlementArn"))
204
+ Entitlement.add_member(:entitlement_status, Shapes::ShapeRef.new(shape: EntitlementStatus, location_name: "entitlementStatus"))
203
205
  Entitlement.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
204
206
  Entitlement.add_member(:subscribers, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subscribers"))
205
207
  Entitlement.struct_class = Types::Entitlement
@@ -228,6 +230,7 @@ module Aws::MediaConnect
228
230
  GrantEntitlementRequest.add_member(:data_transfer_subscriber_fee_percent, Shapes::ShapeRef.new(shape: __integer, location_name: "dataTransferSubscriberFeePercent"))
229
231
  GrantEntitlementRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
230
232
  GrantEntitlementRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "encryption"))
233
+ GrantEntitlementRequest.add_member(:entitlement_status, Shapes::ShapeRef.new(shape: EntitlementStatus, location_name: "entitlementStatus"))
231
234
  GrantEntitlementRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
232
235
  GrantEntitlementRequest.add_member(:subscribers, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subscribers"))
233
236
  GrantEntitlementRequest.struct_class = Types::GrantEntitlementRequest
@@ -417,6 +420,7 @@ module Aws::MediaConnect
417
420
  UpdateFlowEntitlementRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
418
421
  UpdateFlowEntitlementRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: UpdateEncryption, location_name: "encryption"))
419
422
  UpdateFlowEntitlementRequest.add_member(:entitlement_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "entitlementArn"))
423
+ UpdateFlowEntitlementRequest.add_member(:entitlement_status, Shapes::ShapeRef.new(shape: EntitlementStatus, location_name: "entitlementStatus"))
420
424
  UpdateFlowEntitlementRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn"))
421
425
  UpdateFlowEntitlementRequest.add_member(:subscribers, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subscribers"))
422
426
  UpdateFlowEntitlementRequest.struct_class = Types::UpdateFlowEntitlementRequest
@@ -383,6 +383,7 @@ module Aws::MediaConnect
383
383
  # secret_arn: "__string",
384
384
  # url: "__string",
385
385
  # },
386
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
386
387
  # name: "__string",
387
388
  # subscribers: ["__string"], # required
388
389
  # },
@@ -722,6 +723,10 @@ module Aws::MediaConnect
722
723
  # The ARN of the entitlement.
723
724
  # @return [String]
724
725
  #
726
+ # @!attribute [rw] entitlement_status
727
+ # An indication of whether the entitlement is enabled.
728
+ # @return [String]
729
+ #
725
730
  # @!attribute [rw] name
726
731
  # The name of the entitlement.
727
732
  # @return [String]
@@ -739,6 +744,7 @@ module Aws::MediaConnect
739
744
  :description,
740
745
  :encryption,
741
746
  :entitlement_arn,
747
+ :entitlement_status,
742
748
  :name,
743
749
  :subscribers)
744
750
  SENSITIVE = []
@@ -878,6 +884,7 @@ module Aws::MediaConnect
878
884
  # secret_arn: "__string",
879
885
  # url: "__string",
880
886
  # },
887
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
881
888
  # name: "__string",
882
889
  # subscribers: ["__string"], # required
883
890
  # }
@@ -898,6 +905,13 @@ module Aws::MediaConnect
898
905
  # associated with this entitlement.
899
906
  # @return [Types::Encryption]
900
907
  #
908
+ # @!attribute [rw] entitlement_status
909
+ # An indication of whether the new entitlement should be enabled or
910
+ # disabled as soon as it is created. If you don’t specify the
911
+ # entitlementStatus field in your request, MediaConnect sets it to
912
+ # ENABLED.
913
+ # @return [String]
914
+ #
901
915
  # @!attribute [rw] name
902
916
  # The name of the entitlement. This value must be unique within the
903
917
  # current flow.
@@ -915,6 +929,7 @@ module Aws::MediaConnect
915
929
  :data_transfer_subscriber_fee_percent,
916
930
  :description,
917
931
  :encryption,
932
+ :entitlement_status,
918
933
  :name,
919
934
  :subscribers)
920
935
  SENSITIVE = []
@@ -957,6 +972,7 @@ module Aws::MediaConnect
957
972
  # secret_arn: "__string",
958
973
  # url: "__string",
959
974
  # },
975
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
960
976
  # name: "__string",
961
977
  # subscribers: ["__string"], # required
962
978
  # },
@@ -2027,6 +2043,7 @@ module Aws::MediaConnect
2027
2043
  # url: "__string",
2028
2044
  # },
2029
2045
  # entitlement_arn: "__string", # required
2046
+ # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
2030
2047
  # flow_arn: "__string", # required
2031
2048
  # subscribers: ["__string"],
2032
2049
  # }
@@ -2045,6 +2062,13 @@ module Aws::MediaConnect
2045
2062
  # @!attribute [rw] entitlement_arn
2046
2063
  # @return [String]
2047
2064
  #
2065
+ # @!attribute [rw] entitlement_status
2066
+ # An indication of whether you want to enable the entitlement to allow
2067
+ # access, or disable it to stop streaming content to the subscriber’s
2068
+ # flow temporarily. If you don’t specify the entitlementStatus field
2069
+ # in your request, MediaConnect leaves the value unchanged.
2070
+ # @return [String]
2071
+ #
2048
2072
  # @!attribute [rw] flow_arn
2049
2073
  # @return [String]
2050
2074
  #
@@ -2060,6 +2084,7 @@ module Aws::MediaConnect
2060
2084
  :description,
2061
2085
  :encryption,
2062
2086
  :entitlement_arn,
2087
+ :entitlement_status,
2063
2088
  :flow_arn,
2064
2089
  :subscribers)
2065
2090
  SENSITIVE = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core