aws-sdk-appconfig 1.7.1 → 1.12.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/lib/aws-sdk-appconfig.rb +5 -2
- data/lib/aws-sdk-appconfig/client.rb +224 -10
- data/lib/aws-sdk-appconfig/client_api.rb +127 -1
- data/lib/aws-sdk-appconfig/errors.rb +49 -0
- data/lib/aws-sdk-appconfig/resource.rb +2 -0
- data/lib/aws-sdk-appconfig/types.rb +352 -1
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -28,7 +30,9 @@ module Aws::AppConfig
|
|
28
30
|
# * {BadRequestException}
|
29
31
|
# * {ConflictException}
|
30
32
|
# * {InternalServerException}
|
33
|
+
# * {PayloadTooLargeException}
|
31
34
|
# * {ResourceNotFoundException}
|
35
|
+
# * {ServiceQuotaExceededException}
|
32
36
|
#
|
33
37
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
34
38
|
# if they are not defined above.
|
@@ -81,6 +85,36 @@ module Aws::AppConfig
|
|
81
85
|
end
|
82
86
|
end
|
83
87
|
|
88
|
+
class PayloadTooLargeException < ServiceError
|
89
|
+
|
90
|
+
# @param [Seahorse::Client::RequestContext] context
|
91
|
+
# @param [String] message
|
92
|
+
# @param [Aws::AppConfig::Types::PayloadTooLargeException] data
|
93
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
94
|
+
super(context, message, data)
|
95
|
+
end
|
96
|
+
|
97
|
+
# @return [String]
|
98
|
+
def message
|
99
|
+
@message || @data[:message]
|
100
|
+
end
|
101
|
+
|
102
|
+
# @return [String]
|
103
|
+
def measure
|
104
|
+
@data[:measure]
|
105
|
+
end
|
106
|
+
|
107
|
+
# @return [String]
|
108
|
+
def limit
|
109
|
+
@data[:limit]
|
110
|
+
end
|
111
|
+
|
112
|
+
# @return [String]
|
113
|
+
def size
|
114
|
+
@data[:size]
|
115
|
+
end
|
116
|
+
end
|
117
|
+
|
84
118
|
class ResourceNotFoundException < ServiceError
|
85
119
|
|
86
120
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -101,5 +135,20 @@ module Aws::AppConfig
|
|
101
135
|
end
|
102
136
|
end
|
103
137
|
|
138
|
+
class ServiceQuotaExceededException < ServiceError
|
139
|
+
|
140
|
+
# @param [Seahorse::Client::RequestContext] context
|
141
|
+
# @param [String] message
|
142
|
+
# @param [Aws::AppConfig::Types::ServiceQuotaExceededException] data
|
143
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
144
|
+
super(context, message, data)
|
145
|
+
end
|
146
|
+
|
147
|
+
# @return [String]
|
148
|
+
def message
|
149
|
+
@message || @data[:message]
|
150
|
+
end
|
151
|
+
end
|
152
|
+
|
104
153
|
end
|
105
154
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -26,6 +28,7 @@ module Aws::AppConfig
|
|
26
28
|
:id,
|
27
29
|
:name,
|
28
30
|
:description)
|
31
|
+
SENSITIVE = []
|
29
32
|
include Aws::Structure
|
30
33
|
end
|
31
34
|
|
@@ -43,6 +46,7 @@ module Aws::AppConfig
|
|
43
46
|
class Applications < Struct.new(
|
44
47
|
:items,
|
45
48
|
:next_token)
|
49
|
+
SENSITIVE = []
|
46
50
|
include Aws::Structure
|
47
51
|
end
|
48
52
|
|
@@ -56,6 +60,7 @@ module Aws::AppConfig
|
|
56
60
|
#
|
57
61
|
class BadRequestException < Struct.new(
|
58
62
|
:message)
|
63
|
+
SENSITIVE = []
|
59
64
|
include Aws::Structure
|
60
65
|
end
|
61
66
|
|
@@ -82,6 +87,7 @@ module Aws::AppConfig
|
|
82
87
|
:content,
|
83
88
|
:configuration_version,
|
84
89
|
:content_type)
|
90
|
+
SENSITIVE = [:content]
|
85
91
|
include Aws::Structure
|
86
92
|
end
|
87
93
|
|
@@ -124,6 +130,7 @@ module Aws::AppConfig
|
|
124
130
|
:location_uri,
|
125
131
|
:retrieval_role_arn,
|
126
132
|
:validators)
|
133
|
+
SENSITIVE = []
|
127
134
|
include Aws::Structure
|
128
135
|
end
|
129
136
|
|
@@ -157,6 +164,7 @@ module Aws::AppConfig
|
|
157
164
|
:name,
|
158
165
|
:location_uri,
|
159
166
|
:validator_types)
|
167
|
+
SENSITIVE = []
|
160
168
|
include Aws::Structure
|
161
169
|
end
|
162
170
|
|
@@ -174,6 +182,7 @@ module Aws::AppConfig
|
|
174
182
|
class ConfigurationProfiles < Struct.new(
|
175
183
|
:items,
|
176
184
|
:next_token)
|
185
|
+
SENSITIVE = []
|
177
186
|
include Aws::Structure
|
178
187
|
end
|
179
188
|
|
@@ -187,6 +196,7 @@ module Aws::AppConfig
|
|
187
196
|
#
|
188
197
|
class ConflictException < Struct.new(
|
189
198
|
:message)
|
199
|
+
SENSITIVE = []
|
190
200
|
include Aws::Structure
|
191
201
|
end
|
192
202
|
|
@@ -221,6 +231,7 @@ module Aws::AppConfig
|
|
221
231
|
:name,
|
222
232
|
:description,
|
223
233
|
:tags)
|
234
|
+
SENSITIVE = []
|
224
235
|
include Aws::Structure
|
225
236
|
end
|
226
237
|
|
@@ -232,7 +243,7 @@ module Aws::AppConfig
|
|
232
243
|
# name: "Name", # required
|
233
244
|
# description: "Description",
|
234
245
|
# location_uri: "Uri", # required
|
235
|
-
# retrieval_role_arn: "RoleArn",
|
246
|
+
# retrieval_role_arn: "RoleArn",
|
236
247
|
# validators: [
|
237
248
|
# {
|
238
249
|
# type: "JSON_SCHEMA", # required, accepts JSON_SCHEMA, LAMBDA
|
@@ -293,6 +304,7 @@ module Aws::AppConfig
|
|
293
304
|
:retrieval_role_arn,
|
294
305
|
:validators,
|
295
306
|
:tags)
|
307
|
+
SENSITIVE = []
|
296
308
|
include Aws::Structure
|
297
309
|
end
|
298
310
|
|
@@ -386,6 +398,7 @@ module Aws::AppConfig
|
|
386
398
|
:growth_type,
|
387
399
|
:replicate_to,
|
388
400
|
:tags)
|
401
|
+
SENSITIVE = []
|
389
402
|
include Aws::Structure
|
390
403
|
end
|
391
404
|
|
@@ -437,6 +450,65 @@ module Aws::AppConfig
|
|
437
450
|
:description,
|
438
451
|
:monitors,
|
439
452
|
:tags)
|
453
|
+
SENSITIVE = []
|
454
|
+
include Aws::Structure
|
455
|
+
end
|
456
|
+
|
457
|
+
# @note When making an API call, you may pass CreateHostedConfigurationVersionRequest
|
458
|
+
# data as a hash:
|
459
|
+
#
|
460
|
+
# {
|
461
|
+
# application_id: "Id", # required
|
462
|
+
# configuration_profile_id: "Id", # required
|
463
|
+
# description: "Description",
|
464
|
+
# content: "data", # required
|
465
|
+
# content_type: "StringWithLengthBetween1And255", # required
|
466
|
+
# latest_version_number: 1,
|
467
|
+
# }
|
468
|
+
#
|
469
|
+
# @!attribute [rw] application_id
|
470
|
+
# The application ID.
|
471
|
+
# @return [String]
|
472
|
+
#
|
473
|
+
# @!attribute [rw] configuration_profile_id
|
474
|
+
# The configuration profile ID.
|
475
|
+
# @return [String]
|
476
|
+
#
|
477
|
+
# @!attribute [rw] description
|
478
|
+
# A description of the configuration.
|
479
|
+
# @return [String]
|
480
|
+
#
|
481
|
+
# @!attribute [rw] content
|
482
|
+
# The content of the configuration or the configuration data.
|
483
|
+
# @return [String]
|
484
|
+
#
|
485
|
+
# @!attribute [rw] content_type
|
486
|
+
# A standard MIME type describing the format of the configuration
|
487
|
+
# content. For more information, see [Content-Type][1].
|
488
|
+
#
|
489
|
+
#
|
490
|
+
#
|
491
|
+
# [1]: https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
|
492
|
+
# @return [String]
|
493
|
+
#
|
494
|
+
# @!attribute [rw] latest_version_number
|
495
|
+
# An optional locking token used to prevent race conditions from
|
496
|
+
# overwriting configuration updates when creating a new version. To
|
497
|
+
# ensure your data is not overwritten when creating multiple hosted
|
498
|
+
# configuration versions in rapid succession, specify the version of
|
499
|
+
# the latest hosted configuration version.
|
500
|
+
# @return [Integer]
|
501
|
+
#
|
502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateHostedConfigurationVersionRequest AWS API Documentation
|
503
|
+
#
|
504
|
+
class CreateHostedConfigurationVersionRequest < Struct.new(
|
505
|
+
:application_id,
|
506
|
+
:configuration_profile_id,
|
507
|
+
:description,
|
508
|
+
:content,
|
509
|
+
:content_type,
|
510
|
+
:latest_version_number)
|
511
|
+
SENSITIVE = [:content]
|
440
512
|
include Aws::Structure
|
441
513
|
end
|
442
514
|
|
@@ -455,6 +527,7 @@ module Aws::AppConfig
|
|
455
527
|
#
|
456
528
|
class DeleteApplicationRequest < Struct.new(
|
457
529
|
:application_id)
|
530
|
+
SENSITIVE = []
|
458
531
|
include Aws::Structure
|
459
532
|
end
|
460
533
|
|
@@ -480,6 +553,7 @@ module Aws::AppConfig
|
|
480
553
|
class DeleteConfigurationProfileRequest < Struct.new(
|
481
554
|
:application_id,
|
482
555
|
:configuration_profile_id)
|
556
|
+
SENSITIVE = []
|
483
557
|
include Aws::Structure
|
484
558
|
end
|
485
559
|
|
@@ -498,6 +572,7 @@ module Aws::AppConfig
|
|
498
572
|
#
|
499
573
|
class DeleteDeploymentStrategyRequest < Struct.new(
|
500
574
|
:deployment_strategy_id)
|
575
|
+
SENSITIVE = []
|
501
576
|
include Aws::Structure
|
502
577
|
end
|
503
578
|
|
@@ -522,6 +597,38 @@ module Aws::AppConfig
|
|
522
597
|
class DeleteEnvironmentRequest < Struct.new(
|
523
598
|
:application_id,
|
524
599
|
:environment_id)
|
600
|
+
SENSITIVE = []
|
601
|
+
include Aws::Structure
|
602
|
+
end
|
603
|
+
|
604
|
+
# @note When making an API call, you may pass DeleteHostedConfigurationVersionRequest
|
605
|
+
# data as a hash:
|
606
|
+
#
|
607
|
+
# {
|
608
|
+
# application_id: "Id", # required
|
609
|
+
# configuration_profile_id: "Id", # required
|
610
|
+
# version_number: 1, # required
|
611
|
+
# }
|
612
|
+
#
|
613
|
+
# @!attribute [rw] application_id
|
614
|
+
# The application ID.
|
615
|
+
# @return [String]
|
616
|
+
#
|
617
|
+
# @!attribute [rw] configuration_profile_id
|
618
|
+
# The configuration profile ID.
|
619
|
+
# @return [String]
|
620
|
+
#
|
621
|
+
# @!attribute [rw] version_number
|
622
|
+
# The versions number to delete.
|
623
|
+
# @return [Integer]
|
624
|
+
#
|
625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteHostedConfigurationVersionRequest AWS API Documentation
|
626
|
+
#
|
627
|
+
class DeleteHostedConfigurationVersionRequest < Struct.new(
|
628
|
+
:application_id,
|
629
|
+
:configuration_profile_id,
|
630
|
+
:version_number)
|
631
|
+
SENSITIVE = []
|
525
632
|
include Aws::Structure
|
526
633
|
end
|
527
634
|
|
@@ -622,6 +729,7 @@ module Aws::AppConfig
|
|
622
729
|
:percentage_complete,
|
623
730
|
:started_at,
|
624
731
|
:completed_at)
|
732
|
+
SENSITIVE = []
|
625
733
|
include Aws::Structure
|
626
734
|
end
|
627
735
|
|
@@ -659,6 +767,7 @@ module Aws::AppConfig
|
|
659
767
|
:triggered_by,
|
660
768
|
:description,
|
661
769
|
:occurred_at)
|
770
|
+
SENSITIVE = []
|
662
771
|
include Aws::Structure
|
663
772
|
end
|
664
773
|
|
@@ -676,6 +785,7 @@ module Aws::AppConfig
|
|
676
785
|
class DeploymentStrategies < Struct.new(
|
677
786
|
:items,
|
678
787
|
:next_token)
|
788
|
+
SENSITIVE = []
|
679
789
|
include Aws::Structure
|
680
790
|
end
|
681
791
|
|
@@ -725,6 +835,7 @@ module Aws::AppConfig
|
|
725
835
|
:growth_factor,
|
726
836
|
:final_bake_time_in_minutes,
|
727
837
|
:replicate_to)
|
838
|
+
SENSITIVE = []
|
728
839
|
include Aws::Structure
|
729
840
|
end
|
730
841
|
|
@@ -791,6 +902,7 @@ module Aws::AppConfig
|
|
791
902
|
:percentage_complete,
|
792
903
|
:started_at,
|
793
904
|
:completed_at)
|
905
|
+
SENSITIVE = []
|
794
906
|
include Aws::Structure
|
795
907
|
end
|
796
908
|
|
@@ -808,6 +920,7 @@ module Aws::AppConfig
|
|
808
920
|
class Deployments < Struct.new(
|
809
921
|
:items,
|
810
922
|
:next_token)
|
923
|
+
SENSITIVE = []
|
811
924
|
include Aws::Structure
|
812
925
|
end
|
813
926
|
|
@@ -846,6 +959,7 @@ module Aws::AppConfig
|
|
846
959
|
:description,
|
847
960
|
:state,
|
848
961
|
:monitors)
|
962
|
+
SENSITIVE = []
|
849
963
|
include Aws::Structure
|
850
964
|
end
|
851
965
|
|
@@ -863,6 +977,7 @@ module Aws::AppConfig
|
|
863
977
|
class Environments < Struct.new(
|
864
978
|
:items,
|
865
979
|
:next_token)
|
980
|
+
SENSITIVE = []
|
866
981
|
include Aws::Structure
|
867
982
|
end
|
868
983
|
|
@@ -881,6 +996,7 @@ module Aws::AppConfig
|
|
881
996
|
#
|
882
997
|
class GetApplicationRequest < Struct.new(
|
883
998
|
:application_id)
|
999
|
+
SENSITIVE = []
|
884
1000
|
include Aws::Structure
|
885
1001
|
end
|
886
1002
|
|
@@ -906,6 +1022,7 @@ module Aws::AppConfig
|
|
906
1022
|
class GetConfigurationProfileRequest < Struct.new(
|
907
1023
|
:application_id,
|
908
1024
|
:configuration_profile_id)
|
1025
|
+
SENSITIVE = []
|
909
1026
|
include Aws::Structure
|
910
1027
|
end
|
911
1028
|
|
@@ -973,6 +1090,7 @@ module Aws::AppConfig
|
|
973
1090
|
:configuration,
|
974
1091
|
:client_id,
|
975
1092
|
:client_configuration_version)
|
1093
|
+
SENSITIVE = []
|
976
1094
|
include Aws::Structure
|
977
1095
|
end
|
978
1096
|
|
@@ -1005,6 +1123,7 @@ module Aws::AppConfig
|
|
1005
1123
|
:application_id,
|
1006
1124
|
:environment_id,
|
1007
1125
|
:deployment_number)
|
1126
|
+
SENSITIVE = []
|
1008
1127
|
include Aws::Structure
|
1009
1128
|
end
|
1010
1129
|
|
@@ -1023,6 +1142,7 @@ module Aws::AppConfig
|
|
1023
1142
|
#
|
1024
1143
|
class GetDeploymentStrategyRequest < Struct.new(
|
1025
1144
|
:deployment_strategy_id)
|
1145
|
+
SENSITIVE = []
|
1026
1146
|
include Aws::Structure
|
1027
1147
|
end
|
1028
1148
|
|
@@ -1048,6 +1168,137 @@ module Aws::AppConfig
|
|
1048
1168
|
class GetEnvironmentRequest < Struct.new(
|
1049
1169
|
:application_id,
|
1050
1170
|
:environment_id)
|
1171
|
+
SENSITIVE = []
|
1172
|
+
include Aws::Structure
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
# @note When making an API call, you may pass GetHostedConfigurationVersionRequest
|
1176
|
+
# data as a hash:
|
1177
|
+
#
|
1178
|
+
# {
|
1179
|
+
# application_id: "Id", # required
|
1180
|
+
# configuration_profile_id: "Id", # required
|
1181
|
+
# version_number: 1, # required
|
1182
|
+
# }
|
1183
|
+
#
|
1184
|
+
# @!attribute [rw] application_id
|
1185
|
+
# The application ID.
|
1186
|
+
# @return [String]
|
1187
|
+
#
|
1188
|
+
# @!attribute [rw] configuration_profile_id
|
1189
|
+
# The configuration profile ID.
|
1190
|
+
# @return [String]
|
1191
|
+
#
|
1192
|
+
# @!attribute [rw] version_number
|
1193
|
+
# The version.
|
1194
|
+
# @return [Integer]
|
1195
|
+
#
|
1196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetHostedConfigurationVersionRequest AWS API Documentation
|
1197
|
+
#
|
1198
|
+
class GetHostedConfigurationVersionRequest < Struct.new(
|
1199
|
+
:application_id,
|
1200
|
+
:configuration_profile_id,
|
1201
|
+
:version_number)
|
1202
|
+
SENSITIVE = []
|
1203
|
+
include Aws::Structure
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
# @!attribute [rw] application_id
|
1207
|
+
# The application ID.
|
1208
|
+
# @return [String]
|
1209
|
+
#
|
1210
|
+
# @!attribute [rw] configuration_profile_id
|
1211
|
+
# The configuration profile ID.
|
1212
|
+
# @return [String]
|
1213
|
+
#
|
1214
|
+
# @!attribute [rw] version_number
|
1215
|
+
# The configuration version.
|
1216
|
+
# @return [Integer]
|
1217
|
+
#
|
1218
|
+
# @!attribute [rw] description
|
1219
|
+
# A description of the configuration.
|
1220
|
+
# @return [String]
|
1221
|
+
#
|
1222
|
+
# @!attribute [rw] content
|
1223
|
+
# The content of the configuration or the configuration data.
|
1224
|
+
# @return [String]
|
1225
|
+
#
|
1226
|
+
# @!attribute [rw] content_type
|
1227
|
+
# A standard MIME type describing the format of the configuration
|
1228
|
+
# content. For more information, see [Content-Type][1].
|
1229
|
+
#
|
1230
|
+
#
|
1231
|
+
#
|
1232
|
+
# [1]: https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
|
1233
|
+
# @return [String]
|
1234
|
+
#
|
1235
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/HostedConfigurationVersion AWS API Documentation
|
1236
|
+
#
|
1237
|
+
class HostedConfigurationVersion < Struct.new(
|
1238
|
+
:application_id,
|
1239
|
+
:configuration_profile_id,
|
1240
|
+
:version_number,
|
1241
|
+
:description,
|
1242
|
+
:content,
|
1243
|
+
:content_type)
|
1244
|
+
SENSITIVE = [:content]
|
1245
|
+
include Aws::Structure
|
1246
|
+
end
|
1247
|
+
|
1248
|
+
# Information about the configuration.
|
1249
|
+
#
|
1250
|
+
# @!attribute [rw] application_id
|
1251
|
+
# The application ID.
|
1252
|
+
# @return [String]
|
1253
|
+
#
|
1254
|
+
# @!attribute [rw] configuration_profile_id
|
1255
|
+
# The configuration profile ID.
|
1256
|
+
# @return [String]
|
1257
|
+
#
|
1258
|
+
# @!attribute [rw] version_number
|
1259
|
+
# The configuration version.
|
1260
|
+
# @return [Integer]
|
1261
|
+
#
|
1262
|
+
# @!attribute [rw] description
|
1263
|
+
# A description of the configuration.
|
1264
|
+
# @return [String]
|
1265
|
+
#
|
1266
|
+
# @!attribute [rw] content_type
|
1267
|
+
# A standard MIME type describing the format of the configuration
|
1268
|
+
# content. For more information, see [Content-Type][1].
|
1269
|
+
#
|
1270
|
+
#
|
1271
|
+
#
|
1272
|
+
# [1]: https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
|
1273
|
+
# @return [String]
|
1274
|
+
#
|
1275
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/HostedConfigurationVersionSummary AWS API Documentation
|
1276
|
+
#
|
1277
|
+
class HostedConfigurationVersionSummary < Struct.new(
|
1278
|
+
:application_id,
|
1279
|
+
:configuration_profile_id,
|
1280
|
+
:version_number,
|
1281
|
+
:description,
|
1282
|
+
:content_type)
|
1283
|
+
SENSITIVE = []
|
1284
|
+
include Aws::Structure
|
1285
|
+
end
|
1286
|
+
|
1287
|
+
# @!attribute [rw] items
|
1288
|
+
# The elements from this collection.
|
1289
|
+
# @return [Array<Types::HostedConfigurationVersionSummary>]
|
1290
|
+
#
|
1291
|
+
# @!attribute [rw] next_token
|
1292
|
+
# The token for the next set of items to return. Use this token to get
|
1293
|
+
# the next set of results.
|
1294
|
+
# @return [String]
|
1295
|
+
#
|
1296
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/HostedConfigurationVersions AWS API Documentation
|
1297
|
+
#
|
1298
|
+
class HostedConfigurationVersions < Struct.new(
|
1299
|
+
:items,
|
1300
|
+
:next_token)
|
1301
|
+
SENSITIVE = []
|
1051
1302
|
include Aws::Structure
|
1052
1303
|
end
|
1053
1304
|
|
@@ -1060,6 +1311,7 @@ module Aws::AppConfig
|
|
1060
1311
|
#
|
1061
1312
|
class InternalServerException < Struct.new(
|
1062
1313
|
:message)
|
1314
|
+
SENSITIVE = []
|
1063
1315
|
include Aws::Structure
|
1064
1316
|
end
|
1065
1317
|
|
@@ -1087,6 +1339,7 @@ module Aws::AppConfig
|
|
1087
1339
|
class ListApplicationsRequest < Struct.new(
|
1088
1340
|
:max_results,
|
1089
1341
|
:next_token)
|
1342
|
+
SENSITIVE = []
|
1090
1343
|
include Aws::Structure
|
1091
1344
|
end
|
1092
1345
|
|
@@ -1120,6 +1373,7 @@ module Aws::AppConfig
|
|
1120
1373
|
:application_id,
|
1121
1374
|
:max_results,
|
1122
1375
|
:next_token)
|
1376
|
+
SENSITIVE = []
|
1123
1377
|
include Aws::Structure
|
1124
1378
|
end
|
1125
1379
|
|
@@ -1147,6 +1401,7 @@ module Aws::AppConfig
|
|
1147
1401
|
class ListDeploymentStrategiesRequest < Struct.new(
|
1148
1402
|
:max_results,
|
1149
1403
|
:next_token)
|
1404
|
+
SENSITIVE = []
|
1150
1405
|
include Aws::Structure
|
1151
1406
|
end
|
1152
1407
|
|
@@ -1186,6 +1441,7 @@ module Aws::AppConfig
|
|
1186
1441
|
:environment_id,
|
1187
1442
|
:max_results,
|
1188
1443
|
:next_token)
|
1444
|
+
SENSITIVE = []
|
1189
1445
|
include Aws::Structure
|
1190
1446
|
end
|
1191
1447
|
|
@@ -1219,6 +1475,47 @@ module Aws::AppConfig
|
|
1219
1475
|
:application_id,
|
1220
1476
|
:max_results,
|
1221
1477
|
:next_token)
|
1478
|
+
SENSITIVE = []
|
1479
|
+
include Aws::Structure
|
1480
|
+
end
|
1481
|
+
|
1482
|
+
# @note When making an API call, you may pass ListHostedConfigurationVersionsRequest
|
1483
|
+
# data as a hash:
|
1484
|
+
#
|
1485
|
+
# {
|
1486
|
+
# application_id: "Id", # required
|
1487
|
+
# configuration_profile_id: "Id", # required
|
1488
|
+
# max_results: 1,
|
1489
|
+
# next_token: "NextToken",
|
1490
|
+
# }
|
1491
|
+
#
|
1492
|
+
# @!attribute [rw] application_id
|
1493
|
+
# The application ID.
|
1494
|
+
# @return [String]
|
1495
|
+
#
|
1496
|
+
# @!attribute [rw] configuration_profile_id
|
1497
|
+
# The configuration profile ID.
|
1498
|
+
# @return [String]
|
1499
|
+
#
|
1500
|
+
# @!attribute [rw] max_results
|
1501
|
+
# The maximum number of items to return for this call. The call also
|
1502
|
+
# returns a token that you can specify in a subsequent call to get the
|
1503
|
+
# next set of results.
|
1504
|
+
# @return [Integer]
|
1505
|
+
#
|
1506
|
+
# @!attribute [rw] next_token
|
1507
|
+
# A token to start the list. Use this token to get the next set of
|
1508
|
+
# results.
|
1509
|
+
# @return [String]
|
1510
|
+
#
|
1511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListHostedConfigurationVersionsRequest AWS API Documentation
|
1512
|
+
#
|
1513
|
+
class ListHostedConfigurationVersionsRequest < Struct.new(
|
1514
|
+
:application_id,
|
1515
|
+
:configuration_profile_id,
|
1516
|
+
:max_results,
|
1517
|
+
:next_token)
|
1518
|
+
SENSITIVE = []
|
1222
1519
|
include Aws::Structure
|
1223
1520
|
end
|
1224
1521
|
|
@@ -1237,6 +1534,7 @@ module Aws::AppConfig
|
|
1237
1534
|
#
|
1238
1535
|
class ListTagsForResourceRequest < Struct.new(
|
1239
1536
|
:resource_arn)
|
1537
|
+
SENSITIVE = []
|
1240
1538
|
include Aws::Structure
|
1241
1539
|
end
|
1242
1540
|
|
@@ -1263,6 +1561,32 @@ module Aws::AppConfig
|
|
1263
1561
|
class Monitor < Struct.new(
|
1264
1562
|
:alarm_arn,
|
1265
1563
|
:alarm_role_arn)
|
1564
|
+
SENSITIVE = []
|
1565
|
+
include Aws::Structure
|
1566
|
+
end
|
1567
|
+
|
1568
|
+
# The configuration size is too large.
|
1569
|
+
#
|
1570
|
+
# @!attribute [rw] message
|
1571
|
+
# @return [String]
|
1572
|
+
#
|
1573
|
+
# @!attribute [rw] measure
|
1574
|
+
# @return [String]
|
1575
|
+
#
|
1576
|
+
# @!attribute [rw] limit
|
1577
|
+
# @return [Float]
|
1578
|
+
#
|
1579
|
+
# @!attribute [rw] size
|
1580
|
+
# @return [Float]
|
1581
|
+
#
|
1582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/PayloadTooLargeException AWS API Documentation
|
1583
|
+
#
|
1584
|
+
class PayloadTooLargeException < Struct.new(
|
1585
|
+
:message,
|
1586
|
+
:measure,
|
1587
|
+
:limit,
|
1588
|
+
:size)
|
1589
|
+
SENSITIVE = []
|
1266
1590
|
include Aws::Structure
|
1267
1591
|
end
|
1268
1592
|
|
@@ -1279,6 +1603,7 @@ module Aws::AppConfig
|
|
1279
1603
|
class ResourceNotFoundException < Struct.new(
|
1280
1604
|
:message,
|
1281
1605
|
:resource_name)
|
1606
|
+
SENSITIVE = []
|
1282
1607
|
include Aws::Structure
|
1283
1608
|
end
|
1284
1609
|
|
@@ -1292,6 +1617,22 @@ module Aws::AppConfig
|
|
1292
1617
|
#
|
1293
1618
|
class ResourceTags < Struct.new(
|
1294
1619
|
:tags)
|
1620
|
+
SENSITIVE = []
|
1621
|
+
include Aws::Structure
|
1622
|
+
end
|
1623
|
+
|
1624
|
+
# The number of hosted configuration versions exceeds the limit for the
|
1625
|
+
# AppConfig configuration store. Delete one or more versions and try
|
1626
|
+
# again.
|
1627
|
+
#
|
1628
|
+
# @!attribute [rw] message
|
1629
|
+
# @return [String]
|
1630
|
+
#
|
1631
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ServiceQuotaExceededException AWS API Documentation
|
1632
|
+
#
|
1633
|
+
class ServiceQuotaExceededException < Struct.new(
|
1634
|
+
:message)
|
1635
|
+
SENSITIVE = []
|
1295
1636
|
include Aws::Structure
|
1296
1637
|
end
|
1297
1638
|
|
@@ -1350,6 +1691,7 @@ module Aws::AppConfig
|
|
1350
1691
|
:configuration_version,
|
1351
1692
|
:description,
|
1352
1693
|
:tags)
|
1694
|
+
SENSITIVE = []
|
1353
1695
|
include Aws::Structure
|
1354
1696
|
end
|
1355
1697
|
|
@@ -1380,6 +1722,7 @@ module Aws::AppConfig
|
|
1380
1722
|
:application_id,
|
1381
1723
|
:environment_id,
|
1382
1724
|
:deployment_number)
|
1725
|
+
SENSITIVE = []
|
1383
1726
|
include Aws::Structure
|
1384
1727
|
end
|
1385
1728
|
|
@@ -1408,6 +1751,7 @@ module Aws::AppConfig
|
|
1408
1751
|
class TagResourceRequest < Struct.new(
|
1409
1752
|
:resource_arn,
|
1410
1753
|
:tags)
|
1754
|
+
SENSITIVE = []
|
1411
1755
|
include Aws::Structure
|
1412
1756
|
end
|
1413
1757
|
|
@@ -1432,6 +1776,7 @@ module Aws::AppConfig
|
|
1432
1776
|
class UntagResourceRequest < Struct.new(
|
1433
1777
|
:resource_arn,
|
1434
1778
|
:tag_keys)
|
1779
|
+
SENSITIVE = []
|
1435
1780
|
include Aws::Structure
|
1436
1781
|
end
|
1437
1782
|
|
@@ -1462,6 +1807,7 @@ module Aws::AppConfig
|
|
1462
1807
|
:application_id,
|
1463
1808
|
:name,
|
1464
1809
|
:description)
|
1810
|
+
SENSITIVE = []
|
1465
1811
|
include Aws::Structure
|
1466
1812
|
end
|
1467
1813
|
|
@@ -1516,6 +1862,7 @@ module Aws::AppConfig
|
|
1516
1862
|
:description,
|
1517
1863
|
:retrieval_role_arn,
|
1518
1864
|
:validators)
|
1865
|
+
SENSITIVE = []
|
1519
1866
|
include Aws::Structure
|
1520
1867
|
end
|
1521
1868
|
|
@@ -1594,6 +1941,7 @@ module Aws::AppConfig
|
|
1594
1941
|
:final_bake_time_in_minutes,
|
1595
1942
|
:growth_factor,
|
1596
1943
|
:growth_type)
|
1944
|
+
SENSITIVE = []
|
1597
1945
|
include Aws::Structure
|
1598
1946
|
end
|
1599
1947
|
|
@@ -1641,6 +1989,7 @@ module Aws::AppConfig
|
|
1641
1989
|
:name,
|
1642
1990
|
:description,
|
1643
1991
|
:monitors)
|
1992
|
+
SENSITIVE = []
|
1644
1993
|
include Aws::Structure
|
1645
1994
|
end
|
1646
1995
|
|
@@ -1671,6 +2020,7 @@ module Aws::AppConfig
|
|
1671
2020
|
:application_id,
|
1672
2021
|
:configuration_profile_id,
|
1673
2022
|
:configuration_version)
|
2023
|
+
SENSITIVE = []
|
1674
2024
|
include Aws::Structure
|
1675
2025
|
end
|
1676
2026
|
|
@@ -1703,6 +2053,7 @@ module Aws::AppConfig
|
|
1703
2053
|
class Validator < Struct.new(
|
1704
2054
|
:type,
|
1705
2055
|
:content)
|
2056
|
+
SENSITIVE = [:content]
|
1706
2057
|
include Aws::Structure
|
1707
2058
|
end
|
1708
2059
|
|