aws-sdk-vpclattice 1.0.0 → 1.1.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-vpclattice/client.rb +27 -21
- data/lib/aws-sdk-vpclattice/types.rb +21 -19
- data/lib/aws-sdk-vpclattice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade5ce4448c31a06085e45d7c7a0cff5b72cab25cc177977903a69d4bd8d4371
|
|
4
|
+
data.tar.gz: 41c044f105c18e00936804f005abdeb78f146bd603abf44c06a2e745b960d8e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 593f1e368c4a0da62eeb42292679b6ff5d72ddb0cd779247f51bc70db18b222b5bbfd6851ada3a5e70b8dfb6f2095be96f6f6dcf3c312c53013da8cf98243b3d
|
|
7
|
+
data.tar.gz: e7f5b1fd359732b167f32058245264a9730a0a287cc3eafcd61b4ca6dbd38b2d2c0d56d9922b555663d76a49e6cf04d8c4c9c38b79824c000c9d09f5dbe36012
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
1037
|
-
#
|
|
1038
|
-
#
|
|
1039
|
-
# security groups you must
|
|
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 `
|
|
1248
|
-
#
|
|
1249
|
-
#
|
|
1250
|
-
#
|
|
1251
|
-
#
|
|
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
|
|
1715
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
3060
|
-
#
|
|
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.
|
|
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.
|
|
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 `
|
|
1257
|
-
#
|
|
1258
|
-
#
|
|
1259
|
-
#
|
|
1260
|
-
#
|
|
1261
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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 `
|
|
2577
|
-
#
|
|
2578
|
-
#
|
|
2579
|
-
#
|
|
2580
|
-
#
|
|
2581
|
-
#
|
|
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.
|
|
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
|
data/lib/aws-sdk-vpclattice.rb
CHANGED
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.
|
|
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-
|
|
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
|