@aws-sdk/client-notifications 3.928.0 → 3.930.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.
- package/dist-cjs/index.js +1809 -1672
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/NotificationsClient.js +2 -0
- package/dist-es/commands/AssociateChannelCommand.js +3 -9
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +3 -9
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +3 -9
- package/dist-es/commands/AssociateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/CreateEventRuleCommand.js +3 -9
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteEventRuleCommand.js +3 -9
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeregisterNotificationHubCommand.js +3 -9
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/DisassociateChannelCommand.js +3 -9
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +3 -9
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +3 -9
- package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetEventRuleCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationEventCommand.js +3 -9
- package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetNotificationEventCommand.js +3 -9
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListChannelsCommand.js +3 -9
- package/dist-es/commands/ListEventRulesCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +3 -9
- package/dist-es/commands/ListMemberAccountsCommand.js +3 -9
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListNotificationEventsCommand.js +3 -9
- package/dist-es/commands/ListNotificationHubsCommand.js +3 -9
- package/dist-es/commands/ListOrganizationalUnitsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterNotificationHubCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEventRuleCommand.js +3 -9
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1736 -0
- package/dist-types/NotificationsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +188 -0
- package/dist-types/ts3.4/NotificationsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +194 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1396
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -89,6 +88,7 @@ class NotificationsClient extends smithyClient.Client {
|
|
|
89
88
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
90
89
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
91
90
|
this.config = _config_8;
|
|
91
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
92
92
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
93
93
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -108,14 +108,14 @@ class NotificationsClient extends smithyClient.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
class NotificationsServiceException extends smithyClient.ServiceException {
|
|
111
|
+
let NotificationsServiceException$1 = class NotificationsServiceException extends smithyClient.ServiceException {
|
|
112
112
|
constructor(options) {
|
|
113
113
|
super(options);
|
|
114
114
|
Object.setPrototypeOf(this, NotificationsServiceException.prototype);
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
};
|
|
117
117
|
|
|
118
|
-
class AccessDeniedException extends NotificationsServiceException {
|
|
118
|
+
let AccessDeniedException$1 = class AccessDeniedException extends NotificationsServiceException$1 {
|
|
119
119
|
name = "AccessDeniedException";
|
|
120
120
|
$fault = "client";
|
|
121
121
|
constructor(opts) {
|
|
@@ -126,7 +126,7 @@ class AccessDeniedException extends NotificationsServiceException {
|
|
|
126
126
|
});
|
|
127
127
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
128
128
|
}
|
|
129
|
-
}
|
|
129
|
+
};
|
|
130
130
|
const AccessStatus = {
|
|
131
131
|
DISABLED: "DISABLED",
|
|
132
132
|
ENABLED: "ENABLED",
|
|
@@ -149,7 +149,7 @@ const AggregationEventType = {
|
|
|
149
149
|
CHILD: "CHILD",
|
|
150
150
|
NONE: "NONE",
|
|
151
151
|
};
|
|
152
|
-
class ConflictException extends NotificationsServiceException {
|
|
152
|
+
let ConflictException$1 = class ConflictException extends NotificationsServiceException$1 {
|
|
153
153
|
name = "ConflictException";
|
|
154
154
|
$fault = "client";
|
|
155
155
|
resourceId;
|
|
@@ -162,8 +162,8 @@ class ConflictException extends NotificationsServiceException {
|
|
|
162
162
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
163
163
|
this.resourceId = opts.resourceId;
|
|
164
164
|
}
|
|
165
|
-
}
|
|
166
|
-
class InternalServerException extends NotificationsServiceException {
|
|
165
|
+
};
|
|
166
|
+
let InternalServerException$1 = class InternalServerException extends NotificationsServiceException$1 {
|
|
167
167
|
name = "InternalServerException";
|
|
168
168
|
$fault = "server";
|
|
169
169
|
$retryable = {};
|
|
@@ -175,8 +175,8 @@ class InternalServerException extends NotificationsServiceException {
|
|
|
175
175
|
});
|
|
176
176
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
177
177
|
}
|
|
178
|
-
}
|
|
179
|
-
class ResourceNotFoundException extends NotificationsServiceException {
|
|
178
|
+
};
|
|
179
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends NotificationsServiceException$1 {
|
|
180
180
|
name = "ResourceNotFoundException";
|
|
181
181
|
$fault = "client";
|
|
182
182
|
resourceId;
|
|
@@ -189,8 +189,8 @@ class ResourceNotFoundException extends NotificationsServiceException {
|
|
|
189
189
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
190
190
|
this.resourceId = opts.resourceId;
|
|
191
191
|
}
|
|
192
|
-
}
|
|
193
|
-
class ServiceQuotaExceededException extends NotificationsServiceException {
|
|
192
|
+
};
|
|
193
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends NotificationsServiceException$1 {
|
|
194
194
|
name = "ServiceQuotaExceededException";
|
|
195
195
|
$fault = "client";
|
|
196
196
|
resourceType;
|
|
@@ -209,8 +209,8 @@ class ServiceQuotaExceededException extends NotificationsServiceException {
|
|
|
209
209
|
this.serviceCode = opts.serviceCode;
|
|
210
210
|
this.quotaCode = opts.quotaCode;
|
|
211
211
|
}
|
|
212
|
-
}
|
|
213
|
-
class ThrottlingException extends NotificationsServiceException {
|
|
212
|
+
};
|
|
213
|
+
let ThrottlingException$1 = class ThrottlingException extends NotificationsServiceException$1 {
|
|
214
214
|
name = "ThrottlingException";
|
|
215
215
|
$fault = "client";
|
|
216
216
|
$retryable = {
|
|
@@ -230,12 +230,12 @@ class ThrottlingException extends NotificationsServiceException {
|
|
|
230
230
|
this.quotaCode = opts.quotaCode;
|
|
231
231
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
232
232
|
}
|
|
233
|
-
}
|
|
233
|
+
};
|
|
234
234
|
const ValidationExceptionReason = {
|
|
235
235
|
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
236
236
|
OTHER: "other",
|
|
237
237
|
};
|
|
238
|
-
class ValidationException extends NotificationsServiceException {
|
|
238
|
+
let ValidationException$1 = class ValidationException extends NotificationsServiceException$1 {
|
|
239
239
|
name = "ValidationException";
|
|
240
240
|
$fault = "client";
|
|
241
241
|
reason;
|
|
@@ -250,7 +250,7 @@ class ValidationException extends NotificationsServiceException {
|
|
|
250
250
|
this.reason = opts.reason;
|
|
251
251
|
this.fieldList = opts.fieldList;
|
|
252
252
|
}
|
|
253
|
-
}
|
|
253
|
+
};
|
|
254
254
|
const ChannelAssociationOverrideOption = {
|
|
255
255
|
DISABLED: "DISABLED",
|
|
256
256
|
ENABLED: "ENABLED",
|
|
@@ -330,1411 +330,1738 @@ const MemberAccountNotificationConfigurationStatus = {
|
|
|
330
330
|
PENDING: "PENDING",
|
|
331
331
|
};
|
|
332
332
|
|
|
333
|
-
const
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
const
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
const
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
const
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
const
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
const
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
const
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
const
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
const
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
const
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
const
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
const
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
const
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
const
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
const
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
let body;
|
|
518
|
-
b.m("POST").h(headers).b(body);
|
|
519
|
-
return b.build();
|
|
520
|
-
};
|
|
521
|
-
const se_GetEventRuleCommand = async (input, context) => {
|
|
522
|
-
const b = core.requestBuilder(input, context);
|
|
523
|
-
const headers = {};
|
|
524
|
-
b.bp("/event-rules/{arn}");
|
|
525
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
526
|
-
let body;
|
|
527
|
-
b.m("GET").h(headers).b(body);
|
|
528
|
-
return b.build();
|
|
529
|
-
};
|
|
530
|
-
const se_GetManagedNotificationChildEventCommand = async (input, context) => {
|
|
531
|
-
const b = core.requestBuilder(input, context);
|
|
532
|
-
const headers = {};
|
|
533
|
-
b.bp("/managed-notification-child-events/{arn}");
|
|
534
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
535
|
-
const query = smithyClient.map({
|
|
536
|
-
[_l]: [, input[_l]],
|
|
537
|
-
});
|
|
538
|
-
let body;
|
|
539
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
540
|
-
return b.build();
|
|
541
|
-
};
|
|
542
|
-
const se_GetManagedNotificationConfigurationCommand = async (input, context) => {
|
|
543
|
-
const b = core.requestBuilder(input, context);
|
|
544
|
-
const headers = {};
|
|
545
|
-
b.bp("/managed-notification-configurations/{arn}");
|
|
546
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
547
|
-
let body;
|
|
548
|
-
b.m("GET").h(headers).b(body);
|
|
549
|
-
return b.build();
|
|
550
|
-
};
|
|
551
|
-
const se_GetManagedNotificationEventCommand = async (input, context) => {
|
|
552
|
-
const b = core.requestBuilder(input, context);
|
|
553
|
-
const headers = {};
|
|
554
|
-
b.bp("/managed-notification-events/{arn}");
|
|
555
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
556
|
-
const query = smithyClient.map({
|
|
557
|
-
[_l]: [, input[_l]],
|
|
558
|
-
});
|
|
559
|
-
let body;
|
|
560
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
561
|
-
return b.build();
|
|
562
|
-
};
|
|
563
|
-
const se_GetNotificationConfigurationCommand = async (input, context) => {
|
|
564
|
-
const b = core.requestBuilder(input, context);
|
|
565
|
-
const headers = {};
|
|
566
|
-
b.bp("/notification-configurations/{arn}");
|
|
567
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
568
|
-
let body;
|
|
569
|
-
b.m("GET").h(headers).b(body);
|
|
570
|
-
return b.build();
|
|
571
|
-
};
|
|
572
|
-
const se_GetNotificationEventCommand = async (input, context) => {
|
|
573
|
-
const b = core.requestBuilder(input, context);
|
|
574
|
-
const headers = {};
|
|
575
|
-
b.bp("/notification-events/{arn}");
|
|
576
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
577
|
-
const query = smithyClient.map({
|
|
578
|
-
[_l]: [, input[_l]],
|
|
579
|
-
});
|
|
580
|
-
let body;
|
|
581
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
582
|
-
return b.build();
|
|
583
|
-
};
|
|
584
|
-
const se_GetNotificationsAccessForOrganizationCommand = async (input, context) => {
|
|
585
|
-
const b = core.requestBuilder(input, context);
|
|
586
|
-
const headers = {};
|
|
587
|
-
b.bp("/organization/access");
|
|
588
|
-
let body;
|
|
589
|
-
b.m("GET").h(headers).b(body);
|
|
590
|
-
return b.build();
|
|
591
|
-
};
|
|
592
|
-
const se_ListChannelsCommand = async (input, context) => {
|
|
593
|
-
const b = core.requestBuilder(input, context);
|
|
594
|
-
const headers = {};
|
|
595
|
-
b.bp("/channels");
|
|
596
|
-
const query = smithyClient.map({
|
|
597
|
-
[_nCA]: [, smithyClient.expectNonNull(input[_nCA], `notificationConfigurationArn`)],
|
|
598
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
599
|
-
[_nT]: [, input[_nT]],
|
|
600
|
-
});
|
|
601
|
-
let body;
|
|
602
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
603
|
-
return b.build();
|
|
604
|
-
};
|
|
605
|
-
const se_ListEventRulesCommand = async (input, context) => {
|
|
606
|
-
const b = core.requestBuilder(input, context);
|
|
607
|
-
const headers = {};
|
|
608
|
-
b.bp("/event-rules");
|
|
609
|
-
const query = smithyClient.map({
|
|
610
|
-
[_nCA]: [, smithyClient.expectNonNull(input[_nCA], `notificationConfigurationArn`)],
|
|
611
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
612
|
-
[_nT]: [, input[_nT]],
|
|
613
|
-
});
|
|
614
|
-
let body;
|
|
615
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
616
|
-
return b.build();
|
|
617
|
-
};
|
|
618
|
-
const se_ListManagedNotificationChannelAssociationsCommand = async (input, context) => {
|
|
619
|
-
const b = core.requestBuilder(input, context);
|
|
620
|
-
const headers = {};
|
|
621
|
-
b.bp("/channels/list-managed-notification-channel-associations");
|
|
622
|
-
const query = smithyClient.map({
|
|
623
|
-
[_mNCA]: [, smithyClient.expectNonNull(input[_mNCA], `managedNotificationConfigurationArn`)],
|
|
624
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
625
|
-
[_nT]: [, input[_nT]],
|
|
626
|
-
});
|
|
627
|
-
let body;
|
|
628
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
629
|
-
return b.build();
|
|
630
|
-
};
|
|
631
|
-
const se_ListManagedNotificationChildEventsCommand = async (input, context) => {
|
|
632
|
-
const b = core.requestBuilder(input, context);
|
|
633
|
-
const headers = {};
|
|
634
|
-
b.bp("/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}");
|
|
635
|
-
b.p("aggregateManagedNotificationEventArn", () => input.aggregateManagedNotificationEventArn, "{aggregateManagedNotificationEventArn}", false);
|
|
636
|
-
const query = smithyClient.map({
|
|
637
|
-
[_sT]: [() => input.startTime !== void 0, () => smithyClient.serializeDateTime(input[_sT]).toString()],
|
|
638
|
-
[_eT]: [() => input.endTime !== void 0, () => smithyClient.serializeDateTime(input[_eT]).toString()],
|
|
639
|
-
[_l]: [, input[_l]],
|
|
640
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
641
|
-
[_rA]: [, input[_rA]],
|
|
642
|
-
[_oUI]: [, input[_oUI]],
|
|
643
|
-
[_nT]: [, input[_nT]],
|
|
644
|
-
});
|
|
645
|
-
let body;
|
|
646
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
647
|
-
return b.build();
|
|
648
|
-
};
|
|
649
|
-
const se_ListManagedNotificationConfigurationsCommand = async (input, context) => {
|
|
650
|
-
const b = core.requestBuilder(input, context);
|
|
651
|
-
const headers = {};
|
|
652
|
-
b.bp("/managed-notification-configurations");
|
|
653
|
-
const query = smithyClient.map({
|
|
654
|
-
[_cI]: [, input[_cI]],
|
|
655
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
656
|
-
[_nT]: [, input[_nT]],
|
|
657
|
-
});
|
|
658
|
-
let body;
|
|
659
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
660
|
-
return b.build();
|
|
661
|
-
};
|
|
662
|
-
const se_ListManagedNotificationEventsCommand = async (input, context) => {
|
|
663
|
-
const b = core.requestBuilder(input, context);
|
|
664
|
-
const headers = {};
|
|
665
|
-
b.bp("/managed-notification-events");
|
|
666
|
-
const query = smithyClient.map({
|
|
667
|
-
[_sT]: [() => input.startTime !== void 0, () => smithyClient.serializeDateTime(input[_sT]).toString()],
|
|
668
|
-
[_eT]: [() => input.endTime !== void 0, () => smithyClient.serializeDateTime(input[_eT]).toString()],
|
|
669
|
-
[_l]: [, input[_l]],
|
|
670
|
-
[_s]: [, input[_s]],
|
|
671
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
672
|
-
[_nT]: [, input[_nT]],
|
|
673
|
-
[_oUI]: [, input[_oUI]],
|
|
674
|
-
[_rA]: [, input[_rA]],
|
|
675
|
-
});
|
|
676
|
-
let body;
|
|
677
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
678
|
-
return b.build();
|
|
679
|
-
};
|
|
680
|
-
const se_ListMemberAccountsCommand = async (input, context) => {
|
|
681
|
-
const b = core.requestBuilder(input, context);
|
|
682
|
-
const headers = {};
|
|
683
|
-
b.bp("/list-member-accounts");
|
|
684
|
-
const query = smithyClient.map({
|
|
685
|
-
[_nCA]: [, smithyClient.expectNonNull(input[_nCA], `notificationConfigurationArn`)],
|
|
686
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
687
|
-
[_nT]: [, input[_nT]],
|
|
688
|
-
[_mA]: [, input[_mA]],
|
|
689
|
-
[_st]: [, input[_st]],
|
|
690
|
-
[_oUI]: [, input[_oUI]],
|
|
691
|
-
});
|
|
692
|
-
let body;
|
|
693
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
694
|
-
return b.build();
|
|
695
|
-
};
|
|
696
|
-
const se_ListNotificationConfigurationsCommand = async (input, context) => {
|
|
697
|
-
const b = core.requestBuilder(input, context);
|
|
698
|
-
const headers = {};
|
|
699
|
-
b.bp("/notification-configurations");
|
|
700
|
-
const query = smithyClient.map({
|
|
701
|
-
[_eRS]: [, input[_eRS]],
|
|
702
|
-
[_cA]: [, input[_cA]],
|
|
703
|
-
[_st]: [, input[_st]],
|
|
704
|
-
[_su]: [, input[_su]],
|
|
705
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
706
|
-
[_nT]: [, input[_nT]],
|
|
707
|
-
});
|
|
708
|
-
let body;
|
|
709
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
710
|
-
return b.build();
|
|
711
|
-
};
|
|
712
|
-
const se_ListNotificationEventsCommand = async (input, context) => {
|
|
713
|
-
const b = core.requestBuilder(input, context);
|
|
714
|
-
const headers = {};
|
|
715
|
-
b.bp("/notification-events");
|
|
716
|
-
const query = smithyClient.map({
|
|
717
|
-
[_sT]: [() => input.startTime !== void 0, () => smithyClient.serializeDateTime(input[_sT]).toString()],
|
|
718
|
-
[_eT]: [() => input.endTime !== void 0, () => smithyClient.serializeDateTime(input[_eT]).toString()],
|
|
719
|
-
[_l]: [, input[_l]],
|
|
720
|
-
[_s]: [, input[_s]],
|
|
721
|
-
[_iCE]: [() => input.includeChildEvents !== void 0, () => input[_iCE].toString()],
|
|
722
|
-
[_aNEA]: [, input[_aNEA]],
|
|
723
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
724
|
-
[_nT]: [, input[_nT]],
|
|
725
|
-
[_oUI]: [, input[_oUI]],
|
|
726
|
-
});
|
|
727
|
-
let body;
|
|
728
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
729
|
-
return b.build();
|
|
730
|
-
};
|
|
731
|
-
const se_ListNotificationHubsCommand = async (input, context) => {
|
|
732
|
-
const b = core.requestBuilder(input, context);
|
|
733
|
-
const headers = {};
|
|
734
|
-
b.bp("/notification-hubs");
|
|
735
|
-
const query = smithyClient.map({
|
|
736
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
737
|
-
[_nT]: [, input[_nT]],
|
|
738
|
-
});
|
|
739
|
-
let body;
|
|
740
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
741
|
-
return b.build();
|
|
742
|
-
};
|
|
743
|
-
const se_ListOrganizationalUnitsCommand = async (input, context) => {
|
|
744
|
-
const b = core.requestBuilder(input, context);
|
|
745
|
-
const headers = {};
|
|
746
|
-
b.bp("/organizational-units");
|
|
747
|
-
const query = smithyClient.map({
|
|
748
|
-
[_nCA]: [, smithyClient.expectNonNull(input[_nCA], `notificationConfigurationArn`)],
|
|
749
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
750
|
-
[_nT]: [, input[_nT]],
|
|
751
|
-
});
|
|
752
|
-
let body;
|
|
753
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
754
|
-
return b.build();
|
|
755
|
-
};
|
|
756
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
757
|
-
const b = core.requestBuilder(input, context);
|
|
758
|
-
const headers = {};
|
|
759
|
-
b.bp("/tags/{arn}");
|
|
760
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
761
|
-
let body;
|
|
762
|
-
b.m("GET").h(headers).b(body);
|
|
763
|
-
return b.build();
|
|
764
|
-
};
|
|
765
|
-
const se_RegisterNotificationHubCommand = async (input, context) => {
|
|
766
|
-
const b = core.requestBuilder(input, context);
|
|
767
|
-
const headers = {
|
|
768
|
-
"content-type": "application/json",
|
|
769
|
-
};
|
|
770
|
-
b.bp("/notification-hubs");
|
|
771
|
-
let body;
|
|
772
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
773
|
-
notificationHubRegion: [],
|
|
774
|
-
}));
|
|
775
|
-
b.m("POST").h(headers).b(body);
|
|
776
|
-
return b.build();
|
|
777
|
-
};
|
|
778
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
779
|
-
const b = core.requestBuilder(input, context);
|
|
780
|
-
const headers = {
|
|
781
|
-
"content-type": "application/json",
|
|
782
|
-
};
|
|
783
|
-
b.bp("/tags/{arn}");
|
|
784
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
785
|
-
let body;
|
|
786
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
787
|
-
tags: (_) => smithyClient._json(_),
|
|
788
|
-
}));
|
|
789
|
-
b.m("POST").h(headers).b(body);
|
|
790
|
-
return b.build();
|
|
791
|
-
};
|
|
792
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
793
|
-
const b = core.requestBuilder(input, context);
|
|
794
|
-
const headers = {};
|
|
795
|
-
b.bp("/tags/{arn}");
|
|
796
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
797
|
-
const query = smithyClient.map({
|
|
798
|
-
[_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
799
|
-
});
|
|
800
|
-
let body;
|
|
801
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
802
|
-
return b.build();
|
|
803
|
-
};
|
|
804
|
-
const se_UpdateEventRuleCommand = async (input, context) => {
|
|
805
|
-
const b = core.requestBuilder(input, context);
|
|
806
|
-
const headers = {
|
|
807
|
-
"content-type": "application/json",
|
|
808
|
-
};
|
|
809
|
-
b.bp("/event-rules/{arn}");
|
|
810
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
811
|
-
let body;
|
|
812
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
813
|
-
eventPattern: [],
|
|
814
|
-
regions: (_) => smithyClient._json(_),
|
|
815
|
-
}));
|
|
816
|
-
b.m("PUT").h(headers).b(body);
|
|
817
|
-
return b.build();
|
|
818
|
-
};
|
|
819
|
-
const se_UpdateNotificationConfigurationCommand = async (input, context) => {
|
|
820
|
-
const b = core.requestBuilder(input, context);
|
|
821
|
-
const headers = {
|
|
822
|
-
"content-type": "application/json",
|
|
823
|
-
};
|
|
824
|
-
b.bp("/notification-configurations/{arn}");
|
|
825
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
826
|
-
let body;
|
|
827
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
828
|
-
aggregationDuration: [],
|
|
829
|
-
description: [],
|
|
830
|
-
name: [],
|
|
831
|
-
}));
|
|
832
|
-
b.m("PUT").h(headers).b(body);
|
|
833
|
-
return b.build();
|
|
834
|
-
};
|
|
835
|
-
const de_AssociateChannelCommand = async (output, context) => {
|
|
836
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
837
|
-
return de_CommandError(output, context);
|
|
838
|
-
}
|
|
839
|
-
const contents = smithyClient.map({
|
|
840
|
-
$metadata: deserializeMetadata(output),
|
|
841
|
-
});
|
|
842
|
-
await smithyClient.collectBody(output.body, context);
|
|
843
|
-
return contents;
|
|
844
|
-
};
|
|
845
|
-
const de_AssociateManagedNotificationAccountContactCommand = async (output, context) => {
|
|
846
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
847
|
-
return de_CommandError(output, context);
|
|
848
|
-
}
|
|
849
|
-
const contents = smithyClient.map({
|
|
850
|
-
$metadata: deserializeMetadata(output),
|
|
851
|
-
});
|
|
852
|
-
await smithyClient.collectBody(output.body, context);
|
|
853
|
-
return contents;
|
|
854
|
-
};
|
|
855
|
-
const de_AssociateManagedNotificationAdditionalChannelCommand = async (output, context) => {
|
|
856
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
857
|
-
return de_CommandError(output, context);
|
|
858
|
-
}
|
|
859
|
-
const contents = smithyClient.map({
|
|
860
|
-
$metadata: deserializeMetadata(output),
|
|
861
|
-
});
|
|
862
|
-
await smithyClient.collectBody(output.body, context);
|
|
863
|
-
return contents;
|
|
864
|
-
};
|
|
865
|
-
const de_AssociateOrganizationalUnitCommand = async (output, context) => {
|
|
866
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
867
|
-
return de_CommandError(output, context);
|
|
868
|
-
}
|
|
869
|
-
const contents = smithyClient.map({
|
|
870
|
-
$metadata: deserializeMetadata(output),
|
|
871
|
-
});
|
|
872
|
-
await smithyClient.collectBody(output.body, context);
|
|
873
|
-
return contents;
|
|
874
|
-
};
|
|
875
|
-
const de_CreateEventRuleCommand = async (output, context) => {
|
|
876
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
877
|
-
return de_CommandError(output, context);
|
|
878
|
-
}
|
|
879
|
-
const contents = smithyClient.map({
|
|
880
|
-
$metadata: deserializeMetadata(output),
|
|
881
|
-
});
|
|
882
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
883
|
-
const doc = smithyClient.take(data, {
|
|
884
|
-
arn: smithyClient.expectString,
|
|
885
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
886
|
-
statusSummaryByRegion: smithyClient._json,
|
|
887
|
-
});
|
|
888
|
-
Object.assign(contents, doc);
|
|
889
|
-
return contents;
|
|
890
|
-
};
|
|
891
|
-
const de_CreateNotificationConfigurationCommand = async (output, context) => {
|
|
892
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
893
|
-
return de_CommandError(output, context);
|
|
894
|
-
}
|
|
895
|
-
const contents = smithyClient.map({
|
|
896
|
-
$metadata: deserializeMetadata(output),
|
|
897
|
-
});
|
|
898
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
899
|
-
const doc = smithyClient.take(data, {
|
|
900
|
-
arn: smithyClient.expectString,
|
|
901
|
-
status: smithyClient.expectString,
|
|
902
|
-
});
|
|
903
|
-
Object.assign(contents, doc);
|
|
904
|
-
return contents;
|
|
905
|
-
};
|
|
906
|
-
const de_DeleteEventRuleCommand = async (output, context) => {
|
|
907
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
908
|
-
return de_CommandError(output, context);
|
|
909
|
-
}
|
|
910
|
-
const contents = smithyClient.map({
|
|
911
|
-
$metadata: deserializeMetadata(output),
|
|
912
|
-
});
|
|
913
|
-
await smithyClient.collectBody(output.body, context);
|
|
914
|
-
return contents;
|
|
915
|
-
};
|
|
916
|
-
const de_DeleteNotificationConfigurationCommand = async (output, context) => {
|
|
917
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
918
|
-
return de_CommandError(output, context);
|
|
919
|
-
}
|
|
920
|
-
const contents = smithyClient.map({
|
|
921
|
-
$metadata: deserializeMetadata(output),
|
|
922
|
-
});
|
|
923
|
-
await smithyClient.collectBody(output.body, context);
|
|
924
|
-
return contents;
|
|
925
|
-
};
|
|
926
|
-
const de_DeregisterNotificationHubCommand = async (output, context) => {
|
|
927
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
928
|
-
return de_CommandError(output, context);
|
|
929
|
-
}
|
|
930
|
-
const contents = smithyClient.map({
|
|
931
|
-
$metadata: deserializeMetadata(output),
|
|
932
|
-
});
|
|
933
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
934
|
-
const doc = smithyClient.take(data, {
|
|
935
|
-
notificationHubRegion: smithyClient.expectString,
|
|
936
|
-
statusSummary: smithyClient._json,
|
|
937
|
-
});
|
|
938
|
-
Object.assign(contents, doc);
|
|
939
|
-
return contents;
|
|
940
|
-
};
|
|
941
|
-
const de_DisableNotificationsAccessForOrganizationCommand = async (output, context) => {
|
|
942
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
943
|
-
return de_CommandError(output, context);
|
|
944
|
-
}
|
|
945
|
-
const contents = smithyClient.map({
|
|
946
|
-
$metadata: deserializeMetadata(output),
|
|
947
|
-
});
|
|
948
|
-
await smithyClient.collectBody(output.body, context);
|
|
949
|
-
return contents;
|
|
950
|
-
};
|
|
951
|
-
const de_DisassociateChannelCommand = async (output, context) => {
|
|
952
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
953
|
-
return de_CommandError(output, context);
|
|
954
|
-
}
|
|
955
|
-
const contents = smithyClient.map({
|
|
956
|
-
$metadata: deserializeMetadata(output),
|
|
957
|
-
});
|
|
958
|
-
await smithyClient.collectBody(output.body, context);
|
|
959
|
-
return contents;
|
|
960
|
-
};
|
|
961
|
-
const de_DisassociateManagedNotificationAccountContactCommand = async (output, context) => {
|
|
962
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
963
|
-
return de_CommandError(output, context);
|
|
964
|
-
}
|
|
965
|
-
const contents = smithyClient.map({
|
|
966
|
-
$metadata: deserializeMetadata(output),
|
|
967
|
-
});
|
|
968
|
-
await smithyClient.collectBody(output.body, context);
|
|
969
|
-
return contents;
|
|
970
|
-
};
|
|
971
|
-
const de_DisassociateManagedNotificationAdditionalChannelCommand = async (output, context) => {
|
|
972
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
973
|
-
return de_CommandError(output, context);
|
|
974
|
-
}
|
|
975
|
-
const contents = smithyClient.map({
|
|
976
|
-
$metadata: deserializeMetadata(output),
|
|
977
|
-
});
|
|
978
|
-
await smithyClient.collectBody(output.body, context);
|
|
979
|
-
return contents;
|
|
980
|
-
};
|
|
981
|
-
const de_DisassociateOrganizationalUnitCommand = async (output, context) => {
|
|
982
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
983
|
-
return de_CommandError(output, context);
|
|
984
|
-
}
|
|
985
|
-
const contents = smithyClient.map({
|
|
986
|
-
$metadata: deserializeMetadata(output),
|
|
987
|
-
});
|
|
988
|
-
await smithyClient.collectBody(output.body, context);
|
|
989
|
-
return contents;
|
|
990
|
-
};
|
|
991
|
-
const de_EnableNotificationsAccessForOrganizationCommand = async (output, context) => {
|
|
992
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
993
|
-
return de_CommandError(output, context);
|
|
994
|
-
}
|
|
995
|
-
const contents = smithyClient.map({
|
|
996
|
-
$metadata: deserializeMetadata(output),
|
|
997
|
-
});
|
|
998
|
-
await smithyClient.collectBody(output.body, context);
|
|
999
|
-
return contents;
|
|
1000
|
-
};
|
|
1001
|
-
const de_GetEventRuleCommand = async (output, context) => {
|
|
1002
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1003
|
-
return de_CommandError(output, context);
|
|
1004
|
-
}
|
|
1005
|
-
const contents = smithyClient.map({
|
|
1006
|
-
$metadata: deserializeMetadata(output),
|
|
1007
|
-
});
|
|
1008
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1009
|
-
const doc = smithyClient.take(data, {
|
|
1010
|
-
arn: smithyClient.expectString,
|
|
1011
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1012
|
-
eventPattern: smithyClient.expectString,
|
|
1013
|
-
eventType: smithyClient.expectString,
|
|
1014
|
-
managedRules: smithyClient._json,
|
|
1015
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
1016
|
-
regions: smithyClient._json,
|
|
1017
|
-
source: smithyClient.expectString,
|
|
1018
|
-
statusSummaryByRegion: smithyClient._json,
|
|
1019
|
-
});
|
|
1020
|
-
Object.assign(contents, doc);
|
|
1021
|
-
return contents;
|
|
1022
|
-
};
|
|
1023
|
-
const de_GetManagedNotificationChildEventCommand = async (output, context) => {
|
|
1024
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1025
|
-
return de_CommandError(output, context);
|
|
1026
|
-
}
|
|
1027
|
-
const contents = smithyClient.map({
|
|
1028
|
-
$metadata: deserializeMetadata(output),
|
|
1029
|
-
});
|
|
1030
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1031
|
-
const doc = smithyClient.take(data, {
|
|
1032
|
-
arn: smithyClient.expectString,
|
|
1033
|
-
content: (_) => de_ManagedNotificationChildEvent(_),
|
|
1034
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1035
|
-
managedNotificationConfigurationArn: smithyClient.expectString,
|
|
1036
|
-
});
|
|
1037
|
-
Object.assign(contents, doc);
|
|
1038
|
-
return contents;
|
|
1039
|
-
};
|
|
1040
|
-
const de_GetManagedNotificationConfigurationCommand = async (output, context) => {
|
|
1041
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1042
|
-
return de_CommandError(output, context);
|
|
1043
|
-
}
|
|
1044
|
-
const contents = smithyClient.map({
|
|
1045
|
-
$metadata: deserializeMetadata(output),
|
|
1046
|
-
});
|
|
1047
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1048
|
-
const doc = smithyClient.take(data, {
|
|
1049
|
-
arn: smithyClient.expectString,
|
|
1050
|
-
category: smithyClient.expectString,
|
|
1051
|
-
description: smithyClient.expectString,
|
|
1052
|
-
name: smithyClient.expectString,
|
|
1053
|
-
subCategory: smithyClient.expectString,
|
|
1054
|
-
});
|
|
1055
|
-
Object.assign(contents, doc);
|
|
1056
|
-
return contents;
|
|
1057
|
-
};
|
|
1058
|
-
const de_GetManagedNotificationEventCommand = async (output, context) => {
|
|
1059
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1060
|
-
return de_CommandError(output, context);
|
|
1061
|
-
}
|
|
1062
|
-
const contents = smithyClient.map({
|
|
1063
|
-
$metadata: deserializeMetadata(output),
|
|
1064
|
-
});
|
|
1065
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1066
|
-
const doc = smithyClient.take(data, {
|
|
1067
|
-
arn: smithyClient.expectString,
|
|
1068
|
-
content: (_) => de_ManagedNotificationEvent(_),
|
|
1069
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1070
|
-
managedNotificationConfigurationArn: smithyClient.expectString,
|
|
1071
|
-
});
|
|
1072
|
-
Object.assign(contents, doc);
|
|
1073
|
-
return contents;
|
|
1074
|
-
};
|
|
1075
|
-
const de_GetNotificationConfigurationCommand = async (output, context) => {
|
|
1076
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1077
|
-
return de_CommandError(output, context);
|
|
1078
|
-
}
|
|
1079
|
-
const contents = smithyClient.map({
|
|
1080
|
-
$metadata: deserializeMetadata(output),
|
|
1081
|
-
});
|
|
1082
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1083
|
-
const doc = smithyClient.take(data, {
|
|
1084
|
-
aggregationDuration: smithyClient.expectString,
|
|
1085
|
-
arn: smithyClient.expectString,
|
|
1086
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1087
|
-
description: smithyClient.expectString,
|
|
1088
|
-
name: smithyClient.expectString,
|
|
1089
|
-
status: smithyClient.expectString,
|
|
1090
|
-
subtype: smithyClient.expectString,
|
|
1091
|
-
});
|
|
1092
|
-
Object.assign(contents, doc);
|
|
1093
|
-
return contents;
|
|
1094
|
-
};
|
|
1095
|
-
const de_GetNotificationEventCommand = async (output, context) => {
|
|
1096
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1097
|
-
return de_CommandError(output, context);
|
|
1098
|
-
}
|
|
1099
|
-
const contents = smithyClient.map({
|
|
1100
|
-
$metadata: deserializeMetadata(output),
|
|
1101
|
-
});
|
|
1102
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1103
|
-
const doc = smithyClient.take(data, {
|
|
1104
|
-
arn: smithyClient.expectString,
|
|
1105
|
-
content: (_) => de_NotificationEventSchema(_),
|
|
1106
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1107
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
1108
|
-
});
|
|
1109
|
-
Object.assign(contents, doc);
|
|
1110
|
-
return contents;
|
|
1111
|
-
};
|
|
1112
|
-
const de_GetNotificationsAccessForOrganizationCommand = async (output, context) => {
|
|
1113
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1114
|
-
return de_CommandError(output, context);
|
|
1115
|
-
}
|
|
1116
|
-
const contents = smithyClient.map({
|
|
1117
|
-
$metadata: deserializeMetadata(output),
|
|
1118
|
-
});
|
|
1119
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1120
|
-
const doc = smithyClient.take(data, {
|
|
1121
|
-
notificationsAccessForOrganization: smithyClient._json,
|
|
1122
|
-
});
|
|
1123
|
-
Object.assign(contents, doc);
|
|
1124
|
-
return contents;
|
|
1125
|
-
};
|
|
1126
|
-
const de_ListChannelsCommand = async (output, context) => {
|
|
1127
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1128
|
-
return de_CommandError(output, context);
|
|
1129
|
-
}
|
|
1130
|
-
const contents = smithyClient.map({
|
|
1131
|
-
$metadata: deserializeMetadata(output),
|
|
1132
|
-
});
|
|
1133
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1134
|
-
const doc = smithyClient.take(data, {
|
|
1135
|
-
channels: smithyClient._json,
|
|
1136
|
-
nextToken: smithyClient.expectString,
|
|
1137
|
-
});
|
|
1138
|
-
Object.assign(contents, doc);
|
|
1139
|
-
return contents;
|
|
1140
|
-
};
|
|
1141
|
-
const de_ListEventRulesCommand = async (output, context) => {
|
|
1142
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1143
|
-
return de_CommandError(output, context);
|
|
1144
|
-
}
|
|
1145
|
-
const contents = smithyClient.map({
|
|
1146
|
-
$metadata: deserializeMetadata(output),
|
|
1147
|
-
});
|
|
1148
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1149
|
-
const doc = smithyClient.take(data, {
|
|
1150
|
-
eventRules: (_) => de_EventRules(_),
|
|
1151
|
-
nextToken: smithyClient.expectString,
|
|
1152
|
-
});
|
|
1153
|
-
Object.assign(contents, doc);
|
|
1154
|
-
return contents;
|
|
1155
|
-
};
|
|
1156
|
-
const de_ListManagedNotificationChannelAssociationsCommand = async (output, context) => {
|
|
1157
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1158
|
-
return de_CommandError(output, context);
|
|
1159
|
-
}
|
|
1160
|
-
const contents = smithyClient.map({
|
|
1161
|
-
$metadata: deserializeMetadata(output),
|
|
1162
|
-
});
|
|
1163
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1164
|
-
const doc = smithyClient.take(data, {
|
|
1165
|
-
channelAssociations: smithyClient._json,
|
|
1166
|
-
nextToken: smithyClient.expectString,
|
|
1167
|
-
});
|
|
1168
|
-
Object.assign(contents, doc);
|
|
1169
|
-
return contents;
|
|
1170
|
-
};
|
|
1171
|
-
const de_ListManagedNotificationChildEventsCommand = async (output, context) => {
|
|
1172
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1173
|
-
return de_CommandError(output, context);
|
|
1174
|
-
}
|
|
1175
|
-
const contents = smithyClient.map({
|
|
1176
|
-
$metadata: deserializeMetadata(output),
|
|
1177
|
-
});
|
|
1178
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1179
|
-
const doc = smithyClient.take(data, {
|
|
1180
|
-
managedNotificationChildEvents: (_) => de_ManagedNotificationChildEvents(_),
|
|
1181
|
-
nextToken: smithyClient.expectString,
|
|
1182
|
-
});
|
|
1183
|
-
Object.assign(contents, doc);
|
|
1184
|
-
return contents;
|
|
1185
|
-
};
|
|
1186
|
-
const de_ListManagedNotificationConfigurationsCommand = async (output, context) => {
|
|
1187
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1188
|
-
return de_CommandError(output, context);
|
|
1189
|
-
}
|
|
1190
|
-
const contents = smithyClient.map({
|
|
1191
|
-
$metadata: deserializeMetadata(output),
|
|
1192
|
-
});
|
|
1193
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1194
|
-
const doc = smithyClient.take(data, {
|
|
1195
|
-
managedNotificationConfigurations: smithyClient._json,
|
|
1196
|
-
nextToken: smithyClient.expectString,
|
|
1197
|
-
});
|
|
1198
|
-
Object.assign(contents, doc);
|
|
1199
|
-
return contents;
|
|
1200
|
-
};
|
|
1201
|
-
const de_ListManagedNotificationEventsCommand = async (output, context) => {
|
|
1202
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1203
|
-
return de_CommandError(output, context);
|
|
1204
|
-
}
|
|
1205
|
-
const contents = smithyClient.map({
|
|
1206
|
-
$metadata: deserializeMetadata(output),
|
|
1207
|
-
});
|
|
1208
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1209
|
-
const doc = smithyClient.take(data, {
|
|
1210
|
-
managedNotificationEvents: (_) => de_ManagedNotificationEvents(_),
|
|
1211
|
-
nextToken: smithyClient.expectString,
|
|
1212
|
-
});
|
|
1213
|
-
Object.assign(contents, doc);
|
|
1214
|
-
return contents;
|
|
1215
|
-
};
|
|
1216
|
-
const de_ListMemberAccountsCommand = async (output, context) => {
|
|
1217
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1218
|
-
return de_CommandError(output, context);
|
|
1219
|
-
}
|
|
1220
|
-
const contents = smithyClient.map({
|
|
1221
|
-
$metadata: deserializeMetadata(output),
|
|
1222
|
-
});
|
|
1223
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1224
|
-
const doc = smithyClient.take(data, {
|
|
1225
|
-
memberAccounts: smithyClient._json,
|
|
1226
|
-
nextToken: smithyClient.expectString,
|
|
1227
|
-
});
|
|
1228
|
-
Object.assign(contents, doc);
|
|
1229
|
-
return contents;
|
|
1230
|
-
};
|
|
1231
|
-
const de_ListNotificationConfigurationsCommand = async (output, context) => {
|
|
1232
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1233
|
-
return de_CommandError(output, context);
|
|
1234
|
-
}
|
|
1235
|
-
const contents = smithyClient.map({
|
|
1236
|
-
$metadata: deserializeMetadata(output),
|
|
1237
|
-
});
|
|
1238
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1239
|
-
const doc = smithyClient.take(data, {
|
|
1240
|
-
nextToken: smithyClient.expectString,
|
|
1241
|
-
notificationConfigurations: (_) => de_NotificationConfigurations(_),
|
|
1242
|
-
});
|
|
1243
|
-
Object.assign(contents, doc);
|
|
1244
|
-
return contents;
|
|
1245
|
-
};
|
|
1246
|
-
const de_ListNotificationEventsCommand = async (output, context) => {
|
|
1247
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1248
|
-
return de_CommandError(output, context);
|
|
1249
|
-
}
|
|
1250
|
-
const contents = smithyClient.map({
|
|
1251
|
-
$metadata: deserializeMetadata(output),
|
|
1252
|
-
});
|
|
1253
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1254
|
-
const doc = smithyClient.take(data, {
|
|
1255
|
-
nextToken: smithyClient.expectString,
|
|
1256
|
-
notificationEvents: (_) => de_NotificationEvents(_),
|
|
1257
|
-
});
|
|
1258
|
-
Object.assign(contents, doc);
|
|
1259
|
-
return contents;
|
|
1260
|
-
};
|
|
1261
|
-
const de_ListNotificationHubsCommand = async (output, context) => {
|
|
1262
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1263
|
-
return de_CommandError(output, context);
|
|
1264
|
-
}
|
|
1265
|
-
const contents = smithyClient.map({
|
|
1266
|
-
$metadata: deserializeMetadata(output),
|
|
1267
|
-
});
|
|
1268
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1269
|
-
const doc = smithyClient.take(data, {
|
|
1270
|
-
nextToken: smithyClient.expectString,
|
|
1271
|
-
notificationHubs: (_) => de_NotificationHubs(_),
|
|
1272
|
-
});
|
|
1273
|
-
Object.assign(contents, doc);
|
|
1274
|
-
return contents;
|
|
1275
|
-
};
|
|
1276
|
-
const de_ListOrganizationalUnitsCommand = async (output, context) => {
|
|
1277
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1278
|
-
return de_CommandError(output, context);
|
|
1279
|
-
}
|
|
1280
|
-
const contents = smithyClient.map({
|
|
1281
|
-
$metadata: deserializeMetadata(output),
|
|
1282
|
-
});
|
|
1283
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1284
|
-
const doc = smithyClient.take(data, {
|
|
1285
|
-
nextToken: smithyClient.expectString,
|
|
1286
|
-
organizationalUnits: smithyClient._json,
|
|
1287
|
-
});
|
|
1288
|
-
Object.assign(contents, doc);
|
|
1289
|
-
return contents;
|
|
1290
|
-
};
|
|
1291
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1292
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1293
|
-
return de_CommandError(output, context);
|
|
1294
|
-
}
|
|
1295
|
-
const contents = smithyClient.map({
|
|
1296
|
-
$metadata: deserializeMetadata(output),
|
|
1297
|
-
});
|
|
1298
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1299
|
-
const doc = smithyClient.take(data, {
|
|
1300
|
-
tags: smithyClient._json,
|
|
1301
|
-
});
|
|
1302
|
-
Object.assign(contents, doc);
|
|
1303
|
-
return contents;
|
|
1304
|
-
};
|
|
1305
|
-
const de_RegisterNotificationHubCommand = async (output, context) => {
|
|
1306
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1307
|
-
return de_CommandError(output, context);
|
|
1308
|
-
}
|
|
1309
|
-
const contents = smithyClient.map({
|
|
1310
|
-
$metadata: deserializeMetadata(output),
|
|
1311
|
-
});
|
|
1312
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1313
|
-
const doc = smithyClient.take(data, {
|
|
1314
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1315
|
-
lastActivationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1316
|
-
notificationHubRegion: smithyClient.expectString,
|
|
1317
|
-
statusSummary: smithyClient._json,
|
|
1318
|
-
});
|
|
1319
|
-
Object.assign(contents, doc);
|
|
1320
|
-
return contents;
|
|
1321
|
-
};
|
|
1322
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1323
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1324
|
-
return de_CommandError(output, context);
|
|
1325
|
-
}
|
|
1326
|
-
const contents = smithyClient.map({
|
|
1327
|
-
$metadata: deserializeMetadata(output),
|
|
1328
|
-
});
|
|
1329
|
-
await smithyClient.collectBody(output.body, context);
|
|
1330
|
-
return contents;
|
|
1331
|
-
};
|
|
1332
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1333
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1334
|
-
return de_CommandError(output, context);
|
|
1335
|
-
}
|
|
1336
|
-
const contents = smithyClient.map({
|
|
1337
|
-
$metadata: deserializeMetadata(output),
|
|
1338
|
-
});
|
|
1339
|
-
await smithyClient.collectBody(output.body, context);
|
|
1340
|
-
return contents;
|
|
1341
|
-
};
|
|
1342
|
-
const de_UpdateEventRuleCommand = async (output, context) => {
|
|
1343
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1344
|
-
return de_CommandError(output, context);
|
|
1345
|
-
}
|
|
1346
|
-
const contents = smithyClient.map({
|
|
1347
|
-
$metadata: deserializeMetadata(output),
|
|
1348
|
-
});
|
|
1349
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1350
|
-
const doc = smithyClient.take(data, {
|
|
1351
|
-
arn: smithyClient.expectString,
|
|
1352
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
1353
|
-
statusSummaryByRegion: smithyClient._json,
|
|
1354
|
-
});
|
|
1355
|
-
Object.assign(contents, doc);
|
|
1356
|
-
return contents;
|
|
1357
|
-
};
|
|
1358
|
-
const de_UpdateNotificationConfigurationCommand = async (output, context) => {
|
|
1359
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1360
|
-
return de_CommandError(output, context);
|
|
1361
|
-
}
|
|
1362
|
-
const contents = smithyClient.map({
|
|
1363
|
-
$metadata: deserializeMetadata(output),
|
|
1364
|
-
});
|
|
1365
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1366
|
-
const doc = smithyClient.take(data, {
|
|
1367
|
-
arn: smithyClient.expectString,
|
|
1368
|
-
});
|
|
1369
|
-
Object.assign(contents, doc);
|
|
1370
|
-
return contents;
|
|
1371
|
-
};
|
|
1372
|
-
const de_CommandError = async (output, context) => {
|
|
1373
|
-
const parsedOutput = {
|
|
1374
|
-
...output,
|
|
1375
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1376
|
-
};
|
|
1377
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1378
|
-
switch (errorCode) {
|
|
1379
|
-
case "AccessDeniedException":
|
|
1380
|
-
case "com.amazonaws.notifications#AccessDeniedException":
|
|
1381
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
1382
|
-
case "ConflictException":
|
|
1383
|
-
case "com.amazonaws.notifications#ConflictException":
|
|
1384
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1385
|
-
case "InternalServerException":
|
|
1386
|
-
case "com.amazonaws.notifications#InternalServerException":
|
|
1387
|
-
throw await de_InternalServerExceptionRes(parsedOutput);
|
|
1388
|
-
case "ResourceNotFoundException":
|
|
1389
|
-
case "com.amazonaws.notifications#ResourceNotFoundException":
|
|
1390
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1391
|
-
case "ServiceQuotaExceededException":
|
|
1392
|
-
case "com.amazonaws.notifications#ServiceQuotaExceededException":
|
|
1393
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
1394
|
-
case "ThrottlingException":
|
|
1395
|
-
case "com.amazonaws.notifications#ThrottlingException":
|
|
1396
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
1397
|
-
case "ValidationException":
|
|
1398
|
-
case "com.amazonaws.notifications#ValidationException":
|
|
1399
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
1400
|
-
default:
|
|
1401
|
-
const parsedBody = parsedOutput.body;
|
|
1402
|
-
return throwDefaultError({
|
|
1403
|
-
output,
|
|
1404
|
-
parsedBody,
|
|
1405
|
-
errorCode,
|
|
1406
|
-
});
|
|
1407
|
-
}
|
|
1408
|
-
};
|
|
1409
|
-
const throwDefaultError = smithyClient.withBaseException(NotificationsServiceException);
|
|
1410
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
1411
|
-
const contents = smithyClient.map({});
|
|
1412
|
-
const data = parsedOutput.body;
|
|
1413
|
-
const doc = smithyClient.take(data, {
|
|
1414
|
-
message: smithyClient.expectString,
|
|
1415
|
-
});
|
|
1416
|
-
Object.assign(contents, doc);
|
|
1417
|
-
const exception = new AccessDeniedException({
|
|
1418
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1419
|
-
...contents,
|
|
1420
|
-
});
|
|
1421
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1422
|
-
};
|
|
1423
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1424
|
-
const contents = smithyClient.map({});
|
|
1425
|
-
const data = parsedOutput.body;
|
|
1426
|
-
const doc = smithyClient.take(data, {
|
|
1427
|
-
message: smithyClient.expectString,
|
|
1428
|
-
resourceId: smithyClient.expectString,
|
|
1429
|
-
});
|
|
1430
|
-
Object.assign(contents, doc);
|
|
1431
|
-
const exception = new ConflictException({
|
|
1432
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1433
|
-
...contents,
|
|
1434
|
-
});
|
|
1435
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1436
|
-
};
|
|
1437
|
-
const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
1438
|
-
const contents = smithyClient.map({});
|
|
1439
|
-
const data = parsedOutput.body;
|
|
1440
|
-
const doc = smithyClient.take(data, {
|
|
1441
|
-
message: smithyClient.expectString,
|
|
1442
|
-
});
|
|
1443
|
-
Object.assign(contents, doc);
|
|
1444
|
-
const exception = new InternalServerException({
|
|
1445
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1446
|
-
...contents,
|
|
1447
|
-
});
|
|
1448
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1449
|
-
};
|
|
1450
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1451
|
-
const contents = smithyClient.map({});
|
|
1452
|
-
const data = parsedOutput.body;
|
|
1453
|
-
const doc = smithyClient.take(data, {
|
|
1454
|
-
message: smithyClient.expectString,
|
|
1455
|
-
resourceId: smithyClient.expectString,
|
|
1456
|
-
});
|
|
1457
|
-
Object.assign(contents, doc);
|
|
1458
|
-
const exception = new ResourceNotFoundException({
|
|
1459
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1460
|
-
...contents,
|
|
1461
|
-
});
|
|
1462
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1463
|
-
};
|
|
1464
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1465
|
-
const contents = smithyClient.map({});
|
|
1466
|
-
const data = parsedOutput.body;
|
|
1467
|
-
const doc = smithyClient.take(data, {
|
|
1468
|
-
message: smithyClient.expectString,
|
|
1469
|
-
quotaCode: smithyClient.expectString,
|
|
1470
|
-
resourceId: smithyClient.expectString,
|
|
1471
|
-
resourceType: smithyClient.expectString,
|
|
1472
|
-
serviceCode: smithyClient.expectString,
|
|
1473
|
-
});
|
|
1474
|
-
Object.assign(contents, doc);
|
|
1475
|
-
const exception = new ServiceQuotaExceededException({
|
|
1476
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1477
|
-
...contents,
|
|
1478
|
-
});
|
|
1479
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1480
|
-
};
|
|
1481
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1482
|
-
const contents = smithyClient.map({
|
|
1483
|
-
[_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
|
|
1484
|
-
});
|
|
1485
|
-
const data = parsedOutput.body;
|
|
1486
|
-
const doc = smithyClient.take(data, {
|
|
1487
|
-
message: smithyClient.expectString,
|
|
1488
|
-
quotaCode: smithyClient.expectString,
|
|
1489
|
-
serviceCode: smithyClient.expectString,
|
|
1490
|
-
});
|
|
1491
|
-
Object.assign(contents, doc);
|
|
1492
|
-
const exception = new ThrottlingException({
|
|
1493
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1494
|
-
...contents,
|
|
1495
|
-
});
|
|
1496
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1497
|
-
};
|
|
1498
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1499
|
-
const contents = smithyClient.map({});
|
|
1500
|
-
const data = parsedOutput.body;
|
|
1501
|
-
const doc = smithyClient.take(data, {
|
|
1502
|
-
fieldList: smithyClient._json,
|
|
1503
|
-
message: smithyClient.expectString,
|
|
1504
|
-
reason: smithyClient.expectString,
|
|
1505
|
-
});
|
|
1506
|
-
Object.assign(contents, doc);
|
|
1507
|
-
const exception = new ValidationException({
|
|
1508
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1509
|
-
...contents,
|
|
1510
|
-
});
|
|
1511
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1512
|
-
};
|
|
1513
|
-
const de_EventRules = (output, context) => {
|
|
1514
|
-
const retVal = (output || [])
|
|
1515
|
-
.filter((e) => e != null)
|
|
1516
|
-
.map((entry) => {
|
|
1517
|
-
return de_EventRuleStructure(entry);
|
|
1518
|
-
});
|
|
1519
|
-
return retVal;
|
|
1520
|
-
};
|
|
1521
|
-
const de_EventRuleStructure = (output, context) => {
|
|
1522
|
-
return smithyClient.take(output, {
|
|
1523
|
-
arn: smithyClient.expectString,
|
|
1524
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1525
|
-
eventPattern: smithyClient.expectString,
|
|
1526
|
-
eventType: smithyClient.expectString,
|
|
1527
|
-
managedRules: smithyClient._json,
|
|
1528
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
1529
|
-
regions: smithyClient._json,
|
|
1530
|
-
source: smithyClient.expectString,
|
|
1531
|
-
statusSummaryByRegion: smithyClient._json,
|
|
1532
|
-
});
|
|
1533
|
-
};
|
|
1534
|
-
const de_ManagedNotificationChildEvent = (output, context) => {
|
|
1535
|
-
return smithyClient.take(output, {
|
|
1536
|
-
aggregateManagedNotificationEventArn: smithyClient.expectString,
|
|
1537
|
-
aggregationDetail: smithyClient._json,
|
|
1538
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1539
|
-
eventStatus: smithyClient.expectString,
|
|
1540
|
-
id: smithyClient.expectString,
|
|
1541
|
-
messageComponents: smithyClient._json,
|
|
1542
|
-
notificationType: smithyClient.expectString,
|
|
1543
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1544
|
-
schemaVersion: smithyClient.expectString,
|
|
1545
|
-
sourceEventDetailUrl: smithyClient.expectString,
|
|
1546
|
-
sourceEventDetailUrlDisplayText: smithyClient.expectString,
|
|
1547
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1548
|
-
textParts: smithyClient._json,
|
|
1549
|
-
});
|
|
1550
|
-
};
|
|
1551
|
-
const de_ManagedNotificationChildEventOverview = (output, context) => {
|
|
1552
|
-
return smithyClient.take(output, {
|
|
1553
|
-
aggregateManagedNotificationEventArn: smithyClient.expectString,
|
|
1554
|
-
arn: smithyClient.expectString,
|
|
1555
|
-
childEvent: smithyClient._json,
|
|
1556
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1557
|
-
managedNotificationConfigurationArn: smithyClient.expectString,
|
|
1558
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1559
|
-
relatedAccount: smithyClient.expectString,
|
|
1560
|
-
});
|
|
1561
|
-
};
|
|
1562
|
-
const de_ManagedNotificationChildEvents = (output, context) => {
|
|
1563
|
-
const retVal = (output || [])
|
|
1564
|
-
.filter((e) => e != null)
|
|
1565
|
-
.map((entry) => {
|
|
1566
|
-
return de_ManagedNotificationChildEventOverview(entry);
|
|
1567
|
-
});
|
|
1568
|
-
return retVal;
|
|
1569
|
-
};
|
|
1570
|
-
const de_ManagedNotificationEvent = (output, context) => {
|
|
1571
|
-
return smithyClient.take(output, {
|
|
1572
|
-
aggregationEventType: smithyClient.expectString,
|
|
1573
|
-
aggregationSummary: smithyClient._json,
|
|
1574
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1575
|
-
eventStatus: smithyClient.expectString,
|
|
1576
|
-
id: smithyClient.expectString,
|
|
1577
|
-
messageComponents: smithyClient._json,
|
|
1578
|
-
notificationType: smithyClient.expectString,
|
|
1579
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1580
|
-
schemaVersion: smithyClient.expectString,
|
|
1581
|
-
sourceEventDetailUrl: smithyClient.expectString,
|
|
1582
|
-
sourceEventDetailUrlDisplayText: smithyClient.expectString,
|
|
1583
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1584
|
-
textParts: smithyClient._json,
|
|
1585
|
-
});
|
|
1586
|
-
};
|
|
1587
|
-
const de_ManagedNotificationEventOverview = (output, context) => {
|
|
1588
|
-
return smithyClient.take(output, {
|
|
1589
|
-
aggregatedNotificationRegions: smithyClient._json,
|
|
1590
|
-
aggregationEventType: smithyClient.expectString,
|
|
1591
|
-
aggregationSummary: smithyClient._json,
|
|
1592
|
-
arn: smithyClient.expectString,
|
|
1593
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1594
|
-
managedNotificationConfigurationArn: smithyClient.expectString,
|
|
1595
|
-
notificationEvent: smithyClient._json,
|
|
1596
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1597
|
-
relatedAccount: smithyClient.expectString,
|
|
1598
|
-
});
|
|
1599
|
-
};
|
|
1600
|
-
const de_ManagedNotificationEvents = (output, context) => {
|
|
1601
|
-
const retVal = (output || [])
|
|
1602
|
-
.filter((e) => e != null)
|
|
1603
|
-
.map((entry) => {
|
|
1604
|
-
return de_ManagedNotificationEventOverview(entry);
|
|
1605
|
-
});
|
|
1606
|
-
return retVal;
|
|
1607
|
-
};
|
|
1608
|
-
const de_NotificationConfigurations = (output, context) => {
|
|
1609
|
-
const retVal = (output || [])
|
|
1610
|
-
.filter((e) => e != null)
|
|
1611
|
-
.map((entry) => {
|
|
1612
|
-
return de_NotificationConfigurationStructure(entry);
|
|
1613
|
-
});
|
|
1614
|
-
return retVal;
|
|
1615
|
-
};
|
|
1616
|
-
const de_NotificationConfigurationStructure = (output, context) => {
|
|
1617
|
-
return smithyClient.take(output, {
|
|
1618
|
-
aggregationDuration: smithyClient.expectString,
|
|
1619
|
-
arn: smithyClient.expectString,
|
|
1620
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1621
|
-
description: smithyClient.expectString,
|
|
1622
|
-
name: smithyClient.expectString,
|
|
1623
|
-
status: smithyClient.expectString,
|
|
1624
|
-
subtype: smithyClient.expectString,
|
|
1625
|
-
});
|
|
1626
|
-
};
|
|
1627
|
-
const de_NotificationEventOverview = (output, context) => {
|
|
1628
|
-
return smithyClient.take(output, {
|
|
1629
|
-
aggregateNotificationEventArn: smithyClient.expectString,
|
|
1630
|
-
aggregationEventType: smithyClient.expectString,
|
|
1631
|
-
aggregationSummary: smithyClient._json,
|
|
1632
|
-
arn: smithyClient.expectString,
|
|
1633
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1634
|
-
notificationConfigurationArn: smithyClient.expectString,
|
|
1635
|
-
notificationEvent: smithyClient._json,
|
|
1636
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1637
|
-
relatedAccount: smithyClient.expectString,
|
|
1638
|
-
});
|
|
1639
|
-
};
|
|
1640
|
-
const de_NotificationEvents = (output, context) => {
|
|
1641
|
-
const retVal = (output || [])
|
|
1642
|
-
.filter((e) => e != null)
|
|
1643
|
-
.map((entry) => {
|
|
1644
|
-
return de_NotificationEventOverview(entry);
|
|
1645
|
-
});
|
|
1646
|
-
return retVal;
|
|
1647
|
-
};
|
|
1648
|
-
const de_NotificationEventSchema = (output, context) => {
|
|
1649
|
-
return smithyClient.take(output, {
|
|
1650
|
-
aggregateNotificationEventArn: smithyClient.expectString,
|
|
1651
|
-
aggregationEventType: smithyClient.expectString,
|
|
1652
|
-
aggregationSummary: smithyClient._json,
|
|
1653
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1654
|
-
eventStatus: smithyClient.expectString,
|
|
1655
|
-
id: smithyClient.expectString,
|
|
1656
|
-
media: smithyClient._json,
|
|
1657
|
-
messageComponents: smithyClient._json,
|
|
1658
|
-
notificationType: smithyClient.expectString,
|
|
1659
|
-
organizationalUnitId: smithyClient.expectString,
|
|
1660
|
-
schemaVersion: smithyClient.expectString,
|
|
1661
|
-
sourceEventDetailUrl: smithyClient.expectString,
|
|
1662
|
-
sourceEventDetailUrlDisplayText: smithyClient.expectString,
|
|
1663
|
-
sourceEventMetadata: (_) => de_SourceEventMetadata(_),
|
|
1664
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1665
|
-
textParts: smithyClient._json,
|
|
1666
|
-
});
|
|
1667
|
-
};
|
|
1668
|
-
const de_NotificationHubOverview = (output, context) => {
|
|
1669
|
-
return smithyClient.take(output, {
|
|
1670
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1671
|
-
lastActivationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1672
|
-
notificationHubRegion: smithyClient.expectString,
|
|
1673
|
-
statusSummary: smithyClient._json,
|
|
1674
|
-
});
|
|
1675
|
-
};
|
|
1676
|
-
const de_NotificationHubs = (output, context) => {
|
|
1677
|
-
const retVal = (output || [])
|
|
1678
|
-
.filter((e) => e != null)
|
|
1679
|
-
.map((entry) => {
|
|
1680
|
-
return de_NotificationHubOverview(entry);
|
|
1681
|
-
});
|
|
1682
|
-
return retVal;
|
|
1683
|
-
};
|
|
1684
|
-
const de_SourceEventMetadata = (output, context) => {
|
|
1685
|
-
return smithyClient.take(output, {
|
|
1686
|
-
eventOccurrenceTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1687
|
-
eventOriginRegion: smithyClient.expectString,
|
|
1688
|
-
eventType: smithyClient.expectString,
|
|
1689
|
-
eventTypeVersion: smithyClient.expectString,
|
|
1690
|
-
relatedAccount: smithyClient.expectString,
|
|
1691
|
-
relatedResources: smithyClient._json,
|
|
1692
|
-
source: smithyClient.expectString,
|
|
1693
|
-
sourceEventId: smithyClient.expectString,
|
|
1694
|
-
});
|
|
1695
|
-
};
|
|
1696
|
-
const deserializeMetadata = (output) => ({
|
|
1697
|
-
httpStatusCode: output.statusCode,
|
|
1698
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1699
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1700
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1701
|
-
});
|
|
333
|
+
const _AC = "AssociateChannel";
|
|
334
|
+
const _ACR = "AssociateChannelRequest";
|
|
335
|
+
const _ACRs = "AssociateChannelResponse";
|
|
336
|
+
const _AD = "AggregationDetail";
|
|
337
|
+
const _ADE = "AccessDeniedException";
|
|
338
|
+
const _AK = "AggregationKey";
|
|
339
|
+
const _AKg = "AggregationKeys";
|
|
340
|
+
const _AMNAC = "AssociateManagedNotificationAccountContact";
|
|
341
|
+
const _AMNACR = "AssociateManagedNotificationAccountContactRequest";
|
|
342
|
+
const _AMNACRs = "AssociateManagedNotificationAccountContactResponse";
|
|
343
|
+
const _AMNACRss = "AssociateManagedNotificationAdditionalChannelRequest";
|
|
344
|
+
const _AMNACRsso = "AssociateManagedNotificationAdditionalChannelResponse";
|
|
345
|
+
const _AMNACs = "AssociateManagedNotificationAdditionalChannel";
|
|
346
|
+
const _AOU = "AssociateOrganizationalUnit";
|
|
347
|
+
const _AOUR = "AssociateOrganizationalUnitRequest";
|
|
348
|
+
const _AOURs = "AssociateOrganizationalUnitResponse";
|
|
349
|
+
const _AS = "AggregationSummary";
|
|
350
|
+
const _CE = "ConflictException";
|
|
351
|
+
const _CER = "CreateEventRule";
|
|
352
|
+
const _CERR = "CreateEventRuleRequest";
|
|
353
|
+
const _CERRr = "CreateEventRuleResponse";
|
|
354
|
+
const _CNC = "CreateNotificationConfiguration";
|
|
355
|
+
const _CNCR = "CreateNotificationConfigurationRequest";
|
|
356
|
+
const _CNCRr = "CreateNotificationConfigurationResponse";
|
|
357
|
+
const _D = "Dimension";
|
|
358
|
+
const _DC = "DisassociateChannel";
|
|
359
|
+
const _DCR = "DisassociateChannelRequest";
|
|
360
|
+
const _DCRi = "DisassociateChannelResponse";
|
|
361
|
+
const _DER = "DeleteEventRule";
|
|
362
|
+
const _DERR = "DeleteEventRuleRequest";
|
|
363
|
+
const _DERRe = "DeleteEventRuleResponse";
|
|
364
|
+
const _DMNAC = "DisassociateManagedNotificationAccountContact";
|
|
365
|
+
const _DMNACR = "DisassociateManagedNotificationAccountContactRequest";
|
|
366
|
+
const _DMNACRi = "DisassociateManagedNotificationAccountContactResponse";
|
|
367
|
+
const _DMNACRis = "DisassociateManagedNotificationAdditionalChannelRequest";
|
|
368
|
+
const _DMNACRisa = "DisassociateManagedNotificationAdditionalChannelResponse";
|
|
369
|
+
const _DMNACi = "DisassociateManagedNotificationAdditionalChannel";
|
|
370
|
+
const _DNAFO = "DisableNotificationsAccessForOrganization";
|
|
371
|
+
const _DNAFOR = "DisableNotificationsAccessForOrganizationRequest";
|
|
372
|
+
const _DNAFORi = "DisableNotificationsAccessForOrganizationResponse";
|
|
373
|
+
const _DNC = "DeleteNotificationConfiguration";
|
|
374
|
+
const _DNCR = "DeleteNotificationConfigurationRequest";
|
|
375
|
+
const _DNCRe = "DeleteNotificationConfigurationResponse";
|
|
376
|
+
const _DNH = "DeregisterNotificationHub";
|
|
377
|
+
const _DNHR = "DeregisterNotificationHubRequest";
|
|
378
|
+
const _DNHRe = "DeregisterNotificationHubResponse";
|
|
379
|
+
const _DOU = "DisassociateOrganizationalUnit";
|
|
380
|
+
const _DOUR = "DisassociateOrganizationalUnitRequest";
|
|
381
|
+
const _DOURi = "DisassociateOrganizationalUnitResponse";
|
|
382
|
+
const _Di = "Dimensions";
|
|
383
|
+
const _ENAFO = "EnableNotificationsAccessForOrganization";
|
|
384
|
+
const _ENAFOR = "EnableNotificationsAccessForOrganizationRequest";
|
|
385
|
+
const _ENAFORn = "EnableNotificationsAccessForOrganizationResponse";
|
|
386
|
+
const _ER = "EventRules";
|
|
387
|
+
const _ERS = "EventRuleStructure";
|
|
388
|
+
const _ERSS = "EventRuleStatusSummary";
|
|
389
|
+
const _GER = "GetEventRule";
|
|
390
|
+
const _GERR = "GetEventRuleRequest";
|
|
391
|
+
const _GERRe = "GetEventRuleResponse";
|
|
392
|
+
const _GMNC = "GetManagedNotificationConfiguration";
|
|
393
|
+
const _GMNCE = "GetManagedNotificationChildEvent";
|
|
394
|
+
const _GMNCER = "GetManagedNotificationChildEventRequest";
|
|
395
|
+
const _GMNCERe = "GetManagedNotificationChildEventResponse";
|
|
396
|
+
const _GMNCR = "GetManagedNotificationConfigurationRequest";
|
|
397
|
+
const _GMNCRe = "GetManagedNotificationConfigurationResponse";
|
|
398
|
+
const _GMNE = "GetManagedNotificationEvent";
|
|
399
|
+
const _GMNER = "GetManagedNotificationEventRequest";
|
|
400
|
+
const _GMNERe = "GetManagedNotificationEventResponse";
|
|
401
|
+
const _GNAFO = "GetNotificationsAccessForOrganization";
|
|
402
|
+
const _GNAFOR = "GetNotificationsAccessForOrganizationRequest";
|
|
403
|
+
const _GNAFORe = "GetNotificationsAccessForOrganizationResponse";
|
|
404
|
+
const _GNC = "GetNotificationConfiguration";
|
|
405
|
+
const _GNCR = "GetNotificationConfigurationRequest";
|
|
406
|
+
const _GNCRe = "GetNotificationConfigurationResponse";
|
|
407
|
+
const _GNE = "GetNotificationEvent";
|
|
408
|
+
const _GNER = "GetNotificationEventRequest";
|
|
409
|
+
const _GNERe = "GetNotificationEventResponse";
|
|
410
|
+
const _ISE = "InternalServerException";
|
|
411
|
+
const _LC = "ListChannels";
|
|
412
|
+
const _LCR = "ListChannelsRequest";
|
|
413
|
+
const _LCRi = "ListChannelsResponse";
|
|
414
|
+
const _LER = "ListEventRules";
|
|
415
|
+
const _LERR = "ListEventRulesRequest";
|
|
416
|
+
const _LERRi = "ListEventRulesResponse";
|
|
417
|
+
const _LMA = "ListMemberAccounts";
|
|
418
|
+
const _LMAR = "ListMemberAccountsRequest";
|
|
419
|
+
const _LMARi = "ListMemberAccountsResponse";
|
|
420
|
+
const _LMNC = "ListManagedNotificationConfigurations";
|
|
421
|
+
const _LMNCA = "ListManagedNotificationChannelAssociations";
|
|
422
|
+
const _LMNCAR = "ListManagedNotificationChannelAssociationsRequest";
|
|
423
|
+
const _LMNCARi = "ListManagedNotificationChannelAssociationsResponse";
|
|
424
|
+
const _LMNCE = "ListManagedNotificationChildEvents";
|
|
425
|
+
const _LMNCER = "ListManagedNotificationChildEventsRequest";
|
|
426
|
+
const _LMNCERi = "ListManagedNotificationChildEventsResponse";
|
|
427
|
+
const _LMNCR = "ListManagedNotificationConfigurationsRequest";
|
|
428
|
+
const _LMNCRi = "ListManagedNotificationConfigurationsResponse";
|
|
429
|
+
const _LMNE = "ListManagedNotificationEvents";
|
|
430
|
+
const _LMNER = "ListManagedNotificationEventsRequest";
|
|
431
|
+
const _LMNERi = "ListManagedNotificationEventsResponse";
|
|
432
|
+
const _LNC = "ListNotificationConfigurations";
|
|
433
|
+
const _LNCR = "ListNotificationConfigurationsRequest";
|
|
434
|
+
const _LNCRi = "ListNotificationConfigurationsResponse";
|
|
435
|
+
const _LNE = "ListNotificationEvents";
|
|
436
|
+
const _LNER = "ListNotificationEventsRequest";
|
|
437
|
+
const _LNERi = "ListNotificationEventsResponse";
|
|
438
|
+
const _LNH = "ListNotificationHubs";
|
|
439
|
+
const _LNHR = "ListNotificationHubsRequest";
|
|
440
|
+
const _LNHRi = "ListNotificationHubsResponse";
|
|
441
|
+
const _LOU = "ListOrganizationalUnits";
|
|
442
|
+
const _LOUR = "ListOrganizationalUnitsRequest";
|
|
443
|
+
const _LOURi = "ListOrganizationalUnitsResponse";
|
|
444
|
+
const _LTFR = "ListTagsForResource";
|
|
445
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
446
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
447
|
+
const _M = "Media";
|
|
448
|
+
const _MA = "MemberAccount";
|
|
449
|
+
const _MAe = "MemberAccounts";
|
|
450
|
+
const _MC = "MessageComponents";
|
|
451
|
+
const _MCS = "MessageComponentsSummary";
|
|
452
|
+
const _ME = "MediaElement";
|
|
453
|
+
const _MNC = "ManagedNotificationConfigurations";
|
|
454
|
+
const _MNCA = "ManagedNotificationChannelAssociations";
|
|
455
|
+
const _MNCAS = "ManagedNotificationChannelAssociationSummary";
|
|
456
|
+
const _MNCE = "ManagedNotificationChildEvent";
|
|
457
|
+
const _MNCEO = "ManagedNotificationChildEventOverview";
|
|
458
|
+
const _MNCES = "ManagedNotificationChildEventSummary";
|
|
459
|
+
const _MNCEa = "ManagedNotificationChildEvents";
|
|
460
|
+
const _MNCS = "ManagedNotificationConfigurationStructure";
|
|
461
|
+
const _MNE = "ManagedNotificationEvent";
|
|
462
|
+
const _MNEO = "ManagedNotificationEventOverview";
|
|
463
|
+
const _MNES = "ManagedNotificationEventSummary";
|
|
464
|
+
const _MNEa = "ManagedNotificationEvents";
|
|
465
|
+
const _MSEMS = "ManagedSourceEventMetadataSummary";
|
|
466
|
+
const _NAFO = "NotificationsAccessForOrganization";
|
|
467
|
+
const _NC = "NotificationConfigurations";
|
|
468
|
+
const _NCS = "NotificationConfigurationStructure";
|
|
469
|
+
const _NE = "NotificationEvents";
|
|
470
|
+
const _NEO = "NotificationEventOverview";
|
|
471
|
+
const _NES = "NotificationEventSchema";
|
|
472
|
+
const _NESo = "NotificationEventSummary";
|
|
473
|
+
const _NH = "NotificationHubs";
|
|
474
|
+
const _NHO = "NotificationHubOverview";
|
|
475
|
+
const _NHSS = "NotificationHubStatusSummary";
|
|
476
|
+
const _R = "Resource";
|
|
477
|
+
const _RA = "Retry-After";
|
|
478
|
+
const _RNFE = "ResourceNotFoundException";
|
|
479
|
+
const _RNH = "RegisterNotificationHub";
|
|
480
|
+
const _RNHR = "RegisterNotificationHubRequest";
|
|
481
|
+
const _RNHRe = "RegisterNotificationHubResponse";
|
|
482
|
+
const _Re = "Resources";
|
|
483
|
+
const _SDD = "SummarizationDimensionDetail";
|
|
484
|
+
const _SDDu = "SummarizationDimensionDetails";
|
|
485
|
+
const _SDO = "SummarizationDimensionOverview";
|
|
486
|
+
const _SDOu = "SummarizationDimensionOverviews";
|
|
487
|
+
const _SEM = "SourceEventMetadata";
|
|
488
|
+
const _SEMS = "SourceEventMetadataSummary";
|
|
489
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
490
|
+
const _SSBR = "StatusSummaryByRegion";
|
|
491
|
+
const _TE = "ThrottlingException";
|
|
492
|
+
const _TP = "TextParts";
|
|
493
|
+
const _TPV = "TextPartValue";
|
|
494
|
+
const _TR = "TagResource";
|
|
495
|
+
const _TRR = "TagResourceRequest";
|
|
496
|
+
const _TRRa = "TagResourceResponse";
|
|
497
|
+
const _UER = "UpdateEventRule";
|
|
498
|
+
const _UERR = "UpdateEventRuleRequest";
|
|
499
|
+
const _UERRp = "UpdateEventRuleResponse";
|
|
500
|
+
const _UNC = "UpdateNotificationConfiguration";
|
|
501
|
+
const _UNCR = "UpdateNotificationConfigurationRequest";
|
|
502
|
+
const _UNCRp = "UpdateNotificationConfigurationResponse";
|
|
503
|
+
const _UR = "UntagResource";
|
|
504
|
+
const _URR = "UntagResourceRequest";
|
|
505
|
+
const _URRn = "UntagResourceResponse";
|
|
506
|
+
const _VE = "ValidationException";
|
|
507
|
+
const _VEF = "ValidationExceptionField";
|
|
508
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
509
|
+
const _a = "arn";
|
|
510
|
+
const _aA = "aggregatedAccounts";
|
|
511
|
+
const _aB = "aggregatedBy";
|
|
512
|
+
const _aD = "aggregationDuration";
|
|
513
|
+
const _aDg = "aggregationDetail";
|
|
514
|
+
const _aET = "aggregationEventType";
|
|
515
|
+
const _aI = "accountId";
|
|
516
|
+
const _aMNEA = "aggregateManagedNotificationEventArn";
|
|
1702
517
|
const _aNEA = "aggregateNotificationEventArn";
|
|
518
|
+
const _aNR = "aggregatedNotificationRegions";
|
|
519
|
+
const _aOU = "aggregatedOrganizationalUnits";
|
|
520
|
+
const _aR = "aggregatedRegions";
|
|
521
|
+
const _aS = "aggregationSummary";
|
|
522
|
+
const _aSD = "additionalSummarizationDimensions";
|
|
523
|
+
const _aSc = "accessStatus";
|
|
524
|
+
const _c = "client";
|
|
1703
525
|
const _cA = "channelArn";
|
|
1704
|
-
const
|
|
526
|
+
const _cAh = "channelAssociations";
|
|
527
|
+
const _cD = "completeDescription";
|
|
528
|
+
const _cE = "childEvent";
|
|
529
|
+
const _cI = "contactIdentifier";
|
|
530
|
+
const _cIh = "channelIdentifier";
|
|
531
|
+
const _cT = "creationTime";
|
|
532
|
+
const _cTh = "channelType";
|
|
533
|
+
const _ca = "category";
|
|
534
|
+
const _cap = "caption";
|
|
535
|
+
const _ch = "channels";
|
|
536
|
+
const _co = "content";
|
|
537
|
+
const _cou = "count";
|
|
538
|
+
const _d = "description";
|
|
539
|
+
const _dT = "displayText";
|
|
540
|
+
const _dU = "detailUrl";
|
|
541
|
+
const _di = "dimensions";
|
|
542
|
+
const _e = "error";
|
|
543
|
+
const _eC = "eventCount";
|
|
544
|
+
const _eOR = "eventOriginRegion";
|
|
545
|
+
const _eOT = "eventOccurrenceTime";
|
|
546
|
+
const _eP = "eventPattern";
|
|
547
|
+
const _eR = "eventRules";
|
|
1705
548
|
const _eRS = "eventRuleSource";
|
|
1706
|
-
const
|
|
549
|
+
const _eS = "eventStatus";
|
|
550
|
+
const _eT = "eventType";
|
|
551
|
+
const _eTV = "eventTypeVersion";
|
|
552
|
+
const _eTn = "endTime";
|
|
553
|
+
const _fL = "fieldList";
|
|
554
|
+
const _h = "headline";
|
|
555
|
+
const _hE = "httpError";
|
|
556
|
+
const _hH = "httpHeader";
|
|
557
|
+
const _hQ = "httpQuery";
|
|
558
|
+
const _ht = "http";
|
|
559
|
+
const _i = "id";
|
|
1707
560
|
const _iCE = "includeChildEvents";
|
|
1708
561
|
const _l = "locale";
|
|
562
|
+
const _lAT = "lastActivationTime";
|
|
563
|
+
const _m = "message";
|
|
1709
564
|
const _mA = "memberAccount";
|
|
565
|
+
const _mAe = "memberAccounts";
|
|
566
|
+
const _mC = "messageComponents";
|
|
567
|
+
const _mI = "mediaId";
|
|
568
|
+
const _mNC = "managedNotificationConfigurations";
|
|
1710
569
|
const _mNCA = "managedNotificationConfigurationArn";
|
|
1711
|
-
const
|
|
570
|
+
const _mNCE = "managedNotificationChildEvents";
|
|
571
|
+
const _mNE = "managedNotificationEvents";
|
|
572
|
+
const _mR = "managedRules";
|
|
573
|
+
const _mRa = "maxResults";
|
|
574
|
+
const _me = "media";
|
|
575
|
+
const _n = "name";
|
|
576
|
+
const _nAFO = "notificationsAccessForOrganization";
|
|
577
|
+
const _nC = "notificationConfigurations";
|
|
1712
578
|
const _nCA = "notificationConfigurationArn";
|
|
579
|
+
const _nE = "notificationEvents";
|
|
580
|
+
const _nEo = "notificationEvent";
|
|
581
|
+
const _nH = "notificationHubs";
|
|
582
|
+
const _nHR = "notificationHubRegion";
|
|
1713
583
|
const _nT = "nextToken";
|
|
584
|
+
const _nTo = "notificationType";
|
|
585
|
+
const _oO = "overrideOption";
|
|
586
|
+
const _oU = "organizationalUnits";
|
|
1714
587
|
const _oUI = "organizationalUnitId";
|
|
588
|
+
const _pS = "paragraphSummary";
|
|
589
|
+
const _qC = "quotaCode";
|
|
590
|
+
const _r = "regions";
|
|
1715
591
|
const _rA = "relatedAccount";
|
|
1716
592
|
const _rAS = "retryAfterSeconds";
|
|
1717
|
-
const
|
|
593
|
+
const _rI = "resourceId";
|
|
594
|
+
const _rR = "relatedResources";
|
|
595
|
+
const _rT = "resourceType";
|
|
596
|
+
const _re = "reason";
|
|
1718
597
|
const _s = "source";
|
|
598
|
+
const _sC = "subCategory";
|
|
599
|
+
const _sCe = "serviceCode";
|
|
600
|
+
const _sD = "summarizationDimensions";
|
|
601
|
+
const _sEDU = "sourceEventDetailUrl";
|
|
602
|
+
const _sEDUDT = "sourceEventDetailUrlDisplayText";
|
|
603
|
+
const _sEI = "sourceEventId";
|
|
604
|
+
const _sEM = "sourceEventMetadata";
|
|
605
|
+
const _sR = "statusReason";
|
|
606
|
+
const _sS = "statusSummary";
|
|
607
|
+
const _sSBR = "statusSummaryByRegion";
|
|
1719
608
|
const _sT = "startTime";
|
|
609
|
+
const _sV = "schemaVersion";
|
|
610
|
+
const _sVa = "sampleValues";
|
|
611
|
+
const _se = "server";
|
|
612
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.notifications";
|
|
1720
613
|
const _st = "status";
|
|
1721
614
|
const _su = "subtype";
|
|
615
|
+
const _t = "tags";
|
|
616
|
+
const _tBL = "textByLocale";
|
|
1722
617
|
const _tK = "tagKeys";
|
|
618
|
+
const _tP = "textParts";
|
|
619
|
+
const _ty = "type";
|
|
620
|
+
const _u = "url";
|
|
621
|
+
const _v = "value";
|
|
622
|
+
const n0 = "com.amazonaws.notifications";
|
|
623
|
+
var AccessDeniedException = [
|
|
624
|
+
-3,
|
|
625
|
+
n0,
|
|
626
|
+
_ADE,
|
|
627
|
+
{
|
|
628
|
+
[_e]: _c,
|
|
629
|
+
[_hE]: 403,
|
|
630
|
+
},
|
|
631
|
+
[_m],
|
|
632
|
+
[0],
|
|
633
|
+
];
|
|
634
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
635
|
+
var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
|
|
636
|
+
var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
|
|
637
|
+
var AggregationSummary = [
|
|
638
|
+
3,
|
|
639
|
+
n0,
|
|
640
|
+
_AS,
|
|
641
|
+
0,
|
|
642
|
+
[_eC, _aB, _aA, _aR, _aOU, _aSD],
|
|
643
|
+
[
|
|
644
|
+
1,
|
|
645
|
+
() => AggregationKeys,
|
|
646
|
+
() => SummarizationDimensionOverview,
|
|
647
|
+
() => SummarizationDimensionOverview,
|
|
648
|
+
() => SummarizationDimensionOverview,
|
|
649
|
+
() => SummarizationDimensionOverviews,
|
|
650
|
+
],
|
|
651
|
+
];
|
|
652
|
+
var AssociateChannelRequest = [3, n0, _ACR, 0, [_a, _nCA], [[0, 1], 0]];
|
|
653
|
+
var AssociateChannelResponse = [3, n0, _ACRs, 0, [], []];
|
|
654
|
+
var AssociateManagedNotificationAccountContactRequest = [
|
|
655
|
+
3,
|
|
656
|
+
n0,
|
|
657
|
+
_AMNACR,
|
|
658
|
+
0,
|
|
659
|
+
[_cI, _mNCA],
|
|
660
|
+
[[0, 1], 0],
|
|
661
|
+
];
|
|
662
|
+
var AssociateManagedNotificationAccountContactResponse = [3, n0, _AMNACRs, 0, [], []];
|
|
663
|
+
var AssociateManagedNotificationAdditionalChannelRequest = [
|
|
664
|
+
3,
|
|
665
|
+
n0,
|
|
666
|
+
_AMNACRss,
|
|
667
|
+
0,
|
|
668
|
+
[_cA, _mNCA],
|
|
669
|
+
[[0, 1], 0],
|
|
670
|
+
];
|
|
671
|
+
var AssociateManagedNotificationAdditionalChannelResponse = [
|
|
672
|
+
3,
|
|
673
|
+
n0,
|
|
674
|
+
_AMNACRsso,
|
|
675
|
+
0,
|
|
676
|
+
[],
|
|
677
|
+
[],
|
|
678
|
+
];
|
|
679
|
+
var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
|
|
680
|
+
var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
|
|
681
|
+
var ConflictException = [
|
|
682
|
+
-3,
|
|
683
|
+
n0,
|
|
684
|
+
_CE,
|
|
685
|
+
{
|
|
686
|
+
[_e]: _c,
|
|
687
|
+
[_hE]: 409,
|
|
688
|
+
},
|
|
689
|
+
[_m, _rI],
|
|
690
|
+
[0, 0],
|
|
691
|
+
];
|
|
692
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
693
|
+
var CreateEventRuleRequest = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_CERR,
|
|
697
|
+
0,
|
|
698
|
+
[_nCA, _s, _eT, _eP, _r],
|
|
699
|
+
[0, 0, 0, 0, 64 | 0],
|
|
700
|
+
];
|
|
701
|
+
var CreateEventRuleResponse = [
|
|
702
|
+
3,
|
|
703
|
+
n0,
|
|
704
|
+
_CERRr,
|
|
705
|
+
0,
|
|
706
|
+
[_a, _nCA, _sSBR],
|
|
707
|
+
[0, 0, () => StatusSummaryByRegion],
|
|
708
|
+
];
|
|
709
|
+
var CreateNotificationConfigurationRequest = [
|
|
710
|
+
3,
|
|
711
|
+
n0,
|
|
712
|
+
_CNCR,
|
|
713
|
+
0,
|
|
714
|
+
[_n, _d, _aD, _t],
|
|
715
|
+
[0, 0, 0, 128 | 0],
|
|
716
|
+
];
|
|
717
|
+
var CreateNotificationConfigurationResponse = [3, n0, _CNCRr, 0, [_a, _st], [0, 0]];
|
|
718
|
+
var DeleteEventRuleRequest = [3, n0, _DERR, 0, [_a], [[0, 1]]];
|
|
719
|
+
var DeleteEventRuleResponse = [3, n0, _DERRe, 0, [], []];
|
|
720
|
+
var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_a], [[0, 1]]];
|
|
721
|
+
var DeleteNotificationConfigurationResponse = [3, n0, _DNCRe, 0, [], []];
|
|
722
|
+
var DeregisterNotificationHubRequest = [3, n0, _DNHR, 0, [_nHR], [[0, 1]]];
|
|
723
|
+
var DeregisterNotificationHubResponse = [
|
|
724
|
+
3,
|
|
725
|
+
n0,
|
|
726
|
+
_DNHRe,
|
|
727
|
+
0,
|
|
728
|
+
[_nHR, _sS],
|
|
729
|
+
[0, () => NotificationHubStatusSummary],
|
|
730
|
+
];
|
|
731
|
+
var Dimension = [3, n0, _D, 0, [_n, _v], [0, 0]];
|
|
732
|
+
var DisableNotificationsAccessForOrganizationRequest = [3, n0, _DNAFOR, 0, [], []];
|
|
733
|
+
var DisableNotificationsAccessForOrganizationResponse = [3, n0, _DNAFORi, 0, [], []];
|
|
734
|
+
var DisassociateChannelRequest = [3, n0, _DCR, 0, [_a, _nCA], [[0, 1], 0]];
|
|
735
|
+
var DisassociateChannelResponse = [3, n0, _DCRi, 0, [], []];
|
|
736
|
+
var DisassociateManagedNotificationAccountContactRequest = [
|
|
737
|
+
3,
|
|
738
|
+
n0,
|
|
739
|
+
_DMNACR,
|
|
740
|
+
0,
|
|
741
|
+
[_cI, _mNCA],
|
|
742
|
+
[[0, 1], 0],
|
|
743
|
+
];
|
|
744
|
+
var DisassociateManagedNotificationAccountContactResponse = [3, n0, _DMNACRi, 0, [], []];
|
|
745
|
+
var DisassociateManagedNotificationAdditionalChannelRequest = [
|
|
746
|
+
3,
|
|
747
|
+
n0,
|
|
748
|
+
_DMNACRis,
|
|
749
|
+
0,
|
|
750
|
+
[_cA, _mNCA],
|
|
751
|
+
[[0, 1], 0],
|
|
752
|
+
];
|
|
753
|
+
var DisassociateManagedNotificationAdditionalChannelResponse = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_DMNACRisa,
|
|
757
|
+
0,
|
|
758
|
+
[],
|
|
759
|
+
[],
|
|
760
|
+
];
|
|
761
|
+
var DisassociateOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
|
|
762
|
+
var DisassociateOrganizationalUnitResponse = [3, n0, _DOURi, 0, [], []];
|
|
763
|
+
var EnableNotificationsAccessForOrganizationRequest = [3, n0, _ENAFOR, 0, [], []];
|
|
764
|
+
var EnableNotificationsAccessForOrganizationResponse = [3, n0, _ENAFORn, 0, [], []];
|
|
765
|
+
var EventRuleStatusSummary = [3, n0, _ERSS, 0, [_st, _re], [0, 0]];
|
|
766
|
+
var EventRuleStructure = [
|
|
767
|
+
3,
|
|
768
|
+
n0,
|
|
769
|
+
_ERS,
|
|
770
|
+
0,
|
|
771
|
+
[_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
|
|
772
|
+
[0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
|
|
773
|
+
];
|
|
774
|
+
var GetEventRuleRequest = [3, n0, _GERR, 0, [_a], [[0, 1]]];
|
|
775
|
+
var GetEventRuleResponse = [
|
|
776
|
+
3,
|
|
777
|
+
n0,
|
|
778
|
+
_GERRe,
|
|
779
|
+
0,
|
|
780
|
+
[_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
|
|
781
|
+
[0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
|
|
782
|
+
];
|
|
783
|
+
var GetManagedNotificationChildEventRequest = [
|
|
784
|
+
3,
|
|
785
|
+
n0,
|
|
786
|
+
_GMNCER,
|
|
787
|
+
0,
|
|
788
|
+
[_a, _l],
|
|
789
|
+
[
|
|
790
|
+
[0, 1],
|
|
791
|
+
[
|
|
792
|
+
0,
|
|
793
|
+
{
|
|
794
|
+
[_hQ]: _l,
|
|
795
|
+
},
|
|
796
|
+
],
|
|
797
|
+
],
|
|
798
|
+
];
|
|
799
|
+
var GetManagedNotificationChildEventResponse = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_GMNCERe,
|
|
803
|
+
0,
|
|
804
|
+
[_a, _mNCA, _cT, _co],
|
|
805
|
+
[0, 0, 5, () => ManagedNotificationChildEvent],
|
|
806
|
+
];
|
|
807
|
+
var GetManagedNotificationConfigurationRequest = [3, n0, _GMNCR, 0, [_a], [[0, 1]]];
|
|
808
|
+
var GetManagedNotificationConfigurationResponse = [
|
|
809
|
+
3,
|
|
810
|
+
n0,
|
|
811
|
+
_GMNCRe,
|
|
812
|
+
0,
|
|
813
|
+
[_a, _n, _d, _ca, _sC],
|
|
814
|
+
[0, 0, 0, 0, 0],
|
|
815
|
+
];
|
|
816
|
+
var GetManagedNotificationEventRequest = [
|
|
817
|
+
3,
|
|
818
|
+
n0,
|
|
819
|
+
_GMNER,
|
|
820
|
+
0,
|
|
821
|
+
[_a, _l],
|
|
822
|
+
[
|
|
823
|
+
[0, 1],
|
|
824
|
+
[
|
|
825
|
+
0,
|
|
826
|
+
{
|
|
827
|
+
[_hQ]: _l,
|
|
828
|
+
},
|
|
829
|
+
],
|
|
830
|
+
],
|
|
831
|
+
];
|
|
832
|
+
var GetManagedNotificationEventResponse = [
|
|
833
|
+
3,
|
|
834
|
+
n0,
|
|
835
|
+
_GMNERe,
|
|
836
|
+
0,
|
|
837
|
+
[_a, _mNCA, _cT, _co],
|
|
838
|
+
[0, 0, 5, () => ManagedNotificationEvent],
|
|
839
|
+
];
|
|
840
|
+
var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_a], [[0, 1]]];
|
|
841
|
+
var GetNotificationConfigurationResponse = [
|
|
842
|
+
3,
|
|
843
|
+
n0,
|
|
844
|
+
_GNCRe,
|
|
845
|
+
0,
|
|
846
|
+
[_a, _n, _d, _st, _cT, _aD, _su],
|
|
847
|
+
[0, 0, 0, 0, 5, 0, 0],
|
|
848
|
+
];
|
|
849
|
+
var GetNotificationEventRequest = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_GNER,
|
|
853
|
+
0,
|
|
854
|
+
[_a, _l],
|
|
855
|
+
[
|
|
856
|
+
[0, 1],
|
|
857
|
+
[
|
|
858
|
+
0,
|
|
859
|
+
{
|
|
860
|
+
[_hQ]: _l,
|
|
861
|
+
},
|
|
862
|
+
],
|
|
863
|
+
],
|
|
864
|
+
];
|
|
865
|
+
var GetNotificationEventResponse = [
|
|
866
|
+
3,
|
|
867
|
+
n0,
|
|
868
|
+
_GNERe,
|
|
869
|
+
0,
|
|
870
|
+
[_a, _nCA, _cT, _co],
|
|
871
|
+
[0, 0, 5, () => NotificationEventSchema],
|
|
872
|
+
];
|
|
873
|
+
var GetNotificationsAccessForOrganizationRequest = [3, n0, _GNAFOR, 0, [], []];
|
|
874
|
+
var GetNotificationsAccessForOrganizationResponse = [
|
|
875
|
+
3,
|
|
876
|
+
n0,
|
|
877
|
+
_GNAFORe,
|
|
878
|
+
0,
|
|
879
|
+
[_nAFO],
|
|
880
|
+
[() => NotificationsAccessForOrganization],
|
|
881
|
+
];
|
|
882
|
+
var InternalServerException = [
|
|
883
|
+
-3,
|
|
884
|
+
n0,
|
|
885
|
+
_ISE,
|
|
886
|
+
{
|
|
887
|
+
[_e]: _se,
|
|
888
|
+
[_hE]: 500,
|
|
889
|
+
},
|
|
890
|
+
[_m],
|
|
891
|
+
[0],
|
|
892
|
+
];
|
|
893
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
894
|
+
var ListChannelsRequest = [
|
|
895
|
+
3,
|
|
896
|
+
n0,
|
|
897
|
+
_LCR,
|
|
898
|
+
0,
|
|
899
|
+
[_nCA, _mRa, _nT],
|
|
900
|
+
[
|
|
901
|
+
[
|
|
902
|
+
0,
|
|
903
|
+
{
|
|
904
|
+
[_hQ]: _nCA,
|
|
905
|
+
},
|
|
906
|
+
],
|
|
907
|
+
[
|
|
908
|
+
1,
|
|
909
|
+
{
|
|
910
|
+
[_hQ]: _mRa,
|
|
911
|
+
},
|
|
912
|
+
],
|
|
913
|
+
[
|
|
914
|
+
0,
|
|
915
|
+
{
|
|
916
|
+
[_hQ]: _nT,
|
|
917
|
+
},
|
|
918
|
+
],
|
|
919
|
+
],
|
|
920
|
+
];
|
|
921
|
+
var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
|
|
922
|
+
var ListEventRulesRequest = [
|
|
923
|
+
3,
|
|
924
|
+
n0,
|
|
925
|
+
_LERR,
|
|
926
|
+
0,
|
|
927
|
+
[_nCA, _mRa, _nT],
|
|
928
|
+
[
|
|
929
|
+
[
|
|
930
|
+
0,
|
|
931
|
+
{
|
|
932
|
+
[_hQ]: _nCA,
|
|
933
|
+
},
|
|
934
|
+
],
|
|
935
|
+
[
|
|
936
|
+
1,
|
|
937
|
+
{
|
|
938
|
+
[_hQ]: _mRa,
|
|
939
|
+
},
|
|
940
|
+
],
|
|
941
|
+
[
|
|
942
|
+
0,
|
|
943
|
+
{
|
|
944
|
+
[_hQ]: _nT,
|
|
945
|
+
},
|
|
946
|
+
],
|
|
947
|
+
],
|
|
948
|
+
];
|
|
949
|
+
var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
|
|
950
|
+
var ListManagedNotificationChannelAssociationsRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_LMNCAR,
|
|
954
|
+
0,
|
|
955
|
+
[_mNCA, _mRa, _nT],
|
|
956
|
+
[
|
|
957
|
+
[
|
|
958
|
+
0,
|
|
959
|
+
{
|
|
960
|
+
[_hQ]: _mNCA,
|
|
961
|
+
},
|
|
962
|
+
],
|
|
963
|
+
[
|
|
964
|
+
1,
|
|
965
|
+
{
|
|
966
|
+
[_hQ]: _mRa,
|
|
967
|
+
},
|
|
968
|
+
],
|
|
969
|
+
[
|
|
970
|
+
0,
|
|
971
|
+
{
|
|
972
|
+
[_hQ]: _nT,
|
|
973
|
+
},
|
|
974
|
+
],
|
|
975
|
+
],
|
|
976
|
+
];
|
|
977
|
+
var ListManagedNotificationChannelAssociationsResponse = [
|
|
978
|
+
3,
|
|
979
|
+
n0,
|
|
980
|
+
_LMNCARi,
|
|
981
|
+
0,
|
|
982
|
+
[_nT, _cAh],
|
|
983
|
+
[0, () => ManagedNotificationChannelAssociations],
|
|
984
|
+
];
|
|
985
|
+
var ListManagedNotificationChildEventsRequest = [
|
|
986
|
+
3,
|
|
987
|
+
n0,
|
|
988
|
+
_LMNCER,
|
|
989
|
+
0,
|
|
990
|
+
[_aMNEA, _sT, _eTn, _l, _mRa, _rA, _oUI, _nT],
|
|
991
|
+
[
|
|
992
|
+
[0, 1],
|
|
993
|
+
[
|
|
994
|
+
5,
|
|
995
|
+
{
|
|
996
|
+
[_hQ]: _sT,
|
|
997
|
+
},
|
|
998
|
+
],
|
|
999
|
+
[
|
|
1000
|
+
5,
|
|
1001
|
+
{
|
|
1002
|
+
[_hQ]: _eTn,
|
|
1003
|
+
},
|
|
1004
|
+
],
|
|
1005
|
+
[
|
|
1006
|
+
0,
|
|
1007
|
+
{
|
|
1008
|
+
[_hQ]: _l,
|
|
1009
|
+
},
|
|
1010
|
+
],
|
|
1011
|
+
[
|
|
1012
|
+
1,
|
|
1013
|
+
{
|
|
1014
|
+
[_hQ]: _mRa,
|
|
1015
|
+
},
|
|
1016
|
+
],
|
|
1017
|
+
[
|
|
1018
|
+
0,
|
|
1019
|
+
{
|
|
1020
|
+
[_hQ]: _rA,
|
|
1021
|
+
},
|
|
1022
|
+
],
|
|
1023
|
+
[
|
|
1024
|
+
0,
|
|
1025
|
+
{
|
|
1026
|
+
[_hQ]: _oUI,
|
|
1027
|
+
},
|
|
1028
|
+
],
|
|
1029
|
+
[
|
|
1030
|
+
0,
|
|
1031
|
+
{
|
|
1032
|
+
[_hQ]: _nT,
|
|
1033
|
+
},
|
|
1034
|
+
],
|
|
1035
|
+
],
|
|
1036
|
+
];
|
|
1037
|
+
var ListManagedNotificationChildEventsResponse = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_LMNCERi,
|
|
1041
|
+
0,
|
|
1042
|
+
[_nT, _mNCE],
|
|
1043
|
+
[0, () => ManagedNotificationChildEvents],
|
|
1044
|
+
];
|
|
1045
|
+
var ListManagedNotificationConfigurationsRequest = [
|
|
1046
|
+
3,
|
|
1047
|
+
n0,
|
|
1048
|
+
_LMNCR,
|
|
1049
|
+
0,
|
|
1050
|
+
[_cIh, _mRa, _nT],
|
|
1051
|
+
[
|
|
1052
|
+
[
|
|
1053
|
+
0,
|
|
1054
|
+
{
|
|
1055
|
+
[_hQ]: _cIh,
|
|
1056
|
+
},
|
|
1057
|
+
],
|
|
1058
|
+
[
|
|
1059
|
+
1,
|
|
1060
|
+
{
|
|
1061
|
+
[_hQ]: _mRa,
|
|
1062
|
+
},
|
|
1063
|
+
],
|
|
1064
|
+
[
|
|
1065
|
+
0,
|
|
1066
|
+
{
|
|
1067
|
+
[_hQ]: _nT,
|
|
1068
|
+
},
|
|
1069
|
+
],
|
|
1070
|
+
],
|
|
1071
|
+
];
|
|
1072
|
+
var ListManagedNotificationConfigurationsResponse = [
|
|
1073
|
+
3,
|
|
1074
|
+
n0,
|
|
1075
|
+
_LMNCRi,
|
|
1076
|
+
0,
|
|
1077
|
+
[_nT, _mNC],
|
|
1078
|
+
[0, () => ManagedNotificationConfigurations],
|
|
1079
|
+
];
|
|
1080
|
+
var ListManagedNotificationEventsRequest = [
|
|
1081
|
+
3,
|
|
1082
|
+
n0,
|
|
1083
|
+
_LMNER,
|
|
1084
|
+
0,
|
|
1085
|
+
[_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
|
|
1086
|
+
[
|
|
1087
|
+
[
|
|
1088
|
+
5,
|
|
1089
|
+
{
|
|
1090
|
+
[_hQ]: _sT,
|
|
1091
|
+
},
|
|
1092
|
+
],
|
|
1093
|
+
[
|
|
1094
|
+
5,
|
|
1095
|
+
{
|
|
1096
|
+
[_hQ]: _eTn,
|
|
1097
|
+
},
|
|
1098
|
+
],
|
|
1099
|
+
[
|
|
1100
|
+
0,
|
|
1101
|
+
{
|
|
1102
|
+
[_hQ]: _l,
|
|
1103
|
+
},
|
|
1104
|
+
],
|
|
1105
|
+
[
|
|
1106
|
+
0,
|
|
1107
|
+
{
|
|
1108
|
+
[_hQ]: _s,
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
[
|
|
1112
|
+
1,
|
|
1113
|
+
{
|
|
1114
|
+
[_hQ]: _mRa,
|
|
1115
|
+
},
|
|
1116
|
+
],
|
|
1117
|
+
[
|
|
1118
|
+
0,
|
|
1119
|
+
{
|
|
1120
|
+
[_hQ]: _nT,
|
|
1121
|
+
},
|
|
1122
|
+
],
|
|
1123
|
+
[
|
|
1124
|
+
0,
|
|
1125
|
+
{
|
|
1126
|
+
[_hQ]: _oUI,
|
|
1127
|
+
},
|
|
1128
|
+
],
|
|
1129
|
+
[
|
|
1130
|
+
0,
|
|
1131
|
+
{
|
|
1132
|
+
[_hQ]: _rA,
|
|
1133
|
+
},
|
|
1134
|
+
],
|
|
1135
|
+
],
|
|
1136
|
+
];
|
|
1137
|
+
var ListManagedNotificationEventsResponse = [
|
|
1138
|
+
3,
|
|
1139
|
+
n0,
|
|
1140
|
+
_LMNERi,
|
|
1141
|
+
0,
|
|
1142
|
+
[_nT, _mNE],
|
|
1143
|
+
[0, () => ManagedNotificationEvents],
|
|
1144
|
+
];
|
|
1145
|
+
var ListMemberAccountsRequest = [
|
|
1146
|
+
3,
|
|
1147
|
+
n0,
|
|
1148
|
+
_LMAR,
|
|
1149
|
+
0,
|
|
1150
|
+
[_nCA, _mRa, _nT, _mA, _st, _oUI],
|
|
1151
|
+
[
|
|
1152
|
+
[
|
|
1153
|
+
0,
|
|
1154
|
+
{
|
|
1155
|
+
[_hQ]: _nCA,
|
|
1156
|
+
},
|
|
1157
|
+
],
|
|
1158
|
+
[
|
|
1159
|
+
1,
|
|
1160
|
+
{
|
|
1161
|
+
[_hQ]: _mRa,
|
|
1162
|
+
},
|
|
1163
|
+
],
|
|
1164
|
+
[
|
|
1165
|
+
0,
|
|
1166
|
+
{
|
|
1167
|
+
[_hQ]: _nT,
|
|
1168
|
+
},
|
|
1169
|
+
],
|
|
1170
|
+
[
|
|
1171
|
+
0,
|
|
1172
|
+
{
|
|
1173
|
+
[_hQ]: _mA,
|
|
1174
|
+
},
|
|
1175
|
+
],
|
|
1176
|
+
[
|
|
1177
|
+
0,
|
|
1178
|
+
{
|
|
1179
|
+
[_hQ]: _st,
|
|
1180
|
+
},
|
|
1181
|
+
],
|
|
1182
|
+
[
|
|
1183
|
+
0,
|
|
1184
|
+
{
|
|
1185
|
+
[_hQ]: _oUI,
|
|
1186
|
+
},
|
|
1187
|
+
],
|
|
1188
|
+
],
|
|
1189
|
+
];
|
|
1190
|
+
var ListMemberAccountsResponse = [
|
|
1191
|
+
3,
|
|
1192
|
+
n0,
|
|
1193
|
+
_LMARi,
|
|
1194
|
+
0,
|
|
1195
|
+
[_mAe, _nT],
|
|
1196
|
+
[() => MemberAccounts, 0],
|
|
1197
|
+
];
|
|
1198
|
+
var ListNotificationConfigurationsRequest = [
|
|
1199
|
+
3,
|
|
1200
|
+
n0,
|
|
1201
|
+
_LNCR,
|
|
1202
|
+
0,
|
|
1203
|
+
[_eRS, _cA, _st, _su, _mRa, _nT],
|
|
1204
|
+
[
|
|
1205
|
+
[
|
|
1206
|
+
0,
|
|
1207
|
+
{
|
|
1208
|
+
[_hQ]: _eRS,
|
|
1209
|
+
},
|
|
1210
|
+
],
|
|
1211
|
+
[
|
|
1212
|
+
0,
|
|
1213
|
+
{
|
|
1214
|
+
[_hQ]: _cA,
|
|
1215
|
+
},
|
|
1216
|
+
],
|
|
1217
|
+
[
|
|
1218
|
+
0,
|
|
1219
|
+
{
|
|
1220
|
+
[_hQ]: _st,
|
|
1221
|
+
},
|
|
1222
|
+
],
|
|
1223
|
+
[
|
|
1224
|
+
0,
|
|
1225
|
+
{
|
|
1226
|
+
[_hQ]: _su,
|
|
1227
|
+
},
|
|
1228
|
+
],
|
|
1229
|
+
[
|
|
1230
|
+
1,
|
|
1231
|
+
{
|
|
1232
|
+
[_hQ]: _mRa,
|
|
1233
|
+
},
|
|
1234
|
+
],
|
|
1235
|
+
[
|
|
1236
|
+
0,
|
|
1237
|
+
{
|
|
1238
|
+
[_hQ]: _nT,
|
|
1239
|
+
},
|
|
1240
|
+
],
|
|
1241
|
+
],
|
|
1242
|
+
];
|
|
1243
|
+
var ListNotificationConfigurationsResponse = [
|
|
1244
|
+
3,
|
|
1245
|
+
n0,
|
|
1246
|
+
_LNCRi,
|
|
1247
|
+
0,
|
|
1248
|
+
[_nT, _nC],
|
|
1249
|
+
[0, () => NotificationConfigurations],
|
|
1250
|
+
];
|
|
1251
|
+
var ListNotificationEventsRequest = [
|
|
1252
|
+
3,
|
|
1253
|
+
n0,
|
|
1254
|
+
_LNER,
|
|
1255
|
+
0,
|
|
1256
|
+
[_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
|
|
1257
|
+
[
|
|
1258
|
+
[
|
|
1259
|
+
5,
|
|
1260
|
+
{
|
|
1261
|
+
[_hQ]: _sT,
|
|
1262
|
+
},
|
|
1263
|
+
],
|
|
1264
|
+
[
|
|
1265
|
+
5,
|
|
1266
|
+
{
|
|
1267
|
+
[_hQ]: _eTn,
|
|
1268
|
+
},
|
|
1269
|
+
],
|
|
1270
|
+
[
|
|
1271
|
+
0,
|
|
1272
|
+
{
|
|
1273
|
+
[_hQ]: _l,
|
|
1274
|
+
},
|
|
1275
|
+
],
|
|
1276
|
+
[
|
|
1277
|
+
0,
|
|
1278
|
+
{
|
|
1279
|
+
[_hQ]: _s,
|
|
1280
|
+
},
|
|
1281
|
+
],
|
|
1282
|
+
[
|
|
1283
|
+
2,
|
|
1284
|
+
{
|
|
1285
|
+
[_hQ]: _iCE,
|
|
1286
|
+
},
|
|
1287
|
+
],
|
|
1288
|
+
[
|
|
1289
|
+
0,
|
|
1290
|
+
{
|
|
1291
|
+
[_hQ]: _aNEA,
|
|
1292
|
+
},
|
|
1293
|
+
],
|
|
1294
|
+
[
|
|
1295
|
+
1,
|
|
1296
|
+
{
|
|
1297
|
+
[_hQ]: _mRa,
|
|
1298
|
+
},
|
|
1299
|
+
],
|
|
1300
|
+
[
|
|
1301
|
+
0,
|
|
1302
|
+
{
|
|
1303
|
+
[_hQ]: _nT,
|
|
1304
|
+
},
|
|
1305
|
+
],
|
|
1306
|
+
[
|
|
1307
|
+
0,
|
|
1308
|
+
{
|
|
1309
|
+
[_hQ]: _oUI,
|
|
1310
|
+
},
|
|
1311
|
+
],
|
|
1312
|
+
],
|
|
1313
|
+
];
|
|
1314
|
+
var ListNotificationEventsResponse = [
|
|
1315
|
+
3,
|
|
1316
|
+
n0,
|
|
1317
|
+
_LNERi,
|
|
1318
|
+
0,
|
|
1319
|
+
[_nT, _nE],
|
|
1320
|
+
[0, () => NotificationEvents],
|
|
1321
|
+
];
|
|
1322
|
+
var ListNotificationHubsRequest = [
|
|
1323
|
+
3,
|
|
1324
|
+
n0,
|
|
1325
|
+
_LNHR,
|
|
1326
|
+
0,
|
|
1327
|
+
[_mRa, _nT],
|
|
1328
|
+
[
|
|
1329
|
+
[
|
|
1330
|
+
1,
|
|
1331
|
+
{
|
|
1332
|
+
[_hQ]: _mRa,
|
|
1333
|
+
},
|
|
1334
|
+
],
|
|
1335
|
+
[
|
|
1336
|
+
0,
|
|
1337
|
+
{
|
|
1338
|
+
[_hQ]: _nT,
|
|
1339
|
+
},
|
|
1340
|
+
],
|
|
1341
|
+
],
|
|
1342
|
+
];
|
|
1343
|
+
var ListNotificationHubsResponse = [
|
|
1344
|
+
3,
|
|
1345
|
+
n0,
|
|
1346
|
+
_LNHRi,
|
|
1347
|
+
0,
|
|
1348
|
+
[_nH, _nT],
|
|
1349
|
+
[() => NotificationHubs, 0],
|
|
1350
|
+
];
|
|
1351
|
+
var ListOrganizationalUnitsRequest = [
|
|
1352
|
+
3,
|
|
1353
|
+
n0,
|
|
1354
|
+
_LOUR,
|
|
1355
|
+
0,
|
|
1356
|
+
[_nCA, _mRa, _nT],
|
|
1357
|
+
[
|
|
1358
|
+
[
|
|
1359
|
+
0,
|
|
1360
|
+
{
|
|
1361
|
+
[_hQ]: _nCA,
|
|
1362
|
+
},
|
|
1363
|
+
],
|
|
1364
|
+
[
|
|
1365
|
+
1,
|
|
1366
|
+
{
|
|
1367
|
+
[_hQ]: _mRa,
|
|
1368
|
+
},
|
|
1369
|
+
],
|
|
1370
|
+
[
|
|
1371
|
+
0,
|
|
1372
|
+
{
|
|
1373
|
+
[_hQ]: _nT,
|
|
1374
|
+
},
|
|
1375
|
+
],
|
|
1376
|
+
],
|
|
1377
|
+
];
|
|
1378
|
+
var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
|
|
1379
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
|
|
1380
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1381
|
+
var ManagedNotificationChannelAssociationSummary = [
|
|
1382
|
+
3,
|
|
1383
|
+
n0,
|
|
1384
|
+
_MNCAS,
|
|
1385
|
+
0,
|
|
1386
|
+
[_cIh, _cTh, _oO],
|
|
1387
|
+
[0, 0, 0],
|
|
1388
|
+
];
|
|
1389
|
+
var ManagedNotificationChildEvent = [
|
|
1390
|
+
3,
|
|
1391
|
+
n0,
|
|
1392
|
+
_MNCE,
|
|
1393
|
+
0,
|
|
1394
|
+
[_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aMNEA, _sT, _eTn, _tP, _oUI, _aDg],
|
|
1395
|
+
[0, 0, () => MessageComponents, 0, 0, 0, 0, 0, 5, 5, () => TextParts, 0, () => AggregationDetail],
|
|
1396
|
+
];
|
|
1397
|
+
var ManagedNotificationChildEventOverview = [
|
|
1398
|
+
3,
|
|
1399
|
+
n0,
|
|
1400
|
+
_MNCEO,
|
|
1401
|
+
0,
|
|
1402
|
+
[_a, _mNCA, _rA, _cT, _cE, _aMNEA, _oUI],
|
|
1403
|
+
[0, 0, 0, 5, () => ManagedNotificationChildEventSummary, 0, 0],
|
|
1404
|
+
];
|
|
1405
|
+
var ManagedNotificationChildEventSummary = [
|
|
1406
|
+
3,
|
|
1407
|
+
n0,
|
|
1408
|
+
_MNCES,
|
|
1409
|
+
0,
|
|
1410
|
+
[_sV, _sEM, _mC, _aDg, _eS, _nTo],
|
|
1411
|
+
[0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, () => AggregationDetail, 0, 0],
|
|
1412
|
+
];
|
|
1413
|
+
var ManagedNotificationConfigurationStructure = [
|
|
1414
|
+
3,
|
|
1415
|
+
n0,
|
|
1416
|
+
_MNCS,
|
|
1417
|
+
0,
|
|
1418
|
+
[_a, _n, _d],
|
|
1419
|
+
[0, 0, 0],
|
|
1420
|
+
];
|
|
1421
|
+
var ManagedNotificationEvent = [
|
|
1422
|
+
3,
|
|
1423
|
+
n0,
|
|
1424
|
+
_MNE,
|
|
1425
|
+
0,
|
|
1426
|
+
[_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aET, _aS, _sT, _eTn, _tP, _oUI],
|
|
1427
|
+
[0, 0, () => MessageComponents, 0, 0, 0, 0, 0, () => AggregationSummary, 5, 5, () => TextParts, 0],
|
|
1428
|
+
];
|
|
1429
|
+
var ManagedNotificationEventOverview = [
|
|
1430
|
+
3,
|
|
1431
|
+
n0,
|
|
1432
|
+
_MNEO,
|
|
1433
|
+
0,
|
|
1434
|
+
[_a, _mNCA, _rA, _cT, _nEo, _aET, _oUI, _aS, _aNR],
|
|
1435
|
+
[0, 0, 0, 5, () => ManagedNotificationEventSummary, 0, 0, () => AggregationSummary, 64 | 0],
|
|
1436
|
+
];
|
|
1437
|
+
var ManagedNotificationEventSummary = [
|
|
1438
|
+
3,
|
|
1439
|
+
n0,
|
|
1440
|
+
_MNES,
|
|
1441
|
+
0,
|
|
1442
|
+
[_sV, _sEM, _mC, _eS, _nTo],
|
|
1443
|
+
[0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
|
|
1444
|
+
];
|
|
1445
|
+
var ManagedSourceEventMetadataSummary = [3, n0, _MSEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
|
|
1446
|
+
var MediaElement = [3, n0, _ME, 0, [_mI, _ty, _u, _cap], [0, 0, 0, 0]];
|
|
1447
|
+
var MemberAccount = [3, n0, _MA, 0, [_nCA, _aI, _st, _sR, _oUI], [0, 0, 0, 0, 0]];
|
|
1448
|
+
var MessageComponents = [3, n0, _MC, 0, [_h, _pS, _cD, _di], [0, 0, 0, () => Dimensions]];
|
|
1449
|
+
var MessageComponentsSummary = [3, n0, _MCS, 0, [_h], [0]];
|
|
1450
|
+
var NotificationConfigurationStructure = [
|
|
1451
|
+
3,
|
|
1452
|
+
n0,
|
|
1453
|
+
_NCS,
|
|
1454
|
+
0,
|
|
1455
|
+
[_a, _n, _d, _st, _cT, _aD, _su],
|
|
1456
|
+
[0, 0, 0, 0, 5, 0, 0],
|
|
1457
|
+
];
|
|
1458
|
+
var NotificationEventOverview = [
|
|
1459
|
+
3,
|
|
1460
|
+
n0,
|
|
1461
|
+
_NEO,
|
|
1462
|
+
0,
|
|
1463
|
+
[_a, _nCA, _rA, _cT, _nEo, _aET, _aNEA, _aS, _oUI],
|
|
1464
|
+
[0, 0, 0, 5, () => NotificationEventSummary, 0, 0, () => AggregationSummary, 0],
|
|
1465
|
+
];
|
|
1466
|
+
var NotificationEventSchema = [
|
|
1467
|
+
3,
|
|
1468
|
+
n0,
|
|
1469
|
+
_NES,
|
|
1470
|
+
0,
|
|
1471
|
+
[_sV, _i, _sEM, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aET, _aNEA, _aS, _sT, _eTn, _tP, _me, _oUI],
|
|
1472
|
+
[
|
|
1473
|
+
0,
|
|
1474
|
+
0,
|
|
1475
|
+
() => SourceEventMetadata,
|
|
1476
|
+
() => MessageComponents,
|
|
1477
|
+
0,
|
|
1478
|
+
0,
|
|
1479
|
+
0,
|
|
1480
|
+
0,
|
|
1481
|
+
0,
|
|
1482
|
+
0,
|
|
1483
|
+
() => AggregationSummary,
|
|
1484
|
+
5,
|
|
1485
|
+
5,
|
|
1486
|
+
() => TextParts,
|
|
1487
|
+
() => Media,
|
|
1488
|
+
0,
|
|
1489
|
+
],
|
|
1490
|
+
];
|
|
1491
|
+
var NotificationEventSummary = [
|
|
1492
|
+
3,
|
|
1493
|
+
n0,
|
|
1494
|
+
_NESo,
|
|
1495
|
+
0,
|
|
1496
|
+
[_sV, _sEM, _mC, _eS, _nTo],
|
|
1497
|
+
[0, () => SourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
|
|
1498
|
+
];
|
|
1499
|
+
var NotificationHubOverview = [
|
|
1500
|
+
3,
|
|
1501
|
+
n0,
|
|
1502
|
+
_NHO,
|
|
1503
|
+
0,
|
|
1504
|
+
[_nHR, _sS, _cT, _lAT],
|
|
1505
|
+
[0, () => NotificationHubStatusSummary, 5, 5],
|
|
1506
|
+
];
|
|
1507
|
+
var NotificationHubStatusSummary = [3, n0, _NHSS, 0, [_st, _re], [0, 0]];
|
|
1508
|
+
var NotificationsAccessForOrganization = [3, n0, _NAFO, 0, [_aSc], [0]];
|
|
1509
|
+
var RegisterNotificationHubRequest = [3, n0, _RNHR, 0, [_nHR], [0]];
|
|
1510
|
+
var RegisterNotificationHubResponse = [
|
|
1511
|
+
3,
|
|
1512
|
+
n0,
|
|
1513
|
+
_RNHRe,
|
|
1514
|
+
0,
|
|
1515
|
+
[_nHR, _sS, _cT, _lAT],
|
|
1516
|
+
[0, () => NotificationHubStatusSummary, 5, 5],
|
|
1517
|
+
];
|
|
1518
|
+
var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
|
|
1519
|
+
var ResourceNotFoundException = [
|
|
1520
|
+
-3,
|
|
1521
|
+
n0,
|
|
1522
|
+
_RNFE,
|
|
1523
|
+
{
|
|
1524
|
+
[_e]: _c,
|
|
1525
|
+
[_hE]: 404,
|
|
1526
|
+
},
|
|
1527
|
+
[_m, _rI],
|
|
1528
|
+
[0, 0],
|
|
1529
|
+
];
|
|
1530
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1531
|
+
var ServiceQuotaExceededException = [
|
|
1532
|
+
-3,
|
|
1533
|
+
n0,
|
|
1534
|
+
_SQEE,
|
|
1535
|
+
{
|
|
1536
|
+
[_e]: _c,
|
|
1537
|
+
[_hE]: 402,
|
|
1538
|
+
},
|
|
1539
|
+
[_m, _rT, _rI, _sCe, _qC],
|
|
1540
|
+
[0, 0, 0, 0, 0],
|
|
1541
|
+
];
|
|
1542
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1543
|
+
var SourceEventMetadata = [
|
|
1544
|
+
3,
|
|
1545
|
+
n0,
|
|
1546
|
+
_SEM,
|
|
1547
|
+
0,
|
|
1548
|
+
[_eTV, _sEI, _eOR, _rA, _s, _eOT, _eT, _rR],
|
|
1549
|
+
[0, 0, 0, 0, 0, 5, 0, () => Resources],
|
|
1550
|
+
];
|
|
1551
|
+
var SourceEventMetadataSummary = [3, n0, _SEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
|
|
1552
|
+
var SummarizationDimensionDetail = [3, n0, _SDD, 0, [_n, _v], [0, 0]];
|
|
1553
|
+
var SummarizationDimensionOverview = [3, n0, _SDO, 0, [_n, _cou, _sVa], [0, 1, 64 | 0]];
|
|
1554
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_a, _t], [[0, 1], 128 | 0]];
|
|
1555
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1556
|
+
var TextPartValue = [3, n0, _TPV, 0, [_ty, _dT, _tBL, _u], [0, 0, 128 | 0, 0]];
|
|
1557
|
+
var ThrottlingException = [
|
|
1558
|
+
-3,
|
|
1559
|
+
n0,
|
|
1560
|
+
_TE,
|
|
1561
|
+
{
|
|
1562
|
+
[_e]: _c,
|
|
1563
|
+
[_hE]: 429,
|
|
1564
|
+
},
|
|
1565
|
+
[_m, _sCe, _qC, _rAS],
|
|
1566
|
+
[
|
|
1567
|
+
0,
|
|
1568
|
+
0,
|
|
1569
|
+
0,
|
|
1570
|
+
[
|
|
1571
|
+
1,
|
|
1572
|
+
{
|
|
1573
|
+
[_hH]: _RA,
|
|
1574
|
+
},
|
|
1575
|
+
],
|
|
1576
|
+
],
|
|
1577
|
+
];
|
|
1578
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1579
|
+
var UntagResourceRequest = [
|
|
1580
|
+
3,
|
|
1581
|
+
n0,
|
|
1582
|
+
_URR,
|
|
1583
|
+
0,
|
|
1584
|
+
[_a, _tK],
|
|
1585
|
+
[
|
|
1586
|
+
[0, 1],
|
|
1587
|
+
[
|
|
1588
|
+
64 | 0,
|
|
1589
|
+
{
|
|
1590
|
+
[_hQ]: _tK,
|
|
1591
|
+
},
|
|
1592
|
+
],
|
|
1593
|
+
],
|
|
1594
|
+
];
|
|
1595
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1596
|
+
var UpdateEventRuleRequest = [3, n0, _UERR, 0, [_a, _eP, _r], [[0, 1], 0, 64 | 0]];
|
|
1597
|
+
var UpdateEventRuleResponse = [
|
|
1598
|
+
3,
|
|
1599
|
+
n0,
|
|
1600
|
+
_UERRp,
|
|
1601
|
+
0,
|
|
1602
|
+
[_a, _nCA, _sSBR],
|
|
1603
|
+
[0, 0, () => StatusSummaryByRegion],
|
|
1604
|
+
];
|
|
1605
|
+
var UpdateNotificationConfigurationRequest = [
|
|
1606
|
+
3,
|
|
1607
|
+
n0,
|
|
1608
|
+
_UNCR,
|
|
1609
|
+
0,
|
|
1610
|
+
[_a, _n, _d, _aD],
|
|
1611
|
+
[[0, 1], 0, 0, 0],
|
|
1612
|
+
];
|
|
1613
|
+
var UpdateNotificationConfigurationResponse = [3, n0, _UNCRp, 0, [_a], [0]];
|
|
1614
|
+
var ValidationException = [
|
|
1615
|
+
-3,
|
|
1616
|
+
n0,
|
|
1617
|
+
_VE,
|
|
1618
|
+
{
|
|
1619
|
+
[_e]: _c,
|
|
1620
|
+
[_hE]: 400,
|
|
1621
|
+
},
|
|
1622
|
+
[_m, _re, _fL],
|
|
1623
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
1624
|
+
];
|
|
1625
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1626
|
+
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1627
|
+
var NotificationsServiceException = [-3, _sm, "NotificationsServiceException", 0, [], []];
|
|
1628
|
+
schema.TypeRegistry.for(_sm).registerError(NotificationsServiceException, NotificationsServiceException$1);
|
|
1629
|
+
var AggregationKeys = [1, n0, _AKg, 0, () => AggregationKey];
|
|
1630
|
+
var Dimensions = [1, n0, _Di, 0, () => Dimension];
|
|
1631
|
+
var EventRules = [1, n0, _ER, 0, () => EventRuleStructure];
|
|
1632
|
+
var ManagedNotificationChannelAssociations = [
|
|
1633
|
+
1,
|
|
1634
|
+
n0,
|
|
1635
|
+
_MNCA,
|
|
1636
|
+
0,
|
|
1637
|
+
() => ManagedNotificationChannelAssociationSummary,
|
|
1638
|
+
];
|
|
1639
|
+
var ManagedNotificationChildEvents = [
|
|
1640
|
+
1,
|
|
1641
|
+
n0,
|
|
1642
|
+
_MNCEa,
|
|
1643
|
+
0,
|
|
1644
|
+
() => ManagedNotificationChildEventOverview,
|
|
1645
|
+
];
|
|
1646
|
+
var ManagedNotificationConfigurations = [
|
|
1647
|
+
1,
|
|
1648
|
+
n0,
|
|
1649
|
+
_MNC,
|
|
1650
|
+
0,
|
|
1651
|
+
() => ManagedNotificationConfigurationStructure,
|
|
1652
|
+
];
|
|
1653
|
+
var ManagedNotificationEvents = [1, n0, _MNEa, 0, () => ManagedNotificationEventOverview];
|
|
1654
|
+
var Media = [1, n0, _M, 0, () => MediaElement];
|
|
1655
|
+
var MemberAccounts = [1, n0, _MAe, 0, () => MemberAccount];
|
|
1656
|
+
var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfigurationStructure];
|
|
1657
|
+
var NotificationEvents = [1, n0, _NE, 0, () => NotificationEventOverview];
|
|
1658
|
+
var NotificationHubs = [1, n0, _NH, 0, () => NotificationHubOverview];
|
|
1659
|
+
var Resources = [1, n0, _Re, 0, () => Resource];
|
|
1660
|
+
var SummarizationDimensionDetails = [1, n0, _SDDu, 0, () => SummarizationDimensionDetail];
|
|
1661
|
+
var SummarizationDimensionOverviews = [1, n0, _SDOu, 0, () => SummarizationDimensionOverview];
|
|
1662
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1663
|
+
var StatusSummaryByRegion = [2, n0, _SSBR, 0, 0, () => EventRuleStatusSummary];
|
|
1664
|
+
var TextParts = [2, n0, _TP, 0, 0, () => TextPartValue];
|
|
1665
|
+
var AssociateChannel = [
|
|
1666
|
+
9,
|
|
1667
|
+
n0,
|
|
1668
|
+
_AC,
|
|
1669
|
+
{
|
|
1670
|
+
[_ht]: ["POST", "/channels/associate/{arn}", 201],
|
|
1671
|
+
},
|
|
1672
|
+
() => AssociateChannelRequest,
|
|
1673
|
+
() => AssociateChannelResponse,
|
|
1674
|
+
];
|
|
1675
|
+
var AssociateManagedNotificationAccountContact = [
|
|
1676
|
+
9,
|
|
1677
|
+
n0,
|
|
1678
|
+
_AMNAC,
|
|
1679
|
+
{
|
|
1680
|
+
[_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201],
|
|
1681
|
+
},
|
|
1682
|
+
() => AssociateManagedNotificationAccountContactRequest,
|
|
1683
|
+
() => AssociateManagedNotificationAccountContactResponse,
|
|
1684
|
+
];
|
|
1685
|
+
var AssociateManagedNotificationAdditionalChannel = [
|
|
1686
|
+
9,
|
|
1687
|
+
n0,
|
|
1688
|
+
_AMNACs,
|
|
1689
|
+
{
|
|
1690
|
+
[_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201],
|
|
1691
|
+
},
|
|
1692
|
+
() => AssociateManagedNotificationAdditionalChannelRequest,
|
|
1693
|
+
() => AssociateManagedNotificationAdditionalChannelResponse,
|
|
1694
|
+
];
|
|
1695
|
+
var AssociateOrganizationalUnit = [
|
|
1696
|
+
9,
|
|
1697
|
+
n0,
|
|
1698
|
+
_AOU,
|
|
1699
|
+
{
|
|
1700
|
+
[_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201],
|
|
1701
|
+
},
|
|
1702
|
+
() => AssociateOrganizationalUnitRequest,
|
|
1703
|
+
() => AssociateOrganizationalUnitResponse,
|
|
1704
|
+
];
|
|
1705
|
+
var CreateEventRule = [
|
|
1706
|
+
9,
|
|
1707
|
+
n0,
|
|
1708
|
+
_CER,
|
|
1709
|
+
{
|
|
1710
|
+
[_ht]: ["POST", "/event-rules", 201],
|
|
1711
|
+
},
|
|
1712
|
+
() => CreateEventRuleRequest,
|
|
1713
|
+
() => CreateEventRuleResponse,
|
|
1714
|
+
];
|
|
1715
|
+
var CreateNotificationConfiguration = [
|
|
1716
|
+
9,
|
|
1717
|
+
n0,
|
|
1718
|
+
_CNC,
|
|
1719
|
+
{
|
|
1720
|
+
[_ht]: ["POST", "/notification-configurations", 201],
|
|
1721
|
+
},
|
|
1722
|
+
() => CreateNotificationConfigurationRequest,
|
|
1723
|
+
() => CreateNotificationConfigurationResponse,
|
|
1724
|
+
];
|
|
1725
|
+
var DeleteEventRule = [
|
|
1726
|
+
9,
|
|
1727
|
+
n0,
|
|
1728
|
+
_DER,
|
|
1729
|
+
{
|
|
1730
|
+
[_ht]: ["DELETE", "/event-rules/{arn}", 200],
|
|
1731
|
+
},
|
|
1732
|
+
() => DeleteEventRuleRequest,
|
|
1733
|
+
() => DeleteEventRuleResponse,
|
|
1734
|
+
];
|
|
1735
|
+
var DeleteNotificationConfiguration = [
|
|
1736
|
+
9,
|
|
1737
|
+
n0,
|
|
1738
|
+
_DNC,
|
|
1739
|
+
{
|
|
1740
|
+
[_ht]: ["DELETE", "/notification-configurations/{arn}", 200],
|
|
1741
|
+
},
|
|
1742
|
+
() => DeleteNotificationConfigurationRequest,
|
|
1743
|
+
() => DeleteNotificationConfigurationResponse,
|
|
1744
|
+
];
|
|
1745
|
+
var DeregisterNotificationHub = [
|
|
1746
|
+
9,
|
|
1747
|
+
n0,
|
|
1748
|
+
_DNH,
|
|
1749
|
+
{
|
|
1750
|
+
[_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200],
|
|
1751
|
+
},
|
|
1752
|
+
() => DeregisterNotificationHubRequest,
|
|
1753
|
+
() => DeregisterNotificationHubResponse,
|
|
1754
|
+
];
|
|
1755
|
+
var DisableNotificationsAccessForOrganization = [
|
|
1756
|
+
9,
|
|
1757
|
+
n0,
|
|
1758
|
+
_DNAFO,
|
|
1759
|
+
{
|
|
1760
|
+
[_ht]: ["DELETE", "/organization/access", 200],
|
|
1761
|
+
},
|
|
1762
|
+
() => DisableNotificationsAccessForOrganizationRequest,
|
|
1763
|
+
() => DisableNotificationsAccessForOrganizationResponse,
|
|
1764
|
+
];
|
|
1765
|
+
var DisassociateChannel = [
|
|
1766
|
+
9,
|
|
1767
|
+
n0,
|
|
1768
|
+
_DC,
|
|
1769
|
+
{
|
|
1770
|
+
[_ht]: ["POST", "/channels/disassociate/{arn}", 200],
|
|
1771
|
+
},
|
|
1772
|
+
() => DisassociateChannelRequest,
|
|
1773
|
+
() => DisassociateChannelResponse,
|
|
1774
|
+
];
|
|
1775
|
+
var DisassociateManagedNotificationAccountContact = [
|
|
1776
|
+
9,
|
|
1777
|
+
n0,
|
|
1778
|
+
_DMNAC,
|
|
1779
|
+
{
|
|
1780
|
+
[_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200],
|
|
1781
|
+
},
|
|
1782
|
+
() => DisassociateManagedNotificationAccountContactRequest,
|
|
1783
|
+
() => DisassociateManagedNotificationAccountContactResponse,
|
|
1784
|
+
];
|
|
1785
|
+
var DisassociateManagedNotificationAdditionalChannel = [
|
|
1786
|
+
9,
|
|
1787
|
+
n0,
|
|
1788
|
+
_DMNACi,
|
|
1789
|
+
{
|
|
1790
|
+
[_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200],
|
|
1791
|
+
},
|
|
1792
|
+
() => DisassociateManagedNotificationAdditionalChannelRequest,
|
|
1793
|
+
() => DisassociateManagedNotificationAdditionalChannelResponse,
|
|
1794
|
+
];
|
|
1795
|
+
var DisassociateOrganizationalUnit = [
|
|
1796
|
+
9,
|
|
1797
|
+
n0,
|
|
1798
|
+
_DOU,
|
|
1799
|
+
{
|
|
1800
|
+
[_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200],
|
|
1801
|
+
},
|
|
1802
|
+
() => DisassociateOrganizationalUnitRequest,
|
|
1803
|
+
() => DisassociateOrganizationalUnitResponse,
|
|
1804
|
+
];
|
|
1805
|
+
var EnableNotificationsAccessForOrganization = [
|
|
1806
|
+
9,
|
|
1807
|
+
n0,
|
|
1808
|
+
_ENAFO,
|
|
1809
|
+
{
|
|
1810
|
+
[_ht]: ["POST", "/organization/access", 200],
|
|
1811
|
+
},
|
|
1812
|
+
() => EnableNotificationsAccessForOrganizationRequest,
|
|
1813
|
+
() => EnableNotificationsAccessForOrganizationResponse,
|
|
1814
|
+
];
|
|
1815
|
+
var GetEventRule = [
|
|
1816
|
+
9,
|
|
1817
|
+
n0,
|
|
1818
|
+
_GER,
|
|
1819
|
+
{
|
|
1820
|
+
[_ht]: ["GET", "/event-rules/{arn}", 200],
|
|
1821
|
+
},
|
|
1822
|
+
() => GetEventRuleRequest,
|
|
1823
|
+
() => GetEventRuleResponse,
|
|
1824
|
+
];
|
|
1825
|
+
var GetManagedNotificationChildEvent = [
|
|
1826
|
+
9,
|
|
1827
|
+
n0,
|
|
1828
|
+
_GMNCE,
|
|
1829
|
+
{
|
|
1830
|
+
[_ht]: ["GET", "/managed-notification-child-events/{arn}", 200],
|
|
1831
|
+
},
|
|
1832
|
+
() => GetManagedNotificationChildEventRequest,
|
|
1833
|
+
() => GetManagedNotificationChildEventResponse,
|
|
1834
|
+
];
|
|
1835
|
+
var GetManagedNotificationConfiguration = [
|
|
1836
|
+
9,
|
|
1837
|
+
n0,
|
|
1838
|
+
_GMNC,
|
|
1839
|
+
{
|
|
1840
|
+
[_ht]: ["GET", "/managed-notification-configurations/{arn}", 200],
|
|
1841
|
+
},
|
|
1842
|
+
() => GetManagedNotificationConfigurationRequest,
|
|
1843
|
+
() => GetManagedNotificationConfigurationResponse,
|
|
1844
|
+
];
|
|
1845
|
+
var GetManagedNotificationEvent = [
|
|
1846
|
+
9,
|
|
1847
|
+
n0,
|
|
1848
|
+
_GMNE,
|
|
1849
|
+
{
|
|
1850
|
+
[_ht]: ["GET", "/managed-notification-events/{arn}", 200],
|
|
1851
|
+
},
|
|
1852
|
+
() => GetManagedNotificationEventRequest,
|
|
1853
|
+
() => GetManagedNotificationEventResponse,
|
|
1854
|
+
];
|
|
1855
|
+
var GetNotificationConfiguration = [
|
|
1856
|
+
9,
|
|
1857
|
+
n0,
|
|
1858
|
+
_GNC,
|
|
1859
|
+
{
|
|
1860
|
+
[_ht]: ["GET", "/notification-configurations/{arn}", 200],
|
|
1861
|
+
},
|
|
1862
|
+
() => GetNotificationConfigurationRequest,
|
|
1863
|
+
() => GetNotificationConfigurationResponse,
|
|
1864
|
+
];
|
|
1865
|
+
var GetNotificationEvent = [
|
|
1866
|
+
9,
|
|
1867
|
+
n0,
|
|
1868
|
+
_GNE,
|
|
1869
|
+
{
|
|
1870
|
+
[_ht]: ["GET", "/notification-events/{arn}", 200],
|
|
1871
|
+
},
|
|
1872
|
+
() => GetNotificationEventRequest,
|
|
1873
|
+
() => GetNotificationEventResponse,
|
|
1874
|
+
];
|
|
1875
|
+
var GetNotificationsAccessForOrganization = [
|
|
1876
|
+
9,
|
|
1877
|
+
n0,
|
|
1878
|
+
_GNAFO,
|
|
1879
|
+
{
|
|
1880
|
+
[_ht]: ["GET", "/organization/access", 200],
|
|
1881
|
+
},
|
|
1882
|
+
() => GetNotificationsAccessForOrganizationRequest,
|
|
1883
|
+
() => GetNotificationsAccessForOrganizationResponse,
|
|
1884
|
+
];
|
|
1885
|
+
var ListChannels = [
|
|
1886
|
+
9,
|
|
1887
|
+
n0,
|
|
1888
|
+
_LC,
|
|
1889
|
+
{
|
|
1890
|
+
[_ht]: ["GET", "/channels", 200],
|
|
1891
|
+
},
|
|
1892
|
+
() => ListChannelsRequest,
|
|
1893
|
+
() => ListChannelsResponse,
|
|
1894
|
+
];
|
|
1895
|
+
var ListEventRules = [
|
|
1896
|
+
9,
|
|
1897
|
+
n0,
|
|
1898
|
+
_LER,
|
|
1899
|
+
{
|
|
1900
|
+
[_ht]: ["GET", "/event-rules", 200],
|
|
1901
|
+
},
|
|
1902
|
+
() => ListEventRulesRequest,
|
|
1903
|
+
() => ListEventRulesResponse,
|
|
1904
|
+
];
|
|
1905
|
+
var ListManagedNotificationChannelAssociations = [
|
|
1906
|
+
9,
|
|
1907
|
+
n0,
|
|
1908
|
+
_LMNCA,
|
|
1909
|
+
{
|
|
1910
|
+
[_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200],
|
|
1911
|
+
},
|
|
1912
|
+
() => ListManagedNotificationChannelAssociationsRequest,
|
|
1913
|
+
() => ListManagedNotificationChannelAssociationsResponse,
|
|
1914
|
+
];
|
|
1915
|
+
var ListManagedNotificationChildEvents = [
|
|
1916
|
+
9,
|
|
1917
|
+
n0,
|
|
1918
|
+
_LMNCE,
|
|
1919
|
+
{
|
|
1920
|
+
[_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200],
|
|
1921
|
+
},
|
|
1922
|
+
() => ListManagedNotificationChildEventsRequest,
|
|
1923
|
+
() => ListManagedNotificationChildEventsResponse,
|
|
1924
|
+
];
|
|
1925
|
+
var ListManagedNotificationConfigurations = [
|
|
1926
|
+
9,
|
|
1927
|
+
n0,
|
|
1928
|
+
_LMNC,
|
|
1929
|
+
{
|
|
1930
|
+
[_ht]: ["GET", "/managed-notification-configurations", 200],
|
|
1931
|
+
},
|
|
1932
|
+
() => ListManagedNotificationConfigurationsRequest,
|
|
1933
|
+
() => ListManagedNotificationConfigurationsResponse,
|
|
1934
|
+
];
|
|
1935
|
+
var ListManagedNotificationEvents = [
|
|
1936
|
+
9,
|
|
1937
|
+
n0,
|
|
1938
|
+
_LMNE,
|
|
1939
|
+
{
|
|
1940
|
+
[_ht]: ["GET", "/managed-notification-events", 200],
|
|
1941
|
+
},
|
|
1942
|
+
() => ListManagedNotificationEventsRequest,
|
|
1943
|
+
() => ListManagedNotificationEventsResponse,
|
|
1944
|
+
];
|
|
1945
|
+
var ListMemberAccounts = [
|
|
1946
|
+
9,
|
|
1947
|
+
n0,
|
|
1948
|
+
_LMA,
|
|
1949
|
+
{
|
|
1950
|
+
[_ht]: ["GET", "/list-member-accounts", 200],
|
|
1951
|
+
},
|
|
1952
|
+
() => ListMemberAccountsRequest,
|
|
1953
|
+
() => ListMemberAccountsResponse,
|
|
1954
|
+
];
|
|
1955
|
+
var ListNotificationConfigurations = [
|
|
1956
|
+
9,
|
|
1957
|
+
n0,
|
|
1958
|
+
_LNC,
|
|
1959
|
+
{
|
|
1960
|
+
[_ht]: ["GET", "/notification-configurations", 200],
|
|
1961
|
+
},
|
|
1962
|
+
() => ListNotificationConfigurationsRequest,
|
|
1963
|
+
() => ListNotificationConfigurationsResponse,
|
|
1964
|
+
];
|
|
1965
|
+
var ListNotificationEvents = [
|
|
1966
|
+
9,
|
|
1967
|
+
n0,
|
|
1968
|
+
_LNE,
|
|
1969
|
+
{
|
|
1970
|
+
[_ht]: ["GET", "/notification-events", 200],
|
|
1971
|
+
},
|
|
1972
|
+
() => ListNotificationEventsRequest,
|
|
1973
|
+
() => ListNotificationEventsResponse,
|
|
1974
|
+
];
|
|
1975
|
+
var ListNotificationHubs = [
|
|
1976
|
+
9,
|
|
1977
|
+
n0,
|
|
1978
|
+
_LNH,
|
|
1979
|
+
{
|
|
1980
|
+
[_ht]: ["GET", "/notification-hubs", 200],
|
|
1981
|
+
},
|
|
1982
|
+
() => ListNotificationHubsRequest,
|
|
1983
|
+
() => ListNotificationHubsResponse,
|
|
1984
|
+
];
|
|
1985
|
+
var ListOrganizationalUnits = [
|
|
1986
|
+
9,
|
|
1987
|
+
n0,
|
|
1988
|
+
_LOU,
|
|
1989
|
+
{
|
|
1990
|
+
[_ht]: ["GET", "/organizational-units", 200],
|
|
1991
|
+
},
|
|
1992
|
+
() => ListOrganizationalUnitsRequest,
|
|
1993
|
+
() => ListOrganizationalUnitsResponse,
|
|
1994
|
+
];
|
|
1995
|
+
var ListTagsForResource = [
|
|
1996
|
+
9,
|
|
1997
|
+
n0,
|
|
1998
|
+
_LTFR,
|
|
1999
|
+
{
|
|
2000
|
+
[_ht]: ["GET", "/tags/{arn}", 200],
|
|
2001
|
+
},
|
|
2002
|
+
() => ListTagsForResourceRequest,
|
|
2003
|
+
() => ListTagsForResourceResponse,
|
|
2004
|
+
];
|
|
2005
|
+
var RegisterNotificationHub = [
|
|
2006
|
+
9,
|
|
2007
|
+
n0,
|
|
2008
|
+
_RNH,
|
|
2009
|
+
{
|
|
2010
|
+
[_ht]: ["POST", "/notification-hubs", 201],
|
|
2011
|
+
},
|
|
2012
|
+
() => RegisterNotificationHubRequest,
|
|
2013
|
+
() => RegisterNotificationHubResponse,
|
|
2014
|
+
];
|
|
2015
|
+
var TagResource = [
|
|
2016
|
+
9,
|
|
2017
|
+
n0,
|
|
2018
|
+
_TR,
|
|
2019
|
+
{
|
|
2020
|
+
[_ht]: ["POST", "/tags/{arn}", 200],
|
|
2021
|
+
},
|
|
2022
|
+
() => TagResourceRequest,
|
|
2023
|
+
() => TagResourceResponse,
|
|
2024
|
+
];
|
|
2025
|
+
var UntagResource = [
|
|
2026
|
+
9,
|
|
2027
|
+
n0,
|
|
2028
|
+
_UR,
|
|
2029
|
+
{
|
|
2030
|
+
[_ht]: ["DELETE", "/tags/{arn}", 200],
|
|
2031
|
+
},
|
|
2032
|
+
() => UntagResourceRequest,
|
|
2033
|
+
() => UntagResourceResponse,
|
|
2034
|
+
];
|
|
2035
|
+
var UpdateEventRule = [
|
|
2036
|
+
9,
|
|
2037
|
+
n0,
|
|
2038
|
+
_UER,
|
|
2039
|
+
{
|
|
2040
|
+
[_ht]: ["PUT", "/event-rules/{arn}", 200],
|
|
2041
|
+
},
|
|
2042
|
+
() => UpdateEventRuleRequest,
|
|
2043
|
+
() => UpdateEventRuleResponse,
|
|
2044
|
+
];
|
|
2045
|
+
var UpdateNotificationConfiguration = [
|
|
2046
|
+
9,
|
|
2047
|
+
n0,
|
|
2048
|
+
_UNC,
|
|
2049
|
+
{
|
|
2050
|
+
[_ht]: ["PUT", "/notification-configurations/{arn}", 200],
|
|
2051
|
+
},
|
|
2052
|
+
() => UpdateNotificationConfigurationRequest,
|
|
2053
|
+
() => UpdateNotificationConfigurationResponse,
|
|
2054
|
+
];
|
|
1723
2055
|
|
|
1724
2056
|
class AssociateChannelCommand extends smithyClient.Command
|
|
1725
2057
|
.classBuilder()
|
|
1726
2058
|
.ep(commonParams)
|
|
1727
2059
|
.m(function (Command, cs, config, o) {
|
|
1728
|
-
return [
|
|
1729
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1730
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1731
|
-
];
|
|
2060
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1732
2061
|
})
|
|
1733
2062
|
.s("Notifications", "AssociateChannel", {})
|
|
1734
2063
|
.n("NotificationsClient", "AssociateChannelCommand")
|
|
1735
|
-
.
|
|
1736
|
-
.ser(se_AssociateChannelCommand)
|
|
1737
|
-
.de(de_AssociateChannelCommand)
|
|
2064
|
+
.sc(AssociateChannel)
|
|
1738
2065
|
.build() {
|
|
1739
2066
|
}
|
|
1740
2067
|
|
|
@@ -1742,16 +2069,11 @@ class AssociateManagedNotificationAccountContactCommand extends smithyClient.Com
|
|
|
1742
2069
|
.classBuilder()
|
|
1743
2070
|
.ep(commonParams)
|
|
1744
2071
|
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [
|
|
1746
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1747
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1748
|
-
];
|
|
2072
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1749
2073
|
})
|
|
1750
2074
|
.s("Notifications", "AssociateManagedNotificationAccountContact", {})
|
|
1751
2075
|
.n("NotificationsClient", "AssociateManagedNotificationAccountContactCommand")
|
|
1752
|
-
.
|
|
1753
|
-
.ser(se_AssociateManagedNotificationAccountContactCommand)
|
|
1754
|
-
.de(de_AssociateManagedNotificationAccountContactCommand)
|
|
2076
|
+
.sc(AssociateManagedNotificationAccountContact)
|
|
1755
2077
|
.build() {
|
|
1756
2078
|
}
|
|
1757
2079
|
|
|
@@ -1759,16 +2081,11 @@ class AssociateManagedNotificationAdditionalChannelCommand extends smithyClient.
|
|
|
1759
2081
|
.classBuilder()
|
|
1760
2082
|
.ep(commonParams)
|
|
1761
2083
|
.m(function (Command, cs, config, o) {
|
|
1762
|
-
return [
|
|
1763
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1764
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1765
|
-
];
|
|
2084
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1766
2085
|
})
|
|
1767
2086
|
.s("Notifications", "AssociateManagedNotificationAdditionalChannel", {})
|
|
1768
2087
|
.n("NotificationsClient", "AssociateManagedNotificationAdditionalChannelCommand")
|
|
1769
|
-
.
|
|
1770
|
-
.ser(se_AssociateManagedNotificationAdditionalChannelCommand)
|
|
1771
|
-
.de(de_AssociateManagedNotificationAdditionalChannelCommand)
|
|
2088
|
+
.sc(AssociateManagedNotificationAdditionalChannel)
|
|
1772
2089
|
.build() {
|
|
1773
2090
|
}
|
|
1774
2091
|
|
|
@@ -1776,16 +2093,11 @@ class AssociateOrganizationalUnitCommand extends smithyClient.Command
|
|
|
1776
2093
|
.classBuilder()
|
|
1777
2094
|
.ep(commonParams)
|
|
1778
2095
|
.m(function (Command, cs, config, o) {
|
|
1779
|
-
return [
|
|
1780
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1781
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1782
|
-
];
|
|
2096
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1783
2097
|
})
|
|
1784
2098
|
.s("Notifications", "AssociateOrganizationalUnit", {})
|
|
1785
2099
|
.n("NotificationsClient", "AssociateOrganizationalUnitCommand")
|
|
1786
|
-
.
|
|
1787
|
-
.ser(se_AssociateOrganizationalUnitCommand)
|
|
1788
|
-
.de(de_AssociateOrganizationalUnitCommand)
|
|
2100
|
+
.sc(AssociateOrganizationalUnit)
|
|
1789
2101
|
.build() {
|
|
1790
2102
|
}
|
|
1791
2103
|
|
|
@@ -1793,16 +2105,11 @@ class CreateEventRuleCommand extends smithyClient.Command
|
|
|
1793
2105
|
.classBuilder()
|
|
1794
2106
|
.ep(commonParams)
|
|
1795
2107
|
.m(function (Command, cs, config, o) {
|
|
1796
|
-
return [
|
|
1797
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1798
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1799
|
-
];
|
|
2108
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1800
2109
|
})
|
|
1801
2110
|
.s("Notifications", "CreateEventRule", {})
|
|
1802
2111
|
.n("NotificationsClient", "CreateEventRuleCommand")
|
|
1803
|
-
.
|
|
1804
|
-
.ser(se_CreateEventRuleCommand)
|
|
1805
|
-
.de(de_CreateEventRuleCommand)
|
|
2112
|
+
.sc(CreateEventRule)
|
|
1806
2113
|
.build() {
|
|
1807
2114
|
}
|
|
1808
2115
|
|
|
@@ -1810,16 +2117,11 @@ class CreateNotificationConfigurationCommand extends smithyClient.Command
|
|
|
1810
2117
|
.classBuilder()
|
|
1811
2118
|
.ep(commonParams)
|
|
1812
2119
|
.m(function (Command, cs, config, o) {
|
|
1813
|
-
return [
|
|
1814
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1815
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1816
|
-
];
|
|
2120
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1817
2121
|
})
|
|
1818
2122
|
.s("Notifications", "CreateNotificationConfiguration", {})
|
|
1819
2123
|
.n("NotificationsClient", "CreateNotificationConfigurationCommand")
|
|
1820
|
-
.
|
|
1821
|
-
.ser(se_CreateNotificationConfigurationCommand)
|
|
1822
|
-
.de(de_CreateNotificationConfigurationCommand)
|
|
2124
|
+
.sc(CreateNotificationConfiguration)
|
|
1823
2125
|
.build() {
|
|
1824
2126
|
}
|
|
1825
2127
|
|
|
@@ -1827,16 +2129,11 @@ class DeleteEventRuleCommand extends smithyClient.Command
|
|
|
1827
2129
|
.classBuilder()
|
|
1828
2130
|
.ep(commonParams)
|
|
1829
2131
|
.m(function (Command, cs, config, o) {
|
|
1830
|
-
return [
|
|
1831
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1832
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1833
|
-
];
|
|
2132
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1834
2133
|
})
|
|
1835
2134
|
.s("Notifications", "DeleteEventRule", {})
|
|
1836
2135
|
.n("NotificationsClient", "DeleteEventRuleCommand")
|
|
1837
|
-
.
|
|
1838
|
-
.ser(se_DeleteEventRuleCommand)
|
|
1839
|
-
.de(de_DeleteEventRuleCommand)
|
|
2136
|
+
.sc(DeleteEventRule)
|
|
1840
2137
|
.build() {
|
|
1841
2138
|
}
|
|
1842
2139
|
|
|
@@ -1844,16 +2141,11 @@ class DeleteNotificationConfigurationCommand extends smithyClient.Command
|
|
|
1844
2141
|
.classBuilder()
|
|
1845
2142
|
.ep(commonParams)
|
|
1846
2143
|
.m(function (Command, cs, config, o) {
|
|
1847
|
-
return [
|
|
1848
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1849
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1850
|
-
];
|
|
2144
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1851
2145
|
})
|
|
1852
2146
|
.s("Notifications", "DeleteNotificationConfiguration", {})
|
|
1853
2147
|
.n("NotificationsClient", "DeleteNotificationConfigurationCommand")
|
|
1854
|
-
.
|
|
1855
|
-
.ser(se_DeleteNotificationConfigurationCommand)
|
|
1856
|
-
.de(de_DeleteNotificationConfigurationCommand)
|
|
2148
|
+
.sc(DeleteNotificationConfiguration)
|
|
1857
2149
|
.build() {
|
|
1858
2150
|
}
|
|
1859
2151
|
|
|
@@ -1861,16 +2153,11 @@ class DeregisterNotificationHubCommand extends smithyClient.Command
|
|
|
1861
2153
|
.classBuilder()
|
|
1862
2154
|
.ep(commonParams)
|
|
1863
2155
|
.m(function (Command, cs, config, o) {
|
|
1864
|
-
return [
|
|
1865
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1866
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1867
|
-
];
|
|
2156
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1868
2157
|
})
|
|
1869
2158
|
.s("Notifications", "DeregisterNotificationHub", {})
|
|
1870
2159
|
.n("NotificationsClient", "DeregisterNotificationHubCommand")
|
|
1871
|
-
.
|
|
1872
|
-
.ser(se_DeregisterNotificationHubCommand)
|
|
1873
|
-
.de(de_DeregisterNotificationHubCommand)
|
|
2160
|
+
.sc(DeregisterNotificationHub)
|
|
1874
2161
|
.build() {
|
|
1875
2162
|
}
|
|
1876
2163
|
|
|
@@ -1878,16 +2165,11 @@ class DisableNotificationsAccessForOrganizationCommand extends smithyClient.Comm
|
|
|
1878
2165
|
.classBuilder()
|
|
1879
2166
|
.ep(commonParams)
|
|
1880
2167
|
.m(function (Command, cs, config, o) {
|
|
1881
|
-
return [
|
|
1882
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1883
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1884
|
-
];
|
|
2168
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1885
2169
|
})
|
|
1886
2170
|
.s("Notifications", "DisableNotificationsAccessForOrganization", {})
|
|
1887
2171
|
.n("NotificationsClient", "DisableNotificationsAccessForOrganizationCommand")
|
|
1888
|
-
.
|
|
1889
|
-
.ser(se_DisableNotificationsAccessForOrganizationCommand)
|
|
1890
|
-
.de(de_DisableNotificationsAccessForOrganizationCommand)
|
|
2172
|
+
.sc(DisableNotificationsAccessForOrganization)
|
|
1891
2173
|
.build() {
|
|
1892
2174
|
}
|
|
1893
2175
|
|
|
@@ -1895,16 +2177,11 @@ class DisassociateChannelCommand extends smithyClient.Command
|
|
|
1895
2177
|
.classBuilder()
|
|
1896
2178
|
.ep(commonParams)
|
|
1897
2179
|
.m(function (Command, cs, config, o) {
|
|
1898
|
-
return [
|
|
1899
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1900
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1901
|
-
];
|
|
2180
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1902
2181
|
})
|
|
1903
2182
|
.s("Notifications", "DisassociateChannel", {})
|
|
1904
2183
|
.n("NotificationsClient", "DisassociateChannelCommand")
|
|
1905
|
-
.
|
|
1906
|
-
.ser(se_DisassociateChannelCommand)
|
|
1907
|
-
.de(de_DisassociateChannelCommand)
|
|
2184
|
+
.sc(DisassociateChannel)
|
|
1908
2185
|
.build() {
|
|
1909
2186
|
}
|
|
1910
2187
|
|
|
@@ -1912,16 +2189,11 @@ class DisassociateManagedNotificationAccountContactCommand extends smithyClient.
|
|
|
1912
2189
|
.classBuilder()
|
|
1913
2190
|
.ep(commonParams)
|
|
1914
2191
|
.m(function (Command, cs, config, o) {
|
|
1915
|
-
return [
|
|
1916
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1917
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1918
|
-
];
|
|
2192
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1919
2193
|
})
|
|
1920
2194
|
.s("Notifications", "DisassociateManagedNotificationAccountContact", {})
|
|
1921
2195
|
.n("NotificationsClient", "DisassociateManagedNotificationAccountContactCommand")
|
|
1922
|
-
.
|
|
1923
|
-
.ser(se_DisassociateManagedNotificationAccountContactCommand)
|
|
1924
|
-
.de(de_DisassociateManagedNotificationAccountContactCommand)
|
|
2196
|
+
.sc(DisassociateManagedNotificationAccountContact)
|
|
1925
2197
|
.build() {
|
|
1926
2198
|
}
|
|
1927
2199
|
|
|
@@ -1929,16 +2201,11 @@ class DisassociateManagedNotificationAdditionalChannelCommand extends smithyClie
|
|
|
1929
2201
|
.classBuilder()
|
|
1930
2202
|
.ep(commonParams)
|
|
1931
2203
|
.m(function (Command, cs, config, o) {
|
|
1932
|
-
return [
|
|
1933
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1934
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1935
|
-
];
|
|
2204
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1936
2205
|
})
|
|
1937
2206
|
.s("Notifications", "DisassociateManagedNotificationAdditionalChannel", {})
|
|
1938
2207
|
.n("NotificationsClient", "DisassociateManagedNotificationAdditionalChannelCommand")
|
|
1939
|
-
.
|
|
1940
|
-
.ser(se_DisassociateManagedNotificationAdditionalChannelCommand)
|
|
1941
|
-
.de(de_DisassociateManagedNotificationAdditionalChannelCommand)
|
|
2208
|
+
.sc(DisassociateManagedNotificationAdditionalChannel)
|
|
1942
2209
|
.build() {
|
|
1943
2210
|
}
|
|
1944
2211
|
|
|
@@ -1946,16 +2213,11 @@ class DisassociateOrganizationalUnitCommand extends smithyClient.Command
|
|
|
1946
2213
|
.classBuilder()
|
|
1947
2214
|
.ep(commonParams)
|
|
1948
2215
|
.m(function (Command, cs, config, o) {
|
|
1949
|
-
return [
|
|
1950
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1951
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1952
|
-
];
|
|
2216
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1953
2217
|
})
|
|
1954
2218
|
.s("Notifications", "DisassociateOrganizationalUnit", {})
|
|
1955
2219
|
.n("NotificationsClient", "DisassociateOrganizationalUnitCommand")
|
|
1956
|
-
.
|
|
1957
|
-
.ser(se_DisassociateOrganizationalUnitCommand)
|
|
1958
|
-
.de(de_DisassociateOrganizationalUnitCommand)
|
|
2220
|
+
.sc(DisassociateOrganizationalUnit)
|
|
1959
2221
|
.build() {
|
|
1960
2222
|
}
|
|
1961
2223
|
|
|
@@ -1963,16 +2225,11 @@ class EnableNotificationsAccessForOrganizationCommand extends smithyClient.Comma
|
|
|
1963
2225
|
.classBuilder()
|
|
1964
2226
|
.ep(commonParams)
|
|
1965
2227
|
.m(function (Command, cs, config, o) {
|
|
1966
|
-
return [
|
|
1967
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1968
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1969
|
-
];
|
|
2228
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1970
2229
|
})
|
|
1971
2230
|
.s("Notifications", "EnableNotificationsAccessForOrganization", {})
|
|
1972
2231
|
.n("NotificationsClient", "EnableNotificationsAccessForOrganizationCommand")
|
|
1973
|
-
.
|
|
1974
|
-
.ser(se_EnableNotificationsAccessForOrganizationCommand)
|
|
1975
|
-
.de(de_EnableNotificationsAccessForOrganizationCommand)
|
|
2232
|
+
.sc(EnableNotificationsAccessForOrganization)
|
|
1976
2233
|
.build() {
|
|
1977
2234
|
}
|
|
1978
2235
|
|
|
@@ -1980,16 +2237,11 @@ class GetEventRuleCommand extends smithyClient.Command
|
|
|
1980
2237
|
.classBuilder()
|
|
1981
2238
|
.ep(commonParams)
|
|
1982
2239
|
.m(function (Command, cs, config, o) {
|
|
1983
|
-
return [
|
|
1984
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1985
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1986
|
-
];
|
|
2240
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1987
2241
|
})
|
|
1988
2242
|
.s("Notifications", "GetEventRule", {})
|
|
1989
2243
|
.n("NotificationsClient", "GetEventRuleCommand")
|
|
1990
|
-
.
|
|
1991
|
-
.ser(se_GetEventRuleCommand)
|
|
1992
|
-
.de(de_GetEventRuleCommand)
|
|
2244
|
+
.sc(GetEventRule)
|
|
1993
2245
|
.build() {
|
|
1994
2246
|
}
|
|
1995
2247
|
|
|
@@ -1997,16 +2249,11 @@ class GetManagedNotificationChildEventCommand extends smithyClient.Command
|
|
|
1997
2249
|
.classBuilder()
|
|
1998
2250
|
.ep(commonParams)
|
|
1999
2251
|
.m(function (Command, cs, config, o) {
|
|
2000
|
-
return [
|
|
2001
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2002
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2003
|
-
];
|
|
2252
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2004
2253
|
})
|
|
2005
2254
|
.s("Notifications", "GetManagedNotificationChildEvent", {})
|
|
2006
2255
|
.n("NotificationsClient", "GetManagedNotificationChildEventCommand")
|
|
2007
|
-
.
|
|
2008
|
-
.ser(se_GetManagedNotificationChildEventCommand)
|
|
2009
|
-
.de(de_GetManagedNotificationChildEventCommand)
|
|
2256
|
+
.sc(GetManagedNotificationChildEvent)
|
|
2010
2257
|
.build() {
|
|
2011
2258
|
}
|
|
2012
2259
|
|
|
@@ -2014,16 +2261,11 @@ class GetManagedNotificationConfigurationCommand extends smithyClient.Command
|
|
|
2014
2261
|
.classBuilder()
|
|
2015
2262
|
.ep(commonParams)
|
|
2016
2263
|
.m(function (Command, cs, config, o) {
|
|
2017
|
-
return [
|
|
2018
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2019
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2020
|
-
];
|
|
2264
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2021
2265
|
})
|
|
2022
2266
|
.s("Notifications", "GetManagedNotificationConfiguration", {})
|
|
2023
2267
|
.n("NotificationsClient", "GetManagedNotificationConfigurationCommand")
|
|
2024
|
-
.
|
|
2025
|
-
.ser(se_GetManagedNotificationConfigurationCommand)
|
|
2026
|
-
.de(de_GetManagedNotificationConfigurationCommand)
|
|
2268
|
+
.sc(GetManagedNotificationConfiguration)
|
|
2027
2269
|
.build() {
|
|
2028
2270
|
}
|
|
2029
2271
|
|
|
@@ -2031,16 +2273,11 @@ class GetManagedNotificationEventCommand extends smithyClient.Command
|
|
|
2031
2273
|
.classBuilder()
|
|
2032
2274
|
.ep(commonParams)
|
|
2033
2275
|
.m(function (Command, cs, config, o) {
|
|
2034
|
-
return [
|
|
2035
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2036
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2037
|
-
];
|
|
2276
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2038
2277
|
})
|
|
2039
2278
|
.s("Notifications", "GetManagedNotificationEvent", {})
|
|
2040
2279
|
.n("NotificationsClient", "GetManagedNotificationEventCommand")
|
|
2041
|
-
.
|
|
2042
|
-
.ser(se_GetManagedNotificationEventCommand)
|
|
2043
|
-
.de(de_GetManagedNotificationEventCommand)
|
|
2280
|
+
.sc(GetManagedNotificationEvent)
|
|
2044
2281
|
.build() {
|
|
2045
2282
|
}
|
|
2046
2283
|
|
|
@@ -2048,16 +2285,11 @@ class GetNotificationConfigurationCommand extends smithyClient.Command
|
|
|
2048
2285
|
.classBuilder()
|
|
2049
2286
|
.ep(commonParams)
|
|
2050
2287
|
.m(function (Command, cs, config, o) {
|
|
2051
|
-
return [
|
|
2052
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2053
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2054
|
-
];
|
|
2288
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2055
2289
|
})
|
|
2056
2290
|
.s("Notifications", "GetNotificationConfiguration", {})
|
|
2057
2291
|
.n("NotificationsClient", "GetNotificationConfigurationCommand")
|
|
2058
|
-
.
|
|
2059
|
-
.ser(se_GetNotificationConfigurationCommand)
|
|
2060
|
-
.de(de_GetNotificationConfigurationCommand)
|
|
2292
|
+
.sc(GetNotificationConfiguration)
|
|
2061
2293
|
.build() {
|
|
2062
2294
|
}
|
|
2063
2295
|
|
|
@@ -2065,16 +2297,11 @@ class GetNotificationEventCommand extends smithyClient.Command
|
|
|
2065
2297
|
.classBuilder()
|
|
2066
2298
|
.ep(commonParams)
|
|
2067
2299
|
.m(function (Command, cs, config, o) {
|
|
2068
|
-
return [
|
|
2069
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2070
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2071
|
-
];
|
|
2300
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2072
2301
|
})
|
|
2073
2302
|
.s("Notifications", "GetNotificationEvent", {})
|
|
2074
2303
|
.n("NotificationsClient", "GetNotificationEventCommand")
|
|
2075
|
-
.
|
|
2076
|
-
.ser(se_GetNotificationEventCommand)
|
|
2077
|
-
.de(de_GetNotificationEventCommand)
|
|
2304
|
+
.sc(GetNotificationEvent)
|
|
2078
2305
|
.build() {
|
|
2079
2306
|
}
|
|
2080
2307
|
|
|
@@ -2082,16 +2309,11 @@ class GetNotificationsAccessForOrganizationCommand extends smithyClient.Command
|
|
|
2082
2309
|
.classBuilder()
|
|
2083
2310
|
.ep(commonParams)
|
|
2084
2311
|
.m(function (Command, cs, config, o) {
|
|
2085
|
-
return [
|
|
2086
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2087
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2088
|
-
];
|
|
2312
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2089
2313
|
})
|
|
2090
2314
|
.s("Notifications", "GetNotificationsAccessForOrganization", {})
|
|
2091
2315
|
.n("NotificationsClient", "GetNotificationsAccessForOrganizationCommand")
|
|
2092
|
-
.
|
|
2093
|
-
.ser(se_GetNotificationsAccessForOrganizationCommand)
|
|
2094
|
-
.de(de_GetNotificationsAccessForOrganizationCommand)
|
|
2316
|
+
.sc(GetNotificationsAccessForOrganization)
|
|
2095
2317
|
.build() {
|
|
2096
2318
|
}
|
|
2097
2319
|
|
|
@@ -2099,16 +2321,11 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
2099
2321
|
.classBuilder()
|
|
2100
2322
|
.ep(commonParams)
|
|
2101
2323
|
.m(function (Command, cs, config, o) {
|
|
2102
|
-
return [
|
|
2103
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2104
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2105
|
-
];
|
|
2324
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2106
2325
|
})
|
|
2107
2326
|
.s("Notifications", "ListChannels", {})
|
|
2108
2327
|
.n("NotificationsClient", "ListChannelsCommand")
|
|
2109
|
-
.
|
|
2110
|
-
.ser(se_ListChannelsCommand)
|
|
2111
|
-
.de(de_ListChannelsCommand)
|
|
2328
|
+
.sc(ListChannels)
|
|
2112
2329
|
.build() {
|
|
2113
2330
|
}
|
|
2114
2331
|
|
|
@@ -2116,16 +2333,11 @@ class ListEventRulesCommand extends smithyClient.Command
|
|
|
2116
2333
|
.classBuilder()
|
|
2117
2334
|
.ep(commonParams)
|
|
2118
2335
|
.m(function (Command, cs, config, o) {
|
|
2119
|
-
return [
|
|
2120
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2121
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2122
|
-
];
|
|
2336
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2123
2337
|
})
|
|
2124
2338
|
.s("Notifications", "ListEventRules", {})
|
|
2125
2339
|
.n("NotificationsClient", "ListEventRulesCommand")
|
|
2126
|
-
.
|
|
2127
|
-
.ser(se_ListEventRulesCommand)
|
|
2128
|
-
.de(de_ListEventRulesCommand)
|
|
2340
|
+
.sc(ListEventRules)
|
|
2129
2341
|
.build() {
|
|
2130
2342
|
}
|
|
2131
2343
|
|
|
@@ -2133,16 +2345,11 @@ class ListManagedNotificationChannelAssociationsCommand extends smithyClient.Com
|
|
|
2133
2345
|
.classBuilder()
|
|
2134
2346
|
.ep(commonParams)
|
|
2135
2347
|
.m(function (Command, cs, config, o) {
|
|
2136
|
-
return [
|
|
2137
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2138
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2139
|
-
];
|
|
2348
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2140
2349
|
})
|
|
2141
2350
|
.s("Notifications", "ListManagedNotificationChannelAssociations", {})
|
|
2142
2351
|
.n("NotificationsClient", "ListManagedNotificationChannelAssociationsCommand")
|
|
2143
|
-
.
|
|
2144
|
-
.ser(se_ListManagedNotificationChannelAssociationsCommand)
|
|
2145
|
-
.de(de_ListManagedNotificationChannelAssociationsCommand)
|
|
2352
|
+
.sc(ListManagedNotificationChannelAssociations)
|
|
2146
2353
|
.build() {
|
|
2147
2354
|
}
|
|
2148
2355
|
|
|
@@ -2150,16 +2357,11 @@ class ListManagedNotificationChildEventsCommand extends smithyClient.Command
|
|
|
2150
2357
|
.classBuilder()
|
|
2151
2358
|
.ep(commonParams)
|
|
2152
2359
|
.m(function (Command, cs, config, o) {
|
|
2153
|
-
return [
|
|
2154
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2155
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2156
|
-
];
|
|
2360
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2157
2361
|
})
|
|
2158
2362
|
.s("Notifications", "ListManagedNotificationChildEvents", {})
|
|
2159
2363
|
.n("NotificationsClient", "ListManagedNotificationChildEventsCommand")
|
|
2160
|
-
.
|
|
2161
|
-
.ser(se_ListManagedNotificationChildEventsCommand)
|
|
2162
|
-
.de(de_ListManagedNotificationChildEventsCommand)
|
|
2364
|
+
.sc(ListManagedNotificationChildEvents)
|
|
2163
2365
|
.build() {
|
|
2164
2366
|
}
|
|
2165
2367
|
|
|
@@ -2167,16 +2369,11 @@ class ListManagedNotificationConfigurationsCommand extends smithyClient.Command
|
|
|
2167
2369
|
.classBuilder()
|
|
2168
2370
|
.ep(commonParams)
|
|
2169
2371
|
.m(function (Command, cs, config, o) {
|
|
2170
|
-
return [
|
|
2171
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2172
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2173
|
-
];
|
|
2372
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2174
2373
|
})
|
|
2175
2374
|
.s("Notifications", "ListManagedNotificationConfigurations", {})
|
|
2176
2375
|
.n("NotificationsClient", "ListManagedNotificationConfigurationsCommand")
|
|
2177
|
-
.
|
|
2178
|
-
.ser(se_ListManagedNotificationConfigurationsCommand)
|
|
2179
|
-
.de(de_ListManagedNotificationConfigurationsCommand)
|
|
2376
|
+
.sc(ListManagedNotificationConfigurations)
|
|
2180
2377
|
.build() {
|
|
2181
2378
|
}
|
|
2182
2379
|
|
|
@@ -2184,16 +2381,11 @@ class ListManagedNotificationEventsCommand extends smithyClient.Command
|
|
|
2184
2381
|
.classBuilder()
|
|
2185
2382
|
.ep(commonParams)
|
|
2186
2383
|
.m(function (Command, cs, config, o) {
|
|
2187
|
-
return [
|
|
2188
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2189
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2190
|
-
];
|
|
2384
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2191
2385
|
})
|
|
2192
2386
|
.s("Notifications", "ListManagedNotificationEvents", {})
|
|
2193
2387
|
.n("NotificationsClient", "ListManagedNotificationEventsCommand")
|
|
2194
|
-
.
|
|
2195
|
-
.ser(se_ListManagedNotificationEventsCommand)
|
|
2196
|
-
.de(de_ListManagedNotificationEventsCommand)
|
|
2388
|
+
.sc(ListManagedNotificationEvents)
|
|
2197
2389
|
.build() {
|
|
2198
2390
|
}
|
|
2199
2391
|
|
|
@@ -2201,16 +2393,11 @@ class ListMemberAccountsCommand extends smithyClient.Command
|
|
|
2201
2393
|
.classBuilder()
|
|
2202
2394
|
.ep(commonParams)
|
|
2203
2395
|
.m(function (Command, cs, config, o) {
|
|
2204
|
-
return [
|
|
2205
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2206
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2207
|
-
];
|
|
2396
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2208
2397
|
})
|
|
2209
2398
|
.s("Notifications", "ListMemberAccounts", {})
|
|
2210
2399
|
.n("NotificationsClient", "ListMemberAccountsCommand")
|
|
2211
|
-
.
|
|
2212
|
-
.ser(se_ListMemberAccountsCommand)
|
|
2213
|
-
.de(de_ListMemberAccountsCommand)
|
|
2400
|
+
.sc(ListMemberAccounts)
|
|
2214
2401
|
.build() {
|
|
2215
2402
|
}
|
|
2216
2403
|
|
|
@@ -2218,16 +2405,11 @@ class ListNotificationConfigurationsCommand extends smithyClient.Command
|
|
|
2218
2405
|
.classBuilder()
|
|
2219
2406
|
.ep(commonParams)
|
|
2220
2407
|
.m(function (Command, cs, config, o) {
|
|
2221
|
-
return [
|
|
2222
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2223
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2224
|
-
];
|
|
2408
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2225
2409
|
})
|
|
2226
2410
|
.s("Notifications", "ListNotificationConfigurations", {})
|
|
2227
2411
|
.n("NotificationsClient", "ListNotificationConfigurationsCommand")
|
|
2228
|
-
.
|
|
2229
|
-
.ser(se_ListNotificationConfigurationsCommand)
|
|
2230
|
-
.de(de_ListNotificationConfigurationsCommand)
|
|
2412
|
+
.sc(ListNotificationConfigurations)
|
|
2231
2413
|
.build() {
|
|
2232
2414
|
}
|
|
2233
2415
|
|
|
@@ -2235,16 +2417,11 @@ class ListNotificationEventsCommand extends smithyClient.Command
|
|
|
2235
2417
|
.classBuilder()
|
|
2236
2418
|
.ep(commonParams)
|
|
2237
2419
|
.m(function (Command, cs, config, o) {
|
|
2238
|
-
return [
|
|
2239
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2240
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2241
|
-
];
|
|
2420
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2242
2421
|
})
|
|
2243
2422
|
.s("Notifications", "ListNotificationEvents", {})
|
|
2244
2423
|
.n("NotificationsClient", "ListNotificationEventsCommand")
|
|
2245
|
-
.
|
|
2246
|
-
.ser(se_ListNotificationEventsCommand)
|
|
2247
|
-
.de(de_ListNotificationEventsCommand)
|
|
2424
|
+
.sc(ListNotificationEvents)
|
|
2248
2425
|
.build() {
|
|
2249
2426
|
}
|
|
2250
2427
|
|
|
@@ -2252,16 +2429,11 @@ class ListNotificationHubsCommand extends smithyClient.Command
|
|
|
2252
2429
|
.classBuilder()
|
|
2253
2430
|
.ep(commonParams)
|
|
2254
2431
|
.m(function (Command, cs, config, o) {
|
|
2255
|
-
return [
|
|
2256
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2257
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2258
|
-
];
|
|
2432
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2259
2433
|
})
|
|
2260
2434
|
.s("Notifications", "ListNotificationHubs", {})
|
|
2261
2435
|
.n("NotificationsClient", "ListNotificationHubsCommand")
|
|
2262
|
-
.
|
|
2263
|
-
.ser(se_ListNotificationHubsCommand)
|
|
2264
|
-
.de(de_ListNotificationHubsCommand)
|
|
2436
|
+
.sc(ListNotificationHubs)
|
|
2265
2437
|
.build() {
|
|
2266
2438
|
}
|
|
2267
2439
|
|
|
@@ -2269,16 +2441,11 @@ class ListOrganizationalUnitsCommand extends smithyClient.Command
|
|
|
2269
2441
|
.classBuilder()
|
|
2270
2442
|
.ep(commonParams)
|
|
2271
2443
|
.m(function (Command, cs, config, o) {
|
|
2272
|
-
return [
|
|
2273
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2274
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2275
|
-
];
|
|
2444
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2276
2445
|
})
|
|
2277
2446
|
.s("Notifications", "ListOrganizationalUnits", {})
|
|
2278
2447
|
.n("NotificationsClient", "ListOrganizationalUnitsCommand")
|
|
2279
|
-
.
|
|
2280
|
-
.ser(se_ListOrganizationalUnitsCommand)
|
|
2281
|
-
.de(de_ListOrganizationalUnitsCommand)
|
|
2448
|
+
.sc(ListOrganizationalUnits)
|
|
2282
2449
|
.build() {
|
|
2283
2450
|
}
|
|
2284
2451
|
|
|
@@ -2286,16 +2453,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2286
2453
|
.classBuilder()
|
|
2287
2454
|
.ep(commonParams)
|
|
2288
2455
|
.m(function (Command, cs, config, o) {
|
|
2289
|
-
return [
|
|
2290
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2291
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2292
|
-
];
|
|
2456
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2293
2457
|
})
|
|
2294
2458
|
.s("Notifications", "ListTagsForResource", {})
|
|
2295
2459
|
.n("NotificationsClient", "ListTagsForResourceCommand")
|
|
2296
|
-
.
|
|
2297
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2298
|
-
.de(de_ListTagsForResourceCommand)
|
|
2460
|
+
.sc(ListTagsForResource)
|
|
2299
2461
|
.build() {
|
|
2300
2462
|
}
|
|
2301
2463
|
|
|
@@ -2303,16 +2465,11 @@ class RegisterNotificationHubCommand extends smithyClient.Command
|
|
|
2303
2465
|
.classBuilder()
|
|
2304
2466
|
.ep(commonParams)
|
|
2305
2467
|
.m(function (Command, cs, config, o) {
|
|
2306
|
-
return [
|
|
2307
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2308
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2309
|
-
];
|
|
2468
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2310
2469
|
})
|
|
2311
2470
|
.s("Notifications", "RegisterNotificationHub", {})
|
|
2312
2471
|
.n("NotificationsClient", "RegisterNotificationHubCommand")
|
|
2313
|
-
.
|
|
2314
|
-
.ser(se_RegisterNotificationHubCommand)
|
|
2315
|
-
.de(de_RegisterNotificationHubCommand)
|
|
2472
|
+
.sc(RegisterNotificationHub)
|
|
2316
2473
|
.build() {
|
|
2317
2474
|
}
|
|
2318
2475
|
|
|
@@ -2320,16 +2477,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2320
2477
|
.classBuilder()
|
|
2321
2478
|
.ep(commonParams)
|
|
2322
2479
|
.m(function (Command, cs, config, o) {
|
|
2323
|
-
return [
|
|
2324
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2325
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2326
|
-
];
|
|
2480
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2327
2481
|
})
|
|
2328
2482
|
.s("Notifications", "TagResource", {})
|
|
2329
2483
|
.n("NotificationsClient", "TagResourceCommand")
|
|
2330
|
-
.
|
|
2331
|
-
.ser(se_TagResourceCommand)
|
|
2332
|
-
.de(de_TagResourceCommand)
|
|
2484
|
+
.sc(TagResource)
|
|
2333
2485
|
.build() {
|
|
2334
2486
|
}
|
|
2335
2487
|
|
|
@@ -2337,16 +2489,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2337
2489
|
.classBuilder()
|
|
2338
2490
|
.ep(commonParams)
|
|
2339
2491
|
.m(function (Command, cs, config, o) {
|
|
2340
|
-
return [
|
|
2341
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2342
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2343
|
-
];
|
|
2492
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2344
2493
|
})
|
|
2345
2494
|
.s("Notifications", "UntagResource", {})
|
|
2346
2495
|
.n("NotificationsClient", "UntagResourceCommand")
|
|
2347
|
-
.
|
|
2348
|
-
.ser(se_UntagResourceCommand)
|
|
2349
|
-
.de(de_UntagResourceCommand)
|
|
2496
|
+
.sc(UntagResource)
|
|
2350
2497
|
.build() {
|
|
2351
2498
|
}
|
|
2352
2499
|
|
|
@@ -2354,16 +2501,11 @@ class UpdateEventRuleCommand extends smithyClient.Command
|
|
|
2354
2501
|
.classBuilder()
|
|
2355
2502
|
.ep(commonParams)
|
|
2356
2503
|
.m(function (Command, cs, config, o) {
|
|
2357
|
-
return [
|
|
2358
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2359
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2360
|
-
];
|
|
2504
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2361
2505
|
})
|
|
2362
2506
|
.s("Notifications", "UpdateEventRule", {})
|
|
2363
2507
|
.n("NotificationsClient", "UpdateEventRuleCommand")
|
|
2364
|
-
.
|
|
2365
|
-
.ser(se_UpdateEventRuleCommand)
|
|
2366
|
-
.de(de_UpdateEventRuleCommand)
|
|
2508
|
+
.sc(UpdateEventRule)
|
|
2367
2509
|
.build() {
|
|
2368
2510
|
}
|
|
2369
2511
|
|
|
@@ -2371,16 +2513,11 @@ class UpdateNotificationConfigurationCommand extends smithyClient.Command
|
|
|
2371
2513
|
.classBuilder()
|
|
2372
2514
|
.ep(commonParams)
|
|
2373
2515
|
.m(function (Command, cs, config, o) {
|
|
2374
|
-
return [
|
|
2375
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2376
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2377
|
-
];
|
|
2516
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2378
2517
|
})
|
|
2379
2518
|
.s("Notifications", "UpdateNotificationConfiguration", {})
|
|
2380
2519
|
.n("NotificationsClient", "UpdateNotificationConfigurationCommand")
|
|
2381
|
-
.
|
|
2382
|
-
.ser(se_UpdateNotificationConfigurationCommand)
|
|
2383
|
-
.de(de_UpdateNotificationConfigurationCommand)
|
|
2520
|
+
.sc(UpdateNotificationConfiguration)
|
|
2384
2521
|
.build() {
|
|
2385
2522
|
}
|
|
2386
2523
|
|
|
@@ -2459,7 +2596,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2459
2596
|
enumerable: true,
|
|
2460
2597
|
get: function () { return smithyClient.Client; }
|
|
2461
2598
|
});
|
|
2462
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
2599
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2463
2600
|
exports.AccessStatus = AccessStatus;
|
|
2464
2601
|
exports.AccountContactType = AccountContactType;
|
|
2465
2602
|
exports.AggregationDuration = AggregationDuration;
|
|
@@ -2470,7 +2607,7 @@ exports.AssociateManagedNotificationAdditionalChannelCommand = AssociateManagedN
|
|
|
2470
2607
|
exports.AssociateOrganizationalUnitCommand = AssociateOrganizationalUnitCommand;
|
|
2471
2608
|
exports.ChannelAssociationOverrideOption = ChannelAssociationOverrideOption;
|
|
2472
2609
|
exports.ChannelType = ChannelType;
|
|
2473
|
-
exports.ConflictException = ConflictException;
|
|
2610
|
+
exports.ConflictException = ConflictException$1;
|
|
2474
2611
|
exports.CreateEventRuleCommand = CreateEventRuleCommand;
|
|
2475
2612
|
exports.CreateNotificationConfigurationCommand = CreateNotificationConfigurationCommand;
|
|
2476
2613
|
exports.DeleteEventRuleCommand = DeleteEventRuleCommand;
|
|
@@ -2491,7 +2628,7 @@ exports.GetManagedNotificationEventCommand = GetManagedNotificationEventCommand;
|
|
|
2491
2628
|
exports.GetNotificationConfigurationCommand = GetNotificationConfigurationCommand;
|
|
2492
2629
|
exports.GetNotificationEventCommand = GetNotificationEventCommand;
|
|
2493
2630
|
exports.GetNotificationsAccessForOrganizationCommand = GetNotificationsAccessForOrganizationCommand;
|
|
2494
|
-
exports.InternalServerException = InternalServerException;
|
|
2631
|
+
exports.InternalServerException = InternalServerException$1;
|
|
2495
2632
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
2496
2633
|
exports.ListEventRulesCommand = ListEventRulesCommand;
|
|
2497
2634
|
exports.ListManagedNotificationChannelAssociationsCommand = ListManagedNotificationChannelAssociationsCommand;
|
|
@@ -2513,18 +2650,18 @@ exports.NotificationHubStatus = NotificationHubStatus;
|
|
|
2513
2650
|
exports.NotificationType = NotificationType;
|
|
2514
2651
|
exports.Notifications = Notifications;
|
|
2515
2652
|
exports.NotificationsClient = NotificationsClient;
|
|
2516
|
-
exports.NotificationsServiceException = NotificationsServiceException;
|
|
2653
|
+
exports.NotificationsServiceException = NotificationsServiceException$1;
|
|
2517
2654
|
exports.RegisterNotificationHubCommand = RegisterNotificationHubCommand;
|
|
2518
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2655
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2519
2656
|
exports.SchemaVersion = SchemaVersion;
|
|
2520
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2657
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2521
2658
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2522
2659
|
exports.TextPartType = TextPartType;
|
|
2523
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2660
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
2524
2661
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2525
2662
|
exports.UpdateEventRuleCommand = UpdateEventRuleCommand;
|
|
2526
2663
|
exports.UpdateNotificationConfigurationCommand = UpdateNotificationConfigurationCommand;
|
|
2527
|
-
exports.ValidationException = ValidationException;
|
|
2664
|
+
exports.ValidationException = ValidationException$1;
|
|
2528
2665
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
2529
2666
|
exports.paginateListChannels = paginateListChannels;
|
|
2530
2667
|
exports.paginateListEventRules = paginateListEventRules;
|