aws-sdk-cloud9 1.33.0 → 1.37.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9.rb +1 -1
- data/lib/aws-sdk-cloud9/client.rb +50 -51
- data/lib/aws-sdk-cloud9/types.rb +37 -35
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 697955a092bdb6f9dcd8309535136bce5dd9a910cf52f75cc276843fdf5edc4a
|
4
|
+
data.tar.gz: 8c783db9afe3056b8188646890c1e52464b50ad1fa5786c525545b8960e488af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbc9853ab5246bf9bbb9397806ccbc0b82a47bd52be8ec88b33fc180ea3be6ffc7f750868ed8dbf5027082f5912680c6b3e26fdfdc60a3f3734d1c2a0082bd34
|
7
|
+
data.tar.gz: 6b5469cd30c1dd83cec78f35e1fb2a526b54df05e8a97843a04cae313a6f015467c7288f737aae81f6df924855baf45f791e89ea4537a40460bd94b58915d75f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.37.0 (2021-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.36.0 (2021-07-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.35.0 (2021-06-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text
|
18
|
+
|
19
|
+
1.34.0 (2021-06-23)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated documentation for CreateEnvironmentEC2 to explain that because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2--which includes long term support through 2023--for new AWS Cloud9 environments.
|
23
|
+
|
4
24
|
1.33.0 (2021-04-06)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.37.0
|
data/lib/aws-sdk-cloud9.rb
CHANGED
@@ -337,20 +337,21 @@ module Aws::Cloud9
|
|
337
337
|
|
338
338
|
# @!group API Operations
|
339
339
|
|
340
|
-
# Creates an
|
341
|
-
#
|
342
|
-
#
|
340
|
+
# Creates an Cloud9 development environment, launches an Amazon Elastic
|
341
|
+
# Compute Cloud (Amazon EC2) instance, and then connects from the
|
342
|
+
# instance to the environment.
|
343
343
|
#
|
344
344
|
# @option params [required, String] :name
|
345
345
|
# The name of the environment to create.
|
346
346
|
#
|
347
|
-
# This name is visible to other
|
347
|
+
# This name is visible to other IAM users in the same Amazon Web
|
348
|
+
# Services account.
|
348
349
|
#
|
349
350
|
# @option params [String] :description
|
350
351
|
# The description of the environment to create.
|
351
352
|
#
|
352
353
|
# @option params [String] :client_request_token
|
353
|
-
# A unique, case-sensitive string that helps
|
354
|
+
# A unique, case-sensitive string that helps Cloud9 to ensure this
|
354
355
|
# operation completes no more than one time.
|
355
356
|
#
|
356
357
|
# For more information, see [Client Tokens][1] in the *Amazon EC2 API
|
@@ -358,23 +359,26 @@ module Aws::Cloud9
|
|
358
359
|
#
|
359
360
|
#
|
360
361
|
#
|
361
|
-
# [1]:
|
362
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
362
363
|
#
|
363
364
|
# @option params [required, String] :instance_type
|
364
365
|
# The type of instance to connect to the environment (for example,
|
365
366
|
# `t2.micro`).
|
366
367
|
#
|
367
368
|
# @option params [String] :subnet_id
|
368
|
-
# The ID of the subnet in Amazon VPC that
|
369
|
-
#
|
369
|
+
# The ID of the subnet in Amazon VPC that Cloud9 will use to communicate
|
370
|
+
# with the Amazon EC2 instance.
|
370
371
|
#
|
371
372
|
# @option params [String] :image_id
|
372
373
|
# The identifier for the Amazon Machine Image (AMI) that's used to
|
373
374
|
# create the EC2 instance. To choose an AMI for the instance, you must
|
374
|
-
# specify a valid AMI alias or a valid
|
375
|
+
# specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
|
376
|
+
# path.
|
375
377
|
#
|
376
378
|
# The default AMI is used if the parameter isn't explicitly assigned a
|
377
|
-
# value in the request.
|
379
|
+
# value in the request. Because Amazon Linux AMI has ended standard
|
380
|
+
# support as of December 31, 2020, we recommend you choose Amazon Linux
|
381
|
+
# 2, which includes long term support through 2023.
|
378
382
|
#
|
379
383
|
# <b>AMI aliases </b>
|
380
384
|
#
|
@@ -402,20 +406,20 @@ module Aws::Cloud9
|
|
402
406
|
#
|
403
407
|
# @option params [String] :owner_arn
|
404
408
|
# The Amazon Resource Name (ARN) of the environment owner. This ARN can
|
405
|
-
# be the ARN of any
|
406
|
-
#
|
409
|
+
# be the ARN of any IAM principal. If this value is not specified, the
|
410
|
+
# ARN defaults to this environment's creator.
|
407
411
|
#
|
408
412
|
# @option params [Array<Types::Tag>] :tags
|
409
|
-
# An array of key-value pairs that will be associated with the new
|
413
|
+
# An array of key-value pairs that will be associated with the new
|
410
414
|
# Cloud9 development environment.
|
411
415
|
#
|
412
416
|
# @option params [String] :connection_type
|
413
417
|
# The connection type used for connecting to an Amazon EC2 environment.
|
414
418
|
# Valid values are `CONNECT_SSH` (default) and `CONNECT_SSM` (connected
|
415
|
-
# through
|
419
|
+
# through Amazon EC2 Systems Manager).
|
416
420
|
#
|
417
|
-
# For more information, see [Accessing no-ingress EC2 instances with
|
418
|
-
# Systems Manager][1] in the *
|
421
|
+
# For more information, see [Accessing no-ingress EC2 instances with
|
422
|
+
# Amazon EC2 Systems Manager][1] in the *Cloud9 User Guide*.
|
419
423
|
#
|
420
424
|
#
|
421
425
|
#
|
@@ -475,7 +479,7 @@ module Aws::Cloud9
|
|
475
479
|
req.send_request(options)
|
476
480
|
end
|
477
481
|
|
478
|
-
# Adds an environment member to an
|
482
|
+
# Adds an environment member to an Cloud9 development environment.
|
479
483
|
#
|
480
484
|
# @option params [required, String] :environment_id
|
481
485
|
# The ID of the environment that contains the environment member you
|
@@ -541,9 +545,8 @@ module Aws::Cloud9
|
|
541
545
|
req.send_request(options)
|
542
546
|
end
|
543
547
|
|
544
|
-
# Deletes an
|
545
|
-
#
|
546
|
-
# instance.
|
548
|
+
# Deletes an Cloud9 development environment. If an Amazon EC2 instance
|
549
|
+
# is connected to the environment, also terminates the instance.
|
547
550
|
#
|
548
551
|
# @option params [required, String] :environment_id
|
549
552
|
# The ID of the environment to delete.
|
@@ -576,8 +579,7 @@ module Aws::Cloud9
|
|
576
579
|
req.send_request(options)
|
577
580
|
end
|
578
581
|
|
579
|
-
# Deletes an environment member from an
|
580
|
-
# environment.
|
582
|
+
# Deletes an environment member from an Cloud9 development environment.
|
581
583
|
#
|
582
584
|
# @option params [required, String] :environment_id
|
583
585
|
# The ID of the environment to delete the environment member from.
|
@@ -616,8 +618,8 @@ module Aws::Cloud9
|
|
616
618
|
req.send_request(options)
|
617
619
|
end
|
618
620
|
|
619
|
-
# Gets information about environment members for an
|
620
|
-
#
|
621
|
+
# Gets information about environment members for an Cloud9 development
|
622
|
+
# environment.
|
621
623
|
#
|
622
624
|
# @option params [String] :user_arn
|
623
625
|
# The Amazon Resource Name (ARN) of an individual environment member to
|
@@ -662,8 +664,7 @@ module Aws::Cloud9
|
|
662
664
|
#
|
663
665
|
# @example Example: DescribeEnvironmentMemberships1
|
664
666
|
#
|
665
|
-
# # The following example gets information about all of the environment members for the specified
|
666
|
-
# # environment.
|
667
|
+
# # The following example gets information about all of the environment members for the specified development environment.
|
667
668
|
#
|
668
669
|
# resp = client.describe_environment_memberships({
|
669
670
|
# environment_id: "8d9967e2f0624182b74e7690ad69ebEX",
|
@@ -689,7 +690,7 @@ module Aws::Cloud9
|
|
689
690
|
#
|
690
691
|
# @example Example: DescribeEnvironmentMemberships2
|
691
692
|
#
|
692
|
-
# # The following example gets information about the owner of the specified
|
693
|
+
# # The following example gets information about the owner of the specified development environment.
|
693
694
|
#
|
694
695
|
# resp = client.describe_environment_memberships({
|
695
696
|
# environment_id: "8d9967e2f0624182b74e7690ad69ebEX",
|
@@ -712,7 +713,7 @@ module Aws::Cloud9
|
|
712
713
|
#
|
713
714
|
# @example Example: DescribeEnvironmentMemberships3
|
714
715
|
#
|
715
|
-
# # The following example gets
|
716
|
+
# # The following example gets development environment membership information for the specified user.
|
716
717
|
#
|
717
718
|
# resp = client.describe_environment_memberships({
|
718
719
|
# user_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
|
@@ -767,7 +768,7 @@ module Aws::Cloud9
|
|
767
768
|
req.send_request(options)
|
768
769
|
end
|
769
770
|
|
770
|
-
# Gets status information for an
|
771
|
+
# Gets status information for an Cloud9 development environment.
|
771
772
|
#
|
772
773
|
# @option params [required, String] :environment_id
|
773
774
|
# The ID of the environment to get status information about.
|
@@ -810,7 +811,7 @@ module Aws::Cloud9
|
|
810
811
|
req.send_request(options)
|
811
812
|
end
|
812
813
|
|
813
|
-
# Gets information about
|
814
|
+
# Gets information about Cloud9 development environments.
|
814
815
|
#
|
815
816
|
# @option params [required, Array<String>] :environment_ids
|
816
817
|
# The IDs of individual environments to get information about.
|
@@ -887,7 +888,7 @@ module Aws::Cloud9
|
|
887
888
|
req.send_request(options)
|
888
889
|
end
|
889
890
|
|
890
|
-
# Gets a list of
|
891
|
+
# Gets a list of Cloud9 development environment identifiers.
|
891
892
|
#
|
892
893
|
# @option params [String] :next_token
|
893
894
|
# During a previous call, if there are more than 25 items in the list,
|
@@ -944,12 +945,12 @@ module Aws::Cloud9
|
|
944
945
|
req.send_request(options)
|
945
946
|
end
|
946
947
|
|
947
|
-
# Gets a list of the tags associated with an
|
948
|
+
# Gets a list of the tags associated with an Cloud9 development
|
948
949
|
# environment.
|
949
950
|
#
|
950
951
|
# @option params [required, String] :resource_arn
|
951
|
-
# The Amazon Resource Name (ARN) of the
|
952
|
-
#
|
952
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
953
|
+
# to get the tags for.
|
953
954
|
#
|
954
955
|
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
955
956
|
#
|
@@ -976,18 +977,17 @@ module Aws::Cloud9
|
|
976
977
|
req.send_request(options)
|
977
978
|
end
|
978
979
|
|
979
|
-
# Adds tags to an
|
980
|
+
# Adds tags to an Cloud9 development environment.
|
980
981
|
#
|
981
|
-
# Tags that you add to an
|
982
|
-
#
|
982
|
+
# Tags that you add to an Cloud9 environment by using this method will
|
983
|
+
# NOT be automatically propagated to underlying resources.
|
983
984
|
#
|
984
985
|
# @option params [required, String] :resource_arn
|
985
|
-
# The Amazon Resource Name (ARN) of the
|
986
|
-
#
|
986
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
987
|
+
# to add tags to.
|
987
988
|
#
|
988
989
|
# @option params [required, Array<Types::Tag>] :tags
|
989
|
-
# The list of tags to add to the given
|
990
|
-
# environment.
|
990
|
+
# The list of tags to add to the given Cloud9 development environment.
|
991
991
|
#
|
992
992
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
993
993
|
#
|
@@ -1012,15 +1012,15 @@ module Aws::Cloud9
|
|
1012
1012
|
req.send_request(options)
|
1013
1013
|
end
|
1014
1014
|
|
1015
|
-
# Removes tags from an
|
1015
|
+
# Removes tags from an Cloud9 development environment.
|
1016
1016
|
#
|
1017
1017
|
# @option params [required, String] :resource_arn
|
1018
|
-
# The Amazon Resource Name (ARN) of the
|
1019
|
-
#
|
1018
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
1019
|
+
# to remove tags from.
|
1020
1020
|
#
|
1021
1021
|
# @option params [required, Array<String>] :tag_keys
|
1022
|
-
# The tag names of the tags to remove from the given
|
1023
|
-
#
|
1022
|
+
# The tag names of the tags to remove from the given Cloud9 development
|
1023
|
+
# environment.
|
1024
1024
|
#
|
1025
1025
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1026
1026
|
#
|
@@ -1040,8 +1040,7 @@ module Aws::Cloud9
|
|
1040
1040
|
req.send_request(options)
|
1041
1041
|
end
|
1042
1042
|
|
1043
|
-
# Changes the settings of an existing
|
1044
|
-
# environment.
|
1043
|
+
# Changes the settings of an existing Cloud9 development environment.
|
1045
1044
|
#
|
1046
1045
|
# @option params [required, String] :environment_id
|
1047
1046
|
# The ID of the environment to change settings.
|
@@ -1084,8 +1083,8 @@ module Aws::Cloud9
|
|
1084
1083
|
req.send_request(options)
|
1085
1084
|
end
|
1086
1085
|
|
1087
|
-
# Changes the settings of an existing environment member for an
|
1088
|
-
#
|
1086
|
+
# Changes the settings of an existing environment member for an Cloud9
|
1087
|
+
# development environment.
|
1089
1088
|
#
|
1090
1089
|
# @option params [required, String] :environment_id
|
1091
1090
|
# The ID of the environment for the environment member whose settings
|
@@ -1164,7 +1163,7 @@ module Aws::Cloud9
|
|
1164
1163
|
params: params,
|
1165
1164
|
config: config)
|
1166
1165
|
context[:gem_name] = 'aws-sdk-cloud9'
|
1167
|
-
context[:gem_version] = '1.
|
1166
|
+
context[:gem_version] = '1.37.0'
|
1168
1167
|
Seahorse::Client::Request.new(handlers, context)
|
1169
1168
|
end
|
1170
1169
|
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
@@ -52,7 +52,8 @@ module Aws::Cloud9
|
|
52
52
|
# @!attribute [rw] name
|
53
53
|
# The name of the environment to create.
|
54
54
|
#
|
55
|
-
# This name is visible to other
|
55
|
+
# This name is visible to other IAM users in the same Amazon Web
|
56
|
+
# Services account.
|
56
57
|
# @return [String]
|
57
58
|
#
|
58
59
|
# @!attribute [rw] description
|
@@ -60,7 +61,7 @@ module Aws::Cloud9
|
|
60
61
|
# @return [String]
|
61
62
|
#
|
62
63
|
# @!attribute [rw] client_request_token
|
63
|
-
# A unique, case-sensitive string that helps
|
64
|
+
# A unique, case-sensitive string that helps Cloud9 to ensure this
|
64
65
|
# operation completes no more than one time.
|
65
66
|
#
|
66
67
|
# For more information, see [Client Tokens][1] in the *Amazon EC2 API
|
@@ -68,7 +69,7 @@ module Aws::Cloud9
|
|
68
69
|
#
|
69
70
|
#
|
70
71
|
#
|
71
|
-
# [1]:
|
72
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
72
73
|
# @return [String]
|
73
74
|
#
|
74
75
|
# @!attribute [rw] instance_type
|
@@ -77,17 +78,20 @@ module Aws::Cloud9
|
|
77
78
|
# @return [String]
|
78
79
|
#
|
79
80
|
# @!attribute [rw] subnet_id
|
80
|
-
# The ID of the subnet in Amazon VPC that
|
81
|
+
# The ID of the subnet in Amazon VPC that Cloud9 will use to
|
81
82
|
# communicate with the Amazon EC2 instance.
|
82
83
|
# @return [String]
|
83
84
|
#
|
84
85
|
# @!attribute [rw] image_id
|
85
86
|
# The identifier for the Amazon Machine Image (AMI) that's used to
|
86
87
|
# create the EC2 instance. To choose an AMI for the instance, you must
|
87
|
-
# specify a valid AMI alias or a valid
|
88
|
+
# specify a valid AMI alias or a valid Amazon EC2 Systems Manager
|
89
|
+
# (SSM) path.
|
88
90
|
#
|
89
91
|
# The default AMI is used if the parameter isn't explicitly assigned
|
90
|
-
# a value in the request.
|
92
|
+
# a value in the request. Because Amazon Linux AMI has ended standard
|
93
|
+
# support as of December 31, 2020, we recommend you choose Amazon
|
94
|
+
# Linux 2, which includes long term support through 2023.
|
91
95
|
#
|
92
96
|
# <b>AMI aliases </b>
|
93
97
|
#
|
@@ -117,22 +121,22 @@ module Aws::Cloud9
|
|
117
121
|
#
|
118
122
|
# @!attribute [rw] owner_arn
|
119
123
|
# The Amazon Resource Name (ARN) of the environment owner. This ARN
|
120
|
-
# can be the ARN of any
|
121
|
-
#
|
124
|
+
# can be the ARN of any IAM principal. If this value is not specified,
|
125
|
+
# the ARN defaults to this environment's creator.
|
122
126
|
# @return [String]
|
123
127
|
#
|
124
128
|
# @!attribute [rw] tags
|
125
|
-
# An array of key-value pairs that will be associated with the new
|
129
|
+
# An array of key-value pairs that will be associated with the new
|
126
130
|
# Cloud9 development environment.
|
127
131
|
# @return [Array<Types::Tag>]
|
128
132
|
#
|
129
133
|
# @!attribute [rw] connection_type
|
130
134
|
# The connection type used for connecting to an Amazon EC2
|
131
135
|
# environment. Valid values are `CONNECT_SSH` (default) and
|
132
|
-
# `CONNECT_SSM` (connected through
|
136
|
+
# `CONNECT_SSM` (connected through Amazon EC2 Systems Manager).
|
133
137
|
#
|
134
138
|
# For more information, see [Accessing no-ingress EC2 instances with
|
135
|
-
#
|
139
|
+
# Amazon EC2 Systems Manager][1] in the *Cloud9 User Guide*.
|
136
140
|
#
|
137
141
|
#
|
138
142
|
#
|
@@ -434,7 +438,7 @@ module Aws::Cloud9
|
|
434
438
|
include Aws::Structure
|
435
439
|
end
|
436
440
|
|
437
|
-
# Information about an
|
441
|
+
# Information about an Cloud9 development environment.
|
438
442
|
#
|
439
443
|
# @!attribute [rw] id
|
440
444
|
# The ID of the environment.
|
@@ -475,8 +479,8 @@ module Aws::Cloud9
|
|
475
479
|
# @return [Types::EnvironmentLifecycle]
|
476
480
|
#
|
477
481
|
# @!attribute [rw] managed_credentials_status
|
478
|
-
# Describes the status of
|
479
|
-
#
|
482
|
+
# Describes the status of Amazon Web Services managed temporary
|
483
|
+
# credentials for the Cloud9 environment. Available values are:
|
480
484
|
#
|
481
485
|
# * `ENABLED_ON_CREATE`
|
482
486
|
#
|
@@ -516,7 +520,7 @@ module Aws::Cloud9
|
|
516
520
|
end
|
517
521
|
|
518
522
|
# Information about the current creation or deletion lifecycle state of
|
519
|
-
# an
|
523
|
+
# an Cloud9 development environment.
|
520
524
|
#
|
521
525
|
# @!attribute [rw] status
|
522
526
|
# The current creation or deletion lifecycle state of the environment.
|
@@ -539,7 +543,7 @@ module Aws::Cloud9
|
|
539
543
|
#
|
540
544
|
# @!attribute [rw] failure_resource
|
541
545
|
# If the environment failed to delete, the Amazon Resource Name (ARN)
|
542
|
-
# of the related
|
546
|
+
# of the related Amazon Web Services resource.
|
543
547
|
# @return [String]
|
544
548
|
#
|
545
549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/EnvironmentLifecycle AWS API Documentation
|
@@ -552,7 +556,7 @@ module Aws::Cloud9
|
|
552
556
|
include Aws::Structure
|
553
557
|
end
|
554
558
|
|
555
|
-
# Information about an environment member for an
|
559
|
+
# Information about an environment member for an Cloud9 development
|
556
560
|
# environment.
|
557
561
|
#
|
558
562
|
# @!attribute [rw] permissions
|
@@ -567,7 +571,7 @@ module Aws::Cloud9
|
|
567
571
|
# @return [String]
|
568
572
|
#
|
569
573
|
# @!attribute [rw] user_id
|
570
|
-
# The user ID in
|
574
|
+
# The user ID in Identity and Access Management (IAM) of the
|
571
575
|
# environment member.
|
572
576
|
# @return [String]
|
573
577
|
#
|
@@ -673,8 +677,8 @@ module Aws::Cloud9
|
|
673
677
|
# }
|
674
678
|
#
|
675
679
|
# @!attribute [rw] resource_arn
|
676
|
-
# The Amazon Resource Name (ARN) of the
|
677
|
-
#
|
680
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
681
|
+
# to get the tags for.
|
678
682
|
# @return [String]
|
679
683
|
#
|
680
684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ListTagsForResourceRequest AWS API Documentation
|
@@ -686,8 +690,7 @@ module Aws::Cloud9
|
|
686
690
|
end
|
687
691
|
|
688
692
|
# @!attribute [rw] tags
|
689
|
-
# The list of tags associated with the
|
690
|
-
# environment.
|
693
|
+
# The list of tags associated with the Cloud9 development environment.
|
691
694
|
# @return [Array<Types::Tag>]
|
692
695
|
#
|
693
696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ListTagsForResourceResponse AWS API Documentation
|
@@ -704,12 +707,12 @@ module Aws::Cloud9
|
|
704
707
|
#
|
705
708
|
class NotFoundException < Aws::EmptyStructure; end
|
706
709
|
|
707
|
-
# Metadata that is associated with
|
708
|
-
# name-value pair that can be associated with an
|
709
|
-
# environment. There are two types of tags: *user tags* and
|
710
|
-
# tags*. A user tag is created by the user. A system tag is
|
711
|
-
# automatically created by
|
712
|
-
# "aws:" and cannot be modified by the user.
|
710
|
+
# Metadata that is associated with Amazon Web Services resources. In
|
711
|
+
# particular, a name-value pair that can be associated with an Cloud9
|
712
|
+
# development environment. There are two types of tags: *user tags* and
|
713
|
+
# *system tags*. A user tag is created by the user. A system tag is
|
714
|
+
# automatically created by Amazon Web Services services. A system tag is
|
715
|
+
# prefixed with `"aws:"` and cannot be modified by the user.
|
713
716
|
#
|
714
717
|
# @note When making an API call, you may pass Tag
|
715
718
|
# data as a hash:
|
@@ -750,13 +753,12 @@ module Aws::Cloud9
|
|
750
753
|
# }
|
751
754
|
#
|
752
755
|
# @!attribute [rw] resource_arn
|
753
|
-
# The Amazon Resource Name (ARN) of the
|
754
|
-
#
|
756
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
757
|
+
# to add tags to.
|
755
758
|
# @return [String]
|
756
759
|
#
|
757
760
|
# @!attribute [rw] tags
|
758
|
-
# The list of tags to add to the given
|
759
|
-
# environment.
|
761
|
+
# The list of tags to add to the given Cloud9 development environment.
|
760
762
|
# @return [Array<Types::Tag>]
|
761
763
|
#
|
762
764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/TagResourceRequest AWS API Documentation
|
@@ -787,12 +789,12 @@ module Aws::Cloud9
|
|
787
789
|
# }
|
788
790
|
#
|
789
791
|
# @!attribute [rw] resource_arn
|
790
|
-
# The Amazon Resource Name (ARN) of the
|
791
|
-
#
|
792
|
+
# The Amazon Resource Name (ARN) of the Cloud9 development environment
|
793
|
+
# to remove tags from.
|
792
794
|
# @return [String]
|
793
795
|
#
|
794
796
|
# @!attribute [rw] tag_keys
|
795
|
-
# The tag names of the tags to remove from the given
|
797
|
+
# The tag names of the tags to remove from the given Cloud9
|
796
798
|
# development environment.
|
797
799
|
# @return [Array<String>]
|
798
800
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloud9
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.37.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: 2021-
|
11
|
+
date: 2021-07-30 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.119.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.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - AWS Cloud9
|