aws-sdk-vpclattice 1.0.0 → 1.1.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: 31ddf4c1690c53cecb1ea349ed96172bb49f416cbc17ba45f3371dec0037964a
4
- data.tar.gz: 7ea2808e264ffb0902f9c467b03dc520a6ef2510dd8f36df6813589df77e1a67
3
+ metadata.gz: ade5ce4448c31a06085e45d7c7a0cff5b72cab25cc177977903a69d4bd8d4371
4
+ data.tar.gz: 41c044f105c18e00936804f005abdeb78f146bd603abf44c06a2e745b960d8e5
5
5
  SHA512:
6
- metadata.gz: d4e70750a22ac1207820de6addced9b76ccc5d4ff010f74a5b65044ff21c385a577681cd60746bedc5f416fd73868323efe622977d706ccd553158f2c3d6b506
7
- data.tar.gz: 98f02dfc017557a5a80ca99a9ed02279e6c77992b2a903b13027c9b9028b20c26d1c1fabd8ae42b28f3113a89c862f17bdfa15a4eb14631a789a3ea87e57094d
6
+ metadata.gz: 593f1e368c4a0da62eeb42292679b6ff5d72ddb0cd779247f51bc70db18b222b5bbfd6851ada3a5e70b8dfb6f2095be96f6f6dcf3c312c53013da8cf98243b3d
7
+ data.tar.gz: e7f5b1fd359732b167f32058245264a9730a0a287cc3eafcd61b4ca6dbd38b2d2c0d56d9922b555663d76a49e6cf04d8c4c9c38b79824c000c9d09f5dbe36012
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-04-05)
5
+ ------------------
6
+
7
+ * Feature - This release removes the entities in the API doc model package for auth policies.
8
+
4
9
  1.0.0 (2023-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -1033,10 +1033,11 @@ module Aws::VPCLattice
1033
1033
  # As a result of this operation, the association gets created in the
1034
1034
  # service network account and the VPC owner account.
1035
1035
  #
1036
- # Once a security group is added to the VPC association it cannot be
1037
- # removed. You can add or update the security groups being used for the
1038
- # VPC association once a security group is attached. To remove all
1039
- # security groups you must reassociate the VPC.
1036
+ # If you add a security group to the service network and VPC
1037
+ # association, the association must continue to always have at least one
1038
+ # security group. You can add or edit security groups at any time.
1039
+ # However, to remove all security groups, you must first delete the
1040
+ # association and recreate it without security groups.
1040
1041
  #
1041
1042
  #
1042
1043
  #
@@ -1244,12 +1245,11 @@ module Aws::VPCLattice
1244
1245
  req.send_request(options)
1245
1246
  end
1246
1247
 
1247
- # Deletes the specified auth policy. If an auth is set to `Amazon Web
1248
- # Services_IAM` and the auth policy is deleted, all requests will be
1249
- # denied by default. If you are trying to remove the auth policy
1250
- # completely, you must set the auth\_type to `NONE`. If auth is enabled
1251
- # on the resource, but no auth policy is set, all requests will be
1252
- # denied.
1248
+ # Deletes the specified auth policy. If an auth is set to `AWS_IAM` and
1249
+ # the auth policy is deleted, all requests will be denied by default. If
1250
+ # you are trying to remove the auth policy completely, you must set the
1251
+ # auth\_type to `NONE`. If auth is enabled on the resource, but no auth
1252
+ # policy is set, all requests will be denied.
1253
1253
  #
1254
1254
  # @option params [required, String] :resource_identifier
1255
1255
  # The ID or Amazon Resource Name (ARN) of the resource.
@@ -1711,11 +1711,11 @@ module Aws::VPCLattice
1711
1711
  end
1712
1712
 
1713
1713
  # Retrieves information about the resource policy. The resource policy
1714
- # is an IAM policy created by AWS RAM on behalf of the resource owner
1715
- # when they share a resource.
1714
+ # is an IAM policy created on behalf of the resource owner when they
1715
+ # share a resource.
1716
1716
  #
1717
1717
  # @option params [required, String] :resource_arn
1718
- # An IAM policy.
1718
+ # The Amazon Resource Name (ARN) of the service network or service.
1719
1719
  #
1720
1720
  # @return [Types::GetResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1721
1721
  #
@@ -2582,10 +2582,12 @@ module Aws::VPCLattice
2582
2582
  req.send_request(options)
2583
2583
  end
2584
2584
 
2585
- # Creates or updates the auth policy.
2585
+ # Creates or updates the auth policy. The policy string in JSON must not
2586
+ # contain newlines or blank lines.
2586
2587
  #
2587
2588
  # @option params [required, String] :policy
2588
- # The auth policy.
2589
+ # The auth policy. The policy string in JSON must not contain newlines
2590
+ # or blank lines.
2589
2591
  #
2590
2592
  # @option params [required, String] :resource_identifier
2591
2593
  # The ID or Amazon Resource Name (ARN) of the service network or service
@@ -2623,7 +2625,8 @@ module Aws::VPCLattice
2623
2625
  # permission for sharing services and service networks.
2624
2626
  #
2625
2627
  # @option params [required, String] :policy
2626
- # An IAM policy.
2628
+ # An IAM policy. The policy string in JSON must not contain newlines or
2629
+ # blank lines.
2627
2630
  #
2628
2631
  # @option params [required, String] :resource_arn
2629
2632
  # The ID or Amazon Resource Name (ARN) of the service network or service
@@ -3056,12 +3059,15 @@ module Aws::VPCLattice
3056
3059
  req.send_request(options)
3057
3060
  end
3058
3061
 
3059
- # Updates the service network and VPC association. Once you add a
3060
- # security group, it cannot be removed.
3062
+ # Updates the service network and VPC association. If you add a security
3063
+ # group to the service network and VPC association, the association must
3064
+ # continue to always have at least one security group. You can add or
3065
+ # edit security groups at any time. However, to remove all security
3066
+ # groups, you must first delete the association and recreate it without
3067
+ # security groups.
3061
3068
  #
3062
3069
  # @option params [required, Array<String>] :security_group_ids
3063
- # The IDs of the security groups. Once you add a security group, it
3064
- # cannot be removed.
3070
+ # The IDs of the security groups.
3065
3071
  #
3066
3072
  # @option params [required, String] :service_network_vpc_association_identifier
3067
3073
  # The ID or Amazon Resource Name (ARN) of the association.
@@ -3181,7 +3187,7 @@ module Aws::VPCLattice
3181
3187
  params: params,
3182
3188
  config: config)
3183
3189
  context[:gem_name] = 'aws-sdk-vpclattice'
3184
- context[:gem_version] = '1.0.0'
3190
+ context[:gem_version] = '1.1.0'
3185
3191
  Seahorse::Client::Request.new(handlers, context)
3186
3192
  end
3187
3193
 
@@ -1253,12 +1253,12 @@ module Aws::VPCLattice
1253
1253
  #
1254
1254
  # @!attribute [rw] state
1255
1255
  # The state of the auth policy. The auth policy is only active when
1256
- # the auth type is set to `Amazon Web Services_IAM`. If you provide a
1257
- # policy, then authentication and authorization decisions are made
1258
- # based on this policy and the client's IAM policy. If the auth type
1259
- # is `NONE`, then any auth policy you provide will remain inactive.
1260
- # For more information, see [Create a service network][1] in the
1261
- # *Amazon VPC Lattice User Guide*.
1256
+ # the auth type is set to `AWS_IAM`. If you provide a policy, then
1257
+ # authentication and authorization decisions are made based on this
1258
+ # policy and the client's IAM policy. If the auth type is `NONE`,
1259
+ # then any auth policy you provide will remain inactive. For more
1260
+ # information, see [Create a service network][1] in the *Amazon VPC
1261
+ # Lattice User Guide*.
1262
1262
  #
1263
1263
  #
1264
1264
  #
@@ -1353,7 +1353,7 @@ module Aws::VPCLattice
1353
1353
  end
1354
1354
 
1355
1355
  # @!attribute [rw] resource_arn
1356
- # An IAM policy.
1356
+ # The Amazon Resource Name (ARN) of the service network or service.
1357
1357
  # @return [String]
1358
1358
  #
1359
1359
  # @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourcePolicyRequest AWS API Documentation
@@ -1365,7 +1365,7 @@ module Aws::VPCLattice
1365
1365
  end
1366
1366
 
1367
1367
  # @!attribute [rw] policy
1368
- # The Amazon Resource Name (ARN) of the service network or service.
1368
+ # An IAM policy.
1369
1369
  # @return [String]
1370
1370
  #
1371
1371
  # @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourcePolicyResponse AWS API Documentation
@@ -2550,7 +2550,8 @@ module Aws::VPCLattice
2550
2550
  end
2551
2551
 
2552
2552
  # @!attribute [rw] policy
2553
- # The auth policy.
2553
+ # The auth policy. The policy string in JSON must not contain newlines
2554
+ # or blank lines.
2554
2555
  # @return [String]
2555
2556
  #
2556
2557
  # @!attribute [rw] resource_identifier
@@ -2568,17 +2569,18 @@ module Aws::VPCLattice
2568
2569
  end
2569
2570
 
2570
2571
  # @!attribute [rw] policy
2571
- # The auth policy.
2572
+ # The auth policy. The policy string in JSON must not contain newlines
2573
+ # or blank lines.
2572
2574
  # @return [String]
2573
2575
  #
2574
2576
  # @!attribute [rw] state
2575
2577
  # The state of the auth policy. The auth policy is only active when
2576
- # the auth type is set to `Amazon Web Services_IAM`. If you provide a
2577
- # policy, then authentication and authorization decisions are made
2578
- # based on this policy and the client's IAM policy. If the Auth type
2579
- # is `NONE`, then, any auth policy you provide will remain inactive.
2580
- # For more information, see [Create a service network][1] in the
2581
- # *Amazon VPC Lattice User Guide*.
2578
+ # the auth type is set to `AWS_IAM`. If you provide a policy, then
2579
+ # authentication and authorization decisions are made based on this
2580
+ # policy and the client's IAM policy. If the Auth type is `NONE`,
2581
+ # then, any auth policy you provide will remain inactive. For more
2582
+ # information, see [Create a service network][1] in the *Amazon VPC
2583
+ # Lattice User Guide*.
2582
2584
  #
2583
2585
  #
2584
2586
  #
@@ -2595,7 +2597,8 @@ module Aws::VPCLattice
2595
2597
  end
2596
2598
 
2597
2599
  # @!attribute [rw] policy
2598
- # An IAM policy.
2600
+ # An IAM policy. The policy string in JSON must not contain newlines
2601
+ # or blank lines.
2599
2602
  # @return [String]
2600
2603
  #
2601
2604
  # @!attribute [rw] resource_arn
@@ -3684,8 +3687,7 @@ module Aws::VPCLattice
3684
3687
  end
3685
3688
 
3686
3689
  # @!attribute [rw] security_group_ids
3687
- # The IDs of the security groups. Once you add a security group, it
3688
- # cannot be removed.
3690
+ # The IDs of the security groups.
3689
3691
  # @return [Array<String>]
3690
3692
  #
3691
3693
  # @!attribute [rw] service_network_vpc_association_identifier
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-vpclattice/customizations'
52
52
  # @!group service
53
53
  module Aws::VPCLattice
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-vpclattice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core