aws-sdk-vpclattice 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-vpclattice/client.rb +32 -21
- data/lib/aws-sdk-vpclattice/types.rb +21 -19
- data/lib/aws-sdk-vpclattice.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b55bfcac891c7d9719575eb27dc10b5c2ba59e30c17bb8d07ca93009e54b8e21
|
4
|
+
data.tar.gz: b7ae59891537b51f9bde83e2913cd1eb9de53624ad1f55f18d8aced45f9d8ce9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb36ffa1349726317723be0a3baa340138acaa551e26d255b607d0bffc0d9acd600094b67db4e9a04033d4748f62d8f8a5db2e44df713cc960ebe1c6f3f89d18
|
7
|
+
data.tar.gz: f575155704e2522f10b2dde65f8f9a2e17e1ca37f30094886f69219b2457e8d41643b14e979143657ce63628311440c15fe5aec54dd2cc8d5b769c2f1ac4042c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.2.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.1.0 (2023-04-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release removes the entities in the API doc model package for auth policies.
|
13
|
+
|
4
14
|
1.0.0 (2023-03-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -275,6 +275,11 @@ module Aws::VPCLattice
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1033,10 +1038,11 @@ module Aws::VPCLattice
|
|
1033
1038
|
# As a result of this operation, the association gets created in the
|
1034
1039
|
# service network account and the VPC owner account.
|
1035
1040
|
#
|
1036
|
-
#
|
1037
|
-
#
|
1038
|
-
#
|
1039
|
-
# security groups you must
|
1041
|
+
# If you add a security group to the service network and VPC
|
1042
|
+
# association, the association must continue to always have at least one
|
1043
|
+
# security group. You can add or edit security groups at any time.
|
1044
|
+
# However, to remove all security groups, you must first delete the
|
1045
|
+
# association and recreate it without security groups.
|
1040
1046
|
#
|
1041
1047
|
#
|
1042
1048
|
#
|
@@ -1244,12 +1250,11 @@ module Aws::VPCLattice
|
|
1244
1250
|
req.send_request(options)
|
1245
1251
|
end
|
1246
1252
|
|
1247
|
-
# Deletes the specified auth policy. If an auth is set to `
|
1248
|
-
#
|
1249
|
-
#
|
1250
|
-
#
|
1251
|
-
#
|
1252
|
-
# denied.
|
1253
|
+
# Deletes the specified auth policy. If an auth is set to `AWS_IAM` and
|
1254
|
+
# the auth policy is deleted, all requests will be denied by default. If
|
1255
|
+
# you are trying to remove the auth policy completely, you must set the
|
1256
|
+
# auth\_type to `NONE`. If auth is enabled on the resource, but no auth
|
1257
|
+
# policy is set, all requests will be denied.
|
1253
1258
|
#
|
1254
1259
|
# @option params [required, String] :resource_identifier
|
1255
1260
|
# The ID or Amazon Resource Name (ARN) of the resource.
|
@@ -1711,11 +1716,11 @@ module Aws::VPCLattice
|
|
1711
1716
|
end
|
1712
1717
|
|
1713
1718
|
# Retrieves information about the resource policy. The resource policy
|
1714
|
-
# is an IAM policy created
|
1715
|
-
#
|
1719
|
+
# is an IAM policy created on behalf of the resource owner when they
|
1720
|
+
# share a resource.
|
1716
1721
|
#
|
1717
1722
|
# @option params [required, String] :resource_arn
|
1718
|
-
#
|
1723
|
+
# The Amazon Resource Name (ARN) of the service network or service.
|
1719
1724
|
#
|
1720
1725
|
# @return [Types::GetResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1721
1726
|
#
|
@@ -2582,10 +2587,12 @@ module Aws::VPCLattice
|
|
2582
2587
|
req.send_request(options)
|
2583
2588
|
end
|
2584
2589
|
|
2585
|
-
# Creates or updates the auth policy.
|
2590
|
+
# Creates or updates the auth policy. The policy string in JSON must not
|
2591
|
+
# contain newlines or blank lines.
|
2586
2592
|
#
|
2587
2593
|
# @option params [required, String] :policy
|
2588
|
-
# The auth policy.
|
2594
|
+
# The auth policy. The policy string in JSON must not contain newlines
|
2595
|
+
# or blank lines.
|
2589
2596
|
#
|
2590
2597
|
# @option params [required, String] :resource_identifier
|
2591
2598
|
# The ID or Amazon Resource Name (ARN) of the service network or service
|
@@ -2623,7 +2630,8 @@ module Aws::VPCLattice
|
|
2623
2630
|
# permission for sharing services and service networks.
|
2624
2631
|
#
|
2625
2632
|
# @option params [required, String] :policy
|
2626
|
-
# An IAM policy.
|
2633
|
+
# An IAM policy. The policy string in JSON must not contain newlines or
|
2634
|
+
# blank lines.
|
2627
2635
|
#
|
2628
2636
|
# @option params [required, String] :resource_arn
|
2629
2637
|
# The ID or Amazon Resource Name (ARN) of the service network or service
|
@@ -3056,12 +3064,15 @@ module Aws::VPCLattice
|
|
3056
3064
|
req.send_request(options)
|
3057
3065
|
end
|
3058
3066
|
|
3059
|
-
# Updates the service network and VPC association.
|
3060
|
-
#
|
3067
|
+
# Updates the service network and VPC association. If you add a security
|
3068
|
+
# group to the service network and VPC association, the association must
|
3069
|
+
# continue to always have at least one security group. You can add or
|
3070
|
+
# edit security groups at any time. However, to remove all security
|
3071
|
+
# groups, you must first delete the association and recreate it without
|
3072
|
+
# security groups.
|
3061
3073
|
#
|
3062
3074
|
# @option params [required, Array<String>] :security_group_ids
|
3063
|
-
# The IDs of the security groups.
|
3064
|
-
# cannot be removed.
|
3075
|
+
# The IDs of the security groups.
|
3065
3076
|
#
|
3066
3077
|
# @option params [required, String] :service_network_vpc_association_identifier
|
3067
3078
|
# The ID or Amazon Resource Name (ARN) of the association.
|
@@ -3181,7 +3192,7 @@ module Aws::VPCLattice
|
|
3181
3192
|
params: params,
|
3182
3193
|
config: config)
|
3183
3194
|
context[:gem_name] = 'aws-sdk-vpclattice'
|
3184
|
-
context[:gem_version] = '1.
|
3195
|
+
context[:gem_version] = '1.2.0'
|
3185
3196
|
Seahorse::Client::Request.new(handlers, context)
|
3186
3197
|
end
|
3187
3198
|
|
@@ -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.2.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-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|